@tryvital/vital-node 3.1.462 → 3.1.464
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 +42 -42
- 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/payor/client/requests/CreatePayorBody.d.ts +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 +19 -19
- package/api/resources/user/client/requests/UserInfoCreateRequest.d.ts +1 -1
- package/api/resources/vitals/client/Client.js +78 -78
- package/api/resources/workouts/client/Client.js +3 -3
- package/api/types/ClientFacingPayor.d.ts +1 -1
- package/api/types/ClientFacingPayorSearchResponse.d.ts +1 -1
- package/api/types/ClientFacingPayorSearchResponseDeprecated.d.ts +1 -1
- package/api/types/CompanyDetails.d.ts +1 -1
- package/api/types/GuarantorDetails.d.ts +1 -1
- package/api/types/PerformingLaboratory.d.ts +1 -1
- package/api/types/UserInfo.d.ts +1 -1
- package/api/types/VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails.d.ts +1 -1
- package/api/types/{VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.d.ts → VitalCoreSchemasDbSchemasLabTestInsuranceAddress.d.ts} +1 -1
- package/api/types/VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails.d.ts +1 -1
- package/api/types/index.d.ts +1 -1
- package/api/types/index.js +1 -1
- 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 +42 -42
- 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/payor/client/requests/CreatePayorBody.d.ts +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 +19 -19
- package/dist/api/resources/user/client/requests/UserInfoCreateRequest.d.ts +1 -1
- package/dist/api/resources/vitals/client/Client.js +78 -78
- package/dist/api/resources/workouts/client/Client.js +3 -3
- package/dist/api/types/ClientFacingPayor.d.ts +1 -1
- package/dist/api/types/ClientFacingPayorSearchResponse.d.ts +1 -1
- package/dist/api/types/ClientFacingPayorSearchResponseDeprecated.d.ts +1 -1
- package/dist/api/types/CompanyDetails.d.ts +1 -1
- package/dist/api/types/GuarantorDetails.d.ts +1 -1
- package/dist/api/types/PerformingLaboratory.d.ts +1 -1
- package/dist/api/types/UserInfo.d.ts +1 -1
- package/dist/api/types/VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails.d.ts +1 -1
- package/dist/api/types/{VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.d.ts → VitalCoreSchemasDbSchemasLabTestInsuranceAddress.d.ts} +1 -1
- package/dist/api/types/VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails.d.ts +1 -1
- package/dist/api/types/index.d.ts +1 -1
- package/dist/api/types/index.js +1 -1
- package/dist/serialization/resources/payor/client/requests/CreatePayorBody.d.ts +2 -2
- package/dist/serialization/resources/payor/client/requests/CreatePayorBody.js +2 -2
- package/dist/serialization/resources/user/client/requests/UserInfoCreateRequest.d.ts +2 -2
- package/dist/serialization/resources/user/client/requests/UserInfoCreateRequest.js +2 -2
- package/dist/serialization/types/ClientFacingPayor.d.ts +2 -2
- package/dist/serialization/types/ClientFacingPayor.js +2 -2
- package/dist/serialization/types/ClientFacingPayorSearchResponse.d.ts +2 -2
- package/dist/serialization/types/ClientFacingPayorSearchResponse.js +2 -2
- package/dist/serialization/types/ClientFacingPayorSearchResponseDeprecated.d.ts +2 -2
- package/dist/serialization/types/ClientFacingPayorSearchResponseDeprecated.js +2 -2
- package/dist/serialization/types/CompanyDetails.d.ts +2 -2
- package/dist/serialization/types/CompanyDetails.js +2 -2
- package/dist/serialization/types/GuarantorDetails.d.ts +2 -2
- package/dist/serialization/types/GuarantorDetails.js +2 -2
- package/dist/serialization/types/PerformingLaboratory.d.ts +2 -2
- package/dist/serialization/types/PerformingLaboratory.js +2 -2
- package/dist/serialization/types/UserInfo.d.ts +2 -2
- package/dist/serialization/types/UserInfo.js +2 -2
- package/dist/serialization/types/VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails.d.ts +2 -2
- package/dist/serialization/types/VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails.js +2 -2
- package/dist/serialization/types/{VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.d.ts → VitalCoreSchemasDbSchemasLabTestInsuranceAddress.d.ts} +2 -2
- package/dist/serialization/types/{VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.js → VitalCoreSchemasDbSchemasLabTestInsuranceAddress.js} +2 -2
- package/dist/serialization/types/VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails.d.ts +2 -2
- package/dist/serialization/types/VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails.js +2 -2
- package/dist/serialization/types/index.d.ts +1 -1
- package/dist/serialization/types/index.js +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/resources/payor/client/requests/CreatePayorBody.d.ts +2 -2
- package/serialization/resources/payor/client/requests/CreatePayorBody.js +2 -2
- package/serialization/resources/user/client/requests/UserInfoCreateRequest.d.ts +2 -2
- package/serialization/resources/user/client/requests/UserInfoCreateRequest.js +2 -2
- package/serialization/types/ClientFacingPayor.d.ts +2 -2
- package/serialization/types/ClientFacingPayor.js +2 -2
- package/serialization/types/ClientFacingPayorSearchResponse.d.ts +2 -2
- package/serialization/types/ClientFacingPayorSearchResponse.js +2 -2
- package/serialization/types/ClientFacingPayorSearchResponseDeprecated.d.ts +2 -2
- package/serialization/types/ClientFacingPayorSearchResponseDeprecated.js +2 -2
- package/serialization/types/CompanyDetails.d.ts +2 -2
- package/serialization/types/CompanyDetails.js +2 -2
- package/serialization/types/GuarantorDetails.d.ts +2 -2
- package/serialization/types/GuarantorDetails.js +2 -2
- package/serialization/types/PerformingLaboratory.d.ts +2 -2
- package/serialization/types/PerformingLaboratory.js +2 -2
- package/serialization/types/UserInfo.d.ts +2 -2
- package/serialization/types/UserInfo.js +2 -2
- package/serialization/types/VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails.d.ts +2 -2
- package/serialization/types/VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails.js +2 -2
- package/serialization/types/{VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.d.ts → VitalCoreSchemasDbSchemasLabTestInsuranceAddress.d.ts} +2 -2
- package/serialization/types/{VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.js → VitalCoreSchemasDbSchemasLabTestInsuranceAddress.js} +2 -2
- package/serialization/types/VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails.d.ts +2 -2
- package/serialization/types/VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails.js +2 -2
- package/serialization/types/index.d.ts +1 -1
- package/serialization/types/index.js +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- /package/api/types/{VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.js → VitalCoreSchemasDbSchemasLabTestInsuranceAddress.js} +0 -0
- /package/dist/api/types/{VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.js → VitalCoreSchemasDbSchemasLabTestInsuranceAddress.js} +0 -0
|
@@ -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.464", "User-Agent": "@tryvital/vital-node/3.1.464", "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.464", "User-Agent": "@tryvital/vital-node/3.1.464", "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.464", "User-Agent": "@tryvital/vital-node/3.1.464", "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,
|
|
@@ -10,7 +10,7 @@ export interface ClientFacingPayor {
|
|
|
10
10
|
/** Insurance name aliases returned for the insurance information. */
|
|
11
11
|
aliases: string[];
|
|
12
12
|
/** Insurance business address returned for the insurance information. */
|
|
13
|
-
orgAddress: Vital.
|
|
13
|
+
orgAddress: Vital.VitalCoreSchemasDbSchemasLabTestInsuranceAddress;
|
|
14
14
|
/** The source of the payor, can be one of (platform, team). */
|
|
15
15
|
source: Vital.ClientFacingPayorCodeSource;
|
|
16
16
|
}
|
|
@@ -10,7 +10,7 @@ export interface ClientFacingPayorSearchResponse {
|
|
|
10
10
|
/** Insurance name aliases returned for the insurance information. */
|
|
11
11
|
aliases: string[];
|
|
12
12
|
/** Insurance business address returned for the insurance information. */
|
|
13
|
-
orgAddress: Vital.
|
|
13
|
+
orgAddress: Vital.VitalCoreSchemasDbSchemasLabTestInsuranceAddress;
|
|
14
14
|
/** The source of the payor, can be one of (platform, team). */
|
|
15
15
|
source: Vital.ClientFacingPayorCodeSource;
|
|
16
16
|
}
|
|
@@ -10,7 +10,7 @@ export interface ClientFacingPayorSearchResponseDeprecated {
|
|
|
10
10
|
/** Insurance name aliases returned for the insurance information. */
|
|
11
11
|
aliases: string[];
|
|
12
12
|
/** Insurance business address returned for the insurance information. */
|
|
13
|
-
orgAddress: Vital.
|
|
13
|
+
orgAddress: Vital.VitalCoreSchemasDbSchemasLabTestInsuranceAddress;
|
|
14
14
|
/** The source of the payor, can be one of (platform, team). */
|
|
15
15
|
source: Vital.ClientFacingPayorCodeSource;
|
|
16
16
|
}
|
|
@@ -5,7 +5,7 @@ import * as Vital from "../index";
|
|
|
5
5
|
export interface GuarantorDetails {
|
|
6
6
|
firstName: string;
|
|
7
7
|
lastName: string;
|
|
8
|
-
address: Vital.
|
|
8
|
+
address: Vital.VitalCoreSchemasDbSchemasLabTestInsuranceAddress;
|
|
9
9
|
phoneNumber: string;
|
|
10
10
|
householdIncome?: number;
|
|
11
11
|
householdSize?: number;
|
|
@@ -9,7 +9,7 @@ export interface UserInfo {
|
|
|
9
9
|
phoneNumber: string;
|
|
10
10
|
gender: string;
|
|
11
11
|
dob: string;
|
|
12
|
-
address: Vital.
|
|
12
|
+
address: Vital.VitalCoreSchemasDbSchemasLabTestInsuranceAddress;
|
|
13
13
|
medicalProxy?: Vital.GuarantorDetails;
|
|
14
14
|
race?: Vital.Race;
|
|
15
15
|
ethnicity?: Vital.Ethnicity;
|
|
@@ -5,7 +5,7 @@ import * as Vital from "../index";
|
|
|
5
5
|
export interface VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails {
|
|
6
6
|
firstName: string;
|
|
7
7
|
lastName: string;
|
|
8
|
-
address: Vital.
|
|
8
|
+
address: Vital.VitalCoreSchemasDbSchemasLabTestInsuranceAddress;
|
|
9
9
|
phoneNumber: string;
|
|
10
10
|
phoneType?: string;
|
|
11
11
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export interface
|
|
4
|
+
export interface VitalCoreSchemasDbSchemasLabTestInsuranceAddress {
|
|
5
5
|
firstLine: string;
|
|
6
6
|
secondLine?: string;
|
|
7
7
|
country: string;
|
|
@@ -6,7 +6,7 @@ export interface VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails {
|
|
|
6
6
|
firstName: string;
|
|
7
7
|
lastName: string;
|
|
8
8
|
gender: Vital.Gender;
|
|
9
|
-
address: Vital.
|
|
9
|
+
address: Vital.VitalCoreSchemasDbSchemasLabTestInsuranceAddress;
|
|
10
10
|
dob: string;
|
|
11
11
|
email: string;
|
|
12
12
|
phoneNumber: string;
|
|
@@ -601,8 +601,8 @@ export * from "./WorkoutDurationTimeseriesExprField";
|
|
|
601
601
|
export * from "./WorkoutDurationTimeseriesExpr";
|
|
602
602
|
export * from "./WorkoutV2InDb";
|
|
603
603
|
export * from "./ClientFacingSampleGroupingKeys";
|
|
604
|
-
export * from "./VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress";
|
|
605
604
|
export * from "./VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails";
|
|
605
|
+
export * from "./VitalCoreSchemasDbSchemasLabTestInsuranceAddress";
|
|
606
606
|
export * from "./VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails";
|
|
607
607
|
export * from "./VitalCoreSchemasResponseSchemasTimeseriesClientFacingTimeseriesGroupClientFacingAFibBurdenSample";
|
|
608
608
|
export * from "./VitalCoreSchemasResponseSchemasTimeseriesClientFacingTimeseriesGroupClientFacingBasalBodyTemperatureSample";
|
package/dist/api/types/index.js
CHANGED
|
@@ -617,8 +617,8 @@ __exportStar(require("./WorkoutDurationTimeseriesExprField"), exports);
|
|
|
617
617
|
__exportStar(require("./WorkoutDurationTimeseriesExpr"), exports);
|
|
618
618
|
__exportStar(require("./WorkoutV2InDb"), exports);
|
|
619
619
|
__exportStar(require("./ClientFacingSampleGroupingKeys"), exports);
|
|
620
|
-
__exportStar(require("./VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress"), exports);
|
|
621
620
|
__exportStar(require("./VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails"), exports);
|
|
621
|
+
__exportStar(require("./VitalCoreSchemasDbSchemasLabTestInsuranceAddress"), exports);
|
|
622
622
|
__exportStar(require("./VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails"), exports);
|
|
623
623
|
__exportStar(require("./VitalCoreSchemasResponseSchemasTimeseriesClientFacingTimeseriesGroupClientFacingAFibBurdenSample"), exports);
|
|
624
624
|
__exportStar(require("./VitalCoreSchemasResponseSchemasTimeseriesClientFacingTimeseriesGroupClientFacingBasalBodyTemperatureSample"), exports);
|
|
@@ -4,13 +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 {
|
|
7
|
+
import { VitalCoreSchemasDbSchemasLabTestInsuranceAddress } from "../../../../types/VitalCoreSchemasDbSchemasLabTestInsuranceAddress";
|
|
8
8
|
import { PayorCodeExternalProvider } from "../../../../types/PayorCodeExternalProvider";
|
|
9
9
|
export declare const CreatePayorBody: core.serialization.Schema<serializers.CreatePayorBody.Raw, Vital.CreatePayorBody>;
|
|
10
10
|
export declare namespace CreatePayorBody {
|
|
11
11
|
interface Raw {
|
|
12
12
|
name: string;
|
|
13
|
-
address:
|
|
13
|
+
address: VitalCoreSchemasDbSchemasLabTestInsuranceAddress.Raw;
|
|
14
14
|
provider?: PayorCodeExternalProvider.Raw | null;
|
|
15
15
|
provider_payor_id?: string | null;
|
|
16
16
|
}
|
|
@@ -28,11 +28,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.CreatePayorBody = void 0;
|
|
30
30
|
const core = __importStar(require("../../../../../core"));
|
|
31
|
-
const
|
|
31
|
+
const VitalCoreSchemasDbSchemasLabTestInsuranceAddress_1 = require("../../../../types/VitalCoreSchemasDbSchemasLabTestInsuranceAddress");
|
|
32
32
|
const PayorCodeExternalProvider_1 = require("../../../../types/PayorCodeExternalProvider");
|
|
33
33
|
exports.CreatePayorBody = core.serialization.object({
|
|
34
34
|
name: core.serialization.string(),
|
|
35
|
-
address:
|
|
35
|
+
address: VitalCoreSchemasDbSchemasLabTestInsuranceAddress_1.VitalCoreSchemasDbSchemasLabTestInsuranceAddress,
|
|
36
36
|
provider: PayorCodeExternalProvider_1.PayorCodeExternalProvider.optional(),
|
|
37
37
|
providerPayorId: core.serialization.property("provider_payor_id", core.serialization.string().optional()),
|
|
38
38
|
});
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import * as serializers from "../../../../index";
|
|
5
5
|
import * as Vital from "../../../../../api/index";
|
|
6
6
|
import * as core from "../../../../../core";
|
|
7
|
-
import {
|
|
7
|
+
import { VitalCoreSchemasDbSchemasLabTestInsuranceAddress } from "../../../../types/VitalCoreSchemasDbSchemasLabTestInsuranceAddress";
|
|
8
8
|
import { GuarantorDetails } from "../../../../types/GuarantorDetails";
|
|
9
9
|
import { Race } from "../../../../types/Race";
|
|
10
10
|
import { Ethnicity } from "../../../../types/Ethnicity";
|
|
@@ -19,7 +19,7 @@ export declare namespace UserInfoCreateRequest {
|
|
|
19
19
|
phone_number: string;
|
|
20
20
|
gender: string;
|
|
21
21
|
dob: string;
|
|
22
|
-
address:
|
|
22
|
+
address: VitalCoreSchemasDbSchemasLabTestInsuranceAddress.Raw;
|
|
23
23
|
medical_proxy?: GuarantorDetails.Raw | null;
|
|
24
24
|
race?: Race.Raw | null;
|
|
25
25
|
ethnicity?: Ethnicity.Raw | null;
|
|
@@ -28,7 +28,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.UserInfoCreateRequest = void 0;
|
|
30
30
|
const core = __importStar(require("../../../../../core"));
|
|
31
|
-
const
|
|
31
|
+
const VitalCoreSchemasDbSchemasLabTestInsuranceAddress_1 = require("../../../../types/VitalCoreSchemasDbSchemasLabTestInsuranceAddress");
|
|
32
32
|
const GuarantorDetails_1 = require("../../../../types/GuarantorDetails");
|
|
33
33
|
const Race_1 = require("../../../../types/Race");
|
|
34
34
|
const Ethnicity_1 = require("../../../../types/Ethnicity");
|
|
@@ -41,7 +41,7 @@ exports.UserInfoCreateRequest = core.serialization.object({
|
|
|
41
41
|
phoneNumber: core.serialization.property("phone_number", core.serialization.string()),
|
|
42
42
|
gender: core.serialization.string(),
|
|
43
43
|
dob: core.serialization.string(),
|
|
44
|
-
address:
|
|
44
|
+
address: VitalCoreSchemasDbSchemasLabTestInsuranceAddress_1.VitalCoreSchemasDbSchemasLabTestInsuranceAddress,
|
|
45
45
|
medicalProxy: core.serialization.property("medical_proxy", GuarantorDetails_1.GuarantorDetails.optional()),
|
|
46
46
|
race: Race_1.Race.optional(),
|
|
47
47
|
ethnicity: Ethnicity_1.Ethnicity.optional(),
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import * as serializers from "../index";
|
|
5
5
|
import * as Vital from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
import {
|
|
7
|
+
import { VitalCoreSchemasDbSchemasLabTestInsuranceAddress } from "./VitalCoreSchemasDbSchemasLabTestInsuranceAddress";
|
|
8
8
|
import { ClientFacingPayorCodeSource } from "./ClientFacingPayorCodeSource";
|
|
9
9
|
export declare const ClientFacingPayor: core.serialization.ObjectSchema<serializers.ClientFacingPayor.Raw, Vital.ClientFacingPayor>;
|
|
10
10
|
export declare namespace ClientFacingPayor {
|
|
@@ -12,7 +12,7 @@ export declare namespace ClientFacingPayor {
|
|
|
12
12
|
payor_code: string;
|
|
13
13
|
name: string;
|
|
14
14
|
aliases: string[];
|
|
15
|
-
org_address:
|
|
15
|
+
org_address: VitalCoreSchemasDbSchemasLabTestInsuranceAddress.Raw;
|
|
16
16
|
source: ClientFacingPayorCodeSource.Raw;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
@@ -28,12 +28,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.ClientFacingPayor = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const
|
|
31
|
+
const VitalCoreSchemasDbSchemasLabTestInsuranceAddress_1 = require("./VitalCoreSchemasDbSchemasLabTestInsuranceAddress");
|
|
32
32
|
const ClientFacingPayorCodeSource_1 = require("./ClientFacingPayorCodeSource");
|
|
33
33
|
exports.ClientFacingPayor = core.serialization.object({
|
|
34
34
|
payorCode: core.serialization.property("payor_code", core.serialization.string()),
|
|
35
35
|
name: core.serialization.string(),
|
|
36
36
|
aliases: core.serialization.list(core.serialization.string()),
|
|
37
|
-
orgAddress: core.serialization.property("org_address",
|
|
37
|
+
orgAddress: core.serialization.property("org_address", VitalCoreSchemasDbSchemasLabTestInsuranceAddress_1.VitalCoreSchemasDbSchemasLabTestInsuranceAddress),
|
|
38
38
|
source: ClientFacingPayorCodeSource_1.ClientFacingPayorCodeSource,
|
|
39
39
|
});
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import * as serializers from "../index";
|
|
5
5
|
import * as Vital from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
import {
|
|
7
|
+
import { VitalCoreSchemasDbSchemasLabTestInsuranceAddress } from "./VitalCoreSchemasDbSchemasLabTestInsuranceAddress";
|
|
8
8
|
import { ClientFacingPayorCodeSource } from "./ClientFacingPayorCodeSource";
|
|
9
9
|
export declare const ClientFacingPayorSearchResponse: core.serialization.ObjectSchema<serializers.ClientFacingPayorSearchResponse.Raw, Vital.ClientFacingPayorSearchResponse>;
|
|
10
10
|
export declare namespace ClientFacingPayorSearchResponse {
|
|
@@ -12,7 +12,7 @@ export declare namespace ClientFacingPayorSearchResponse {
|
|
|
12
12
|
payor_code: string;
|
|
13
13
|
name: string;
|
|
14
14
|
aliases: string[];
|
|
15
|
-
org_address:
|
|
15
|
+
org_address: VitalCoreSchemasDbSchemasLabTestInsuranceAddress.Raw;
|
|
16
16
|
source: ClientFacingPayorCodeSource.Raw;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
@@ -28,12 +28,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.ClientFacingPayorSearchResponse = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const
|
|
31
|
+
const VitalCoreSchemasDbSchemasLabTestInsuranceAddress_1 = require("./VitalCoreSchemasDbSchemasLabTestInsuranceAddress");
|
|
32
32
|
const ClientFacingPayorCodeSource_1 = require("./ClientFacingPayorCodeSource");
|
|
33
33
|
exports.ClientFacingPayorSearchResponse = core.serialization.object({
|
|
34
34
|
payorCode: core.serialization.property("payor_code", core.serialization.string()),
|
|
35
35
|
name: core.serialization.string(),
|
|
36
36
|
aliases: core.serialization.list(core.serialization.string()),
|
|
37
|
-
orgAddress: core.serialization.property("org_address",
|
|
37
|
+
orgAddress: core.serialization.property("org_address", VitalCoreSchemasDbSchemasLabTestInsuranceAddress_1.VitalCoreSchemasDbSchemasLabTestInsuranceAddress),
|
|
38
38
|
source: ClientFacingPayorCodeSource_1.ClientFacingPayorCodeSource,
|
|
39
39
|
});
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import * as serializers from "../index";
|
|
5
5
|
import * as Vital from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
import {
|
|
7
|
+
import { VitalCoreSchemasDbSchemasLabTestInsuranceAddress } from "./VitalCoreSchemasDbSchemasLabTestInsuranceAddress";
|
|
8
8
|
import { ClientFacingPayorCodeSource } from "./ClientFacingPayorCodeSource";
|
|
9
9
|
export declare const ClientFacingPayorSearchResponseDeprecated: core.serialization.ObjectSchema<serializers.ClientFacingPayorSearchResponseDeprecated.Raw, Vital.ClientFacingPayorSearchResponseDeprecated>;
|
|
10
10
|
export declare namespace ClientFacingPayorSearchResponseDeprecated {
|
|
@@ -12,7 +12,7 @@ export declare namespace ClientFacingPayorSearchResponseDeprecated {
|
|
|
12
12
|
code: string;
|
|
13
13
|
name: string;
|
|
14
14
|
aliases: string[];
|
|
15
|
-
org_address:
|
|
15
|
+
org_address: VitalCoreSchemasDbSchemasLabTestInsuranceAddress.Raw;
|
|
16
16
|
source: ClientFacingPayorCodeSource.Raw;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
@@ -28,12 +28,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.ClientFacingPayorSearchResponseDeprecated = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const
|
|
31
|
+
const VitalCoreSchemasDbSchemasLabTestInsuranceAddress_1 = require("./VitalCoreSchemasDbSchemasLabTestInsuranceAddress");
|
|
32
32
|
const ClientFacingPayorCodeSource_1 = require("./ClientFacingPayorCodeSource");
|
|
33
33
|
exports.ClientFacingPayorSearchResponseDeprecated = core.serialization.object({
|
|
34
34
|
code: core.serialization.string(),
|
|
35
35
|
name: core.serialization.string(),
|
|
36
36
|
aliases: core.serialization.list(core.serialization.string()),
|
|
37
|
-
orgAddress: core.serialization.property("org_address",
|
|
37
|
+
orgAddress: core.serialization.property("org_address", VitalCoreSchemasDbSchemasLabTestInsuranceAddress_1.VitalCoreSchemasDbSchemasLabTestInsuranceAddress),
|
|
38
38
|
source: ClientFacingPayorCodeSource_1.ClientFacingPayorCodeSource,
|
|
39
39
|
});
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
import * as serializers from "../index";
|
|
5
5
|
import * as Vital from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
import {
|
|
7
|
+
import { VitalCoreSchemasDbSchemasLabTestInsuranceAddress } from "./VitalCoreSchemasDbSchemasLabTestInsuranceAddress";
|
|
8
8
|
export declare const CompanyDetails: core.serialization.ObjectSchema<serializers.CompanyDetails.Raw, Vital.CompanyDetails>;
|
|
9
9
|
export declare namespace CompanyDetails {
|
|
10
10
|
interface Raw {
|
|
11
11
|
name: string;
|
|
12
|
-
address:
|
|
12
|
+
address: VitalCoreSchemasDbSchemasLabTestInsuranceAddress.Raw;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -28,8 +28,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.CompanyDetails = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const
|
|
31
|
+
const VitalCoreSchemasDbSchemasLabTestInsuranceAddress_1 = require("./VitalCoreSchemasDbSchemasLabTestInsuranceAddress");
|
|
32
32
|
exports.CompanyDetails = core.serialization.object({
|
|
33
33
|
name: core.serialization.string(),
|
|
34
|
-
address:
|
|
34
|
+
address: VitalCoreSchemasDbSchemasLabTestInsuranceAddress_1.VitalCoreSchemasDbSchemasLabTestInsuranceAddress,
|
|
35
35
|
});
|
|
@@ -4,13 +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 {
|
|
7
|
+
import { VitalCoreSchemasDbSchemasLabTestInsuranceAddress } from "./VitalCoreSchemasDbSchemasLabTestInsuranceAddress";
|
|
8
8
|
export declare const GuarantorDetails: core.serialization.ObjectSchema<serializers.GuarantorDetails.Raw, Vital.GuarantorDetails>;
|
|
9
9
|
export declare namespace GuarantorDetails {
|
|
10
10
|
interface Raw {
|
|
11
11
|
first_name: string;
|
|
12
12
|
last_name: string;
|
|
13
|
-
address:
|
|
13
|
+
address: VitalCoreSchemasDbSchemasLabTestInsuranceAddress.Raw;
|
|
14
14
|
phone_number: string;
|
|
15
15
|
household_income?: number | null;
|
|
16
16
|
household_size?: number | null;
|
|
@@ -28,11 +28,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.GuarantorDetails = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const
|
|
31
|
+
const VitalCoreSchemasDbSchemasLabTestInsuranceAddress_1 = require("./VitalCoreSchemasDbSchemasLabTestInsuranceAddress");
|
|
32
32
|
exports.GuarantorDetails = core.serialization.object({
|
|
33
33
|
firstName: core.serialization.property("first_name", core.serialization.string()),
|
|
34
34
|
lastName: core.serialization.property("last_name", core.serialization.string()),
|
|
35
|
-
address:
|
|
35
|
+
address: VitalCoreSchemasDbSchemasLabTestInsuranceAddress_1.VitalCoreSchemasDbSchemasLabTestInsuranceAddress,
|
|
36
36
|
phoneNumber: core.serialization.property("phone_number", core.serialization.string()),
|
|
37
37
|
householdIncome: core.serialization.property("household_income", core.serialization.number().optional()),
|
|
38
38
|
householdSize: core.serialization.property("household_size", core.serialization.number().optional()),
|
|
@@ -4,13 +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 {
|
|
7
|
+
import { VitalCoreSchemasDbSchemasLabTestInsuranceAddress } from "./VitalCoreSchemasDbSchemasLabTestInsuranceAddress";
|
|
8
8
|
export declare const PerformingLaboratory: core.serialization.ObjectSchema<serializers.PerformingLaboratory.Raw, Vital.PerformingLaboratory>;
|
|
9
9
|
export declare namespace PerformingLaboratory {
|
|
10
10
|
interface Raw {
|
|
11
11
|
name: string;
|
|
12
12
|
phone_number?: string | null;
|
|
13
13
|
medical_director?: string | null;
|
|
14
|
-
address?:
|
|
14
|
+
address?: VitalCoreSchemasDbSchemasLabTestInsuranceAddress.Raw | null;
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -28,10 +28,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.PerformingLaboratory = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const
|
|
31
|
+
const VitalCoreSchemasDbSchemasLabTestInsuranceAddress_1 = require("./VitalCoreSchemasDbSchemasLabTestInsuranceAddress");
|
|
32
32
|
exports.PerformingLaboratory = core.serialization.object({
|
|
33
33
|
name: core.serialization.string(),
|
|
34
34
|
phoneNumber: core.serialization.property("phone_number", core.serialization.string().optional()),
|
|
35
35
|
medicalDirector: core.serialization.property("medical_director", core.serialization.string().optional()),
|
|
36
|
-
address:
|
|
36
|
+
address: VitalCoreSchemasDbSchemasLabTestInsuranceAddress_1.VitalCoreSchemasDbSchemasLabTestInsuranceAddress.optional(),
|
|
37
37
|
});
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import * as serializers from "../index";
|
|
5
5
|
import * as Vital from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
import {
|
|
7
|
+
import { VitalCoreSchemasDbSchemasLabTestInsuranceAddress } from "./VitalCoreSchemasDbSchemasLabTestInsuranceAddress";
|
|
8
8
|
import { GuarantorDetails } from "./GuarantorDetails";
|
|
9
9
|
import { Race } from "./Race";
|
|
10
10
|
import { Ethnicity } from "./Ethnicity";
|
|
@@ -19,7 +19,7 @@ export declare namespace UserInfo {
|
|
|
19
19
|
phone_number: string;
|
|
20
20
|
gender: string;
|
|
21
21
|
dob: string;
|
|
22
|
-
address:
|
|
22
|
+
address: VitalCoreSchemasDbSchemasLabTestInsuranceAddress.Raw;
|
|
23
23
|
medical_proxy?: GuarantorDetails.Raw | null;
|
|
24
24
|
race?: Race.Raw | null;
|
|
25
25
|
ethnicity?: Ethnicity.Raw | null;
|
|
@@ -28,7 +28,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.UserInfo = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const
|
|
31
|
+
const VitalCoreSchemasDbSchemasLabTestInsuranceAddress_1 = require("./VitalCoreSchemasDbSchemasLabTestInsuranceAddress");
|
|
32
32
|
const GuarantorDetails_1 = require("./GuarantorDetails");
|
|
33
33
|
const Race_1 = require("./Race");
|
|
34
34
|
const Ethnicity_1 = require("./Ethnicity");
|
|
@@ -41,7 +41,7 @@ exports.UserInfo = core.serialization.object({
|
|
|
41
41
|
phoneNumber: core.serialization.property("phone_number", core.serialization.string()),
|
|
42
42
|
gender: core.serialization.string(),
|
|
43
43
|
dob: core.serialization.string(),
|
|
44
|
-
address:
|
|
44
|
+
address: VitalCoreSchemasDbSchemasLabTestInsuranceAddress_1.VitalCoreSchemasDbSchemasLabTestInsuranceAddress,
|
|
45
45
|
medicalProxy: core.serialization.property("medical_proxy", GuarantorDetails_1.GuarantorDetails.optional()),
|
|
46
46
|
race: Race_1.Race.optional(),
|
|
47
47
|
ethnicity: Ethnicity_1.Ethnicity.optional(),
|
package/dist/serialization/types/VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails.d.ts
CHANGED
|
@@ -4,13 +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 {
|
|
7
|
+
import { VitalCoreSchemasDbSchemasLabTestInsuranceAddress } from "./VitalCoreSchemasDbSchemasLabTestInsuranceAddress";
|
|
8
8
|
export declare const VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails: core.serialization.ObjectSchema<serializers.VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails.Raw, Vital.VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails>;
|
|
9
9
|
export declare namespace VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails {
|
|
10
10
|
interface Raw {
|
|
11
11
|
first_name: string;
|
|
12
12
|
last_name: string;
|
|
13
|
-
address:
|
|
13
|
+
address: VitalCoreSchemasDbSchemasLabTestInsuranceAddress.Raw;
|
|
14
14
|
phone_number: string;
|
|
15
15
|
phone_type?: string | null;
|
|
16
16
|
}
|
package/dist/serialization/types/VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails.js
CHANGED
|
@@ -28,11 +28,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const
|
|
31
|
+
const VitalCoreSchemasDbSchemasLabTestInsuranceAddress_1 = require("./VitalCoreSchemasDbSchemasLabTestInsuranceAddress");
|
|
32
32
|
exports.VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails = core.serialization.object({
|
|
33
33
|
firstName: core.serialization.property("first_name", core.serialization.string()),
|
|
34
34
|
lastName: core.serialization.property("last_name", core.serialization.string()),
|
|
35
|
-
address:
|
|
35
|
+
address: VitalCoreSchemasDbSchemasLabTestInsuranceAddress_1.VitalCoreSchemasDbSchemasLabTestInsuranceAddress,
|
|
36
36
|
phoneNumber: core.serialization.property("phone_number", core.serialization.string()),
|
|
37
37
|
phoneType: core.serialization.property("phone_type", core.serialization.string().optional()),
|
|
38
38
|
});
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
import * as serializers from "../index";
|
|
5
5
|
import * as Vital from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
export declare const
|
|
8
|
-
export declare namespace
|
|
7
|
+
export declare const VitalCoreSchemasDbSchemasLabTestInsuranceAddress: core.serialization.ObjectSchema<serializers.VitalCoreSchemasDbSchemasLabTestInsuranceAddress.Raw, Vital.VitalCoreSchemasDbSchemasLabTestInsuranceAddress>;
|
|
8
|
+
export declare namespace VitalCoreSchemasDbSchemasLabTestInsuranceAddress {
|
|
9
9
|
interface Raw {
|
|
10
10
|
first_line: string;
|
|
11
11
|
second_line?: string | null;
|
|
@@ -26,9 +26,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.VitalCoreSchemasDbSchemasLabTestInsuranceAddress = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
exports.
|
|
31
|
+
exports.VitalCoreSchemasDbSchemasLabTestInsuranceAddress = core.serialization.object({
|
|
32
32
|
firstLine: core.serialization.property("first_line", core.serialization.string()),
|
|
33
33
|
secondLine: core.serialization.property("second_line", core.serialization.string().optional()),
|
|
34
34
|
country: core.serialization.string(),
|
package/dist/serialization/types/VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails.d.ts
CHANGED
|
@@ -5,14 +5,14 @@ import * as serializers from "../index";
|
|
|
5
5
|
import * as Vital from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { Gender } from "./Gender";
|
|
8
|
-
import {
|
|
8
|
+
import { VitalCoreSchemasDbSchemasLabTestInsuranceAddress } from "./VitalCoreSchemasDbSchemasLabTestInsuranceAddress";
|
|
9
9
|
export declare const VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails: core.serialization.ObjectSchema<serializers.VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails.Raw, Vital.VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails>;
|
|
10
10
|
export declare namespace VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails {
|
|
11
11
|
interface Raw {
|
|
12
12
|
first_name: string;
|
|
13
13
|
last_name: string;
|
|
14
14
|
gender: Gender.Raw;
|
|
15
|
-
address:
|
|
15
|
+
address: VitalCoreSchemasDbSchemasLabTestInsuranceAddress.Raw;
|
|
16
16
|
dob: string;
|
|
17
17
|
email: string;
|
|
18
18
|
phone_number: string;
|
|
@@ -29,12 +29,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
const Gender_1 = require("./Gender");
|
|
32
|
-
const
|
|
32
|
+
const VitalCoreSchemasDbSchemasLabTestInsuranceAddress_1 = require("./VitalCoreSchemasDbSchemasLabTestInsuranceAddress");
|
|
33
33
|
exports.VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails = core.serialization.object({
|
|
34
34
|
firstName: core.serialization.property("first_name", core.serialization.string()),
|
|
35
35
|
lastName: core.serialization.property("last_name", core.serialization.string()),
|
|
36
36
|
gender: Gender_1.Gender,
|
|
37
|
-
address:
|
|
37
|
+
address: VitalCoreSchemasDbSchemasLabTestInsuranceAddress_1.VitalCoreSchemasDbSchemasLabTestInsuranceAddress,
|
|
38
38
|
dob: core.serialization.string(),
|
|
39
39
|
email: core.serialization.string(),
|
|
40
40
|
phoneNumber: core.serialization.property("phone_number", core.serialization.string()),
|
|
@@ -601,8 +601,8 @@ export * from "./WorkoutDurationTimeseriesExprField";
|
|
|
601
601
|
export * from "./WorkoutDurationTimeseriesExpr";
|
|
602
602
|
export * from "./WorkoutV2InDb";
|
|
603
603
|
export * from "./ClientFacingSampleGroupingKeys";
|
|
604
|
-
export * from "./VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress";
|
|
605
604
|
export * from "./VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails";
|
|
605
|
+
export * from "./VitalCoreSchemasDbSchemasLabTestInsuranceAddress";
|
|
606
606
|
export * from "./VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails";
|
|
607
607
|
export * from "./VitalCoreSchemasResponseSchemasTimeseriesClientFacingTimeseriesGroupClientFacingAFibBurdenSample";
|
|
608
608
|
export * from "./VitalCoreSchemasResponseSchemasTimeseriesClientFacingTimeseriesGroupClientFacingBasalBodyTemperatureSample";
|
|
@@ -617,8 +617,8 @@ __exportStar(require("./WorkoutDurationTimeseriesExprField"), exports);
|
|
|
617
617
|
__exportStar(require("./WorkoutDurationTimeseriesExpr"), exports);
|
|
618
618
|
__exportStar(require("./WorkoutV2InDb"), exports);
|
|
619
619
|
__exportStar(require("./ClientFacingSampleGroupingKeys"), exports);
|
|
620
|
-
__exportStar(require("./VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress"), exports);
|
|
621
620
|
__exportStar(require("./VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails"), exports);
|
|
621
|
+
__exportStar(require("./VitalCoreSchemasDbSchemasLabTestInsuranceAddress"), exports);
|
|
622
622
|
__exportStar(require("./VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails"), exports);
|
|
623
623
|
__exportStar(require("./VitalCoreSchemasResponseSchemasTimeseriesClientFacingTimeseriesGroupClientFacingAFibBurdenSample"), exports);
|
|
624
624
|
__exportStar(require("./VitalCoreSchemasResponseSchemasTimeseriesClientFacingTimeseriesGroupClientFacingBasalBodyTemperatureSample"), 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.464";
|
package/dist/version.js
CHANGED