Skip to content

Commit

Permalink
Release 3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Feb 6, 2024
1 parent 3fabeaf commit 74c3213
Show file tree
Hide file tree
Showing 28 changed files with 155 additions and 132 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.0.8",
"version": "3.0.9",
"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 @@ -59,7 +59,7 @@ export class Activity {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -144,7 +144,7 @@ export class Activity {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
queryParameters: _queryParams,
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 @@ -59,7 +59,7 @@ export class Body {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -144,7 +144,7 @@ export class Body {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
queryParameters: _queryParams,
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 @@ -52,7 +52,7 @@ export class Devices {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
queryParameters: _queryParams,
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 @@ -41,7 +41,7 @@ export class Insurance {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
body: await serializers.PayorSearchRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -116,7 +116,7 @@ export class Insurance {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
queryParameters: _queryParams,
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 @@ -64,7 +64,7 @@ export class Introspect {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -154,7 +154,7 @@ export class Introspect {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
queryParameters: _queryParams,
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 @@ -42,7 +42,7 @@ export class LabTests {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -96,7 +96,7 @@ export class LabTests {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
body: await serializers.CreateLabTestRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -189,7 +189,7 @@ export class LabTests {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -270,7 +270,7 @@ export class LabTests {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -339,7 +339,7 @@ export class LabTests {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -405,7 +405,7 @@ export class LabTests {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -460,7 +460,7 @@ export class LabTests {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -528,7 +528,7 @@ export class LabTests {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
body: await serializers.UsAddress.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -597,7 +597,7 @@ export class LabTests {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
body: await serializers.AppointmentBookingRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -666,7 +666,7 @@ export class LabTests {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
body: await serializers.RequestAppointmentRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -735,7 +735,7 @@ export class LabTests {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
body: await serializers.AppointmentRescheduleRequest.jsonOrThrow(request, {
Expand Down Expand Up @@ -806,7 +806,7 @@ export class LabTests {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
body: await serializers.AppointmentCancelRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -875,7 +875,7 @@ export class LabTests {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -933,7 +933,7 @@ export class LabTests {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -1007,7 +1007,7 @@ export class LabTests {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -1071,7 +1071,7 @@ export class LabTests {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
responseType: "streaming",
Expand Down Expand Up @@ -1123,7 +1123,7 @@ export class LabTests {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -1187,7 +1187,7 @@ export class LabTests {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -1251,7 +1251,7 @@ export class LabTests {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -1310,7 +1310,7 @@ export class LabTests {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -1377,7 +1377,7 @@ export class LabTests {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
body: await serializers.CreateOrderRequestCompatible.jsonOrThrow(request, {
Expand Down Expand Up @@ -1447,7 +1447,7 @@ export class LabTests {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -1525,7 +1525,7 @@ export class LabTests {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -1625,7 +1625,7 @@ export class LabTests {
"x-vital-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@tryvital/vital-node",
"X-Fern-SDK-Version": "3.0.8",
"X-Fern-SDK-Version": "3.0.9",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down
Loading

0 comments on commit 74c3213

Please sign in to comment.