@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.
Files changed (131) hide show
  1. package/api/resources/activity/client/Client.js +2 -2
  2. package/api/resources/aggregate/client/Client.js +3 -3
  3. package/api/resources/body/client/Client.js +2 -2
  4. package/api/resources/devices/client/Client.js +1 -1
  5. package/api/resources/electrocardiogram/client/Client.js +1 -1
  6. package/api/resources/insurance/client/Client.js +3 -3
  7. package/api/resources/introspect/client/Client.js +2 -2
  8. package/api/resources/labTests/client/Client.js +42 -42
  9. package/api/resources/link/client/Client.js +19 -19
  10. package/api/resources/meal/client/Client.js +1 -1
  11. package/api/resources/menstrualCycle/client/Client.js +1 -1
  12. package/api/resources/order/client/Client.js +1 -1
  13. package/api/resources/payor/client/Client.js +1 -1
  14. package/api/resources/payor/client/requests/CreatePayorBody.d.ts +1 -1
  15. package/api/resources/profile/client/Client.js +2 -2
  16. package/api/resources/providers/client/Client.js +1 -1
  17. package/api/resources/sleep/client/Client.js +3 -3
  18. package/api/resources/sleepCycle/client/Client.js +1 -1
  19. package/api/resources/team/client/Client.js +7 -7
  20. package/api/resources/testkit/client/Client.js +2 -2
  21. package/api/resources/user/client/Client.js +19 -19
  22. package/api/resources/user/client/requests/UserInfoCreateRequest.d.ts +1 -1
  23. package/api/resources/vitals/client/Client.js +78 -78
  24. package/api/resources/workouts/client/Client.js +3 -3
  25. package/api/types/ClientFacingPayor.d.ts +1 -1
  26. package/api/types/ClientFacingPayorSearchResponse.d.ts +1 -1
  27. package/api/types/ClientFacingPayorSearchResponseDeprecated.d.ts +1 -1
  28. package/api/types/CompanyDetails.d.ts +1 -1
  29. package/api/types/GuarantorDetails.d.ts +1 -1
  30. package/api/types/PerformingLaboratory.d.ts +1 -1
  31. package/api/types/UserInfo.d.ts +1 -1
  32. package/api/types/VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails.d.ts +1 -1
  33. package/api/types/{VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.d.ts → VitalCoreSchemasDbSchemasLabTestInsuranceAddress.d.ts} +1 -1
  34. package/api/types/VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails.d.ts +1 -1
  35. package/api/types/index.d.ts +1 -1
  36. package/api/types/index.js +1 -1
  37. package/dist/api/resources/activity/client/Client.js +2 -2
  38. package/dist/api/resources/aggregate/client/Client.js +3 -3
  39. package/dist/api/resources/body/client/Client.js +2 -2
  40. package/dist/api/resources/devices/client/Client.js +1 -1
  41. package/dist/api/resources/electrocardiogram/client/Client.js +1 -1
  42. package/dist/api/resources/insurance/client/Client.js +3 -3
  43. package/dist/api/resources/introspect/client/Client.js +2 -2
  44. package/dist/api/resources/labTests/client/Client.js +42 -42
  45. package/dist/api/resources/link/client/Client.js +19 -19
  46. package/dist/api/resources/meal/client/Client.js +1 -1
  47. package/dist/api/resources/menstrualCycle/client/Client.js +1 -1
  48. package/dist/api/resources/order/client/Client.js +1 -1
  49. package/dist/api/resources/payor/client/Client.js +1 -1
  50. package/dist/api/resources/payor/client/requests/CreatePayorBody.d.ts +1 -1
  51. package/dist/api/resources/profile/client/Client.js +2 -2
  52. package/dist/api/resources/providers/client/Client.js +1 -1
  53. package/dist/api/resources/sleep/client/Client.js +3 -3
  54. package/dist/api/resources/sleepCycle/client/Client.js +1 -1
  55. package/dist/api/resources/team/client/Client.js +7 -7
  56. package/dist/api/resources/testkit/client/Client.js +2 -2
  57. package/dist/api/resources/user/client/Client.js +19 -19
  58. package/dist/api/resources/user/client/requests/UserInfoCreateRequest.d.ts +1 -1
  59. package/dist/api/resources/vitals/client/Client.js +78 -78
  60. package/dist/api/resources/workouts/client/Client.js +3 -3
  61. package/dist/api/types/ClientFacingPayor.d.ts +1 -1
  62. package/dist/api/types/ClientFacingPayorSearchResponse.d.ts +1 -1
  63. package/dist/api/types/ClientFacingPayorSearchResponseDeprecated.d.ts +1 -1
  64. package/dist/api/types/CompanyDetails.d.ts +1 -1
  65. package/dist/api/types/GuarantorDetails.d.ts +1 -1
  66. package/dist/api/types/PerformingLaboratory.d.ts +1 -1
  67. package/dist/api/types/UserInfo.d.ts +1 -1
  68. package/dist/api/types/VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails.d.ts +1 -1
  69. package/dist/api/types/{VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.d.ts → VitalCoreSchemasDbSchemasLabTestInsuranceAddress.d.ts} +1 -1
  70. package/dist/api/types/VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails.d.ts +1 -1
  71. package/dist/api/types/index.d.ts +1 -1
  72. package/dist/api/types/index.js +1 -1
  73. package/dist/serialization/resources/payor/client/requests/CreatePayorBody.d.ts +2 -2
  74. package/dist/serialization/resources/payor/client/requests/CreatePayorBody.js +2 -2
  75. package/dist/serialization/resources/user/client/requests/UserInfoCreateRequest.d.ts +2 -2
  76. package/dist/serialization/resources/user/client/requests/UserInfoCreateRequest.js +2 -2
  77. package/dist/serialization/types/ClientFacingPayor.d.ts +2 -2
  78. package/dist/serialization/types/ClientFacingPayor.js +2 -2
  79. package/dist/serialization/types/ClientFacingPayorSearchResponse.d.ts +2 -2
  80. package/dist/serialization/types/ClientFacingPayorSearchResponse.js +2 -2
  81. package/dist/serialization/types/ClientFacingPayorSearchResponseDeprecated.d.ts +2 -2
  82. package/dist/serialization/types/ClientFacingPayorSearchResponseDeprecated.js +2 -2
  83. package/dist/serialization/types/CompanyDetails.d.ts +2 -2
  84. package/dist/serialization/types/CompanyDetails.js +2 -2
  85. package/dist/serialization/types/GuarantorDetails.d.ts +2 -2
  86. package/dist/serialization/types/GuarantorDetails.js +2 -2
  87. package/dist/serialization/types/PerformingLaboratory.d.ts +2 -2
  88. package/dist/serialization/types/PerformingLaboratory.js +2 -2
  89. package/dist/serialization/types/UserInfo.d.ts +2 -2
  90. package/dist/serialization/types/UserInfo.js +2 -2
  91. package/dist/serialization/types/VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails.d.ts +2 -2
  92. package/dist/serialization/types/VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails.js +2 -2
  93. package/dist/serialization/types/{VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.d.ts → VitalCoreSchemasDbSchemasLabTestInsuranceAddress.d.ts} +2 -2
  94. package/dist/serialization/types/{VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.js → VitalCoreSchemasDbSchemasLabTestInsuranceAddress.js} +2 -2
  95. package/dist/serialization/types/VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails.d.ts +2 -2
  96. package/dist/serialization/types/VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails.js +2 -2
  97. package/dist/serialization/types/index.d.ts +1 -1
  98. package/dist/serialization/types/index.js +1 -1
  99. package/dist/version.d.ts +1 -1
  100. package/dist/version.js +1 -1
  101. package/package.json +1 -1
  102. package/serialization/resources/payor/client/requests/CreatePayorBody.d.ts +2 -2
  103. package/serialization/resources/payor/client/requests/CreatePayorBody.js +2 -2
  104. package/serialization/resources/user/client/requests/UserInfoCreateRequest.d.ts +2 -2
  105. package/serialization/resources/user/client/requests/UserInfoCreateRequest.js +2 -2
  106. package/serialization/types/ClientFacingPayor.d.ts +2 -2
  107. package/serialization/types/ClientFacingPayor.js +2 -2
  108. package/serialization/types/ClientFacingPayorSearchResponse.d.ts +2 -2
  109. package/serialization/types/ClientFacingPayorSearchResponse.js +2 -2
  110. package/serialization/types/ClientFacingPayorSearchResponseDeprecated.d.ts +2 -2
  111. package/serialization/types/ClientFacingPayorSearchResponseDeprecated.js +2 -2
  112. package/serialization/types/CompanyDetails.d.ts +2 -2
  113. package/serialization/types/CompanyDetails.js +2 -2
  114. package/serialization/types/GuarantorDetails.d.ts +2 -2
  115. package/serialization/types/GuarantorDetails.js +2 -2
  116. package/serialization/types/PerformingLaboratory.d.ts +2 -2
  117. package/serialization/types/PerformingLaboratory.js +2 -2
  118. package/serialization/types/UserInfo.d.ts +2 -2
  119. package/serialization/types/UserInfo.js +2 -2
  120. package/serialization/types/VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails.d.ts +2 -2
  121. package/serialization/types/VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails.js +2 -2
  122. package/serialization/types/{VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.d.ts → VitalCoreSchemasDbSchemasLabTestInsuranceAddress.d.ts} +2 -2
  123. package/serialization/types/{VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.js → VitalCoreSchemasDbSchemasLabTestInsuranceAddress.js} +2 -2
  124. package/serialization/types/VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails.d.ts +2 -2
  125. package/serialization/types/VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails.js +2 -2
  126. package/serialization/types/index.d.ts +1 -1
  127. package/serialization/types/index.js +1 -1
  128. package/version.d.ts +1 -1
  129. package/version.js +1 -1
  130. /package/api/types/{VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.js → VitalCoreSchemasDbSchemasLabTestInsuranceAddress.js} +0 -0
  131. /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.462", "User-Agent": "@tryvital/vital-node/3.1.462", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
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.462", "User-Agent": "@tryvital/vital-node/3.1.462", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
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.462", "User-Agent": "@tryvital/vital-node/3.1.462", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
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.VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress;
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.VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress;
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.VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress;
13
+ orgAddress: Vital.VitalCoreSchemasDbSchemasLabTestInsuranceAddress;
14
14
  /** The source of the payor, can be one of (platform, team). */
