diff --git a/package.json b/package.json index dba9cf0..a5778e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hookdeck/sdk", - "version": "0.3.0-beta.3", + "version": "0.3.0", "private": false, "repository": "https://github.com/hookdeck/hookdeck-typescript-sdk", "main": "./index.js", diff --git a/src/api/resources/attempt/client/Client.ts b/src/api/resources/attempt/client/Client.ts index a4c5930..79afe78 100644 --- a/src/api/resources/attempt/client/Client.ts +++ b/src/api/resources/attempt/client/Client.ts @@ -82,7 +82,7 @@ export class Attempt { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -172,7 +172,7 @@ export class Attempt { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/bookmark/client/Client.ts b/src/api/resources/bookmark/client/Client.ts index a8b4cf1..4cd21c2 100644 --- a/src/api/resources/bookmark/client/Client.ts +++ b/src/api/resources/bookmark/client/Client.ts @@ -118,7 +118,7 @@ export class Bookmark { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -213,7 +213,7 @@ export class Bookmark { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -300,7 +300,7 @@ export class Bookmark { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -383,7 +383,7 @@ export class Bookmark { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -483,7 +483,7 @@ export class Bookmark { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -559,7 +559,7 @@ export class Bookmark { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -642,7 +642,7 @@ export class Bookmark { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/connection/client/Client.ts b/src/api/resources/connection/client/Client.ts index 560d6d4..4a42818 100644 --- a/src/api/resources/connection/client/Client.ts +++ b/src/api/resources/connection/client/Client.ts @@ -132,7 +132,7 @@ export class Connection { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -223,7 +223,7 @@ export class Connection { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -314,7 +314,7 @@ export class Connection { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -435,7 +435,7 @@ export class Connection { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -523,7 +523,7 @@ export class Connection { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -616,7 +616,7 @@ export class Connection { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -716,7 +716,7 @@ export class Connection { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -792,7 +792,7 @@ export class Connection { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -868,7 +868,7 @@ export class Connection { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -944,7 +944,7 @@ export class Connection { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -1020,7 +1020,7 @@ export class Connection { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/customDomain/client/Client.ts b/src/api/resources/customDomain/client/Client.ts index c36c066..b16a57a 100644 --- a/src/api/resources/customDomain/client/Client.ts +++ b/src/api/resources/customDomain/client/Client.ts @@ -45,7 +45,7 @@ export class CustomDomain { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -111,7 +111,7 @@ export class CustomDomain { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -176,7 +176,7 @@ export class CustomDomain { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/destination/client/Client.ts b/src/api/resources/destination/client/Client.ts index 4fd5d8d..01609b5 100644 --- a/src/api/resources/destination/client/Client.ts +++ b/src/api/resources/destination/client/Client.ts @@ -106,7 +106,7 @@ export class Destination { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -199,7 +199,7 @@ export class Destination { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -292,7 +292,7 @@ export class Destination { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -380,7 +380,7 @@ export class Destination { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -473,7 +473,7 @@ export class Destination { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -573,7 +573,7 @@ export class Destination { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -649,7 +649,7 @@ export class Destination { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -725,7 +725,7 @@ export class Destination { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/event/client/Client.ts b/src/api/resources/event/client/Client.ts index 80b069b..f71f0e3 100644 --- a/src/api/resources/event/client/Client.ts +++ b/src/api/resources/event/client/Client.ts @@ -222,7 +222,7 @@ export class Event { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -309,7 +309,7 @@ export class Event { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -385,7 +385,7 @@ export class Event { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -461,7 +461,7 @@ export class Event { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -537,7 +537,7 @@ export class Event { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/eventBulkRetry/client/Client.ts b/src/api/resources/eventBulkRetry/client/Client.ts index becf8ad..734ad58 100644 --- a/src/api/resources/eventBulkRetry/client/Client.ts +++ b/src/api/resources/eventBulkRetry/client/Client.ts @@ -114,7 +114,7 @@ export class EventBulkRetry { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -205,7 +205,7 @@ export class EventBulkRetry { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -294,7 +294,7 @@ export class EventBulkRetry { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -383,7 +383,7 @@ export class EventBulkRetry { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -459,7 +459,7 @@ export class EventBulkRetry { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/ignoredEventBulkRetry/client/Client.ts b/src/api/resources/ignoredEventBulkRetry/client/Client.ts index f07f42f..2f0e910 100644 --- a/src/api/resources/ignoredEventBulkRetry/client/Client.ts +++ b/src/api/resources/ignoredEventBulkRetry/client/Client.ts @@ -114,7 +114,7 @@ export class IgnoredEventBulkRetry { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -205,7 +205,7 @@ export class IgnoredEventBulkRetry { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -296,7 +296,7 @@ export class IgnoredEventBulkRetry { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -385,7 +385,7 @@ export class IgnoredEventBulkRetry { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -464,7 +464,7 @@ export class IgnoredEventBulkRetry { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/issue/client/Client.ts b/src/api/resources/issue/client/Client.ts index 1296afc..8b7c7ab 100644 --- a/src/api/resources/issue/client/Client.ts +++ b/src/api/resources/issue/client/Client.ts @@ -141,7 +141,7 @@ export class Issue { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -320,7 +320,7 @@ export class Issue { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -397,7 +397,7 @@ export class Issue { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -481,7 +481,7 @@ export class Issue { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -568,7 +568,7 @@ export class Issue { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/issueTrigger/client/Client.ts b/src/api/resources/issueTrigger/client/Client.ts index 7cac4af..06b914e 100644 --- a/src/api/resources/issueTrigger/client/Client.ts +++ b/src/api/resources/issueTrigger/client/Client.ts @@ -86,7 +86,7 @@ export class IssueTrigger { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -179,7 +179,7 @@ export class IssueTrigger { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -273,7 +273,7 @@ export class IssueTrigger { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -360,7 +360,7 @@ export class IssueTrigger { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -442,7 +442,7 @@ export class IssueTrigger { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -532,7 +532,7 @@ export class IssueTrigger { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -608,7 +608,7 @@ export class IssueTrigger { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -684,7 +684,7 @@ export class IssueTrigger { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/notification/client/Client.ts b/src/api/resources/notification/client/Client.ts index 4b528cb..23642be 100644 --- a/src/api/resources/notification/client/Client.ts +++ b/src/api/resources/notification/client/Client.ts @@ -49,7 +49,7 @@ export class Notification { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/request/client/Client.ts b/src/api/resources/request/client/Client.ts index 41161f3..aed6313 100644 --- a/src/api/resources/request/client/Client.ts +++ b/src/api/resources/request/client/Client.ts @@ -167,7 +167,7 @@ export class Request { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -254,7 +254,7 @@ export class Request { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -330,7 +330,7 @@ export class Request { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -415,7 +415,7 @@ export class Request { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -689,7 +689,7 @@ export class Request { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -823,7 +823,7 @@ export class Request { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/requestBulkRetry/client/Client.ts b/src/api/resources/requestBulkRetry/client/Client.ts index 07e6ed8..3264a5a 100644 --- a/src/api/resources/requestBulkRetry/client/Client.ts +++ b/src/api/resources/requestBulkRetry/client/Client.ts @@ -114,7 +114,7 @@ export class RequestBulkRetry { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -205,7 +205,7 @@ export class RequestBulkRetry { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -296,7 +296,7 @@ export class RequestBulkRetry { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -385,7 +385,7 @@ export class RequestBulkRetry { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -464,7 +464,7 @@ export class RequestBulkRetry { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/source/client/Client.ts b/src/api/resources/source/client/Client.ts index a3a0b81..703708c 100644 --- a/src/api/resources/source/client/Client.ts +++ b/src/api/resources/source/client/Client.ts @@ -94,7 +94,7 @@ export class Source { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -187,7 +187,7 @@ export class Source { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -280,7 +280,7 @@ export class Source { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -379,7 +379,7 @@ export class Source { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -473,7 +473,7 @@ export class Source { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -570,7 +570,7 @@ export class Source { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -646,7 +646,7 @@ export class Source { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -722,7 +722,7 @@ export class Source { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/transformation/client/Client.ts b/src/api/resources/transformation/client/Client.ts index fa5886b..9cc2c89 100644 --- a/src/api/resources/transformation/client/Client.ts +++ b/src/api/resources/transformation/client/Client.ts @@ -86,7 +86,7 @@ export class Transformation { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -180,7 +180,7 @@ export class Transformation { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -276,7 +276,7 @@ export class Transformation { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -368,7 +368,7 @@ export class Transformation { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -451,7 +451,7 @@ export class Transformation { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -554,7 +554,7 @@ export class Transformation { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -693,7 +693,7 @@ export class Transformation { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -785,7 +785,7 @@ export class Transformation { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@hookdeck/sdk", - "X-Fern-SDK-Version": "0.3.0-beta.3", + "X-Fern-SDK-Version": "0.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/yarn.lock b/yarn.lock index eedbe9a..8904010 100644 --- a/yarn.lock +++ b/yarn.lock @@ -707,14 +707,16 @@ acorn-globals@^7.0.0: acorn-walk "^8.0.2" acorn-walk@^8.0.2: - version "8.3.2" - resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.3.2.tgz#7703af9415f1b6db9315d6895503862e231d34aa" - integrity sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A== + version "8.3.3" + resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.3.3.tgz#9caeac29eefaa0c41e3d4c65137de4d6f34df43e" + integrity sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw== + dependencies: + acorn "^8.11.0" -acorn@^8.1.0, acorn@^8.8.1: - version "8.11.3" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a" - integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg== +acorn@^8.1.0, acorn@^8.11.0, acorn@^8.8.1: + version "8.12.0" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.0.tgz#1627bfa2e058148036133b8d9b51a700663c294c" + integrity sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw== agent-base@6: version "6.0.2" @@ -910,9 +912,9 @@ camelcase@^6.2.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001629: - version "1.0.30001633" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001633.tgz#45a4ade9fb9ec80a06537a6271ac1e0afadcb324" - integrity sha512-6sT0yf/z5jqf8tISAgpJDrmwOpLsrpnyCdD/lOZKvKkkJK4Dn0X5i7KF7THEZhOq+30bmhwBlNEaqPUiHiKtZg== + version "1.0.30001634" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001634.tgz#aa563c8e7aeaf552f7ead60371bc8d803425deaa" + integrity sha512-fbBYXQ9q3+yp1q1gBk86tOFs4pyn/yxFm5ZNP18OXJDfA3txImOY9PhfxVggZ4vRHDqoU8NrKU81eN0OtzOgRA== chalk@^2.4.2: version "2.4.2"