From ba4da403587893507fdf1d1e1b7963b2336da723 Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 13:26:59 +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 +++--- src/api/types/IntegrationConfigs.ts | 3 +- ...nfigsSix.ts => IntegrationConfigsSeven.ts} | 2 +- src/api/types/IntegrationProvider.ts | 14 ++++- .../VercelLogDrainsIntegrationConfigs.ts | 8 +++ src/api/types/VerificationConfig.ts | 32 +++++++++++- src/api/types/VerificationDiscord.ts | 9 ++++ src/api/types/VerificationDiscordConfigs.ts | 10 ++++ src/api/types/VerificationRazorpay.ts | 9 ++++ src/api/types/VerificationRazorpayConfigs.ts | 10 ++++ src/api/types/VerificationSlack.ts | 9 ++++ src/api/types/VerificationSlackConfigs.ts | 10 ++++ src/api/types/VerificationTebex.ts | 9 ++++ src/api/types/VerificationTebexConfigs.ts | 10 ++++ src/api/types/VerificationVercel.ts | 9 ++++ src/api/types/VerificationVercelConfigs.ts | 10 ++++ src/api/types/VerificationVercelLogDrains.ts | 9 ++++ .../VerificationVercelLogDrainsConfigs.ts | 11 ++++ src/api/types/index.ts | 15 +++++- src/serialization/types/IntegrationConfigs.ts | 9 ++-- ...nfigsSix.ts => IntegrationConfigsSeven.ts} | 8 +-- .../types/IntegrationProvider.ts | 14 ++++- .../VercelLogDrainsIntegrationConfigs.ts | 22 ++++++++ src/serialization/types/VerificationConfig.ts | 44 +++++++++++++++- .../types/VerificationDiscord.ts | 21 ++++++++ .../types/VerificationDiscordConfigs.ts | 20 +++++++ .../types/VerificationRazorpay.ts | 21 ++++++++ .../types/VerificationRazorpayConfigs.ts | 20 +++++++ src/serialization/types/VerificationSlack.ts | 21 ++++++++ .../types/VerificationSlackConfigs.ts | 20 +++++++ src/serialization/types/VerificationTebex.ts | 21 ++++++++ .../types/VerificationTebexConfigs.ts | 20 +++++++ src/serialization/types/VerificationVercel.ts | 21 ++++++++ .../types/VerificationVercelConfigs.ts | 20 +++++++ .../types/VerificationVercelLogDrains.ts | 21 ++++++++ .../VerificationVercelLogDrainsConfigs.ts | 22 ++++++++ src/serialization/types/index.ts | 15 +++++- yarn.lock | 52 +++++++++---------- 53 files changed, 648 insertions(+), 129 deletions(-) rename src/api/types/{IntegrationConfigsSix.ts => IntegrationConfigsSeven.ts} (62%) create mode 100644 src/api/types/VercelLogDrainsIntegrationConfigs.ts create mode 100644 src/api/types/VerificationDiscord.ts create mode 100644 src/api/types/VerificationDiscordConfigs.ts create mode 100644 src/api/types/VerificationRazorpay.ts create mode 100644 src/api/types/VerificationRazorpayConfigs.ts create mode 100644 src/api/types/VerificationSlack.ts create mode 100644 src/api/types/VerificationSlackConfigs.ts create mode 100644 src/api/types/VerificationTebex.ts create mode 100644 src/api/types/VerificationTebexConfigs.ts create mode 100644 src/api/types/VerificationVercel.ts create mode 100644 src/api/types/VerificationVercelConfigs.ts create mode 100644 src/api/types/VerificationVercelLogDrains.ts create mode 100644 src/api/types/VerificationVercelLogDrainsConfigs.ts rename src/serialization/types/{IntegrationConfigsSix.ts => IntegrationConfigsSeven.ts} (55%) create mode 100644 src/serialization/types/VercelLogDrainsIntegrationConfigs.ts create mode 100644 src/serialization/types/VerificationDiscord.ts create mode 100644 src/serialization/types/VerificationDiscordConfigs.ts create mode 100644 src/serialization/types/VerificationRazorpay.ts create mode 100644 src/serialization/types/VerificationRazorpayConfigs.ts create mode 100644 src/serialization/types/VerificationSlack.ts create mode 100644 src/serialization/types/VerificationSlackConfigs.ts create mode 100644 src/serialization/types/VerificationTebex.ts create mode 100644 src/serialization/types/VerificationTebexConfigs.ts create mode 100644 src/serialization/types/VerificationVercel.ts create mode 100644 src/serialization/types/VerificationVercelConfigs.ts create mode 100644 src/serialization/types/VerificationVercelLogDrains.ts create mode 100644 src/serialization/types/VerificationVercelLogDrainsConfigs.ts diff --git a/package.json b/package.json index a5778e2..68a5e07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hookdeck/sdk", - "version": "0.3.0", + "version": "0.3.1", "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 79afe78..33c57f7 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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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 4cd21c2..979ab21 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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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 4a42818..1638f01 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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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 b16a57a..3fa5a69 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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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 01609b5..8351063 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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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 f71f0e3..6c492ef 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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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 734ad58..5f460c5 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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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 2f0e910..627f4b0 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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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 8b7c7ab..28ca27a 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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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 06b914e..7b8bb9e 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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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 23642be..32860ec 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", + "X-Fern-SDK-Version": "0.3.1", "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 aed6313..dc0bcb5 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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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 3264a5a..33d0274 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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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 703708c..92b4df5 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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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 9cc2c89..d99c150 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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "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", + "X-Fern-SDK-Version": "0.3.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/types/IntegrationConfigs.ts b/src/api/types/IntegrationConfigs.ts index dc23b0b..7bbd2fe 100644 --- a/src/api/types/IntegrationConfigs.ts +++ b/src/api/types/IntegrationConfigs.ts @@ -14,4 +14,5 @@ export type IntegrationConfigs = | Hookdeck.HandledHmacConfigs | Hookdeck.BasicAuthIntegrationConfigs | Hookdeck.ShopifyIntegrationConfigs - | Hookdeck.IntegrationConfigsSix; + | Hookdeck.VercelLogDrainsIntegrationConfigs + | Hookdeck.IntegrationConfigsSeven; diff --git a/src/api/types/IntegrationConfigsSix.ts b/src/api/types/IntegrationConfigsSeven.ts similarity index 62% rename from src/api/types/IntegrationConfigsSix.ts rename to src/api/types/IntegrationConfigsSeven.ts index da1e0b5..469b5ae 100644 --- a/src/api/types/IntegrationConfigsSix.ts +++ b/src/api/types/IntegrationConfigsSeven.ts @@ -2,4 +2,4 @@ * This file was auto-generated by Fern from our API Definition. */ -export interface IntegrationConfigsSix {} +export interface IntegrationConfigsSeven {} diff --git a/src/api/types/IntegrationProvider.ts b/src/api/types/IntegrationProvider.ts index b8f5d10..201847b 100644 --- a/src/api/types/IntegrationProvider.ts +++ b/src/api/types/IntegrationProvider.ts @@ -52,9 +52,15 @@ export type IntegrationProvider = | "SANITY" | "EBAY" | "TELNYX" + | "DISCORD" | "TOKENIO" | "FISERV" - | "BONDSMITH"; + | "BONDSMITH" + | "VERCEL_LOG_DRAINS" + | "VERCEL" + | "TEBEX" + | "SLACK" + | "RAZORPAY"; export const IntegrationProvider = { Hmac: "HMAC", @@ -106,7 +112,13 @@ export const IntegrationProvider = { Sanity: "SANITY", Ebay: "EBAY", Telnyx: "TELNYX", + Discord: "DISCORD", Tokenio: "TOKENIO", Fiserv: "FISERV", Bondsmith: "BONDSMITH", + VercelLogDrains: "VERCEL_LOG_DRAINS", + Vercel: "VERCEL", + Tebex: "TEBEX", + Slack: "SLACK", + Razorpay: "RAZORPAY", } as const; diff --git a/src/api/types/VercelLogDrainsIntegrationConfigs.ts b/src/api/types/VercelLogDrainsIntegrationConfigs.ts new file mode 100644 index 0000000..b8851fd --- /dev/null +++ b/src/api/types/VercelLogDrainsIntegrationConfigs.ts @@ -0,0 +1,8 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +export interface VercelLogDrainsIntegrationConfigs { + webhookSecretKey?: string; + vercelLogDrainsSecret: string; +} diff --git a/src/api/types/VerificationConfig.ts b/src/api/types/VerificationConfig.ts index 4ee5df8..b0ea8a5 100644 --- a/src/api/types/VerificationConfig.ts +++ b/src/api/types/VerificationConfig.ts @@ -57,9 +57,15 @@ export type VerificationConfig = | Hookdeck.VerificationConfig.Sanity | Hookdeck.VerificationConfig.Ebay | Hookdeck.VerificationConfig.Telnyx + | Hookdeck.VerificationConfig.Discord | Hookdeck.VerificationConfig.Tokenio | Hookdeck.VerificationConfig.Fiserv - | Hookdeck.VerificationConfig.Bondsmith; + | Hookdeck.VerificationConfig.Bondsmith + | Hookdeck.VerificationConfig.VercelLogDrains + | Hookdeck.VerificationConfig.Vercel + | Hookdeck.VerificationConfig.Tebex + | Hookdeck.VerificationConfig.Slack + | Hookdeck.VerificationConfig.Razorpay; export declare namespace VerificationConfig { interface Hmac extends Hookdeck.VerificationHmac { @@ -258,6 +264,10 @@ export declare namespace VerificationConfig { type: "telnyx"; } + interface Discord extends Hookdeck.VerificationDiscord { + type: "discord"; + } + interface Tokenio extends Hookdeck.VerificationTokenIo { type: "tokenio"; } @@ -269,4 +279,24 @@ export declare namespace VerificationConfig { interface Bondsmith extends Hookdeck.VerificationBondsmith { type: "bondsmith"; } + + interface VercelLogDrains extends Hookdeck.VerificationVercelLogDrains { + type: "vercel_log_drains"; + } + + interface Vercel extends Hookdeck.VerificationVercel { + type: "vercel"; + } + + interface Tebex extends Hookdeck.VerificationTebex { + type: "tebex"; + } + + interface Slack extends Hookdeck.VerificationSlack { + type: "slack"; + } + + interface Razorpay extends Hookdeck.VerificationRazorpay { + type: "razorpay"; + } } diff --git a/src/api/types/VerificationDiscord.ts b/src/api/types/VerificationDiscord.ts new file mode 100644 index 0000000..bffc0ef --- /dev/null +++ b/src/api/types/VerificationDiscord.ts @@ -0,0 +1,9 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +import * as Hookdeck from "../index"; + +export interface VerificationDiscord { + configs?: Hookdeck.VerificationDiscordConfigs; +} diff --git a/src/api/types/VerificationDiscordConfigs.ts b/src/api/types/VerificationDiscordConfigs.ts new file mode 100644 index 0000000..2466148 --- /dev/null +++ b/src/api/types/VerificationDiscordConfigs.ts @@ -0,0 +1,10 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +/** + * The verification configs for Discord. Only included if the ?include=verification.configs query param is present + */ +export interface VerificationDiscordConfigs { + publicKey: string; +} diff --git a/src/api/types/VerificationRazorpay.ts b/src/api/types/VerificationRazorpay.ts new file mode 100644 index 0000000..1f67048 --- /dev/null +++ b/src/api/types/VerificationRazorpay.ts @@ -0,0 +1,9 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +import * as Hookdeck from "../index"; + +export interface VerificationRazorpay { + configs?: Hookdeck.VerificationRazorpayConfigs; +} diff --git a/src/api/types/VerificationRazorpayConfigs.ts b/src/api/types/VerificationRazorpayConfigs.ts new file mode 100644 index 0000000..2bc12b6 --- /dev/null +++ b/src/api/types/VerificationRazorpayConfigs.ts @@ -0,0 +1,10 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +/** + * The verification configs for Razorpay. Only included if the ?include=verification.configs query param is present + */ +export interface VerificationRazorpayConfigs { + webhookSecretKey: string; +} diff --git a/src/api/types/VerificationSlack.ts b/src/api/types/VerificationSlack.ts new file mode 100644 index 0000000..0aae45c --- /dev/null +++ b/src/api/types/VerificationSlack.ts @@ -0,0 +1,9 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +import * as Hookdeck from "../index"; + +export interface VerificationSlack { + configs?: Hookdeck.VerificationSlackConfigs; +} diff --git a/src/api/types/VerificationSlackConfigs.ts b/src/api/types/VerificationSlackConfigs.ts new file mode 100644 index 0000000..5b23731 --- /dev/null +++ b/src/api/types/VerificationSlackConfigs.ts @@ -0,0 +1,10 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +/** + * The verification configs for Slack. Only included if the ?include=verification.configs query param is present + */ +export interface VerificationSlackConfigs { + webhookSecretKey: string; +} diff --git a/src/api/types/VerificationTebex.ts b/src/api/types/VerificationTebex.ts new file mode 100644 index 0000000..ed6ded5 --- /dev/null +++ b/src/api/types/VerificationTebex.ts @@ -0,0 +1,9 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +import * as Hookdeck from "../index"; + +export interface VerificationTebex { + configs?: Hookdeck.VerificationTebexConfigs; +} diff --git a/src/api/types/VerificationTebexConfigs.ts b/src/api/types/VerificationTebexConfigs.ts new file mode 100644 index 0000000..8c303ca --- /dev/null +++ b/src/api/types/VerificationTebexConfigs.ts @@ -0,0 +1,10 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +/** + * The verification configs for Tebex. Only included if the ?include=verification.configs query param is present + */ +export interface VerificationTebexConfigs { + webhookSecretKey: string; +} diff --git a/src/api/types/VerificationVercel.ts b/src/api/types/VerificationVercel.ts new file mode 100644 index 0000000..d031b47 --- /dev/null +++ b/src/api/types/VerificationVercel.ts @@ -0,0 +1,9 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +import * as Hookdeck from "../index"; + +export interface VerificationVercel { + configs?: Hookdeck.VerificationVercelConfigs; +} diff --git a/src/api/types/VerificationVercelConfigs.ts b/src/api/types/VerificationVercelConfigs.ts new file mode 100644 index 0000000..01176f8 --- /dev/null +++ b/src/api/types/VerificationVercelConfigs.ts @@ -0,0 +1,10 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +/** + * The verification configs for Vercel. Only included if the ?include=verification.configs query param is present + */ +export interface VerificationVercelConfigs { + webhookSecretKey: string; +} diff --git a/src/api/types/VerificationVercelLogDrains.ts b/src/api/types/VerificationVercelLogDrains.ts new file mode 100644 index 0000000..b4f669d --- /dev/null +++ b/src/api/types/VerificationVercelLogDrains.ts @@ -0,0 +1,9 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +import * as Hookdeck from "../index"; + +export interface VerificationVercelLogDrains { + configs?: Hookdeck.VerificationVercelLogDrainsConfigs; +} diff --git a/src/api/types/VerificationVercelLogDrainsConfigs.ts b/src/api/types/VerificationVercelLogDrainsConfigs.ts new file mode 100644 index 0000000..449570a --- /dev/null +++ b/src/api/types/VerificationVercelLogDrainsConfigs.ts @@ -0,0 +1,11 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +/** + * The verification configs for Vercel Log Drains. Only included if the ?include=verification.configs query param is present + */ +export interface VerificationVercelLogDrainsConfigs { + webhookSecretKey?: string; + vercelLogDrainsSecret: string; +} diff --git a/src/api/types/index.ts b/src/api/types/index.ts index 1897877..fa7f71e 100644 --- a/src/api/types/index.ts +++ b/src/api/types/index.ts @@ -83,7 +83,8 @@ export * from "./HandledHmacConfigs"; export * from "./BasicAuthIntegrationConfigs"; export * from "./ShopifyIntegrationConfigsRateLimitPeriod"; export * from "./ShopifyIntegrationConfigs"; -export * from "./IntegrationConfigsSix"; +export * from "./VercelLogDrainsIntegrationConfigs"; +export * from "./IntegrationConfigsSeven"; export * from "./IntegrationConfigs"; export * from "./Integration"; export * from "./IntegrationPaginatedResult"; @@ -220,12 +221,24 @@ export * from "./VerificationEbayConfigs"; export * from "./VerificationEbay"; export * from "./VerificationTelnyxConfigs"; export * from "./VerificationTelnyx"; +export * from "./VerificationDiscordConfigs"; +export * from "./VerificationDiscord"; export * from "./VerificationTokenIoConfigs"; export * from "./VerificationTokenIo"; export * from "./VerificationFiservConfigs"; export * from "./VerificationFiserv"; export * from "./VerificationBondsmithConfigs"; export * from "./VerificationBondsmith"; +export * from "./VerificationVercelLogDrainsConfigs"; +export * from "./VerificationVercelLogDrains"; +export * from "./VerificationVercelConfigs"; +export * from "./VerificationVercel"; +export * from "./VerificationTebexConfigs"; +export * from "./VerificationTebex"; +export * from "./VerificationSlackConfigs"; +export * from "./VerificationSlack"; +export * from "./VerificationRazorpayConfigs"; +export * from "./VerificationRazorpay"; export * from "./VerificationConfig"; export * from "./SourceAllowedHttpMethodItem"; export * from "./SourceAllowedHttpMethod"; diff --git a/src/serialization/types/IntegrationConfigs.ts b/src/serialization/types/IntegrationConfigs.ts index dcd3d60..cac73bd 100644 --- a/src/serialization/types/IntegrationConfigs.ts +++ b/src/serialization/types/IntegrationConfigs.ts @@ -11,7 +11,8 @@ import { HandledApiKeyIntegrationConfigs } from "./HandledApiKeyIntegrationConfi import { HandledHmacConfigs } from "./HandledHmacConfigs"; import { BasicAuthIntegrationConfigs } from "./BasicAuthIntegrationConfigs"; import { ShopifyIntegrationConfigs } from "./ShopifyIntegrationConfigs"; -import { IntegrationConfigsSix } from "./IntegrationConfigsSix"; +import { VercelLogDrainsIntegrationConfigs } from "./VercelLogDrainsIntegrationConfigs"; +import { IntegrationConfigsSeven } from "./IntegrationConfigsSeven"; export const IntegrationConfigs: core.serialization.Schema< serializers.IntegrationConfigs.Raw, @@ -23,7 +24,8 @@ export const IntegrationConfigs: core.serialization.Schema< HandledHmacConfigs, BasicAuthIntegrationConfigs, ShopifyIntegrationConfigs, - IntegrationConfigsSix, + VercelLogDrainsIntegrationConfigs, + IntegrationConfigsSeven, ]); export declare namespace IntegrationConfigs { @@ -34,5 +36,6 @@ export declare namespace IntegrationConfigs { | HandledHmacConfigs.Raw | BasicAuthIntegrationConfigs.Raw | ShopifyIntegrationConfigs.Raw - | IntegrationConfigsSix.Raw; + | VercelLogDrainsIntegrationConfigs.Raw + | IntegrationConfigsSeven.Raw; } diff --git a/src/serialization/types/IntegrationConfigsSix.ts b/src/serialization/types/IntegrationConfigsSeven.ts similarity index 55% rename from src/serialization/types/IntegrationConfigsSix.ts rename to src/serialization/types/IntegrationConfigsSeven.ts index 5e3a8ec..f4e133d 100644 --- a/src/serialization/types/IntegrationConfigsSix.ts +++ b/src/serialization/types/IntegrationConfigsSeven.ts @@ -6,11 +6,11 @@ import * as serializers from "../index"; import * as Hookdeck from "../../api/index"; import * as core from "../../core"; -export const IntegrationConfigsSix: core.serialization.ObjectSchema< - serializers.IntegrationConfigsSix.Raw, - Hookdeck.IntegrationConfigsSix +export const IntegrationConfigsSeven: core.serialization.ObjectSchema< + serializers.IntegrationConfigsSeven.Raw, + Hookdeck.IntegrationConfigsSeven > = core.serialization.object({}); -export declare namespace IntegrationConfigsSix { +export declare namespace IntegrationConfigsSeven { interface Raw {} } diff --git a/src/serialization/types/IntegrationProvider.ts b/src/serialization/types/IntegrationProvider.ts index 5d472ef..3b48d46 100644 --- a/src/serialization/types/IntegrationProvider.ts +++ b/src/serialization/types/IntegrationProvider.ts @@ -59,9 +59,15 @@ export const IntegrationProvider: core.serialization.Schema< "SANITY", "EBAY", "TELNYX", + "DISCORD", "TOKENIO", "FISERV", "BONDSMITH", + "VERCEL_LOG_DRAINS", + "VERCEL", + "TEBEX", + "SLACK", + "RAZORPAY", ]); export declare namespace IntegrationProvider { @@ -115,7 +121,13 @@ export declare namespace IntegrationProvider { | "SANITY" | "EBAY" | "TELNYX" + | "DISCORD" | "TOKENIO" | "FISERV" - | "BONDSMITH"; + | "BONDSMITH" + | "VERCEL_LOG_DRAINS" + | "VERCEL" + | "TEBEX" + | "SLACK" + | "RAZORPAY"; } diff --git a/src/serialization/types/VercelLogDrainsIntegrationConfigs.ts b/src/serialization/types/VercelLogDrainsIntegrationConfigs.ts new file mode 100644 index 0000000..1f3b8d9 --- /dev/null +++ b/src/serialization/types/VercelLogDrainsIntegrationConfigs.ts @@ -0,0 +1,22 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +import * as serializers from "../index"; +import * as Hookdeck from "../../api/index"; +import * as core from "../../core"; + +export const VercelLogDrainsIntegrationConfigs: core.serialization.ObjectSchema< + serializers.VercelLogDrainsIntegrationConfigs.Raw, + Hookdeck.VercelLogDrainsIntegrationConfigs +> = core.serialization.object({ + webhookSecretKey: core.serialization.property("webhook_secret_key", core.serialization.string().optional()), + vercelLogDrainsSecret: core.serialization.property("vercel_log_drains_secret", core.serialization.string()), +}); + +export declare namespace VercelLogDrainsIntegrationConfigs { + interface Raw { + webhook_secret_key?: string | null; + vercel_log_drains_secret: string; + } +} diff --git a/src/serialization/types/VerificationConfig.ts b/src/serialization/types/VerificationConfig.ts index b2660bd..ccda8ad 100644 --- a/src/serialization/types/VerificationConfig.ts +++ b/src/serialization/types/VerificationConfig.ts @@ -54,9 +54,15 @@ import { VerificationTrello } from "./VerificationTrello"; import { VerificationSanity } from "./VerificationSanity"; import { VerificationEbay } from "./VerificationEbay"; import { VerificationTelnyx } from "./VerificationTelnyx"; +import { VerificationDiscord } from "./VerificationDiscord"; import { VerificationTokenIo } from "./VerificationTokenIo"; import { VerificationFiserv } from "./VerificationFiserv"; import { VerificationBondsmith } from "./VerificationBondsmith"; +import { VerificationVercelLogDrains } from "./VerificationVercelLogDrains"; +import { VerificationVercel } from "./VerificationVercel"; +import { VerificationTebex } from "./VerificationTebex"; +import { VerificationSlack } from "./VerificationSlack"; +import { VerificationRazorpay } from "./VerificationRazorpay"; export const VerificationConfig: core.serialization.Schema< serializers.VerificationConfig.Raw, @@ -112,9 +118,15 @@ export const VerificationConfig: core.serialization.Schema< sanity: VerificationSanity, ebay: VerificationEbay, telnyx: VerificationTelnyx, + discord: VerificationDiscord, tokenio: VerificationTokenIo, fiserv: VerificationFiserv, bondsmith: VerificationBondsmith, + vercel_log_drains: VerificationVercelLogDrains, + vercel: VerificationVercel, + tebex: VerificationTebex, + slack: VerificationSlack, + razorpay: VerificationRazorpay, }) .transform({ transform: (value) => value, @@ -172,9 +184,15 @@ export declare namespace VerificationConfig { | VerificationConfig.Sanity | VerificationConfig.Ebay | VerificationConfig.Telnyx + | VerificationConfig.Discord | VerificationConfig.Tokenio | VerificationConfig.Fiserv - | VerificationConfig.Bondsmith; + | VerificationConfig.Bondsmith + | VerificationConfig.VercelLogDrains + | VerificationConfig.Vercel + | VerificationConfig.Tebex + | VerificationConfig.Slack + | VerificationConfig.Razorpay; interface Hmac extends VerificationHmac.Raw { type: "hmac"; @@ -372,6 +390,10 @@ export declare namespace VerificationConfig { type: "telnyx"; } + interface Discord extends VerificationDiscord.Raw { + type: "discord"; + } + interface Tokenio extends VerificationTokenIo.Raw { type: "tokenio"; } @@ -383,4 +405,24 @@ export declare namespace VerificationConfig { interface Bondsmith extends VerificationBondsmith.Raw { type: "bondsmith"; } + + interface VercelLogDrains extends VerificationVercelLogDrains.Raw { + type: "vercel_log_drains"; + } + + interface Vercel extends VerificationVercel.Raw { + type: "vercel"; + } + + interface Tebex extends VerificationTebex.Raw { + type: "tebex"; + } + + interface Slack extends VerificationSlack.Raw { + type: "slack"; + } + + interface Razorpay extends VerificationRazorpay.Raw { + type: "razorpay"; + } } diff --git a/src/serialization/types/VerificationDiscord.ts b/src/serialization/types/VerificationDiscord.ts new file mode 100644 index 0000000..aa861f2 --- /dev/null +++ b/src/serialization/types/VerificationDiscord.ts @@ -0,0 +1,21 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +import * as serializers from "../index"; +import * as Hookdeck from "../../api/index"; +import * as core from "../../core"; +import { VerificationDiscordConfigs } from "./VerificationDiscordConfigs"; + +export const VerificationDiscord: core.serialization.ObjectSchema< + serializers.VerificationDiscord.Raw, + Hookdeck.VerificationDiscord +> = core.serialization.object({ + configs: VerificationDiscordConfigs.optional(), +}); + +export declare namespace VerificationDiscord { + interface Raw { + configs?: VerificationDiscordConfigs.Raw | null; + } +} diff --git a/src/serialization/types/VerificationDiscordConfigs.ts b/src/serialization/types/VerificationDiscordConfigs.ts new file mode 100644 index 0000000..c62df57 --- /dev/null +++ b/src/serialization/types/VerificationDiscordConfigs.ts @@ -0,0 +1,20 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +import * as serializers from "../index"; +import * as Hookdeck from "../../api/index"; +import * as core from "../../core"; + +export const VerificationDiscordConfigs: core.serialization.ObjectSchema< + serializers.VerificationDiscordConfigs.Raw, + Hookdeck.VerificationDiscordConfigs +> = core.serialization.object({ + publicKey: core.serialization.property("public_key", core.serialization.string()), +}); + +export declare namespace VerificationDiscordConfigs { + interface Raw { + public_key: string; + } +} diff --git a/src/serialization/types/VerificationRazorpay.ts b/src/serialization/types/VerificationRazorpay.ts new file mode 100644 index 0000000..56d2fa1 --- /dev/null +++ b/src/serialization/types/VerificationRazorpay.ts @@ -0,0 +1,21 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +import * as serializers from "../index"; +import * as Hookdeck from "../../api/index"; +import * as core from "../../core"; +import { VerificationRazorpayConfigs } from "./VerificationRazorpayConfigs"; + +export const VerificationRazorpay: core.serialization.ObjectSchema< + serializers.VerificationRazorpay.Raw, + Hookdeck.VerificationRazorpay +> = core.serialization.object({ + configs: VerificationRazorpayConfigs.optional(), +}); + +export declare namespace VerificationRazorpay { + interface Raw { + configs?: VerificationRazorpayConfigs.Raw | null; + } +} diff --git a/src/serialization/types/VerificationRazorpayConfigs.ts b/src/serialization/types/VerificationRazorpayConfigs.ts new file mode 100644 index 0000000..26c8356 --- /dev/null +++ b/src/serialization/types/VerificationRazorpayConfigs.ts @@ -0,0 +1,20 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +import * as serializers from "../index"; +import * as Hookdeck from "../../api/index"; +import * as core from "../../core"; + +export const VerificationRazorpayConfigs: core.serialization.ObjectSchema< + serializers.VerificationRazorpayConfigs.Raw, + Hookdeck.VerificationRazorpayConfigs +> = core.serialization.object({ + webhookSecretKey: core.serialization.property("webhook_secret_key", core.serialization.string()), +}); + +export declare namespace VerificationRazorpayConfigs { + interface Raw { + webhook_secret_key: string; + } +} diff --git a/src/serialization/types/VerificationSlack.ts b/src/serialization/types/VerificationSlack.ts new file mode 100644 index 0000000..7472b01 --- /dev/null +++ b/src/serialization/types/VerificationSlack.ts @@ -0,0 +1,21 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +import * as serializers from "../index"; +import * as Hookdeck from "../../api/index"; +import * as core from "../../core"; +import { VerificationSlackConfigs } from "./VerificationSlackConfigs"; + +export const VerificationSlack: core.serialization.ObjectSchema< + serializers.VerificationSlack.Raw, + Hookdeck.VerificationSlack +> = core.serialization.object({ + configs: VerificationSlackConfigs.optional(), +}); + +export declare namespace VerificationSlack { + interface Raw { + configs?: VerificationSlackConfigs.Raw | null; + } +} diff --git a/src/serialization/types/VerificationSlackConfigs.ts b/src/serialization/types/VerificationSlackConfigs.ts new file mode 100644 index 0000000..b75db21 --- /dev/null +++ b/src/serialization/types/VerificationSlackConfigs.ts @@ -0,0 +1,20 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +import * as serializers from "../index"; +import * as Hookdeck from "../../api/index"; +import * as core from "../../core"; + +export const VerificationSlackConfigs: core.serialization.ObjectSchema< + serializers.VerificationSlackConfigs.Raw, + Hookdeck.VerificationSlackConfigs +> = core.serialization.object({ + webhookSecretKey: core.serialization.property("webhook_secret_key", core.serialization.string()), +}); + +export declare namespace VerificationSlackConfigs { + interface Raw { + webhook_secret_key: string; + } +} diff --git a/src/serialization/types/VerificationTebex.ts b/src/serialization/types/VerificationTebex.ts new file mode 100644 index 0000000..a48f99b --- /dev/null +++ b/src/serialization/types/VerificationTebex.ts @@ -0,0 +1,21 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +import * as serializers from "../index"; +import * as Hookdeck from "../../api/index"; +import * as core from "../../core"; +import { VerificationTebexConfigs } from "./VerificationTebexConfigs"; + +export const VerificationTebex: core.serialization.ObjectSchema< + serializers.VerificationTebex.Raw, + Hookdeck.VerificationTebex +> = core.serialization.object({ + configs: VerificationTebexConfigs.optional(), +}); + +export declare namespace VerificationTebex { + interface Raw { + configs?: VerificationTebexConfigs.Raw | null; + } +} diff --git a/src/serialization/types/VerificationTebexConfigs.ts b/src/serialization/types/VerificationTebexConfigs.ts new file mode 100644 index 0000000..ca7a7c6 --- /dev/null +++ b/src/serialization/types/VerificationTebexConfigs.ts @@ -0,0 +1,20 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +import * as serializers from "../index"; +import * as Hookdeck from "../../api/index"; +import * as core from "../../core"; + +export const VerificationTebexConfigs: core.serialization.ObjectSchema< + serializers.VerificationTebexConfigs.Raw, + Hookdeck.VerificationTebexConfigs +> = core.serialization.object({ + webhookSecretKey: core.serialization.property("webhook_secret_key", core.serialization.string()), +}); + +export declare namespace VerificationTebexConfigs { + interface Raw { + webhook_secret_key: string; + } +} diff --git a/src/serialization/types/VerificationVercel.ts b/src/serialization/types/VerificationVercel.ts new file mode 100644 index 0000000..636016b --- /dev/null +++ b/src/serialization/types/VerificationVercel.ts @@ -0,0 +1,21 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +import * as serializers from "../index"; +import * as Hookdeck from "../../api/index"; +import * as core from "../../core"; +import { VerificationVercelConfigs } from "./VerificationVercelConfigs"; + +export const VerificationVercel: core.serialization.ObjectSchema< + serializers.VerificationVercel.Raw, + Hookdeck.VerificationVercel +> = core.serialization.object({ + configs: VerificationVercelConfigs.optional(), +}); + +export declare namespace VerificationVercel { + interface Raw { + configs?: VerificationVercelConfigs.Raw | null; + } +} diff --git a/src/serialization/types/VerificationVercelConfigs.ts b/src/serialization/types/VerificationVercelConfigs.ts new file mode 100644 index 0000000..1e95211 --- /dev/null +++ b/src/serialization/types/VerificationVercelConfigs.ts @@ -0,0 +1,20 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +import * as serializers from "../index"; +import * as Hookdeck from "../../api/index"; +import * as core from "../../core"; + +export const VerificationVercelConfigs: core.serialization.ObjectSchema< + serializers.VerificationVercelConfigs.Raw, + Hookdeck.VerificationVercelConfigs +> = core.serialization.object({ + webhookSecretKey: core.serialization.property("webhook_secret_key", core.serialization.string()), +}); + +export declare namespace VerificationVercelConfigs { + interface Raw { + webhook_secret_key: string; + } +} diff --git a/src/serialization/types/VerificationVercelLogDrains.ts b/src/serialization/types/VerificationVercelLogDrains.ts new file mode 100644 index 0000000..9a86c10 --- /dev/null +++ b/src/serialization/types/VerificationVercelLogDrains.ts @@ -0,0 +1,21 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +import * as serializers from "../index"; +import * as Hookdeck from "../../api/index"; +import * as core from "../../core"; +import { VerificationVercelLogDrainsConfigs } from "./VerificationVercelLogDrainsConfigs"; + +export const VerificationVercelLogDrains: core.serialization.ObjectSchema< + serializers.VerificationVercelLogDrains.Raw, + Hookdeck.VerificationVercelLogDrains +> = core.serialization.object({ + configs: VerificationVercelLogDrainsConfigs.optional(), +}); + +export declare namespace VerificationVercelLogDrains { + interface Raw { + configs?: VerificationVercelLogDrainsConfigs.Raw | null; + } +} diff --git a/src/serialization/types/VerificationVercelLogDrainsConfigs.ts b/src/serialization/types/VerificationVercelLogDrainsConfigs.ts new file mode 100644 index 0000000..cde6186 --- /dev/null +++ b/src/serialization/types/VerificationVercelLogDrainsConfigs.ts @@ -0,0 +1,22 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +import * as serializers from "../index"; +import * as Hookdeck from "../../api/index"; +import * as core from "../../core"; + +export const VerificationVercelLogDrainsConfigs: core.serialization.ObjectSchema< + serializers.VerificationVercelLogDrainsConfigs.Raw, + Hookdeck.VerificationVercelLogDrainsConfigs +> = core.serialization.object({ + webhookSecretKey: core.serialization.property("webhook_secret_key", core.serialization.string().optional()), + vercelLogDrainsSecret: core.serialization.property("vercel_log_drains_secret", core.serialization.string()), +}); + +export declare namespace VerificationVercelLogDrainsConfigs { + interface Raw { + webhook_secret_key?: string | null; + vercel_log_drains_secret: string; + } +} diff --git a/src/serialization/types/index.ts b/src/serialization/types/index.ts index 1897877..fa7f71e 100644 --- a/src/serialization/types/index.ts +++ b/src/serialization/types/index.ts @@ -83,7 +83,8 @@ export * from "./HandledHmacConfigs"; export * from "./BasicAuthIntegrationConfigs"; export * from "./ShopifyIntegrationConfigsRateLimitPeriod"; export * from "./ShopifyIntegrationConfigs"; -export * from "./IntegrationConfigsSix"; +export * from "./VercelLogDrainsIntegrationConfigs"; +export * from "./IntegrationConfigsSeven"; export * from "./IntegrationConfigs"; export * from "./Integration"; export * from "./IntegrationPaginatedResult"; @@ -220,12 +221,24 @@ export * from "./VerificationEbayConfigs"; export * from "./VerificationEbay"; export * from "./VerificationTelnyxConfigs"; export * from "./VerificationTelnyx"; +export * from "./VerificationDiscordConfigs"; +export * from "./VerificationDiscord"; export * from "./VerificationTokenIoConfigs"; export * from "./VerificationTokenIo"; export * from "./VerificationFiservConfigs"; export * from "./VerificationFiserv"; export * from "./VerificationBondsmithConfigs"; export * from "./VerificationBondsmith"; +export * from "./VerificationVercelLogDrainsConfigs"; +export * from "./VerificationVercelLogDrains"; +export * from "./VerificationVercelConfigs"; +export * from "./VerificationVercel"; +export * from "./VerificationTebexConfigs"; +export * from "./VerificationTebex"; +export * from "./VerificationSlackConfigs"; +export * from "./VerificationSlack"; +export * from "./VerificationRazorpayConfigs"; +export * from "./VerificationRazorpay"; export * from "./VerificationConfig"; export * from "./SourceAllowedHttpMethodItem"; export * from "./SourceAllowedHttpMethod"; diff --git a/yarn.lock b/yarn.lock index 8904010..0f976be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -650,9 +650,9 @@ form-data "^4.0.0" "@types/node@*": - version "20.14.2" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.2.tgz#a5f4d2bcb4b6a87bffcaa717718c5a0f208f4a18" - integrity sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q== + version "20.14.9" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.9.tgz#12e8e765ab27f8c421a1820c99f5f313a933b420" + integrity sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg== dependencies: undici-types "~5.26.4" @@ -912,9 +912,9 @@ camelcase@^6.2.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001629: - version "1.0.30001634" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001634.tgz#aa563c8e7aeaf552f7ead60371bc8d803425deaa" - integrity sha512-fbBYXQ9q3+yp1q1gBk86tOFs4pyn/yxFm5ZNP18OXJDfA3txImOY9PhfxVggZ4vRHDqoU8NrKU81eN0OtzOgRA== + version "1.0.30001639" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001639.tgz#972b3a6adeacdd8f46af5fc7f771e9639f6c1521" + integrity sha512-eFHflNTBIlFwP2AIKaYuBQN/apnUoKNhBdza8ZnW/h2di4LCZ4xFqYlxUxo+LQ76KFI1PGcC1QDxMbxTZpSCAg== chalk@^2.4.2: version "2.4.2" @@ -1110,9 +1110,9 @@ domexception@^4.0.0: webidl-conversions "^7.0.0" electron-to-chromium@^1.4.796: - version "1.4.802" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.802.tgz#49b397eadc95a49b1ac33eebee146b8e5a93773f" - integrity sha512-TnTMUATbgNdPXVSHsxvNVSG0uEd6cSZsANjm8c9HbvflZVVn1yTRcmVXYT1Ma95/ssB/Dcd30AHweH2TE+dNpA== + version "1.4.816" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.816.tgz#3624649d1e7fde5cdbadf59d31a524245d8ee85f" + integrity sha512-EKH5X5oqC6hLmiS7/vYtZHZFTNdhsYG5NVPRN6Yn0kQHNBlT59+xSM8HBy66P5fxWpKgZbPqb+diC64ng295Jw== emittery@^0.13.1: version "0.13.1" @@ -1363,7 +1363,7 @@ has-symbols@^1.0.3: resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== -hasown@^2.0.0: +hasown@^2.0.0, hasown@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003" integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ== @@ -1443,11 +1443,11 @@ is-arrayish@^0.2.1: integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg== is-core-module@^2.13.0: - version "2.13.1" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384" - integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw== + version "2.14.0" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.14.0.tgz#43b8ef9f46a6a08888db67b1ffd4ec9e3dfd59d1" + integrity sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A== dependencies: - hasown "^2.0.0" + hasown "^2.0.2" is-fullwidth-code-point@^3.0.0: version "3.0.0" @@ -1496,9 +1496,9 @@ istanbul-lib-instrument@^5.0.4: semver "^6.3.0" istanbul-lib-instrument@^6.0.0: - version "6.0.2" - resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.2.tgz#91655936cf7380e4e473383081e38478b69993b1" - integrity sha512-1WUsZ9R1lA0HtBSohTkm39WTPlNKSJ5iFk7UwqXkBLoHQT+hfqPsfsTDVuZdKGaBwn7din9bS7SsnoAr943hvw== + version "6.0.3" + resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz#fa15401df6c15874bcb2105f773325d78c666765" + integrity sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q== dependencies: "@babel/core" "^7.23.9" "@babel/parser" "^7.23.9" @@ -2104,9 +2104,9 @@ nwsapi@^2.2.2: integrity sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ== object-inspect@^1.13.1: - version "1.13.1" - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2" - integrity sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ== + version "1.13.2" + resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.2.tgz#dea0088467fb991e67af4058147a24824a3043ff" + integrity sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g== once@^1.3.0: version "1.4.0" @@ -2572,9 +2572,9 @@ url-parse@^1.5.3: requires-port "^1.0.0" v8-to-istanbul@^9.0.1: - version "9.2.0" - resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.2.0.tgz#2ed7644a245cddd83d4e087b9b33b3e62dfd10ad" - integrity sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA== + version "9.3.0" + resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz#b9572abfa62bd556c16d75fdebc1a411d5ff3175" + integrity sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA== dependencies: "@jridgewell/trace-mapping" "^0.3.12" "@types/istanbul-lib-coverage" "^2.0.1" @@ -2662,9 +2662,9 @@ write-file-atomic@^4.0.2: signal-exit "^3.0.7" ws@^8.11.0: - version "8.17.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.0.tgz#d145d18eca2ed25aaf791a183903f7be5e295fea" - integrity sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow== + version "8.17.1" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b" + integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ== xml-name-validator@^4.0.0: version "4.0.0"