Skip to content

Commit

Permalink
Release 3.1.60
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Aug 20, 2024
1 parent ed23af6 commit ee334a3
Show file tree
Hide file tree
Showing 18 changed files with 144 additions and 144 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.59",
"version": "3.1.60",
"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 @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"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 @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"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 @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"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 @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"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 {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down
54 changes: 27 additions & 27 deletions src/api/resources/labTests/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -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.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -2034,7 +2034,7 @@ export class LabTests {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.1.59",
"X-Fern-SDK-Version": "3.1.60",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down
Loading

0 comments on commit ee334a3

Please sign in to comment.