15
15
  source: Vital.ClientFacingPayorCodeSource;
16
16
  }
@@ -4,5 +4,5 @@
4
4
  import * as Vital from "../index";
5
5
  export interface CompanyDetails {
6
6
  name: string;
7
- address: Vital.VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress;
7
+ address: Vital.VitalCoreSchemasDbSchemasLabTestInsuranceAddress;
8
8
  }
@@ -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.VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress;
8
+ address: Vital.VitalCoreSchemasDbSchemasLabTestInsuranceAddress;
9
9
  phoneNumber: string;
10
10
  householdIncome?: number;
11
11
  householdSize?: number;
@@ -6,5 +6,5 @@ export interface PerformingLaboratory {
6
6
  name: string;
7
7
  phoneNumber?: string;
8
8
  medicalDirector?: string;
9
- address?: Vital.VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress;
9
+ address?: Vital.VitalCoreSchemasDbSchemasLabTestInsuranceAddress;
10
10
  }
@@ -9,7 +9,7 @@ export interface UserInfo {
9
9
  phoneNumber: string;
10
10
  gender: string;
11
11
  dob: string;
12
- address: Vital.VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress;
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.VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress;
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 VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress {
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.VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress;
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";
@@ -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 { VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress } from "../../../../types/VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress";
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: VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.Raw;
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 VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress_1 = require("../../../../types/VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress");
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: VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress_1.VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress,
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 { VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress } from "../../../../types/VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress";
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: VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.Raw;
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 VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress_1 = require("../../../../types/VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress");
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: VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress_1.VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress,
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 { VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress } from "./VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress";
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: VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.Raw;
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 VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress_1 = require("./VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress");
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", VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress_1.VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress),
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 { VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress } from "./VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress";
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: VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.Raw;
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 VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress_1 = require("./VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress");
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", VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress_1.VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress),
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 { VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress } from "./VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress";
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: VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.Raw;
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 VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress_1 = require("./VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress");
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", VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress_1.VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress),
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 { VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress } from "./VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress";
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: VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.Raw;
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 VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress_1 = require("./VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress");
31
+ const VitalCoreSchemasDbSchemasLabTestInsuranceAddress_1 = require("./VitalCoreSchemasDbSchemasLabTestInsuranceAddress");
32
32
  exports.CompanyDetails = core.serialization.object({
33
33
  name: core.serialization.string(),
34
- address: VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress_1.VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress,
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 { VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress } from "./VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress";
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: VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.Raw;
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 VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress_1 = require("./VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress");
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: VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress_1.VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress,
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 { VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress } from "./VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress";
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?: VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.Raw | null;
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 VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress_1 = require("./VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress");
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: VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress_1.VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.optional(),
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 { VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress } from "./VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress";
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: VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.Raw;
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 VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress_1 = require("./VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress");
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: VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress_1.VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress,
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,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 { VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress } from "./VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress";
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: VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.Raw;
13
+ address: VitalCoreSchemasDbSchemasLabTestInsuranceAddress.Raw;
14
14
  phone_number: string;
15
15
  phone_type?: 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.VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails = void 0;
30
30
  const core = __importStar(require("../../core"));
31
- const VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress_1 = require("./VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress");
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: VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress_1.VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress,
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 VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress: core.serialization.ObjectSchema<serializers.VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.Raw, Vital.VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress>;
8
- export declare namespace VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress {
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.VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress = void 0;
29
+ exports.VitalCoreSchemasDbSchemasLabTestInsuranceAddress = void 0;
30
30
  const core = __importStar(require("../../core"));
31
- exports.VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress = core.serialization.object({
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(),
@@ -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 { VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress } from "./VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress";
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: VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress.Raw;
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 VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress_1 = require("./VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress");
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: VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress_1.VitalCoreSchemasDbSchemasLabTestHealthInsuranceAddress,
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.462";
1
+ export declare const SDK_VERSION = "3.1.464";
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "3.1.462";
4
+ exports.SDK_VERSION = "3.1.464";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryvital/vital-node",
3
- "version": "3.1.462",
3
+ "version": "3.1.464",
4
4
  "private": false,
5
5
  "repository": "https://github.com/tryVital/vital-node",
6
6
  "main": "./index.js",