From 6998e8ad1be9018ee744b7686e8ec6a83a9488ed Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:09:10 +0000 Subject: [PATCH] Release 1.3.4 --- package.json | 2 +- src/Client.ts | 4 ++-- src/api/resources/sessions/client/Client.ts | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index c699eb7..2b9fd43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multion", - "version": "1.3.3", + "version": "1.3.4", "private": false, "repository": "https://github.com/MULTI-ON/multion-typescript", "main": "./index.js", diff --git a/src/Client.ts b/src/Client.ts index 4f1cdb6..af4359c 100644 --- a/src/Client.ts +++ b/src/Client.ts @@ -55,7 +55,7 @@ export class MultiOnClient { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "multion", - "X-Fern-SDK-Version": "1.3.3", + "X-Fern-SDK-Version": "1.3.4", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -176,7 +176,7 @@ export class MultiOnClient { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "multion", - "X-Fern-SDK-Version": "1.3.3", + "X-Fern-SDK-Version": "1.3.4", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/sessions/client/Client.ts b/src/api/resources/sessions/client/Client.ts index 6076fef..d6c8062 100644 --- a/src/api/resources/sessions/client/Client.ts +++ b/src/api/resources/sessions/client/Client.ts @@ -48,7 +48,7 @@ export class Sessions { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "multion", - "X-Fern-SDK-Version": "1.3.3", + "X-Fern-SDK-Version": "1.3.4", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -120,7 +120,7 @@ export class Sessions { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "multion", - "X-Fern-SDK-Version": "1.3.3", + "X-Fern-SDK-Version": "1.3.4", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -220,7 +220,7 @@ export class Sessions { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "multion", - "X-Fern-SDK-Version": "1.3.3", + "X-Fern-SDK-Version": "1.3.4", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -301,7 +301,7 @@ export class Sessions { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "multion", - "X-Fern-SDK-Version": "1.3.3", + "X-Fern-SDK-Version": "1.3.4", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -378,7 +378,7 @@ export class Sessions { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "multion", - "X-Fern-SDK-Version": "1.3.3", + "X-Fern-SDK-Version": "1.3.4", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -448,7 +448,7 @@ export class Sessions { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "multion", - "X-Fern-SDK-Version": "1.3.3", + "X-Fern-SDK-Version": "1.3.4", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()),