diff --git a/package.json b/package.json index cda28c2b..af8af46f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tryvital/vital-node", - "version": "3.1.38", + "version": "3.1.39", "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 7790e3d6..114f83d7 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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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 1003e127..ecaf4814 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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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 70f6d4d8..6a2c3751 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.38", + "X-Fern-SDK-Version": "3.1.39", "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 8a87c0c4..50b0c967 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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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 8f23e6b1..14b33234 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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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 416d2c98..1a41bfb5 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.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -105,7 +105,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -200,7 +200,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -283,7 +283,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -357,7 +357,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -425,7 +425,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -485,7 +485,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -563,7 +563,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -639,7 +639,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -721,7 +721,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -797,7 +797,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -875,7 +875,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -946,7 +946,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1009,7 +1009,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1099,7 +1099,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1182,7 +1182,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1261,7 +1261,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1328,7 +1328,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1397,7 +1397,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1466,7 +1466,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1543,7 +1543,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1609,7 +1609,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1671,7 +1671,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1740,7 +1740,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1812,7 +1812,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -1895,7 +1895,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -2001,7 +2001,7 @@ export class LabTests { headers: { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", - "X-Fern-SDK-Version": "3.1.38", + "X-Fern-SDK-Version": "3.1.39", "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 42ece7dd..1ce9a988 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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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 eac7fc8c..4c00991f 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.38", + "X-Fern-SDK-Version": "3.1.39", "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 d9fffc6d..181df2ef 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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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 ee5ad16c..ba07bf8c 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.38", + "X-Fern-SDK-Version": "3.1.39", "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 a2df74a1..943e041b 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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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 d7db2cad..5fe1bd3c 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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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 6b14e45b..4e77f045 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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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 e1d38436..a594b45e 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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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 b824fbc9..49ce9419 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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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 7bbbcf46..cacbcd04 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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "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.38", + "X-Fern-SDK-Version": "3.1.39", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/types/ClientFacingResource.ts b/src/api/types/ClientFacingResource.ts index ff269cea..ade9d6a3 100644 --- a/src/api/types/ClientFacingResource.ts +++ b/src/api/types/ClientFacingResource.ts @@ -39,6 +39,7 @@ export type ClientFacingResource = | "vo2_max" | "calories_basal" | "stress_level" + | "menstrual_cycle" | "electrocardiogram_voltage" | "sleep_stream"; @@ -79,6 +80,7 @@ export const ClientFacingResource = { Vo2Max: "vo2_max", CaloriesBasal: "calories_basal", StressLevel: "stress_level", + MenstrualCycle: "menstrual_cycle", ElectrocardiogramVoltage: "electrocardiogram_voltage", SleepStream: "sleep_stream", } as const; diff --git a/src/serialization/types/ClientFacingResource.ts b/src/serialization/types/ClientFacingResource.ts index 0fcb65aa..c6f8f7b7 100644 --- a/src/serialization/types/ClientFacingResource.ts +++ b/src/serialization/types/ClientFacingResource.ts @@ -46,6 +46,7 @@ export const ClientFacingResource: core.serialization.Schema< "vo2_max", "calories_basal", "stress_level", + "menstrual_cycle", "electrocardiogram_voltage", "sleep_stream", ]); @@ -88,6 +89,7 @@ export declare namespace ClientFacingResource { | "vo2_max" | "calories_basal" | "stress_level" + | "menstrual_cycle" | "electrocardiogram_voltage" | "sleep_stream"; } diff --git a/yarn.lock b/yarn.lock index d5df3b66..54c99411 100644 --- a/yarn.lock +++ b/yarn.lock @@ -636,9 +636,9 @@ form-data "^4.0.0" "@types/node@*": - version "20.14.8" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.8.tgz#45c26a2a5de26c3534a9504530ddb3b27ce031ac" - integrity sha512-DO+2/jZinXfROG7j7WKFn/3C6nFwxy2lLpgLjEXJz+0XKphZlTLJ14mo8Vfg8X5BWN6XjyESXq+LcYdT7tR3bA== + version "20.14.9" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.9.tgz#12e8e765ab27f8c421a1820c99f5f313a933b420" + integrity sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg== dependencies: undici-types "~5.26.4" @@ -861,9 +861,9 @@ camelcase@^6.2.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001629: - version "1.0.30001636" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001636.tgz#b15f52d2bdb95fad32c2f53c0b68032b85188a78" - integrity sha512-bMg2vmr8XBsbL6Lr0UHXy/21m84FTxDLWn2FSqMd5PrlbMxwJlQnC2YWYxVgp66PZE+BBNF2jYQUBKCo1FDeZg== + version "1.0.30001637" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001637.tgz#d9fab531493d9ef46a8ff305e9812190ac463f21" + integrity sha512-1x0qRI1mD1o9e+7mBI7XtzFAP4XszbHaVWsMiGbSPLYekKTJF7K+FNk6AsXH4sUpc+qrsI3pVgf1Jdl/uGkuSQ== chalk@^2.4.2: version "2.4.2" @@ -1021,9 +1021,9 @@ diff-sequences@^29.6.3: integrity sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q== electron-to-chromium@^1.4.796: - version "1.4.811" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.811.tgz#031c8b101e7d0a7cde1dfdb0623dbdb5e19655cd" - integrity sha512-CDyzcJ5XW78SHzsIOdn27z8J4ist8eaFLhdto2hSMSJQgsiwvbv2fbizcKUICryw1Wii1TI/FEkvzvJsR3awrA== + version "1.4.812" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.812.tgz#21b78709c5a13af5d5c688d135a22dcea7617acf" + integrity sha512-7L8fC2Ey/b6SePDFKR2zHAy4mbdp1/38Yk5TsARO66W3hC5KEaeKMMHoxwtuH+jcu2AYLSn9QX04i95t6Fl1Hg== emittery@^0.13.1: version "0.13.1"