From 606d3e715819ac528afe1983cd67f6cfa6ab468f Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 17:35:20 +0000 Subject: [PATCH] Release 3.1.47 --- package.json | 2 +- src/api/resources/activity/client/Client.ts | 4 +- src/api/resources/body/client/Client.ts | 4 +- src/api/resources/devices/client/Client.ts | 2 +- src/api/resources/insurance/client/Client.ts | 4 +- src/api/resources/introspect/client/Client.ts | 4 +- src/api/resources/labTests/client/Client.ts | 54 ++++----- src/api/resources/link/client/Client.ts | 28 ++--- src/api/resources/meal/client/Client.ts | 2 +- .../resources/menstrualCycle/client/Client.ts | 2 +- src/api/resources/profile/client/Client.ts | 4 +- src/api/resources/providers/client/Client.ts | 2 +- src/api/resources/sleep/client/Client.ts | 8 +- src/api/resources/team/client/Client.ts | 14 +-- src/api/resources/testkit/client/Client.ts | 4 +- src/api/resources/user/client/Client.ts | 24 ++-- src/api/resources/vitals/client/Client.ts | 104 +++++++++--------- src/api/resources/workouts/client/Client.ts | 6 +- 18 files changed, 136 insertions(+), 136 deletions(-) diff --git a/package.json b/package.json index dd440314..ba1be5a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tryvital/vital-node", - "version": "3.1.46", + "version": "3.1.47", "private": false, "repository": "https://github.com/tryVital/vital-node", "main": "./index.js", diff --git a/src/api/resources/activity/client/Client.ts b/src/api/resources/activity/client/Client.ts index e42c408e..e9e24990 100644 --- a/src/api/resources/activity/client/Client.ts +++ b/src/api/resources/activity/client/Client.ts @@ -58,7 +58,7 @@ export class Activity { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -145,7 +145,7 @@ export class Activity { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/body/client/Client.ts b/src/api/resources/body/client/Client.ts index 769b2ea5..bdf2eb9f 100644 --- a/src/api/resources/body/client/Client.ts +++ b/src/api/resources/body/client/Client.ts @@ -58,7 +58,7 @@ export class Body { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -145,7 +145,7 @@ export class Body { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/devices/client/Client.ts b/src/api/resources/devices/client/Client.ts index e3bf2513..a48f8a65 100644 --- a/src/api/resources/devices/client/Client.ts +++ b/src/api/resources/devices/client/Client.ts @@ -51,7 +51,7 @@ export class Devices { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/insurance/client/Client.ts b/src/api/resources/insurance/client/Client.ts index a7a22c2f..375f994e 100644 --- a/src/api/resources/insurance/client/Client.ts +++ b/src/api/resources/insurance/client/Client.ts @@ -45,7 +45,7 @@ export class Insurance { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -122,7 +122,7 @@ export class Insurance { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/introspect/client/Client.ts b/src/api/resources/introspect/client/Client.ts index 6751c4ab..62feea1d 100644 --- a/src/api/resources/introspect/client/Client.ts +++ b/src/api/resources/introspect/client/Client.ts @@ -65,7 +65,7 @@ export class Introspect { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -159,7 +159,7 @@ export class Introspect { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/labTests/client/Client.ts b/src/api/resources/labTests/client/Client.ts index bf1cb1b8..e96dbebc 100644 --- a/src/api/resources/labTests/client/Client.ts +++ b/src/api/resources/labTests/client/Client.ts @@ -41,7 +41,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -104,7 +104,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -199,7 +199,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -282,7 +282,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -356,7 +356,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -424,7 +424,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -484,7 +484,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -562,7 +562,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -638,7 +638,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -720,7 +720,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -796,7 +796,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -874,7 +874,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -945,7 +945,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1008,7 +1008,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1098,7 +1098,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1181,7 +1181,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1260,7 +1260,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1327,7 +1327,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1396,7 +1396,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1465,7 +1465,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1542,7 +1542,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1608,7 +1608,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1670,7 +1670,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1739,7 +1739,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1811,7 +1811,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1894,7 +1894,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -2000,7 +2000,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/link/client/Client.ts b/src/api/resources/link/client/Client.ts index 3bb6dc2e..0bb714c2 100644 --- a/src/api/resources/link/client/Client.ts +++ b/src/api/resources/link/client/Client.ts @@ -51,7 +51,7 @@ export class Link { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -125,7 +125,7 @@ export class Link { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -207,7 +207,7 @@ export class Link { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -284,7 +284,7 @@ export class Link { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -359,7 +359,7 @@ export class Link { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "x-vital-link-token": vitalLinkToken != null ? vitalLinkToken : undefined, @@ -437,7 +437,7 @@ export class Link { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "x-vital-link-token": vitalLinkToken != null ? vitalLinkToken : undefined, @@ -517,7 +517,7 @@ export class Link { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "x-vital-link-token": vitalLinkToken != null ? vitalLinkToken : undefined, @@ -593,7 +593,7 @@ export class Link { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "x-vital-link-token": vitalLinkToken != null ? vitalLinkToken : undefined, @@ -671,7 +671,7 @@ export class Link { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "x-vital-link-token": vitalLinkToken != null ? vitalLinkToken : undefined, @@ -749,7 +749,7 @@ export class Link { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "x-vital-link-token": vitalLinkToken != null ? vitalLinkToken : undefined, @@ -829,7 +829,7 @@ export class Link { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "x-vital-link-token": vitalLinkToken != null ? vitalLinkToken : undefined, @@ -904,7 +904,7 @@ export class Link { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "x-vital-link-token": vitalLinkToken != null ? vitalLinkToken : undefined, @@ -979,7 +979,7 @@ export class Link { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1055,7 +1055,7 @@ export class Link { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/meal/client/Client.ts b/src/api/resources/meal/client/Client.ts index 0f6999d1..c7acc2ac 100644 --- a/src/api/resources/meal/client/Client.ts +++ b/src/api/resources/meal/client/Client.ts @@ -58,7 +58,7 @@ export class Meal { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/menstrualCycle/client/Client.ts b/src/api/resources/menstrualCycle/client/Client.ts index dad55d3e..1cc11012 100644 --- a/src/api/resources/menstrualCycle/client/Client.ts +++ b/src/api/resources/menstrualCycle/client/Client.ts @@ -57,7 +57,7 @@ export class MenstrualCycle { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/profile/client/Client.ts b/src/api/resources/profile/client/Client.ts index 99e518b0..f0789c2c 100644 --- a/src/api/resources/profile/client/Client.ts +++ b/src/api/resources/profile/client/Client.ts @@ -51,7 +51,7 @@ export class Profile { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -131,7 +131,7 @@ export class Profile { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/providers/client/Client.ts b/src/api/resources/providers/client/Client.ts index 583f41e2..a9fcd41a 100644 --- a/src/api/resources/providers/client/Client.ts +++ b/src/api/resources/providers/client/Client.ts @@ -50,7 +50,7 @@ export class Providers { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/sleep/client/Client.ts b/src/api/resources/sleep/client/Client.ts index 4165e052..4f843f4f 100644 --- a/src/api/resources/sleep/client/Client.ts +++ b/src/api/resources/sleep/client/Client.ts @@ -58,7 +58,7 @@ export class Sleep { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -145,7 +145,7 @@ export class Sleep { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -232,7 +232,7 @@ export class Sleep { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -305,7 +305,7 @@ export class Sleep { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/team/client/Client.ts b/src/api/resources/team/client/Client.ts index 0f02d6e7..607e1d76 100644 --- a/src/api/resources/team/client/Client.ts +++ b/src/api/resources/team/client/Client.ts @@ -45,7 +45,7 @@ export class Team { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "x-vital-link-token": vitalLinkToken != null ? vitalLinkToken : undefined, @@ -115,7 +115,7 @@ export class Team { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -193,7 +193,7 @@ export class Team { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -256,7 +256,7 @@ export class Team { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -322,7 +322,7 @@ export class Team { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -391,7 +391,7 @@ export class Team { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -450,7 +450,7 @@ export class Team { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/testkit/client/Client.ts b/src/api/resources/testkit/client/Client.ts index 9f052668..62240d10 100644 --- a/src/api/resources/testkit/client/Client.ts +++ b/src/api/resources/testkit/client/Client.ts @@ -40,7 +40,7 @@ export class Testkit { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -110,7 +110,7 @@ export class Testkit { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/user/client/Client.ts b/src/api/resources/user/client/Client.ts index 36f30cb8..41eb994e 100644 --- a/src/api/resources/user/client/Client.ts +++ b/src/api/resources/user/client/Client.ts @@ -54,7 +54,7 @@ export class User { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -130,7 +130,7 @@ export class User { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -201,7 +201,7 @@ export class User { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -260,7 +260,7 @@ export class User { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -332,7 +332,7 @@ export class User { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -401,7 +401,7 @@ export class User { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -469,7 +469,7 @@ export class User { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -541,7 +541,7 @@ export class User { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -609,7 +609,7 @@ export class User { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -681,7 +681,7 @@ export class User { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -762,7 +762,7 @@ export class User { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -843,7 +843,7 @@ export class User { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/vitals/client/Client.ts b/src/api/resources/vitals/client/Client.ts index 90d8b893..20355044 100644 --- a/src/api/resources/vitals/client/Client.ts +++ b/src/api/resources/vitals/client/Client.ts @@ -65,7 +65,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -159,7 +159,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -253,7 +253,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -347,7 +347,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -441,7 +441,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -535,7 +535,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -629,7 +629,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -723,7 +723,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -817,7 +817,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -911,7 +911,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1005,7 +1005,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1099,7 +1099,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1193,7 +1193,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1287,7 +1287,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1381,7 +1381,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1475,7 +1475,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1569,7 +1569,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1663,7 +1663,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1757,7 +1757,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1854,7 +1854,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1951,7 +1951,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -2045,7 +2045,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -2139,7 +2139,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -2233,7 +2233,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -2327,7 +2327,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -2413,7 +2413,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -2499,7 +2499,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -2585,7 +2585,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -2671,7 +2671,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -2757,7 +2757,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -2843,7 +2843,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -2929,7 +2929,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -3015,7 +3015,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -3101,7 +3101,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -3187,7 +3187,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -3273,7 +3273,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -3359,7 +3359,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -3445,7 +3445,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -3531,7 +3531,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -3617,7 +3617,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -3703,7 +3703,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -3789,7 +3789,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -3875,7 +3875,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -3961,7 +3961,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -4047,7 +4047,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -4133,7 +4133,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -4219,7 +4219,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -4305,7 +4305,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -4391,7 +4391,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -4477,7 +4477,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -4563,7 +4563,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -4649,7 +4649,7 @@ export class Vitals { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/workouts/client/Client.ts b/src/api/resources/workouts/client/Client.ts index d5844e9e..9c53da96 100644 --- a/src/api/resources/workouts/client/Client.ts +++ b/src/api/resources/workouts/client/Client.ts @@ -58,7 +58,7 @@ export class Workouts { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -145,7 +145,7 @@ export class Workouts { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -217,7 +217,7 @@ export class Workouts { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.46", + "X-Fern-SDK-Version": "3.1.47", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()),