@tryvital/vital-node 3.1.321 → 3.1.322
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/aggregate/client/Client.js +3 -3
- package/api/resources/body/client/Client.js +2 -2
- package/api/resources/devices/client/Client.js +1 -1
- package/api/resources/electrocardiogram/client/Client.js +1 -1
- package/api/resources/insurance/client/Client.js +3 -3
- package/api/resources/introspect/client/Client.js +2 -2
- package/api/resources/labTests/client/Client.js +59 -43
- package/api/resources/labTests/client/requests/LabTestsGetOrderPscInfoRequest.d.ts +4 -0
- package/api/resources/labTests/client/requests/LabTestsGetPscInfoRequest.d.ts +4 -0
- package/api/resources/link/client/Client.js +19 -19
- package/api/resources/meal/client/Client.js +1 -1
- package/api/resources/menstrualCycle/client/Client.js +1 -1
- package/api/resources/order/client/Client.js +1 -1
- package/api/resources/payor/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 +3 -3
- package/api/resources/sleepCycle/client/Client.js +1 -1
- package/api/resources/team/client/Client.js +7 -7
- package/api/resources/testkit/client/Client.js +2 -2
- package/api/resources/user/client/Client.js +16 -16
- package/api/resources/vitals/client/Client.js +78 -78
- package/api/resources/workouts/client/Client.js +3 -3
- package/api/types/ClientFacingLabLocation.d.ts +1 -0
- package/api/types/LabLocationCapability.d.ts +7 -0
- package/api/types/LabLocationCapability.js +5 -0
- package/api/types/PscAreaInfoDetails.d.ts +2 -0
- package/api/types/index.d.ts +1 -0
- package/api/types/index.js +1 -0
- package/dist/api/resources/activity/client/Client.js +2 -2
- package/dist/api/resources/aggregate/client/Client.js +3 -3
- package/dist/api/resources/body/client/Client.js +2 -2
- package/dist/api/resources/devices/client/Client.js +1 -1
- package/dist/api/resources/electrocardiogram/client/Client.js +1 -1
- package/dist/api/resources/insurance/client/Client.js +3 -3
- package/dist/api/resources/introspect/client/Client.js +2 -2
- package/dist/api/resources/labTests/client/Client.js +59 -43
- package/dist/api/resources/labTests/client/requests/LabTestsGetOrderPscInfoRequest.d.ts +4 -0
- package/dist/api/resources/labTests/client/requests/LabTestsGetPscInfoRequest.d.ts +4 -0
- package/dist/api/resources/link/client/Client.js +19 -19
- package/dist/api/resources/meal/client/Client.js +1 -1
- package/dist/api/resources/menstrualCycle/client/Client.js +1 -1
- package/dist/api/resources/order/client/Client.js +1 -1
- package/dist/api/resources/payor/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 +3 -3
- package/dist/api/resources/sleepCycle/client/Client.js +1 -1
- package/dist/api/resources/team/client/Client.js +7 -7
- package/dist/api/resources/testkit/client/Client.js +2 -2
- package/dist/api/resources/user/client/Client.js +16 -16
- package/dist/api/resources/vitals/client/Client.js +78 -78
- package/dist/api/resources/workouts/client/Client.js +3 -3
- package/dist/api/types/ClientFacingLabLocation.d.ts +1 -0
- package/dist/api/types/LabLocationCapability.d.ts +7 -0
- package/dist/api/types/LabLocationCapability.js +5 -0
- package/dist/api/types/PscAreaInfoDetails.d.ts +2 -0
- package/dist/api/types/index.d.ts +1 -0
- package/dist/api/types/index.js +1 -0
- package/dist/serialization/types/ClientFacingLabLocation.d.ts +2 -0
- package/dist/serialization/types/ClientFacingLabLocation.js +2 -0
- package/dist/serialization/types/LabLocationCapability.d.ts +10 -0
- package/dist/serialization/types/LabLocationCapability.js +31 -0
- package/dist/serialization/types/PscAreaInfoDetails.d.ts +2 -0
- package/dist/serialization/types/PscAreaInfoDetails.js +2 -0
- package/dist/serialization/types/index.d.ts +1 -0
- package/dist/serialization/types/index.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/types/ClientFacingLabLocation.d.ts +2 -0
- package/serialization/types/ClientFacingLabLocation.js +2 -0
- package/serialization/types/LabLocationCapability.d.ts +10 -0
- package/serialization/types/LabLocationCapability.js +31 -0
- package/serialization/types/PscAreaInfoDetails.d.ts +2 -0
- package/serialization/types/PscAreaInfoDetails.js +2 -0
- package/serialization/types/index.d.ts +1 -0
- package/serialization/types/index.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -78,7 +78,7 @@ class Workouts {
|
|
|
78
78
|
const _response = yield core.fetcher({
|
|
79
79
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/summary/workouts/${encodeURIComponent(userId)}`),
|
|
80
80
|
method: "GET",
|
|
81
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
81
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.322", "User-Agent": "@tryvital/vital-node/3.1.322", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
82
82
|
contentType: "application/json",
|
|
83
83
|
queryParameters: _queryParams,
|
|
84
84
|
requestType: "json",
|
|
@@ -154,7 +154,7 @@ class Workouts {
|
|
|
154
154
|
const _response = yield core.fetcher({
|
|
155
155
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/summary/workouts/${encodeURIComponent(userId)}/raw`),
|
|
156
156
|
method: "GET",
|
|
157
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
157
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.322", "User-Agent": "@tryvital/vital-node/3.1.322", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
158
158
|
contentType: "application/json",
|
|
159
159
|
queryParameters: _queryParams,
|
|
160
160
|
requestType: "json",
|
|
@@ -216,7 +216,7 @@ class Workouts {
|
|
|
216
216
|
const _response = yield core.fetcher({
|
|
217
217
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/workouts/${encodeURIComponent(workoutId)}/stream`),
|
|
218
218
|
method: "GET",
|
|
219
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
219
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.322", "User-Agent": "@tryvital/vital-node/3.1.322", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
220
220
|
contentType: "application/json",
|
|
221
221
|
requestType: "json",
|
|
222
222
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as Vital from "../index";
|
|
4
5
|
export interface PscAreaInfoDetails {
|
|
5
6
|
appointmentWithVital: boolean;
|
|
6
7
|
withinRadius: number;
|
|
7
8
|
radius: string;
|
|
9
|
+
capabilities?: Vital.LabLocationCapability[];
|
|
8
10
|
}
|
|
@@ -252,6 +252,7 @@ export * from "./IntervalTimeseriesExprTimeseries";
|
|
|
252
252
|
export * from "./IntervalTimeseriesExprField";
|
|
253
253
|
export * from "./IntervalTimeseriesExpr";
|
|
254
254
|
export * from "./Jpeg";
|
|
255
|
+
export * from "./LabLocationCapability";
|
|
255
256
|
export * from "./LabLocationMetadata";
|
|
256
257
|
export * from "./LabResultsMetadata";
|
|
257
258
|
export * from "./LabResultsRawResults";
|
package/dist/api/types/index.js
CHANGED
|
@@ -268,6 +268,7 @@ __exportStar(require("./IntervalTimeseriesExprTimeseries"), exports);
|
|
|
268
268
|
__exportStar(require("./IntervalTimeseriesExprField"), exports);
|
|
269
269
|
__exportStar(require("./IntervalTimeseriesExpr"), exports);
|
|
270
270
|
__exportStar(require("./Jpeg"), exports);
|
|
271
|
+
__exportStar(require("./LabLocationCapability"), exports);
|
|
271
272
|
__exportStar(require("./LabLocationMetadata"), exports);
|
|
272
273
|
__exportStar(require("./LabResultsMetadata"), exports);
|
|
273
274
|
__exportStar(require("./LabResultsRawResults"), exports);
|
|
@@ -7,6 +7,7 @@ import * as core from "../../core";
|
|
|
7
7
|
import { LabLocationMetadata } from "./LabLocationMetadata";
|
|
8
8
|
import { Billing } from "./Billing";
|
|
9
9
|
import { LngLat } from "./LngLat";
|
|
10
|
+
import { LabLocationCapability } from "./LabLocationCapability";
|
|
10
11
|
export declare const ClientFacingLabLocation: core.serialization.ObjectSchema<serializers.ClientFacingLabLocation.Raw, Vital.ClientFacingLabLocation>;
|
|
11
12
|
export declare namespace ClientFacingLabLocation {
|
|
12
13
|
interface Raw {
|
|
@@ -15,5 +16,6 @@ export declare namespace ClientFacingLabLocation {
|
|
|
15
16
|
site_code: string;
|
|
16
17
|
supported_bill_types: Billing.Raw[];
|
|
17
18
|
location: LngLat.Raw;
|
|
19
|
+
capabilities: LabLocationCapability.Raw[];
|
|
18
20
|
}
|
|
19
21
|
}
|
|
@@ -31,10 +31,12 @@ const core = __importStar(require("../../core"));
|
|
|
31
31
|
const LabLocationMetadata_1 = require("./LabLocationMetadata");
|
|
32
32
|
const Billing_1 = require("./Billing");
|
|
33
33
|
const LngLat_1 = require("./LngLat");
|
|
34
|
+
const LabLocationCapability_1 = require("./LabLocationCapability");
|
|
34
35
|
exports.ClientFacingLabLocation = core.serialization.object({
|
|
35
36
|
metadata: LabLocationMetadata_1.LabLocationMetadata,
|
|
36
37
|
distance: core.serialization.number(),
|
|
37
38
|
siteCode: core.serialization.property("site_code", core.serialization.string()),
|
|
38
39
|
supportedBillTypes: core.serialization.property("supported_bill_types", core.serialization.list(Billing_1.Billing)),
|
|
39
40
|
location: LngLat_1.LngLat,
|
|
41
|
+
capabilities: core.serialization.list(LabLocationCapability_1.LabLocationCapability),
|
|
40
42
|
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vital from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const LabLocationCapability: core.serialization.Schema<serializers.LabLocationCapability.Raw, Vital.LabLocationCapability>;
|
|
8
|
+
export declare namespace LabLocationCapability {
|
|
9
|
+
type Raw = "stat";
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.LabLocationCapability = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.LabLocationCapability = core.serialization.stringLiteral("stat");
|
|
@@ -4,11 +4,13 @@
|
|
|
4
4
|
import * as serializers from "../index";
|
|
5
5
|
import * as Vital from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
+
import { LabLocationCapability } from "./LabLocationCapability";
|
|
7
8
|
export declare const PscAreaInfoDetails: core.serialization.ObjectSchema<serializers.PscAreaInfoDetails.Raw, Vital.PscAreaInfoDetails>;
|
|
8
9
|
export declare namespace PscAreaInfoDetails {
|
|
9
10
|
interface Raw {
|
|
10
11
|
appointment_with_vital: boolean;
|
|
11
12
|
within_radius: number;
|
|
12
13
|
radius: string;
|
|
14
|
+
capabilities?: LabLocationCapability.Raw[] | null;
|
|
13
15
|
}
|
|
14
16
|
}
|
|
@@ -28,8 +28,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.PscAreaInfoDetails = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
+
const LabLocationCapability_1 = require("./LabLocationCapability");
|
|
31
32
|
exports.PscAreaInfoDetails = core.serialization.object({
|
|
32
33
|
appointmentWithVital: core.serialization.property("appointment_with_vital", core.serialization.boolean()),
|
|
33
34
|
withinRadius: core.serialization.property("within_radius", core.serialization.number()),
|
|
34
35
|
radius: core.serialization.string(),
|
|
36
|
+
capabilities: core.serialization.list(LabLocationCapability_1.LabLocationCapability).optional(),
|
|
35
37
|
});
|
|
@@ -252,6 +252,7 @@ export * from "./IntervalTimeseriesExprTimeseries";
|
|
|
252
252
|
export * from "./IntervalTimeseriesExprField";
|
|
253
253
|
export * from "./IntervalTimeseriesExpr";
|
|
254
254
|
export * from "./Jpeg";
|
|
255
|
+
export * from "./LabLocationCapability";
|
|
255
256
|
export * from "./LabLocationMetadata";
|
|
256
257
|
export * from "./LabResultsMetadata";
|
|
257
258
|
export * from "./LabResultsRawResults";
|
|
@@ -268,6 +268,7 @@ __exportStar(require("./IntervalTimeseriesExprTimeseries"), exports);
|
|
|
268
268
|
__exportStar(require("./IntervalTimeseriesExprField"), exports);
|
|
269
269
|
__exportStar(require("./IntervalTimeseriesExpr"), exports);
|
|
270
270
|
__exportStar(require("./Jpeg"), exports);
|
|
271
|
+
__exportStar(require("./LabLocationCapability"), exports);
|
|
271
272
|
__exportStar(require("./LabLocationMetadata"), exports);
|
|
272
273
|
__exportStar(require("./LabResultsMetadata"), exports);
|
|
273
274
|
__exportStar(require("./LabResultsRawResults"), exports);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "3.1.
|
|
1
|
+
export declare const SDK_VERSION = "3.1.322";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -7,6 +7,7 @@ import * as core from "../../core";
|
|
|
7
7
|
import { LabLocationMetadata } from "./LabLocationMetadata";
|
|
8
8
|
import { Billing } from "./Billing";
|
|
9
9
|
import { LngLat } from "./LngLat";
|
|
10
|
+
import { LabLocationCapability } from "./LabLocationCapability";
|
|
10
11
|
export declare const ClientFacingLabLocation: core.serialization.ObjectSchema<serializers.ClientFacingLabLocation.Raw, Vital.ClientFacingLabLocation>;
|
|
11
12
|
export declare namespace ClientFacingLabLocation {
|
|
12
13
|
interface Raw {
|
|
@@ -15,5 +16,6 @@ export declare namespace ClientFacingLabLocation {
|
|
|
15
16
|
site_code: string;
|
|
16
17
|
supported_bill_types: Billing.Raw[];
|
|
17
18
|
location: LngLat.Raw;
|
|
19
|
+
capabilities: LabLocationCapability.Raw[];
|
|
18
20
|
}
|
|
19
21
|
}
|
|
@@ -31,10 +31,12 @@ const core = __importStar(require("../../core"));
|
|
|
31
31
|
const LabLocationMetadata_1 = require("./LabLocationMetadata");
|
|
32
32
|
const Billing_1 = require("./Billing");
|
|
33
33
|
const LngLat_1 = require("./LngLat");
|
|
34
|
+
const LabLocationCapability_1 = require("./LabLocationCapability");
|
|
34
35
|
exports.ClientFacingLabLocation = core.serialization.object({
|
|
35
36
|
metadata: LabLocationMetadata_1.LabLocationMetadata,
|
|
36
37
|
distance: core.serialization.number(),
|
|
37
38
|
siteCode: core.serialization.property("site_code", core.serialization.string()),
|
|
38
39
|
supportedBillTypes: core.serialization.property("supported_bill_types", core.serialization.list(Billing_1.Billing)),
|
|
39
40
|
location: LngLat_1.LngLat,
|
|
41
|
+
capabilities: core.serialization.list(LabLocationCapability_1.LabLocationCapability),
|
|
40
42
|
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vital from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const LabLocationCapability: core.serialization.Schema<serializers.LabLocationCapability.Raw, Vital.LabLocationCapability>;
|
|
8
|
+
export declare namespace LabLocationCapability {
|
|
9
|
+
type Raw = "stat";
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.LabLocationCapability = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.LabLocationCapability = core.serialization.stringLiteral("stat");
|
|
@@ -4,11 +4,13 @@
|
|
|
4
4
|
import * as serializers from "../index";
|
|
5
5
|
import * as Vital from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
+
import { LabLocationCapability } from "./LabLocationCapability";
|
|
7
8
|
export declare const PscAreaInfoDetails: core.serialization.ObjectSchema<serializers.PscAreaInfoDetails.Raw, Vital.PscAreaInfoDetails>;
|
|
8
9
|
export declare namespace PscAreaInfoDetails {
|
|
9
10
|
interface Raw {
|
|
10
11
|
appointment_with_vital: boolean;
|
|
11
12
|
within_radius: number;
|
|
12
13
|
radius: string;
|
|
14
|
+
capabilities?: LabLocationCapability.Raw[] | null;
|
|
13
15
|
}
|
|
14
16
|
}
|
|
@@ -28,8 +28,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.PscAreaInfoDetails = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
+
const LabLocationCapability_1 = require("./LabLocationCapability");
|
|
31
32
|
exports.PscAreaInfoDetails = core.serialization.object({
|
|
32
33
|
appointmentWithVital: core.serialization.property("appointment_with_vital", core.serialization.boolean()),
|
|
33
34
|
withinRadius: core.serialization.property("within_radius", core.serialization.number()),
|
|
34
35
|
radius: core.serialization.string(),
|
|
36
|
+
capabilities: core.serialization.list(LabLocationCapability_1.LabLocationCapability).optional(),
|
|
35
37
|
});
|
|
@@ -252,6 +252,7 @@ export * from "./IntervalTimeseriesExprTimeseries";
|
|
|
252
252
|
export * from "./IntervalTimeseriesExprField";
|
|
253
253
|
export * from "./IntervalTimeseriesExpr";
|
|
254
254
|
export * from "./Jpeg";
|
|
255
|
+
export * from "./LabLocationCapability";
|
|
255
256
|
export * from "./LabLocationMetadata";
|
|
256
257
|
export * from "./LabResultsMetadata";
|
|
257
258
|
export * from "./LabResultsRawResults";
|
|
@@ -268,6 +268,7 @@ __exportStar(require("./IntervalTimeseriesExprTimeseries"), exports);
|
|
|
268
268
|
__exportStar(require("./IntervalTimeseriesExprField"), exports);
|
|
269
269
|
__exportStar(require("./IntervalTimeseriesExpr"), exports);
|
|
270
270
|
__exportStar(require("./Jpeg"), exports);
|
|
271
|
+
__exportStar(require("./LabLocationCapability"), exports);
|
|
271
272
|
__exportStar(require("./LabLocationMetadata"), exports);
|
|
272
273
|
__exportStar(require("./LabResultsMetadata"), exports);
|
|
273
274
|
__exportStar(require("./LabResultsRawResults"), exports);
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "3.1.
|
|
1
|
+
export declare const SDK_VERSION = "3.1.322";
|
package/version.js
CHANGED