From ba483a30cd0341edd7df8cb3581222cfffad7a3c Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 17:28:08 +0000 Subject: [PATCH] Release 0.0.35 --- package.json | 2 +- .../resources/accountConnections/client/Client.ts | 8 ++++---- 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, 41 insertions(+), 41 deletions(-) diff --git a/package.json b/package.json index c34bba6..5cd13c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vocode/vocode-api", - "version": "0.0.34", + "version": "0.0.35", "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 a9f0b5c..4a10f5b 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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, @@ -114,7 +114,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, @@ -179,7 +179,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", body: await serializers.AccountConnectionParamsRequest.jsonOrThrow(request, { @@ -249,7 +249,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/actions/client/Client.ts b/src/api/resources/actions/client/Client.ts index f3e5991..d245855 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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, @@ -110,7 +110,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, @@ -173,7 +173,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", body: await serializers.ActionParamsRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -239,7 +239,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/agents/client/Client.ts b/src/api/resources/agents/client/Client.ts index d7b96db..0216641 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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, @@ -110,7 +110,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, @@ -173,7 +173,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", body: await serializers.AgentParams.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -239,7 +239,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/calls/client/Client.ts b/src/api/resources/calls/client/Client.ts index 6372487..47308b2 100644 --- a/src/api/resources/calls/client/Client.ts +++ b/src/api/resources/calls/client/Client.ts @@ -47,7 +47,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, @@ -113,7 +113,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, @@ -179,7 +179,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, @@ -242,7 +242,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", body: await serializers.CreateCallRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -308,7 +308,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/numbers/client/Client.ts b/src/api/resources/numbers/client/Client.ts index 52e9138..addc0e7 100644 --- a/src/api/resources/numbers/client/Client.ts +++ b/src/api/resources/numbers/client/Client.ts @@ -47,7 +47,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, @@ -113,7 +113,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, @@ -176,7 +176,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", body: await serializers.BuyPhoneNumberRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -242,7 +242,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, @@ -309,7 +309,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, @@ -372,7 +372,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.34", + "X-Fern-SDK-Version": "0.0.35", }, 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 50f926b..96bbb42 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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, @@ -110,7 +110,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, @@ -173,7 +173,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", body: await serializers.PromptParams.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -239,7 +239,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/usage/client/Client.ts b/src/api/resources/usage/client/Client.ts index 8a22927..82ef703 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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", timeoutMs: 60000, diff --git a/src/api/resources/vectorDatabases/client/Client.ts b/src/api/resources/vectorDatabases/client/Client.ts index 983c7cd..53b3930 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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, @@ -112,7 +112,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, @@ -177,7 +177,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", body: await serializers.PineconeVectorDatabaseParams.jsonOrThrow(request, { @@ -247,7 +247,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/voices/client/Client.ts b/src/api/resources/voices/client/Client.ts index 525c2c6..ac7e07d 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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, @@ -110,7 +110,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, @@ -173,7 +173,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", body: await serializers.VoiceParamsRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -239,7 +239,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/webhooks/client/Client.ts b/src/api/resources/webhooks/client/Client.ts index dfbc10f..03e1bfa 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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, @@ -110,7 +110,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams, @@ -173,7 +173,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", body: await serializers.WebhookParams.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -239,7 +239,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.34", + "X-Fern-SDK-Version": "0.0.35", }, contentType: "application/json", queryParameters: _queryParams,