Skip to content

Commit

Permalink
Release 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed May 3, 2024
1 parent 3217d1e commit a66f07c
Show file tree
Hide file tree
Showing 17 changed files with 129 additions and 129 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tryvital/vital-node",
"version": "3.1.5",
"version": "3.1.6",
"private": false,
"repository": "https://github.com/tryVital/vital-node",
"main": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/api/resources/activity/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class Activity {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -148,7 +148,7 @@ export class Activity {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down
4 changes: 2 additions & 2 deletions src/api/resources/body/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class Body {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -148,7 +148,7 @@ export class Body {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down
2 changes: 1 addition & 1 deletion src/api/resources/devices/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class Devices {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down
4 changes: 2 additions & 2 deletions src/api/resources/insurance/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class Insurance {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -120,7 +120,7 @@ export class Insurance {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down
4 changes: 2 additions & 2 deletions src/api/resources/introspect/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class Introspect {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -158,7 +158,7 @@ export class Introspect {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down
48 changes: 24 additions & 24 deletions src/api/resources/labTests/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class LabTests {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -100,7 +100,7 @@ export class LabTests {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -196,7 +196,7 @@ export class LabTests {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -280,7 +280,7 @@ export class LabTests {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -352,7 +352,7 @@ export class LabTests {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -421,7 +421,7 @@ export class LabTests {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -479,7 +479,7 @@ export class LabTests {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -550,7 +550,7 @@ export class LabTests {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -622,7 +622,7 @@ export class LabTests {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -694,7 +694,7 @@ export class LabTests {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -766,7 +766,7 @@ export class LabTests {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -840,7 +840,7 @@ export class LabTests {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -912,7 +912,7 @@ export class LabTests {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -973,7 +973,7 @@ export class LabTests {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -1050,7 +1050,7 @@ export class LabTests {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -1117,7 +1117,7 @@ export class LabTests {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -1172,7 +1172,7 @@ export class LabTests {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -1239,7 +1239,7 @@ export class LabTests {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -1308,7 +1308,7 @@ export class LabTests {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -1359,7 +1359,7 @@ export class LabTests {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -1429,7 +1429,7 @@ export class LabTests {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -1502,7 +1502,7 @@ export class LabTests {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -1583,7 +1583,7 @@ export class LabTests {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -1686,7 +1686,7 @@ export class LabTests {
"x-vital-link-token": await core.Supplier.get(this._options.vitalLinkToken),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.5",
"X-Fern-SDK-Version": "3.1.6",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down
Loading

0 comments on commit a66f07c

Please sign in to comment.