From 21bef4f5c892eaa0f80453f76a782fe0de100a22 Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 16:05:49 +0000 Subject: [PATCH] Release 0.0.45 --- package.json | 2 +- .../resources/accountConnections/client/Client.ts | 10 +++++----- src/api/resources/actions/client/Client.ts | 8 ++++---- src/api/resources/agents/client/Client.ts | 8 ++++---- src/api/resources/calls/client/Client.ts | 10 +++++----- src/api/resources/numbers/client/Client.ts | 12 ++++++------ src/api/resources/prompts/client/Client.ts | 8 ++++---- src/api/resources/usage/client/Client.ts | 2 +- src/api/resources/vectorDatabases/client/Client.ts | 8 ++++---- src/api/resources/voices/client/Client.ts | 8 ++++---- src/api/resources/webhooks/client/Client.ts | 8 ++++---- 11 files changed, 42 insertions(+), 42 deletions(-) diff --git a/package.json b/package.json index cd6dac6..d06b70d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vocode/vocode-api", - "version": "0.0.44", + "version": "0.0.45", "private": false, "repository": "https://github.com/vocodedev/vocode-api-node", "main": "./index.js", diff --git a/src/api/resources/accountConnections/client/Client.ts b/src/api/resources/accountConnections/client/Client.ts index 0ccb69c..044e44b 100644 --- a/src/api/resources/accountConnections/client/Client.ts +++ b/src/api/resources/accountConnections/client/Client.ts @@ -39,7 +39,7 @@ export class AccountConnections { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, @@ -122,7 +122,7 @@ export class AccountConnections { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, @@ -187,7 +187,7 @@ export class AccountConnections { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", body: await serializers.AccountConnectionParamsRequest.jsonOrThrow(request, { @@ -257,7 +257,7 @@ export class AccountConnections { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, @@ -326,7 +326,7 @@ export class AccountConnections { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/actions/client/Client.ts b/src/api/resources/actions/client/Client.ts index 51a3454..01e4526 100644 --- a/src/api/resources/actions/client/Client.ts +++ b/src/api/resources/actions/client/Client.ts @@ -37,7 +37,7 @@ export class Actions { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, @@ -118,7 +118,7 @@ export class Actions { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, @@ -181,7 +181,7 @@ export class Actions { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", body: await serializers.ActionParamsRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -247,7 +247,7 @@ export class Actions { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/agents/client/Client.ts b/src/api/resources/agents/client/Client.ts index d14b4a1..3ba5e39 100644 --- a/src/api/resources/agents/client/Client.ts +++ b/src/api/resources/agents/client/Client.ts @@ -37,7 +37,7 @@ export class Agents { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, @@ -118,7 +118,7 @@ export class Agents { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, @@ -181,7 +181,7 @@ export class Agents { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", body: await serializers.AgentParams.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -247,7 +247,7 @@ export class Agents { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/calls/client/Client.ts b/src/api/resources/calls/client/Client.ts index 9bc9e2f..2e5d00a 100644 --- a/src/api/resources/calls/client/Client.ts +++ b/src/api/resources/calls/client/Client.ts @@ -56,7 +56,7 @@ export class Calls { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, @@ -122,7 +122,7 @@ export class Calls { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, @@ -188,7 +188,7 @@ export class Calls { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, @@ -251,7 +251,7 @@ export class Calls { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", body: await serializers.CreateCallRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -314,7 +314,7 @@ export class Calls { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, queryParameters: _queryParams, timeoutMs: 60000, diff --git a/src/api/resources/numbers/client/Client.ts b/src/api/resources/numbers/client/Client.ts index 0733291..4bda060 100644 --- a/src/api/resources/numbers/client/Client.ts +++ b/src/api/resources/numbers/client/Client.ts @@ -55,7 +55,7 @@ export class Numbers { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, @@ -121,7 +121,7 @@ export class Numbers { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, @@ -184,7 +184,7 @@ export class Numbers { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", body: await serializers.BuyPhoneNumberRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -250,7 +250,7 @@ export class Numbers { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, @@ -317,7 +317,7 @@ export class Numbers { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, @@ -380,7 +380,7 @@ export class Numbers { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", body: await serializers.LinkPhoneNumberRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), diff --git a/src/api/resources/prompts/client/Client.ts b/src/api/resources/prompts/client/Client.ts index 9647ec8..e03b0e5 100644 --- a/src/api/resources/prompts/client/Client.ts +++ b/src/api/resources/prompts/client/Client.ts @@ -37,7 +37,7 @@ export class Prompts { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, @@ -118,7 +118,7 @@ export class Prompts { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, @@ -181,7 +181,7 @@ export class Prompts { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", body: await serializers.PromptParams.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -247,7 +247,7 @@ export class Prompts { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/usage/client/Client.ts b/src/api/resources/usage/client/Client.ts index 9c8f9fa..6c65e18 100644 --- a/src/api/resources/usage/client/Client.ts +++ b/src/api/resources/usage/client/Client.ts @@ -30,7 +30,7 @@ export class Usage { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", timeoutMs: 60000, diff --git a/src/api/resources/vectorDatabases/client/Client.ts b/src/api/resources/vectorDatabases/client/Client.ts index ee55d1b..a2a97b5 100644 --- a/src/api/resources/vectorDatabases/client/Client.ts +++ b/src/api/resources/vectorDatabases/client/Client.ts @@ -37,7 +37,7 @@ export class VectorDatabases { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, @@ -120,7 +120,7 @@ export class VectorDatabases { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, @@ -185,7 +185,7 @@ export class VectorDatabases { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", body: await serializers.PineconeVectorDatabaseParams.jsonOrThrow(request, { @@ -255,7 +255,7 @@ export class VectorDatabases { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/voices/client/Client.ts b/src/api/resources/voices/client/Client.ts index a7e5634..1694250 100644 --- a/src/api/resources/voices/client/Client.ts +++ b/src/api/resources/voices/client/Client.ts @@ -37,7 +37,7 @@ export class Voices { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, @@ -118,7 +118,7 @@ export class Voices { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, @@ -181,7 +181,7 @@ export class Voices { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", body: await serializers.VoiceParamsRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -247,7 +247,7 @@ export class Voices { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/webhooks/client/Client.ts b/src/api/resources/webhooks/client/Client.ts index a5838c6..bcf258d 100644 --- a/src/api/resources/webhooks/client/Client.ts +++ b/src/api/resources/webhooks/client/Client.ts @@ -37,7 +37,7 @@ export class Webhooks { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, @@ -118,7 +118,7 @@ export class Webhooks { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams, @@ -181,7 +181,7 @@ export class Webhooks { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", body: await serializers.WebhookParams.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -247,7 +247,7 @@ export class Webhooks { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@vocode/vocode-api", - "X-Fern-SDK-Version": "0.0.44", + "X-Fern-SDK-Version": "0.0.45", }, contentType: "application/json", queryParameters: _queryParams,