fix(client): add webhookUrl to subscribe options (#67)
* fix(client): add webhookUrl to subscribe options * chore(client): bump version for release
This commit is contained in:
parent
cd2089768d
commit
8fc0b726c2
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@fal-ai/serverless-client",
|
"name": "@fal-ai/serverless-client",
|
||||||
"description": "The fal serverless JS/TS client",
|
"description": "The fal serverless JS/TS client",
|
||||||
"version": "0.10.2",
|
"version": "0.10.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@ -187,6 +187,12 @@ type QueueSubscribeOptions = {
|
|||||||
* Defaults to `false`.
|
* Defaults to `false`.
|
||||||
*/
|
*/
|
||||||
logs?: boolean;
|
logs?: boolean;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The URL to send a webhook notification to when the request is completed.
|
||||||
|
* @see WebHookResponse
|
||||||
|
*/
|
||||||
|
webhookUrl?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user