From 5398cba6ba6705068f081d50def1a0deba8b0e79 Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 04:06:44 +0000 Subject: [PATCH] Release 0.0.44 --- 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 ae85c67..cd6dac6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vocode/vocode-api", - "version": "0.0.43", + "version": "0.0.44", "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 4fd02fb..0ccb69c 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/actions/client/Client.ts b/src/api/resources/actions/client/Client.ts index 8cb7f27..51a3454 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/agents/client/Client.ts b/src/api/resources/agents/client/Client.ts index d7e7ee8..d14b4a1 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/calls/client/Client.ts b/src/api/resources/calls/client/Client.ts index d70ad2e..9bc9e2f 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, queryParameters: _queryParams, timeoutMs: 60000, diff --git a/src/api/resources/numbers/client/Client.ts b/src/api/resources/numbers/client/Client.ts index fc1dde1..0733291 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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 635836a..9647ec8 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/usage/client/Client.ts b/src/api/resources/usage/client/Client.ts index 91706f0..9c8f9fa 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.43", + "X-Fern-SDK-Version": "0.0.44", }, contentType: "application/json", timeoutMs: 60000, diff --git a/src/api/resources/vectorDatabases/client/Client.ts b/src/api/resources/vectorDatabases/client/Client.ts index cb8fe44..ee55d1b 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/voices/client/Client.ts b/src/api/resources/voices/client/Client.ts index e0dc8c0..a7e5634 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/webhooks/client/Client.ts b/src/api/resources/webhooks/client/Client.ts index a05166d..a5838c6 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, 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.43", + "X-Fern-SDK-Version": "0.0.44", }, contentType: "application/json", queryParameters: _queryParams,