@tryvital/vital-node 3.1.139 → 3.1.141
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 +1 -1
- package/api/resources/body/client/Client.js +2 -2
- package/api/resources/devices/client/Client.js +1 -1
- package/api/resources/insurance/client/Client.js +2 -2
- package/api/resources/introspect/client/Client.js +2 -2
- package/api/resources/labTests/client/Client.js +34 -34
- package/api/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +1 -1
- package/api/resources/link/client/Client.js +14 -14
- package/api/resources/meal/client/Client.js +1 -1
- package/api/resources/menstrualCycle/client/Client.js +1 -1
- package/api/resources/profile/client/Client.js +2 -2
- package/api/resources/providers/client/Client.js +1 -1
- package/api/resources/sleep/client/Client.js +4 -4
- package/api/resources/sleepCycle/client/Client.js +1 -1
- package/api/resources/team/client/Client.js +7 -7
- package/api/resources/testkit/client/Client.js +2 -2
- package/api/resources/user/client/Client.js +16 -16
- package/api/resources/vitals/client/Client.js +58 -58
- package/api/resources/workouts/client/Client.js +3 -3
- package/api/types/PatientDetailsWithValidation.d.ts +15 -0
- package/api/types/PatientDetailsWithValidation.js +5 -0
- package/api/types/index.d.ts +1 -0
- package/api/types/index.js +1 -0
- package/dist/api/resources/activity/client/Client.js +2 -2
- package/dist/api/resources/aggregate/client/Client.js +1 -1
- package/dist/api/resources/body/client/Client.js +2 -2
- package/dist/api/resources/devices/client/Client.js +1 -1
- package/dist/api/resources/insurance/client/Client.js +2 -2
- package/dist/api/resources/introspect/client/Client.js +2 -2
- package/dist/api/resources/labTests/client/Client.js +34 -34
- package/dist/api/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +1 -1
- package/dist/api/resources/link/client/Client.js +14 -14
- package/dist/api/resources/meal/client/Client.js +1 -1
- package/dist/api/resources/menstrualCycle/client/Client.js +1 -1
- package/dist/api/resources/profile/client/Client.js +2 -2
- package/dist/api/resources/providers/client/Client.js +1 -1
- package/dist/api/resources/sleep/client/Client.js +4 -4
- package/dist/api/resources/sleepCycle/client/Client.js +1 -1
- package/dist/api/resources/team/client/Client.js +7 -7
- package/dist/api/resources/testkit/client/Client.js +2 -2
- package/dist/api/resources/user/client/Client.js +16 -16
- package/dist/api/resources/vitals/client/Client.js +58 -58
- package/dist/api/resources/workouts/client/Client.js +3 -3
- package/dist/api/types/PatientDetailsWithValidation.d.ts +15 -0
- package/dist/api/types/PatientDetailsWithValidation.js +5 -0
- package/dist/api/types/index.d.ts +1 -0
- package/dist/api/types/index.js +1 -0
- package/dist/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +2 -2
- package/dist/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.js +2 -2
- package/dist/serialization/types/PatientDetailsWithValidation.d.ts +18 -0
- package/dist/serialization/types/PatientDetailsWithValidation.js +39 -0
- package/dist/serialization/types/index.d.ts +1 -0
- package/dist/serialization/types/index.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +2 -2
- package/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.js +2 -2
- package/serialization/types/PatientDetailsWithValidation.d.ts +18 -0
- package/serialization/types/PatientDetailsWithValidation.js +39 -0
- package/serialization/types/index.d.ts +1 -0
- package/serialization/types/index.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
@@ -78,7 +78,7 @@ class Workouts {
|
|
78
78
|
const _response = yield core.fetcher({
|
79
79
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/summary/workouts/${encodeURIComponent(userId)}`),
|
80
80
|
method: "GET",
|
81
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
81
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.141", "User-Agent": "@tryvital/vital-node/3.1.141", "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.141", "User-Agent": "@tryvital/vital-node/3.1.141", "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.141", "User-Agent": "@tryvital/vital-node/3.1.141", "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,
|
@@ -0,0 +1,15 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as Vital from "../index";
|
5
|
+
/**
|
6
|
+
* Patient details with validation for first_name, last_name, email, and dob.
|
7
|
+
*/
|
8
|
+
export interface PatientDetailsWithValidation {
|
9
|
+
firstName: string;
|
10
|
+
lastName: string;
|
11
|
+
dob: Date;
|
12
|
+
gender: Vital.Gender;
|
13
|
+
phoneNumber: string;
|
14
|
+
email: string;
|
15
|
+
}
|
@@ -241,6 +241,7 @@ export * from "./ParentBiomarkerData";
|
|
241
241
|
export * from "./PasswordProviders";
|
242
242
|
export * from "./PatientAddressCompatible";
|
243
243
|
export * from "./PatientDetails";
|
244
|
+
export * from "./PatientDetailsWithValidation";
|
244
245
|
export * from "./PeriodUnit";
|
245
246
|
export * from "./Period";
|
246
247
|
export * from "./PersonDetailsOutput";
|
package/dist/api/types/index.js
CHANGED
@@ -257,6 +257,7 @@ __exportStar(require("./ParentBiomarkerData"), exports);
|
|
257
257
|
__exportStar(require("./PasswordProviders"), exports);
|
258
258
|
__exportStar(require("./PatientAddressCompatible"), exports);
|
259
259
|
__exportStar(require("./PatientDetails"), exports);
|
260
|
+
__exportStar(require("./PatientDetailsWithValidation"), exports);
|
260
261
|
__exportStar(require("./PeriodUnit"), exports);
|
261
262
|
__exportStar(require("./Period"), exports);
|
262
263
|
__exportStar(require("./PersonDetailsOutput"), exports);
|
package/dist/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts
CHANGED
@@ -11,7 +11,7 @@ import { HealthInsuranceCreateRequest } from "../../../../types/HealthInsuranceC
|
|
11
11
|
import { Billing } from "../../../../types/Billing";
|
12
12
|
import { Consent } from "../../../../types/Consent";
|
13
13
|
import { AoEAnswer } from "../../../../types/AoEAnswer";
|
14
|
-
import {
|
14
|
+
import { PatientDetailsWithValidation } from "../../../../types/PatientDetailsWithValidation";
|
15
15
|
import { PatientAddressCompatible } from "../../../../types/PatientAddressCompatible";
|
16
16
|
export declare const CreateOrderRequestCompatible: core.serialization.Schema<serializers.CreateOrderRequestCompatible.Raw, Vital.CreateOrderRequestCompatible>;
|
17
17
|
export declare namespace CreateOrderRequestCompatible {
|
@@ -29,7 +29,7 @@ export declare namespace CreateOrderRequestCompatible {
|
|
29
29
|
activate_by?: string | null;
|
30
30
|
aoe_answers?: AoEAnswer.Raw[] | null;
|
31
31
|
passthrough?: string | null;
|
32
|
-
patient_details:
|
32
|
+
patient_details: PatientDetailsWithValidation.Raw;
|
33
33
|
patient_address: PatientAddressCompatible.Raw;
|
34
34
|
}
|
35
35
|
}
|
package/dist/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.js
CHANGED
@@ -35,7 +35,7 @@ const HealthInsuranceCreateRequest_1 = require("../../../../types/HealthInsuranc
|
|
35
35
|
const Billing_1 = require("../../../../types/Billing");
|
36
36
|
const Consent_1 = require("../../../../types/Consent");
|
37
37
|
const AoEAnswer_1 = require("../../../../types/AoEAnswer");
|
38
|
-
const
|
38
|
+
const PatientDetailsWithValidation_1 = require("../../../../types/PatientDetailsWithValidation");
|
39
39
|
const PatientAddressCompatible_1 = require("../../../../types/PatientAddressCompatible");
|
40
40
|
exports.CreateOrderRequestCompatible = core.serialization.object({
|
41
41
|
userId: core.serialization.property("user_id", core.serialization.string()),
|
@@ -51,6 +51,6 @@ exports.CreateOrderRequestCompatible = core.serialization.object({
|
|
51
51
|
activateBy: core.serialization.property("activate_by", core.serialization.string().optional()),
|
52
52
|
aoeAnswers: core.serialization.property("aoe_answers", core.serialization.list(AoEAnswer_1.AoEAnswer).optional()),
|
53
53
|
passthrough: core.serialization.string().optional(),
|
54
|
-
patientDetails: core.serialization.property("patient_details",
|
54
|
+
patientDetails: core.serialization.property("patient_details", PatientDetailsWithValidation_1.PatientDetailsWithValidation),
|
55
55
|
patientAddress: core.serialization.property("patient_address", PatientAddressCompatible_1.PatientAddressCompatible),
|
56
56
|
});
|
@@ -0,0 +1,18 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "../index";
|
5
|
+
import * as Vital from "../../api/index";
|
6
|
+
import * as core from "../../core";
|
7
|
+
import { Gender } from "./Gender";
|
8
|
+
export declare const PatientDetailsWithValidation: core.serialization.ObjectSchema<serializers.PatientDetailsWithValidation.Raw, Vital.PatientDetailsWithValidation>;
|
9
|
+
export declare namespace PatientDetailsWithValidation {
|
10
|
+
interface Raw {
|
11
|
+
first_name: string;
|
12
|
+
last_name: string;
|
13
|
+
dob: string;
|
14
|
+
gender: Gender.Raw;
|
15
|
+
phone_number: string;
|
16
|
+
email: string;
|
17
|
+
}
|
18
|
+
}
|
@@ -0,0 +1,39 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
+
exports.PatientDetailsWithValidation = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const Gender_1 = require("./Gender");
|
32
|
+
exports.PatientDetailsWithValidation = core.serialization.object({
|
33
|
+
firstName: core.serialization.property("first_name", core.serialization.string()),
|
34
|
+
lastName: core.serialization.property("last_name", core.serialization.string()),
|
35
|
+
dob: core.serialization.date(),
|
36
|
+
gender: Gender_1.Gender,
|
37
|
+
phoneNumber: core.serialization.property("phone_number", core.serialization.string()),
|
38
|
+
email: core.serialization.string(),
|
39
|
+
});
|
@@ -241,6 +241,7 @@ export * from "./ParentBiomarkerData";
|
|
241
241
|
export * from "./PasswordProviders";
|
242
242
|
export * from "./PatientAddressCompatible";
|
243
243
|
export * from "./PatientDetails";
|
244
|
+
export * from "./PatientDetailsWithValidation";
|
244
245
|
export * from "./PeriodUnit";
|
245
246
|
export * from "./Period";
|
246
247
|
export * from "./PersonDetailsOutput";
|
@@ -257,6 +257,7 @@ __exportStar(require("./ParentBiomarkerData"), exports);
|
|
257
257
|
__exportStar(require("./PasswordProviders"), exports);
|
258
258
|
__exportStar(require("./PatientAddressCompatible"), exports);
|
259
259
|
__exportStar(require("./PatientDetails"), exports);
|
260
|
+
__exportStar(require("./PatientDetailsWithValidation"), exports);
|
260
261
|
__exportStar(require("./PeriodUnit"), exports);
|
261
262
|
__exportStar(require("./Period"), exports);
|
262
263
|
__exportStar(require("./PersonDetailsOutput"), 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.141";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
@@ -11,7 +11,7 @@ import { HealthInsuranceCreateRequest } from "../../../../types/HealthInsuranceC
|
|
11
11
|
import { Billing } from "../../../../types/Billing";
|
12
12
|
import { Consent } from "../../../../types/Consent";
|
13
13
|
import { AoEAnswer } from "../../../../types/AoEAnswer";
|
14
|
-
import {
|
14
|
+
import { PatientDetailsWithValidation } from "../../../../types/PatientDetailsWithValidation";
|
15
15
|
import { PatientAddressCompatible } from "../../../../types/PatientAddressCompatible";
|
16
16
|
export declare const CreateOrderRequestCompatible: core.serialization.Schema<serializers.CreateOrderRequestCompatible.Raw, Vital.CreateOrderRequestCompatible>;
|
17
17
|
export declare namespace CreateOrderRequestCompatible {
|
@@ -29,7 +29,7 @@ export declare namespace CreateOrderRequestCompatible {
|
|
29
29
|
activate_by?: string | null;
|
30
30
|
aoe_answers?: AoEAnswer.Raw[] | null;
|
31
31
|
passthrough?: string | null;
|
32
|
-
patient_details:
|
32
|
+
patient_details: PatientDetailsWithValidation.Raw;
|
33
33
|
patient_address: PatientAddressCompatible.Raw;
|
34
34
|
}
|
35
35
|
}
|
@@ -35,7 +35,7 @@ const HealthInsuranceCreateRequest_1 = require("../../../../types/HealthInsuranc
|
|
35
35
|
const Billing_1 = require("../../../../types/Billing");
|
36
36
|
const Consent_1 = require("../../../../types/Consent");
|
37
37
|
const AoEAnswer_1 = require("../../../../types/AoEAnswer");
|
38
|
-
const
|
38
|
+
const PatientDetailsWithValidation_1 = require("../../../../types/PatientDetailsWithValidation");
|
39
39
|
const PatientAddressCompatible_1 = require("../../../../types/PatientAddressCompatible");
|
40
40
|
exports.CreateOrderRequestCompatible = core.serialization.object({
|
41
41
|
userId: core.serialization.property("user_id", core.serialization.string()),
|
@@ -51,6 +51,6 @@ exports.CreateOrderRequestCompatible = core.serialization.object({
|
|
51
51
|
activateBy: core.serialization.property("activate_by", core.serialization.string().optional()),
|
52
52
|
aoeAnswers: core.serialization.property("aoe_answers", core.serialization.list(AoEAnswer_1.AoEAnswer).optional()),
|
53
53
|
passthrough: core.serialization.string().optional(),
|
54
|
-
patientDetails: core.serialization.property("patient_details",
|
54
|
+
patientDetails: core.serialization.property("patient_details", PatientDetailsWithValidation_1.PatientDetailsWithValidation),
|
55
55
|
patientAddress: core.serialization.property("patient_address", PatientAddressCompatible_1.PatientAddressCompatible),
|
56
56
|
});
|
@@ -0,0 +1,18 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "../index";
|
5
|
+
import * as Vital from "../../api/index";
|
6
|
+
import * as core from "../../core";
|
7
|
+
import { Gender } from "./Gender";
|
8
|
+
export declare const PatientDetailsWithValidation: core.serialization.ObjectSchema<serializers.PatientDetailsWithValidation.Raw, Vital.PatientDetailsWithValidation>;
|
9
|
+
export declare namespace PatientDetailsWithValidation {
|
10
|
+
interface Raw {
|
11
|
+
first_name: string;
|
12
|
+
last_name: string;
|
13
|
+
dob: string;
|
14
|
+
gender: Gender.Raw;
|
15
|
+
phone_number: string;
|
16
|
+
email: string;
|
17
|
+
}
|
18
|
+
}
|
@@ -0,0 +1,39 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
+
exports.PatientDetailsWithValidation = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const Gender_1 = require("./Gender");
|
32
|
+
exports.PatientDetailsWithValidation = core.serialization.object({
|
33
|
+
firstName: core.serialization.property("first_name", core.serialization.string()),
|
34
|
+
lastName: core.serialization.property("last_name", core.serialization.string()),
|
35
|
+
dob: core.serialization.date(),
|
36
|
+
gender: Gender_1.Gender,
|
37
|
+
phoneNumber: core.serialization.property("phone_number", core.serialization.string()),
|
38
|
+
email: core.serialization.string(),
|
39
|
+
});
|
@@ -241,6 +241,7 @@ export * from "./ParentBiomarkerData";
|
|
241
241
|
export * from "./PasswordProviders";
|
242
242
|
export * from "./PatientAddressCompatible";
|
243
243
|
export * from "./PatientDetails";
|
244
|
+
export * from "./PatientDetailsWithValidation";
|
244
245
|
export * from "./PeriodUnit";
|
245
246
|
export * from "./Period";
|
246
247
|
export * from "./PersonDetailsOutput";
|
@@ -257,6 +257,7 @@ __exportStar(require("./ParentBiomarkerData"), exports);
|
|
257
257
|
__exportStar(require("./PasswordProviders"), exports);
|
258
258
|
__exportStar(require("./PatientAddressCompatible"), exports);
|
259
259
|
__exportStar(require("./PatientDetails"), exports);
|
260
|
+
__exportStar(require("./PatientDetailsWithValidation"), exports);
|
260
261
|
__exportStar(require("./PeriodUnit"), exports);
|
261
262
|
__exportStar(require("./Period"), exports);
|
262
263
|
__exportStar(require("./PersonDetailsOutput"), exports);
|
package/version.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const SDK_VERSION = "3.1.
|
1
|
+
export declare const SDK_VERSION = "3.1.141";
|
package/version.js
CHANGED