diff --git a/libs/client/package.json b/libs/client/package.json index 4e0e814..cc266f1 100644 --- a/libs/client/package.json +++ b/libs/client/package.json @@ -1,7 +1,7 @@ { "name": "@fal-ai/serverless-client", "description": "The fal serverless JS/TS client", - "version": "0.10.2", + "version": "0.10.3", "license": "MIT", "repository": { "type": "git", diff --git a/libs/client/src/function.ts b/libs/client/src/function.ts index 51ee3fe..434ae9b 100644 --- a/libs/client/src/function.ts +++ b/libs/client/src/function.ts @@ -187,6 +187,12 @@ type QueueSubscribeOptions = { * Defaults to `false`. */ logs?: boolean; + + /** + * The URL to send a webhook notification to when the request is completed. + * @see WebHookResponse + */ + webhookUrl?: string; }; /**