@tryvital/vital-node 3.0.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/resources/activity/client/Client.js +2 -2
- package/api/resources/body/client/Client.js +2 -2
- package/api/resources/devices/client/Client.js +1 -1
- package/api/resources/insurance/client/Client.js +2 -2
- package/api/resources/labTests/client/Client.d.ts +1 -1
- package/api/resources/labTests/client/Client.js +33 -24
- package/api/resources/labTests/client/requests/LabTestsGetMarkersForLabTestRequest.d.ts +7 -0
- package/api/resources/labTests/client/requests/LabTestsGetMarkersForLabTestRequest.js +5 -0
- package/api/resources/labTests/client/requests/index.d.ts +1 -0
- package/api/resources/link/client/Client.js +14 -14
- package/api/resources/meal/client/Client.js +1 -1
- package/api/resources/profile/client/Client.js +2 -2
- package/api/resources/providers/client/Client.js +1 -1
- package/api/resources/sleep/client/Client.js +4 -4
- package/api/resources/team/client/Client.js +6 -6
- package/api/resources/testkit/client/Client.js +2 -2
- package/api/resources/user/client/Client.js +11 -11
- package/api/resources/vitals/client/Client.js +23 -23
- package/api/resources/workouts/client/Client.js +3 -3
- package/dist/api/resources/activity/client/Client.js +2 -2
- package/dist/api/resources/body/client/Client.js +2 -2
- package/dist/api/resources/devices/client/Client.js +1 -1
- package/dist/api/resources/insurance/client/Client.js +2 -2
- package/dist/api/resources/labTests/client/Client.d.ts +1 -1
- package/dist/api/resources/labTests/client/Client.js +33 -24
- package/dist/api/resources/labTests/client/requests/LabTestsGetMarkersForLabTestRequest.d.ts +7 -0
- package/dist/api/resources/labTests/client/requests/LabTestsGetMarkersForLabTestRequest.js +5 -0
- package/dist/api/resources/labTests/client/requests/index.d.ts +1 -0
- package/dist/api/resources/link/client/Client.js +14 -14
- package/dist/api/resources/meal/client/Client.js +1 -1
- package/dist/api/resources/profile/client/Client.js +2 -2
- package/dist/api/resources/providers/client/Client.js +1 -1
- package/dist/api/resources/sleep/client/Client.js +4 -4
- package/dist/api/resources/team/client/Client.js +6 -6
- package/dist/api/resources/testkit/client/Client.js +2 -2
- package/dist/api/resources/user/client/Client.js +11 -11
- package/dist/api/resources/vitals/client/Client.js +23 -23
- package/dist/api/resources/workouts/client/Client.js +3 -3
- package/dist/serialization/resources/labTests/client/index.d.ts +0 -1
- package/dist/serialization/resources/labTests/client/index.js +1 -2
- package/package.json +1 -1
- package/serialization/resources/labTests/client/index.d.ts +0 -1
- package/serialization/resources/labTests/client/index.js +1 -2
- package/dist/serialization/resources/labTests/client/getMarkersForLabTest.d.ts +0 -10
- package/dist/serialization/resources/labTests/client/getMarkersForLabTest.js +0 -40
- package/serialization/resources/labTests/client/getMarkersForLabTest.d.ts +0 -10
- package/serialization/resources/labTests/client/getMarkersForLabTest.js +0 -40
@@ -1,5 +1,6 @@
|
|
1
1
|
export { CreateLabTestRequest } from "./CreateLabTestRequest";
|
2
2
|
export { LabTestsGetMarkersRequest } from "./LabTestsGetMarkersRequest";
|
3
|
+
export { LabTestsGetMarkersForLabTestRequest } from "./LabTestsGetMarkersForLabTestRequest";
|
3
4
|
export { AppointmentBookingRequest } from "./AppointmentBookingRequest";
|
4
5
|
export { AppointmentRescheduleRequest } from "./AppointmentRescheduleRequest";
|
5
6
|
export { AppointmentCancelRequest } from "./AppointmentCancelRequest";
|
@@ -80,7 +80,7 @@ class Link {
|
|
80
80
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
81
81
|
"X-Fern-Language": "JavaScript",
|
82
82
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
83
|
-
"X-Fern-SDK-Version": "3.0.
|
83
|
+
"X-Fern-SDK-Version": "3.0.2",
|
84
84
|
},
|
85
85
|
contentType: "application/json",
|
86
86
|
body: yield serializers.LinkTokenExchange.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
@@ -138,7 +138,7 @@ class Link {
|
|
138
138
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
139
139
|
"X-Fern-Language": "JavaScript",
|
140
140
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
141
|
-
"X-Fern-SDK-Version": "3.0.
|
141
|
+
"X-Fern-SDK-Version": "3.0.2",
|
142
142
|
},
|
143
143
|
contentType: "application/json",
|
144
144
|
body: yield serializers.LinkTokenBase.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
@@ -203,7 +203,7 @@ class Link {
|
|
203
203
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
204
204
|
"X-Fern-Language": "JavaScript",
|
205
205
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
206
|
-
"X-Fern-SDK-Version": "3.0.
|
206
|
+
"X-Fern-SDK-Version": "3.0.2",
|
207
207
|
},
|
208
208
|
contentType: "application/json",
|
209
209
|
queryParameters: _queryParams,
|
@@ -265,7 +265,7 @@ class Link {
|
|
265
265
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
266
266
|
"X-Fern-Language": "JavaScript",
|
267
267
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
268
|
-
"X-Fern-SDK-Version": "3.0.
|
268
|
+
"X-Fern-SDK-Version": "3.0.2",
|
269
269
|
"x-vital-sdk-no-redirect": vitalSdkNoRedirect != null ? vitalSdkNoRedirect : undefined,
|
270
270
|
},
|
271
271
|
contentType: "application/json",
|
@@ -325,7 +325,7 @@ class Link {
|
|
325
325
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
326
326
|
"X-Fern-Language": "JavaScript",
|
327
327
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
328
|
-
"X-Fern-SDK-Version": "3.0.
|
328
|
+
"X-Fern-SDK-Version": "3.0.2",
|
329
329
|
},
|
330
330
|
contentType: "application/json",
|
331
331
|
body: yield serializers.BeginLinkTokenRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
@@ -384,7 +384,7 @@ class Link {
|
|
384
384
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
385
385
|
"X-Fern-Language": "JavaScript",
|
386
386
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
387
|
-
"X-Fern-SDK-Version": "3.0.
|
387
|
+
"X-Fern-SDK-Version": "3.0.2",
|
388
388
|
},
|
389
389
|
contentType: "application/json",
|
390
390
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
@@ -434,7 +434,7 @@ class Link {
|
|
434
434
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
435
435
|
"X-Fern-Language": "JavaScript",
|
436
436
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
437
|
-
"X-Fern-SDK-Version": "3.0.
|
437
|
+
"X-Fern-SDK-Version": "3.0.2",
|
438
438
|
},
|
439
439
|
contentType: "application/json",
|
440
440
|
body: yield serializers.EmailAuthLink.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
@@ -496,7 +496,7 @@ class Link {
|
|
496
496
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
497
497
|
"X-Fern-Language": "JavaScript",
|
498
498
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
499
|
-
"X-Fern-SDK-Version": "3.0.
|
499
|
+
"X-Fern-SDK-Version": "3.0.2",
|
500
500
|
"x-vital-link-client-region": vitalLinkClientRegion != null ? vitalLinkClientRegion : undefined,
|
501
501
|
},
|
502
502
|
contentType: "application/json",
|
@@ -556,7 +556,7 @@ class Link {
|
|
556
556
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
557
557
|
"X-Fern-Language": "JavaScript",
|
558
558
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
559
|
-
"X-Fern-SDK-Version": "3.0.
|
559
|
+
"X-Fern-SDK-Version": "3.0.2",
|
560
560
|
},
|
561
561
|
contentType: "application/json",
|
562
562
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
@@ -615,7 +615,7 @@ class Link {
|
|
615
615
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
616
616
|
"X-Fern-Language": "JavaScript",
|
617
617
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
618
|
-
"X-Fern-SDK-Version": "3.0.
|
618
|
+
"X-Fern-SDK-Version": "3.0.2",
|
619
619
|
"x-vital-link-client-region": vitalLinkClientRegion != null ? vitalLinkClientRegion : undefined,
|
620
620
|
},
|
621
621
|
contentType: "application/json",
|
@@ -675,7 +675,7 @@ class Link {
|
|
675
675
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
676
676
|
"X-Fern-Language": "JavaScript",
|
677
677
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
678
|
-
"X-Fern-SDK-Version": "3.0.
|
678
|
+
"X-Fern-SDK-Version": "3.0.2",
|
679
679
|
},
|
680
680
|
contentType: "application/json",
|
681
681
|
body: yield serializers.EmailProviderAuthLink.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
@@ -733,7 +733,7 @@ class Link {
|
|
733
733
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
734
734
|
"X-Fern-Language": "JavaScript",
|
735
735
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
736
|
-
"X-Fern-SDK-Version": "3.0.
|
736
|
+
"X-Fern-SDK-Version": "3.0.2",
|
737
737
|
},
|
738
738
|
contentType: "application/json",
|
739
739
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
@@ -783,7 +783,7 @@ class Link {
|
|
783
783
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
784
784
|
"X-Fern-Language": "JavaScript",
|
785
785
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
786
|
-
"X-Fern-SDK-Version": "3.0.
|
786
|
+
"X-Fern-SDK-Version": "3.0.2",
|
787
787
|
},
|
788
788
|
contentType: "application/json",
|
789
789
|
body: yield serializers.ManualConnectionData.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
@@ -842,7 +842,7 @@ class Link {
|
|
842
842
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
843
843
|
"X-Fern-Language": "JavaScript",
|
844
844
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
845
|
-
"X-Fern-SDK-Version": "3.0.
|
845
|
+
"X-Fern-SDK-Version": "3.0.2",
|
846
846
|
},
|
847
847
|
contentType: "application/json",
|
848
848
|
body: yield serializers.DemoConnectionCreationPayload.jsonOrThrow(request, {
|
@@ -73,7 +73,7 @@ class Meal {
|
|
73
73
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
74
74
|
"X-Fern-Language": "JavaScript",
|
75
75
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
76
|
-
"X-Fern-SDK-Version": "3.0.
|
76
|
+
"X-Fern-SDK-Version": "3.0.2",
|
77
77
|
},
|
78
78
|
contentType: "application/json",
|
79
79
|
queryParameters: _queryParams,
|
@@ -69,7 +69,7 @@ class Profile {
|
|
69
69
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
70
70
|
"X-Fern-Language": "JavaScript",
|
71
71
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
72
|
-
"X-Fern-SDK-Version": "3.0.
|
72
|
+
"X-Fern-SDK-Version": "3.0.2",
|
73
73
|
},
|
74
74
|
contentType: "application/json",
|
75
75
|
queryParameters: _queryParams,
|
@@ -133,7 +133,7 @@ class Profile {
|
|
133
133
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
134
134
|
"X-Fern-Language": "JavaScript",
|
135
135
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
136
|
-
"X-Fern-SDK-Version": "3.0.
|
136
|
+
"X-Fern-SDK-Version": "3.0.2",
|
137
137
|
},
|
138
138
|
contentType: "application/json",
|
139
139
|
queryParameters: _queryParams,
|
@@ -61,7 +61,7 @@ class Providers {
|
|
61
61
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
62
62
|
"X-Fern-Language": "JavaScript",
|
63
63
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
64
|
-
"X-Fern-SDK-Version": "3.0.
|
64
|
+
"X-Fern-SDK-Version": "3.0.2",
|
65
65
|
},
|
66
66
|
contentType: "application/json",
|
67
67
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
@@ -73,7 +73,7 @@ class Sleep {
|
|
73
73
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
74
74
|
"X-Fern-Language": "JavaScript",
|
75
75
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
76
|
-
"X-Fern-SDK-Version": "3.0.
|
76
|
+
"X-Fern-SDK-Version": "3.0.2",
|
77
77
|
},
|
78
78
|
contentType: "application/json",
|
79
79
|
queryParameters: _queryParams,
|
@@ -141,7 +141,7 @@ class Sleep {
|
|
141
141
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
142
142
|
"X-Fern-Language": "JavaScript",
|
143
143
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
144
|
-
"X-Fern-SDK-Version": "3.0.
|
144
|
+
"X-Fern-SDK-Version": "3.0.2",
|
145
145
|
},
|
146
146
|
contentType: "application/json",
|
147
147
|
queryParameters: _queryParams,
|
@@ -209,7 +209,7 @@ class Sleep {
|
|
209
209
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
210
210
|
"X-Fern-Language": "JavaScript",
|
211
211
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
212
|
-
"X-Fern-SDK-Version": "3.0.
|
212
|
+
"X-Fern-SDK-Version": "3.0.2",
|
213
213
|
},
|
214
214
|
contentType: "application/json",
|
215
215
|
queryParameters: _queryParams,
|
@@ -268,7 +268,7 @@ class Sleep {
|
|
268
268
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
269
269
|
"X-Fern-Language": "JavaScript",
|
270
270
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
271
|
-
"X-Fern-SDK-Version": "3.0.
|
271
|
+
"X-Fern-SDK-Version": "3.0.2",
|
272
272
|
},
|
273
273
|
contentType: "application/json",
|
274
274
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
@@ -63,7 +63,7 @@ class Team {
|
|
63
63
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
64
64
|
"X-Fern-Language": "JavaScript",
|
65
65
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
66
|
-
"X-Fern-SDK-Version": "3.0.
|
66
|
+
"X-Fern-SDK-Version": "3.0.2",
|
67
67
|
},
|
68
68
|
contentType: "application/json",
|
69
69
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
@@ -111,7 +111,7 @@ class Team {
|
|
111
111
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
112
112
|
"X-Fern-Language": "JavaScript",
|
113
113
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
114
|
-
"X-Fern-SDK-Version": "3.0.
|
114
|
+
"X-Fern-SDK-Version": "3.0.2",
|
115
115
|
},
|
116
116
|
contentType: "application/json",
|
117
117
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
@@ -174,7 +174,7 @@ class Team {
|
|
174
174
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
175
175
|
"X-Fern-Language": "JavaScript",
|
176
176
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
177
|
-
"X-Fern-SDK-Version": "3.0.
|
177
|
+
"X-Fern-SDK-Version": "3.0.2",
|
178
178
|
},
|
179
179
|
contentType: "application/json",
|
180
180
|
queryParameters: _queryParams,
|
@@ -229,7 +229,7 @@ class Team {
|
|
229
229
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
230
230
|
"X-Fern-Language": "JavaScript",
|
231
231
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
232
|
-
"X-Fern-SDK-Version": "3.0.
|
232
|
+
"X-Fern-SDK-Version": "3.0.2",
|
233
233
|
},
|
234
234
|
contentType: "application/json",
|
235
235
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
@@ -282,7 +282,7 @@ class Team {
|
|
282
282
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
283
283
|
"X-Fern-Language": "JavaScript",
|
284
284
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
285
|
-
"X-Fern-SDK-Version": "3.0.
|
285
|
+
"X-Fern-SDK-Version": "3.0.2",
|
286
286
|
},
|
287
287
|
contentType: "application/json",
|
288
288
|
queryParameters: _queryParams,
|
@@ -344,7 +344,7 @@ class Team {
|
|
344
344
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
345
345
|
"X-Fern-Language": "JavaScript",
|
346
346
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
347
|
-
"X-Fern-SDK-Version": "3.0.
|
347
|
+
"X-Fern-SDK-Version": "3.0.2",
|
348
348
|
},
|
349
349
|
contentType: "application/json",
|
350
350
|
queryParameters: _queryParams,
|
@@ -62,7 +62,7 @@ class Testkit {
|
|
62
62
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
63
63
|
"X-Fern-Language": "JavaScript",
|
64
64
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
65
|
-
"X-Fern-SDK-Version": "3.0.
|
65
|
+
"X-Fern-SDK-Version": "3.0.2",
|
66
66
|
},
|
67
67
|
contentType: "application/json",
|
68
68
|
body: yield serializers.RegisterTestkitRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
@@ -121,7 +121,7 @@ class Testkit {
|
|
121
121
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
122
122
|
"X-Fern-Language": "JavaScript",
|
123
123
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
124
|
-
"X-Fern-SDK-Version": "3.0.
|
124
|
+
"X-Fern-SDK-Version": "3.0.2",
|
125
125
|
},
|
126
126
|
contentType: "application/json",
|
127
127
|
body: yield serializers.CreateRegistrableTestkitOrderRequest.jsonOrThrow(request, {
|
@@ -72,7 +72,7 @@ class User {
|
|
72
72
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
73
73
|
"X-Fern-Language": "JavaScript",
|
74
74
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
75
|
-
"X-Fern-SDK-Version": "3.0.
|
75
|
+
"X-Fern-SDK-Version": "3.0.2",
|
76
76
|
},
|
77
77
|
contentType: "application/json",
|
78
78
|
queryParameters: _queryParams,
|
@@ -131,7 +131,7 @@ class User {
|
|
131
131
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
132
132
|
"X-Fern-Language": "JavaScript",
|
133
133
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
134
|
-
"X-Fern-SDK-Version": "3.0.
|
134
|
+
"X-Fern-SDK-Version": "3.0.2",
|
135
135
|
},
|
136
136
|
contentType: "application/json",
|
137
137
|
body: yield serializers.UserCreateBody.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
@@ -189,7 +189,7 @@ class User {
|
|
189
189
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
190
190
|
"X-Fern-Language": "JavaScript",
|
191
191
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
192
|
-
"X-Fern-SDK-Version": "3.0.
|
192
|
+
"X-Fern-SDK-Version": "3.0.2",
|
193
193
|
},
|
194
194
|
contentType: "application/json",
|
195
195
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
@@ -236,7 +236,7 @@ class User {
|
|
236
236
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
237
237
|
"X-Fern-Language": "JavaScript",
|
238
238
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
239
|
-
"X-Fern-SDK-Version": "3.0.
|
239
|
+
"X-Fern-SDK-Version": "3.0.2",
|
240
240
|
},
|
241
241
|
contentType: "application/json",
|
242
242
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
@@ -294,7 +294,7 @@ class User {
|
|
294
294
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
295
295
|
"X-Fern-Language": "JavaScript",
|
296
296
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
297
|
-
"X-Fern-SDK-Version": "3.0.
|
297
|
+
"X-Fern-SDK-Version": "3.0.2",
|
298
298
|
},
|
299
299
|
contentType: "application/json",
|
300
300
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
@@ -352,7 +352,7 @@ class User {
|
|
352
352
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
353
353
|
"X-Fern-Language": "JavaScript",
|
354
354
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
355
|
-
"X-Fern-SDK-Version": "3.0.
|
355
|
+
"X-Fern-SDK-Version": "3.0.2",
|
356
356
|
},
|
357
357
|
contentType: "application/json",
|
358
358
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
@@ -409,7 +409,7 @@ class User {
|
|
409
409
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
410
410
|
"X-Fern-Language": "JavaScript",
|
411
411
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
412
|
-
"X-Fern-SDK-Version": "3.0.
|
412
|
+
"X-Fern-SDK-Version": "3.0.2",
|
413
413
|
},
|
414
414
|
contentType: "application/json",
|
415
415
|
body: yield serializers.UserPatchBody.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
@@ -462,7 +462,7 @@ class User {
|
|
462
462
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
463
463
|
"X-Fern-Language": "JavaScript",
|
464
464
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
465
|
-
"X-Fern-SDK-Version": "3.0.
|
465
|
+
"X-Fern-SDK-Version": "3.0.2",
|
466
466
|
},
|
467
467
|
contentType: "application/json",
|
468
468
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
@@ -520,7 +520,7 @@ class User {
|
|
520
520
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
521
521
|
"X-Fern-Language": "JavaScript",
|
522
522
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
523
|
-
"X-Fern-SDK-Version": "3.0.
|
523
|
+
"X-Fern-SDK-Version": "3.0.2",
|
524
524
|
},
|
525
525
|
contentType: "application/json",
|
526
526
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
@@ -577,7 +577,7 @@ class User {
|
|
577
577
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
578
578
|
"X-Fern-Language": "JavaScript",
|
579
579
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
580
|
-
"X-Fern-SDK-Version": "3.0.
|
580
|
+
"X-Fern-SDK-Version": "3.0.2",
|
581
581
|
},
|
582
582
|
contentType: "application/json",
|
583
583
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
@@ -636,7 +636,7 @@ class User {
|
|
636
636
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
637
637
|
"X-Fern-Language": "JavaScript",
|
638
638
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
639
|
-
"X-Fern-SDK-Version": "3.0.
|
639
|
+
"X-Fern-SDK-Version": "3.0.2",
|
640
640
|
},
|
641
641
|
contentType: "application/json",
|
642
642
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
@@ -73,7 +73,7 @@ class Vitals {
|
|
73
73
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
74
74
|
"X-Fern-Language": "JavaScript",
|
75
75
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
76
|
-
"X-Fern-SDK-Version": "3.0.
|
76
|
+
"X-Fern-SDK-Version": "3.0.2",
|
77
77
|
},
|
78
78
|
contentType: "application/json",
|
79
79
|
queryParameters: _queryParams,
|
@@ -141,7 +141,7 @@ class Vitals {
|
|
141
141
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
142
142
|
"X-Fern-Language": "JavaScript",
|
143
143
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
144
|
-
"X-Fern-SDK-Version": "3.0.
|
144
|
+
"X-Fern-SDK-Version": "3.0.2",
|
145
145
|
},
|
146
146
|
contentType: "application/json",
|
147
147
|
queryParameters: _queryParams,
|
@@ -209,7 +209,7 @@ class Vitals {
|
|
209
209
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
210
210
|
"X-Fern-Language": "JavaScript",
|
211
211
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
212
|
-
"X-Fern-SDK-Version": "3.0.
|
212
|
+
"X-Fern-SDK-Version": "3.0.2",
|
213
213
|
},
|
214
214
|
contentType: "application/json",
|
215
215
|
queryParameters: _queryParams,
|
@@ -277,7 +277,7 @@ class Vitals {
|
|
277
277
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
278
278
|
"X-Fern-Language": "JavaScript",
|
279
279
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
280
|
-
"X-Fern-SDK-Version": "3.0.
|
280
|
+
"X-Fern-SDK-Version": "3.0.2",
|
281
281
|
},
|
282
282
|
contentType: "application/json",
|
283
283
|
queryParameters: _queryParams,
|
@@ -345,7 +345,7 @@ class Vitals {
|
|
345
345
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
346
346
|
"X-Fern-Language": "JavaScript",
|
347
347
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
348
|
-
"X-Fern-SDK-Version": "3.0.
|
348
|
+
"X-Fern-SDK-Version": "3.0.2",
|
349
349
|
},
|
350
350
|
contentType: "application/json",
|
351
351
|
queryParameters: _queryParams,
|
@@ -413,7 +413,7 @@ class Vitals {
|
|
413
413
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
414
414
|
"X-Fern-Language": "JavaScript",
|
415
415
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
416
|
-
"X-Fern-SDK-Version": "3.0.
|
416
|
+
"X-Fern-SDK-Version": "3.0.2",
|
417
417
|
},
|
418
418
|
contentType: "application/json",
|
419
419
|
queryParameters: _queryParams,
|
@@ -481,7 +481,7 @@ class Vitals {
|
|
481
481
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
482
482
|
"X-Fern-Language": "JavaScript",
|
483
483
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
484
|
-
"X-Fern-SDK-Version": "3.0.
|
484
|
+
"X-Fern-SDK-Version": "3.0.2",
|
485
485
|
},
|
486
486
|
contentType: "application/json",
|
487
487
|
queryParameters: _queryParams,
|
@@ -549,7 +549,7 @@ class Vitals {
|
|
549
549
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
550
550
|
"X-Fern-Language": "JavaScript",
|
551
551
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
552
|
-
"X-Fern-SDK-Version": "3.0.
|
552
|
+
"X-Fern-SDK-Version": "3.0.2",
|
553
553
|
},
|
554
554
|
contentType: "application/json",
|
555
555
|
queryParameters: _queryParams,
|
@@ -617,7 +617,7 @@ class Vitals {
|
|
617
617
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
618
618
|
"X-Fern-Language": "JavaScript",
|
619
619
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
620
|
-
"X-Fern-SDK-Version": "3.0.
|
620
|
+
"X-Fern-SDK-Version": "3.0.2",
|
621
621
|
},
|
622
622
|
contentType: "application/json",
|
623
623
|
queryParameters: _queryParams,
|
@@ -685,7 +685,7 @@ class Vitals {
|
|
685
685
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
686
686
|
"X-Fern-Language": "JavaScript",
|
687
687
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
688
|
-
"X-Fern-SDK-Version": "3.0.
|
688
|
+
"X-Fern-SDK-Version": "3.0.2",
|
689
689
|
},
|
690
690
|
contentType: "application/json",
|
691
691
|
queryParameters: _queryParams,
|
@@ -753,7 +753,7 @@ class Vitals {
|
|
753
753
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
754
754
|
"X-Fern-Language": "JavaScript",
|
755
755
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
756
|
-
"X-Fern-SDK-Version": "3.0.
|
756
|
+
"X-Fern-SDK-Version": "3.0.2",
|
757
757
|
},
|
758
758
|
contentType: "application/json",
|
759
759
|
queryParameters: _queryParams,
|
@@ -821,7 +821,7 @@ class Vitals {
|
|
821
821
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
822
822
|
"X-Fern-Language": "JavaScript",
|
823
823
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
824
|
-
"X-Fern-SDK-Version": "3.0.
|
824
|
+
"X-Fern-SDK-Version": "3.0.2",
|
825
825
|
},
|
826
826
|
contentType: "application/json",
|
827
827
|
queryParameters: _queryParams,
|
@@ -889,7 +889,7 @@ class Vitals {
|
|
889
889
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
890
890
|
"X-Fern-Language": "JavaScript",
|
891
891
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
892
|
-
"X-Fern-SDK-Version": "3.0.
|
892
|
+
"X-Fern-SDK-Version": "3.0.2",
|
893
893
|
},
|
894
894
|
contentType: "application/json",
|
895
895
|
queryParameters: _queryParams,
|
@@ -957,7 +957,7 @@ class Vitals {
|
|
957
957
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
958
958
|
"X-Fern-Language": "JavaScript",
|
959
959
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
960
|
-
"X-Fern-SDK-Version": "3.0.
|
960
|
+
"X-Fern-SDK-Version": "3.0.2",
|
961
961
|
},
|
962
962
|
contentType: "application/json",
|
963
963
|
queryParameters: _queryParams,
|
@@ -1025,7 +1025,7 @@ class Vitals {
|
|
1025
1025
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
1026
1026
|
"X-Fern-Language": "JavaScript",
|
1027
1027
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
1028
|
-
"X-Fern-SDK-Version": "3.0.
|
1028
|
+
"X-Fern-SDK-Version": "3.0.2",
|
1029
1029
|
},
|
1030
1030
|
contentType: "application/json",
|
1031
1031
|
queryParameters: _queryParams,
|
@@ -1093,7 +1093,7 @@ class Vitals {
|
|
1093
1093
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
1094
1094
|
"X-Fern-Language": "JavaScript",
|
1095
1095
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
1096
|
-
"X-Fern-SDK-Version": "3.0.
|
1096
|
+
"X-Fern-SDK-Version": "3.0.2",
|
1097
1097
|
},
|
1098
1098
|
contentType: "application/json",
|
1099
1099
|
queryParameters: _queryParams,
|
@@ -1161,7 +1161,7 @@ class Vitals {
|
|
1161
1161
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
1162
1162
|
"X-Fern-Language": "JavaScript",
|
1163
1163
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
1164
|
-
"X-Fern-SDK-Version": "3.0.
|
1164
|
+
"X-Fern-SDK-Version": "3.0.2",
|
1165
1165
|
},
|
1166
1166
|
contentType: "application/json",
|
1167
1167
|
queryParameters: _queryParams,
|
@@ -1229,7 +1229,7 @@ class Vitals {
|
|
1229
1229
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
1230
1230
|
"X-Fern-Language": "JavaScript",
|
1231
1231
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
1232
|
-
"X-Fern-SDK-Version": "3.0.
|
1232
|
+
"X-Fern-SDK-Version": "3.0.2",
|
1233
1233
|
},
|
1234
1234
|
contentType: "application/json",
|
1235
1235
|
queryParameters: _queryParams,
|
@@ -1297,7 +1297,7 @@ class Vitals {
|
|
1297
1297
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
1298
1298
|
"X-Fern-Language": "JavaScript",
|
1299
1299
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
1300
|
-
"X-Fern-SDK-Version": "3.0.
|
1300
|
+
"X-Fern-SDK-Version": "3.0.2",
|
1301
1301
|
},
|
1302
1302
|
contentType: "application/json",
|
1303
1303
|
queryParameters: _queryParams,
|
@@ -1365,7 +1365,7 @@ class Vitals {
|
|
1365
1365
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
1366
1366
|
"X-Fern-Language": "JavaScript",
|
1367
1367
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
1368
|
-
"X-Fern-SDK-Version": "3.0.
|
1368
|
+
"X-Fern-SDK-Version": "3.0.2",
|
1369
1369
|
},
|
1370
1370
|
contentType: "application/json",
|
1371
1371
|
queryParameters: _queryParams,
|
@@ -1433,7 +1433,7 @@ class Vitals {
|
|
1433
1433
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
1434
1434
|
"X-Fern-Language": "JavaScript",
|
1435
1435
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
1436
|
-
"X-Fern-SDK-Version": "3.0.
|
1436
|
+
"X-Fern-SDK-Version": "3.0.2",
|
1437
1437
|
},
|
1438
1438
|
contentType: "application/json",
|
1439
1439
|
queryParameters: _queryParams,
|
@@ -1501,7 +1501,7 @@ class Vitals {
|
|
1501
1501
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
1502
1502
|
"X-Fern-Language": "JavaScript",
|
1503
1503
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
1504
|
-
"X-Fern-SDK-Version": "3.0.
|
1504
|
+
"X-Fern-SDK-Version": "3.0.2",
|
1505
1505
|
},
|
1506
1506
|
contentType: "application/json",
|
1507
1507
|
queryParameters: _queryParams,
|
@@ -1569,7 +1569,7 @@ class Vitals {
|
|
1569
1569
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
1570
1570
|
"X-Fern-Language": "JavaScript",
|
1571
1571
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
1572
|
-
"X-Fern-SDK-Version": "3.0.
|
1572
|
+
"X-Fern-SDK-Version": "3.0.2",
|
1573
1573
|
},
|
1574
1574
|
contentType: "application/json",
|
1575
1575
|
queryParameters: _queryParams,
|
@@ -73,7 +73,7 @@ class Workouts {
|
|
73
73
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
74
74
|
"X-Fern-Language": "JavaScript",
|
75
75
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
76
|
-
"X-Fern-SDK-Version": "3.0.
|
76
|
+
"X-Fern-SDK-Version": "3.0.2",
|
77
77
|
},
|
78
78
|
contentType: "application/json",
|
79
79
|
queryParameters: _queryParams,
|
@@ -141,7 +141,7 @@ class Workouts {
|
|
141
141
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
142
142
|
"X-Fern-Language": "JavaScript",
|
143
143
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
144
|
-
"X-Fern-SDK-Version": "3.0.
|
144
|
+
"X-Fern-SDK-Version": "3.0.2",
|
145
145
|
},
|
146
146
|
contentType: "application/json",
|
147
147
|
queryParameters: _queryParams,
|
@@ -199,7 +199,7 @@ class Workouts {
|
|
199
199
|
"x-vital-api-key": yield core.Supplier.get(this._options.apiKey),
|
200
200
|
"X-Fern-Language": "JavaScript",
|
201
201
|
"X-Fern-SDK-Name": "@tryvital/vital-node",
|
202
|
-
"X-Fern-SDK-Version": "3.0.
|
202
|
+
"X-Fern-SDK-Version": "3.0.2",
|
203
203
|
},
|
204
204
|
contentType: "application/json",
|
205
205
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
@@ -1,5 +1,4 @@
|
|
1
1
|
export * as get from "./get";
|
2
|
-
export * as getMarkersForLabTest from "./getMarkersForLabTest";
|
3
2
|
export * as getLabs from "./getLabs";
|
4
3
|
export * as getPhlebotomyAppointmentCancellationReason from "./getPhlebotomyAppointmentCancellationReason";
|
5
4
|
export * from "./requests";
|
@@ -26,9 +26,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
26
26
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
27
27
|
};
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
-
exports.getPhlebotomyAppointmentCancellationReason = exports.getLabs = exports.
|
29
|
+
exports.getPhlebotomyAppointmentCancellationReason = exports.getLabs = exports.get = void 0;
|
30
30
|
exports.get = __importStar(require("./get"));
|
31
|
-
exports.getMarkersForLabTest = __importStar(require("./getMarkersForLabTest"));
|
32
31
|
exports.getLabs = __importStar(require("./getLabs"));
|
33
32
|
exports.getPhlebotomyAppointmentCancellationReason = __importStar(require("./getPhlebotomyAppointmentCancellationReason"));
|
34
33
|
__exportStar(require("./requests"), exports);
|