Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Release 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Jun 20, 2024
1 parent e33b950 commit 6998e8a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
Expand Down Expand Up @@ -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()),
Expand Down
12 changes: 6 additions & 6 deletions src/api/resources/sessions/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
Expand Down Expand Up @@ -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()),
Expand Down Expand Up @@ -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()),
Expand Down Expand Up @@ -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()),
Expand Down Expand Up @@ -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()),
Expand Down Expand Up @@ -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()),
Expand Down

0 comments on commit 6998e8a

Please sign in to comment.