From 1a94c8ea009f43b25e08d4a925065881f16e2a2d Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 22:37:54 +0000 Subject: [PATCH] SDK regeneration --- package.json | 2 +- src/api/resources/attempt/client/Client.ts | 4 ++-- src/api/resources/bookmark/client/Client.ts | 14 ++++++------ src/api/resources/connection/client/Client.ts | 22 +++++++++---------- .../resources/customDomain/client/Client.ts | 6 ++--- .../resources/destination/client/Client.ts | 16 +++++++------- src/api/resources/event/client/Client.ts | 10 ++++----- .../resources/eventBulkRetry/client/Client.ts | 10 ++++----- .../ignoredEventBulkRetry/client/Client.ts | 10 ++++----- src/api/resources/issue/client/Client.ts | 10 ++++----- .../resources/issueTrigger/client/Client.ts | 16 +++++++------- .../resources/notification/client/Client.ts | 2 +- src/api/resources/request/client/Client.ts | 12 +++++----- .../requestBulkRetry/client/Client.ts | 10 ++++----- src/api/resources/source/client/Client.ts | 16 +++++++------- .../resources/transformation/client/Client.ts | 16 +++++++------- tsconfig.json | 2 +- 17 files changed, 89 insertions(+), 89 deletions(-) diff --git a/package.json b/package.json index 0744bd4..27f77a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hookdeck/sdk", - "version": "0.3.0-beta.1", + "version": "0.3.0-beta.2", "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 4c1158c..a724bfe 100644 --- a/src/api/resources/attempt/client/Client.ts +++ b/src/api/resources/attempt/client/Client.ts @@ -87,7 +87,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -175,7 +175,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "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 889542f..2112bae 100644 --- a/src/api/resources/bookmark/client/Client.ts +++ b/src/api/resources/bookmark/client/Client.ts @@ -128,7 +128,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -218,7 +218,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -303,7 +303,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -481,7 +481,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -555,7 +555,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -635,7 +635,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "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 28d9dc4..17eab28 100644 --- a/src/api/resources/connection/client/Client.ts +++ b/src/api/resources/connection/client/Client.ts @@ -144,7 +144,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -230,7 +230,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -316,7 +316,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -441,7 +441,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -527,7 +527,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -617,7 +617,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -715,7 +715,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -789,7 +789,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -863,7 +863,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -937,7 +937,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -1011,7 +1011,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "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 e75ede3..a783bb1 100644 --- a/src/api/resources/customDomain/client/Client.ts +++ b/src/api/resources/customDomain/client/Client.ts @@ -42,7 +42,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -104,7 +104,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -168,7 +168,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "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 196fd69..502bf85 100644 --- a/src/api/resources/destination/client/Client.ts +++ b/src/api/resources/destination/client/Client.ts @@ -116,7 +116,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -204,7 +204,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -378,7 +378,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -468,7 +468,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -566,7 +566,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -640,7 +640,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -714,7 +714,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "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 28eb4cb..6cb5729 100644 --- a/src/api/resources/event/client/Client.ts +++ b/src/api/resources/event/client/Client.ts @@ -248,7 +248,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -333,7 +333,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -407,7 +407,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -481,7 +481,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -555,7 +555,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "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 9a3b8c3..e9ba2af 100644 --- a/src/api/resources/eventBulkRetry/client/Client.ts +++ b/src/api/resources/eventBulkRetry/client/Client.ts @@ -124,7 +124,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -210,7 +210,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -295,7 +295,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -382,7 +382,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -456,7 +456,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "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 a842ea4..a265691 100644 --- a/src/api/resources/ignoredEventBulkRetry/client/Client.ts +++ b/src/api/resources/ignoredEventBulkRetry/client/Client.ts @@ -124,7 +124,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -210,7 +210,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -297,7 +297,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -384,7 +384,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -461,7 +461,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "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 e46504e..91de2ee 100644 --- a/src/api/resources/issue/client/Client.ts +++ b/src/api/resources/issue/client/Client.ts @@ -154,7 +154,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -346,7 +346,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -418,7 +418,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -496,7 +496,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -578,7 +578,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "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 db03042..89479c1 100644 --- a/src/api/resources/issueTrigger/client/Client.ts +++ b/src/api/resources/issueTrigger/client/Client.ts @@ -93,7 +93,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -181,7 +181,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -270,7 +270,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -355,7 +355,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -434,7 +434,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -522,7 +522,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -596,7 +596,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -670,7 +670,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "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 2f14e1e..d3573dc 100644 --- a/src/api/resources/notification/client/Client.ts +++ b/src/api/resources/notification/client/Client.ts @@ -45,7 +45,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "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 8e0d0ae..fdf2491 100644 --- a/src/api/resources/request/client/Client.ts +++ b/src/api/resources/request/client/Client.ts @@ -186,7 +186,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -271,7 +271,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -345,7 +345,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -429,7 +429,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -728,7 +728,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -866,7 +866,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "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 e434483..81e5c37 100644 --- a/src/api/resources/requestBulkRetry/client/Client.ts +++ b/src/api/resources/requestBulkRetry/client/Client.ts @@ -124,7 +124,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -210,7 +210,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -297,7 +297,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -384,7 +384,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -461,7 +461,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "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 bbf1336..d38c545 100644 --- a/src/api/resources/source/client/Client.ts +++ b/src/api/resources/source/client/Client.ts @@ -102,7 +102,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -190,7 +190,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -278,7 +278,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -376,7 +376,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -467,7 +467,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -562,7 +562,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -636,7 +636,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -710,7 +710,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "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 4819652..097652e 100644 --- a/src/api/resources/transformation/client/Client.ts +++ b/src/api/resources/transformation/client/Client.ts @@ -92,7 +92,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -181,7 +181,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -272,7 +272,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -362,7 +362,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -442,7 +442,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -540,7 +540,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -686,7 +686,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -775,7 +775,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.1", + "X-Fern-SDK-Version": "0.3.0-beta.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/tsconfig.json b/tsconfig.json index 2891808..538c94f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "extendedDiagnostics": true, "strict": true, "target": "ES6", - "module": "esnext", + "module": "CommonJS", "moduleResolution": "node", "esModuleInterop": true, "skipLibCheck": true,