@tryvital/vital-node 3.1.144 → 3.1.146
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/Client.d.ts +3 -0
- package/Client.js +41 -36
- 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/electrocardiogram/client/Client.d.ts +42 -0
- package/api/resources/electrocardiogram/client/Client.js +135 -0
- package/api/resources/electrocardiogram/client/index.d.ts +1 -0
- package/api/resources/electrocardiogram/client/index.js +17 -0
- package/api/resources/electrocardiogram/client/requests/ElectrocardiogramGetRequest.d.ts +17 -0
- package/api/resources/electrocardiogram/client/requests/index.d.ts +1 -0
- package/api/resources/electrocardiogram/client/requests/index.js +2 -0
- package/api/resources/electrocardiogram/index.d.ts +1 -0
- package/api/resources/electrocardiogram/index.js +17 -0
- package/api/resources/index.d.ts +2 -0
- package/api/resources/index.js +3 -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/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/ClientFacingElectrocardiogram.d.ts +22 -0
- package/api/types/ClientFacingElectrocardiogramClassification.d.ts +9 -0
- package/api/types/ClientFacingElectrocardiogramClassification.js +11 -0
- package/api/types/ClientFacingElectrocardiogramInconclusiveCause.d.ts +9 -0
- package/api/types/ClientFacingElectrocardiogramInconclusiveCause.js +11 -0
- package/api/types/ClientFacingElectrocardiogramResponse.d.ts +7 -0
- package/api/types/ClientFacingElectrocardiogramResponse.js +5 -0
- package/api/types/ClientFacingElectrocardiogramSourceProvider.d.ts +5 -0
- package/api/types/ClientFacingElectrocardiogramSourceProvider.js +5 -0
- package/api/types/ClientFacingElectrocardiogramSourceType.d.ts +19 -0
- package/api/types/ClientFacingElectrocardiogramSourceType.js +21 -0
- package/api/types/ClientFacingLabLocation.d.ts +1 -0
- package/api/types/{MenstrualCycle.d.ts → ClientFacingMenstrualCycle.d.ts} +6 -1
- package/api/types/ClientFacingMenstrualCycle.js +5 -0
- package/api/types/ClientFacingMenstrualCycleSourceProvider.d.ts +5 -0
- package/api/types/ClientFacingMenstrualCycleSourceProvider.js +5 -0
- package/api/types/ClientFacingMenstrualCycleSourceType.d.ts +19 -0
- package/api/types/ClientFacingMenstrualCycleSourceType.js +21 -0
- package/api/types/ClientFacingSport.d.ts +1 -0
- package/api/types/MenstrualCycleResponse.d.ts +1 -1
- package/api/types/WorkoutColumnExprWorkout.d.ts +1 -2
- package/api/types/WorkoutColumnExprWorkout.js +0 -1
- package/api/types/index.d.ts +9 -1
- package/api/types/index.js +9 -1
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +41 -36
- 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/electrocardiogram/client/Client.d.ts +42 -0
- package/dist/api/resources/electrocardiogram/client/Client.js +135 -0
- package/dist/api/resources/electrocardiogram/client/index.d.ts +1 -0
- package/dist/api/resources/electrocardiogram/client/index.js +17 -0
- package/dist/api/resources/electrocardiogram/client/requests/ElectrocardiogramGetRequest.d.ts +17 -0
- package/dist/api/resources/electrocardiogram/client/requests/ElectrocardiogramGetRequest.js +5 -0
- package/dist/api/resources/electrocardiogram/client/requests/index.d.ts +1 -0
- package/dist/api/resources/electrocardiogram/client/requests/index.js +2 -0
- package/dist/api/resources/electrocardiogram/index.d.ts +1 -0
- package/dist/api/resources/electrocardiogram/index.js +17 -0
- package/dist/api/resources/index.d.ts +2 -0
- package/dist/api/resources/index.js +3 -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/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/ClientFacingElectrocardiogram.d.ts +22 -0
- package/dist/api/types/ClientFacingElectrocardiogram.js +5 -0
- package/dist/api/types/ClientFacingElectrocardiogramClassification.d.ts +9 -0
- package/dist/api/types/ClientFacingElectrocardiogramClassification.js +11 -0
- package/dist/api/types/ClientFacingElectrocardiogramInconclusiveCause.d.ts +9 -0
- package/dist/api/types/ClientFacingElectrocardiogramInconclusiveCause.js +11 -0
- package/dist/api/types/ClientFacingElectrocardiogramResponse.d.ts +7 -0
- package/dist/api/types/ClientFacingElectrocardiogramResponse.js +5 -0
- package/dist/api/types/ClientFacingElectrocardiogramSourceProvider.d.ts +5 -0
- package/dist/api/types/ClientFacingElectrocardiogramSourceProvider.js +5 -0
- package/dist/api/types/ClientFacingElectrocardiogramSourceType.d.ts +19 -0
- package/dist/api/types/ClientFacingElectrocardiogramSourceType.js +21 -0
- package/dist/api/types/ClientFacingLabLocation.d.ts +1 -0
- package/dist/api/types/{MenstrualCycle.d.ts → ClientFacingMenstrualCycle.d.ts} +6 -1
- package/dist/api/types/ClientFacingMenstrualCycle.js +5 -0
- package/dist/api/types/ClientFacingMenstrualCycleSourceProvider.d.ts +5 -0
- package/dist/api/types/ClientFacingMenstrualCycleSourceProvider.js +5 -0
- package/dist/api/types/ClientFacingMenstrualCycleSourceType.d.ts +19 -0
- package/dist/api/types/ClientFacingMenstrualCycleSourceType.js +21 -0
- package/dist/api/types/ClientFacingSport.d.ts +1 -0
- package/dist/api/types/MenstrualCycleResponse.d.ts +1 -1
- package/dist/api/types/WorkoutColumnExprWorkout.d.ts +1 -2
- package/dist/api/types/WorkoutColumnExprWorkout.js +0 -1
- package/dist/api/types/index.d.ts +9 -1
- package/dist/api/types/index.js +9 -1
- package/dist/serialization/types/ClientFacingElectrocardiogram.d.ts +32 -0
- package/dist/serialization/types/ClientFacingElectrocardiogram.js +53 -0
- package/dist/serialization/types/ClientFacingElectrocardiogramClassification.d.ts +10 -0
- package/dist/serialization/types/ClientFacingElectrocardiogramClassification.js +31 -0
- package/dist/serialization/types/ClientFacingElectrocardiogramInconclusiveCause.d.ts +10 -0
- package/dist/serialization/types/ClientFacingElectrocardiogramInconclusiveCause.js +31 -0
- package/dist/serialization/types/ClientFacingElectrocardiogramResponse.d.ts +13 -0
- package/dist/serialization/types/ClientFacingElectrocardiogramResponse.js +34 -0
- package/dist/serialization/types/ClientFacingElectrocardiogramSourceProvider.d.ts +12 -0
- package/dist/serialization/types/ClientFacingElectrocardiogramSourceProvider.js +33 -0
- package/dist/serialization/types/ClientFacingElectrocardiogramSourceType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingElectrocardiogramSourceType.js +45 -0
- package/dist/serialization/types/ClientFacingLabLocation.d.ts +2 -0
- package/dist/serialization/types/ClientFacingLabLocation.js +2 -0
- package/dist/serialization/types/{MenstrualCycle.d.ts → ClientFacingMenstrualCycle.d.ts} +9 -2
- package/dist/serialization/types/{MenstrualCycle.js → ClientFacingMenstrualCycle.js} +9 -2
- package/dist/serialization/types/ClientFacingMenstrualCycleSourceProvider.d.ts +12 -0
- package/dist/serialization/types/ClientFacingMenstrualCycleSourceProvider.js +33 -0
- package/dist/serialization/types/ClientFacingMenstrualCycleSourceType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingMenstrualCycleSourceType.js +45 -0
- package/dist/serialization/types/MenstrualCycleResponse.d.ts +2 -2
- package/dist/serialization/types/MenstrualCycleResponse.js +2 -2
- package/dist/serialization/types/WorkoutColumnExprWorkout.d.ts +1 -1
- package/dist/serialization/types/WorkoutColumnExprWorkout.js +0 -1
- package/dist/serialization/types/index.d.ts +9 -1
- package/dist/serialization/types/index.js +9 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +75 -1051
- package/serialization/types/ClientFacingElectrocardiogram.d.ts +32 -0
- package/serialization/types/ClientFacingElectrocardiogram.js +53 -0
- package/serialization/types/ClientFacingElectrocardiogramClassification.d.ts +10 -0
- package/serialization/types/ClientFacingElectrocardiogramClassification.js +31 -0
- package/serialization/types/ClientFacingElectrocardiogramInconclusiveCause.d.ts +10 -0
- package/serialization/types/ClientFacingElectrocardiogramInconclusiveCause.js +31 -0
- package/serialization/types/ClientFacingElectrocardiogramResponse.d.ts +13 -0
- package/serialization/types/ClientFacingElectrocardiogramResponse.js +34 -0
- package/serialization/types/ClientFacingElectrocardiogramSourceProvider.d.ts +12 -0
- package/serialization/types/ClientFacingElectrocardiogramSourceProvider.js +33 -0
- package/serialization/types/ClientFacingElectrocardiogramSourceType.d.ts +10 -0
- package/serialization/types/ClientFacingElectrocardiogramSourceType.js +45 -0
- package/serialization/types/ClientFacingLabLocation.d.ts +2 -0
- package/serialization/types/ClientFacingLabLocation.js +2 -0
- package/serialization/types/{MenstrualCycle.d.ts → ClientFacingMenstrualCycle.d.ts} +9 -2
- package/serialization/types/{MenstrualCycle.js → ClientFacingMenstrualCycle.js} +9 -2
- package/serialization/types/ClientFacingMenstrualCycleSourceProvider.d.ts +12 -0
- package/serialization/types/ClientFacingMenstrualCycleSourceProvider.js +33 -0
- package/serialization/types/ClientFacingMenstrualCycleSourceType.d.ts +10 -0
- package/serialization/types/ClientFacingMenstrualCycleSourceType.js +45 -0
- package/serialization/types/MenstrualCycleResponse.d.ts +2 -2
- package/serialization/types/MenstrualCycleResponse.js +2 -2
- package/serialization/types/WorkoutColumnExprWorkout.d.ts +1 -1
- package/serialization/types/WorkoutColumnExprWorkout.js +0 -1
- package/serialization/types/index.d.ts +9 -1
- package/serialization/types/index.js +9 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- /package/api/{types/MenstrualCycle.js → resources/electrocardiogram/client/requests/ElectrocardiogramGetRequest.js} +0 -0
- /package/{dist/api/types/MenstrualCycle.js → api/types/ClientFacingElectrocardiogram.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.146", "User-Agent": "@tryvital/vital-node/3.1.146", "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.146", "User-Agent": "@tryvital/vital-node/3.1.146", "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.146", "User-Agent": "@tryvital/vital-node/3.1.146", "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,22 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as Vital from "../index";
|
5
|
+
export interface ClientFacingElectrocardiogram {
|
6
|
+
id: string;
|
7
|
+
sessionStart: Date;
|
8
|
+
sessionEnd: Date;
|
9
|
+
voltageSampleCount: number;
|
10
|
+
heartRateMean?: number;
|
11
|
+
samplingFrequencyHz?: number;
|
12
|
+
classification?: Vital.ClientFacingElectrocardiogramClassification;
|
13
|
+
inconclusiveCause?: Vital.ClientFacingElectrocardiogramInconclusiveCause;
|
14
|
+
algorithmVersion?: string;
|
15
|
+
timeZone?: string;
|
16
|
+
sourceProvider: Vital.ClientFacingElectrocardiogramSourceProvider;
|
17
|
+
sourceType: Vital.ClientFacingElectrocardiogramSourceType;
|
18
|
+
sourceAppId?: string;
|
19
|
+
sourceDeviceModel?: string;
|
20
|
+
userId: string;
|
21
|
+
source: Vital.ClientFacingSource;
|
22
|
+
}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
export declare type ClientFacingElectrocardiogramClassification = "sinus_rhythm" | "atrial_fibrillation" | "inconclusive";
|
5
|
+
export declare const ClientFacingElectrocardiogramClassification: {
|
6
|
+
readonly SinusRhythm: "sinus_rhythm";
|
7
|
+
readonly AtrialFibrillation: "atrial_fibrillation";
|
8
|
+
readonly Inconclusive: "inconclusive";
|
9
|
+
};
|
@@ -0,0 +1,11 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
+
exports.ClientFacingElectrocardiogramClassification = void 0;
|
7
|
+
exports.ClientFacingElectrocardiogramClassification = {
|
8
|
+
SinusRhythm: "sinus_rhythm",
|
9
|
+
AtrialFibrillation: "atrial_fibrillation",
|
10
|
+
Inconclusive: "inconclusive",
|
11
|
+
};
|
@@ -0,0 +1,9 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
export declare type ClientFacingElectrocardiogramInconclusiveCause = "high_heart_rate" | "low_heart_rate" | "poor_reading";
|
5
|
+
export declare const ClientFacingElectrocardiogramInconclusiveCause: {
|
6
|
+
readonly HighHeartRate: "high_heart_rate";
|
7
|
+
readonly LowHeartRate: "low_heart_rate";
|
8
|
+
readonly PoorReading: "poor_reading";
|
9
|
+
};
|
@@ -0,0 +1,11 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
+
exports.ClientFacingElectrocardiogramInconclusiveCause = void 0;
|
7
|
+
exports.ClientFacingElectrocardiogramInconclusiveCause = {
|
8
|
+
HighHeartRate: "high_heart_rate",
|
9
|
+
LowHeartRate: "low_heart_rate",
|
10
|
+
PoorReading: "poor_reading",
|
11
|
+
};
|
@@ -0,0 +1,19 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
export declare type ClientFacingElectrocardiogramSourceType = "unknown" | "phone" | "watch" | "app" | "multiple_sources" | "fingerprick" | "cuff" | "manual_scan" | "automatic" | "scale" | "chest_strap" | "ring" | "lab";
|
5
|
+
export declare const ClientFacingElectrocardiogramSourceType: {
|
6
|
+
readonly Unknown: "unknown";
|
7
|
+
readonly Phone: "phone";
|
8
|
+
readonly Watch: "watch";
|
9
|
+
readonly App: "app";
|
10
|
+
readonly MultipleSources: "multiple_sources";
|
11
|
+
readonly Fingerprick: "fingerprick";
|
12
|
+
readonly Cuff: "cuff";
|
13
|
+
readonly ManualScan: "manual_scan";
|
14
|
+
readonly Automatic: "automatic";
|
15
|
+
readonly Scale: "scale";
|
16
|
+
readonly ChestStrap: "chest_strap";
|
17
|
+
readonly Ring: "ring";
|
18
|
+
readonly Lab: "lab";
|
19
|
+
};
|
@@ -0,0 +1,21 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
+
exports.ClientFacingElectrocardiogramSourceType = void 0;
|
7
|
+
exports.ClientFacingElectrocardiogramSourceType = {
|
8
|
+
Unknown: "unknown",
|
9
|
+
Phone: "phone",
|
10
|
+
Watch: "watch",
|
11
|
+
App: "app",
|
12
|
+
MultipleSources: "multiple_sources",
|
13
|
+
Fingerprick: "fingerprick",
|
14
|
+
Cuff: "cuff",
|
15
|
+
ManualScan: "manual_scan",
|
16
|
+
Automatic: "automatic",
|
17
|
+
Scale: "scale",
|
18
|
+
ChestStrap: "chest_strap",
|
19
|
+
Ring: "ring",
|
20
|
+
Lab: "lab",
|
21
|
+
};
|
@@ -2,7 +2,8 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
import * as Vital from "../index";
|
5
|
-
export interface
|
5
|
+
export interface ClientFacingMenstrualCycle {
|
6
|
+
id: string;
|
6
7
|
periodStart: string;
|
7
8
|
periodEnd?: string;
|
8
9
|
cycleEnd?: string;
|
@@ -17,5 +18,9 @@ export interface MenstrualCycle {
|
|
17
18
|
homeProgesteroneTest?: Vital.HomeProgesteroneTestEntry[];
|
18
19
|
sexualActivity?: Vital.SexualActivityEntry[];
|
19
20
|
basalBodyTemperature?: Vital.BasalBodyTemperatureEntry[];
|
21
|
+
sourceProvider: Vital.ClientFacingMenstrualCycleSourceProvider;
|
22
|
+
sourceType: Vital.ClientFacingMenstrualCycleSourceType;
|
23
|
+
sourceAppId?: string;
|
24
|
+
userId: string;
|
20
25
|
source: Vital.ClientFacingSource;
|
21
26
|
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
export declare type ClientFacingMenstrualCycleSourceType = "unknown" | "phone" | "watch" | "app" | "multiple_sources" | "fingerprick" | "cuff" | "manual_scan" | "automatic" | "scale" | "chest_strap" | "ring" | "lab";
|
5
|
+
export declare const ClientFacingMenstrualCycleSourceType: {
|
6
|
+
readonly Unknown: "unknown";
|
7
|
+
readonly Phone: "phone";
|
8
|
+
readonly Watch: "watch";
|
9
|
+
readonly App: "app";
|
10
|
+
readonly MultipleSources: "multiple_sources";
|
11
|
+
readonly Fingerprick: "fingerprick";
|
12
|
+
readonly Cuff: "cuff";
|
13
|
+
readonly ManualScan: "manual_scan";
|
14
|
+
readonly Automatic: "automatic";
|
15
|
+
readonly Scale: "scale";
|
16
|
+
readonly ChestStrap: "chest_strap";
|
17
|
+
readonly Ring: "ring";
|
18
|
+
readonly Lab: "lab";
|
19
|
+
};
|
@@ -0,0 +1,21 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
+
exports.ClientFacingMenstrualCycleSourceType = void 0;
|
7
|
+
exports.ClientFacingMenstrualCycleSourceType = {
|
8
|
+
Unknown: "unknown",
|
9
|
+
Phone: "phone",
|
10
|
+
Watch: "watch",
|
11
|
+
App: "app",
|
12
|
+
MultipleSources: "multiple_sources",
|
13
|
+
Fingerprick: "fingerprick",
|
14
|
+
Cuff: "cuff",
|
15
|
+
ManualScan: "manual_scan",
|
16
|
+
Automatic: "automatic",
|
17
|
+
Scale: "scale",
|
18
|
+
ChestStrap: "chest_strap",
|
19
|
+
Ring: "ring",
|
20
|
+
Lab: "lab",
|
21
|
+
};
|
@@ -1,12 +1,11 @@
|
|
1
1
|
/**
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
|
-
export declare type WorkoutColumnExprWorkout = "session_start" | "session_end" | "title" | "
|
4
|
+
export declare type WorkoutColumnExprWorkout = "session_start" | "session_end" | "title" | "sport_name" | "sport_slug" | "duration_active_second" | "heart_rate_mean" | "heart_rate_minimum" | "heart_rate_maximum" | "heart_rate_zone_1" | "heart_rate_zone_2" | "heart_rate_zone_3" | "heart_rate_zone_4" | "heart_rate_zone_5" | "heart_rate_zone_6" | "distance_meter" | "calories" | "elevation_gain_meter" | "elevation_maximum_meter" | "elevation_minimum_meter" | "speed_mean" | "speed_maximum" | "power_source" | "power_mean" | "power_maximum" | "power_weighted_mean" | "steps" | "map" | "source_type" | "source_provider" | "source_app_id";
|
5
5
|
export declare const WorkoutColumnExprWorkout: {
|
6
6
|
readonly SessionStart: "session_start";
|
7
7
|
readonly SessionEnd: "session_end";
|
8
8
|
readonly Title: "title";
|
9
|
-
readonly SportId: "sport_id";
|
10
9
|
readonly SportName: "sport_name";
|
11
10
|
readonly SportSlug: "sport_slug";
|
12
11
|
readonly DurationActiveSecond: "duration_active_second";
|
@@ -61,6 +61,12 @@ export * from "./ClientFacingCarbohydratesSample";
|
|
61
61
|
export * from "./ClientFacingCholesterolTimeseries";
|
62
62
|
export * from "./ClientFacingDiagnosisInformation";
|
63
63
|
export * from "./ClientFacingDistanceTimeseries";
|
64
|
+
export * from "./ClientFacingElectrocardiogramClassification";
|
65
|
+
export * from "./ClientFacingElectrocardiogramInconclusiveCause";
|
66
|
+
export * from "./ClientFacingElectrocardiogramSourceProvider";
|
67
|
+
export * from "./ClientFacingElectrocardiogramSourceType";
|
68
|
+
export * from "./ClientFacingElectrocardiogram";
|
69
|
+
export * from "./ClientFacingElectrocardiogramResponse";
|
64
70
|
export * from "./ClientFacingElectrocardiogramVoltageTimeseries";
|
65
71
|
export * from "./ClientFacingFloorsClimbedTimeseries";
|
66
72
|
export * from "./ClientFacingFood";
|
@@ -92,6 +98,9 @@ export * from "./ClientFacingLoinc";
|
|
92
98
|
export * from "./ClientFacingMarker";
|
93
99
|
export * from "./ClientFacingMarkerComplete";
|
94
100
|
export * from "./ClientFacingMealResponse";
|
101
|
+
export * from "./ClientFacingMenstrualCycleSourceProvider";
|
102
|
+
export * from "./ClientFacingMenstrualCycleSourceType";
|
103
|
+
export * from "./ClientFacingMenstrualCycle";
|
95
104
|
export * from "./ClientFacingMindfulnessMinutesTimeseries";
|
96
105
|
export * from "./ClientFacingNoteSampleTagsItem";
|
97
106
|
export * from "./ClientFacingNoteSample";
|
@@ -219,7 +228,6 @@ export * from "./Macros";
|
|
219
228
|
export * from "./ManualProviders";
|
220
229
|
export * from "./MarkerType";
|
221
230
|
export * from "./MealInDbBaseClientFacingSource";
|
222
|
-
export * from "./MenstrualCycle";
|
223
231
|
export * from "./MenstrualCycleResponse";
|
224
232
|
export * from "./MenstrualFlowEntryFlow";
|
225
233
|
export * from "./MenstrualFlowEntry";
|
package/dist/api/types/index.js
CHANGED
@@ -77,6 +77,12 @@ __exportStar(require("./ClientFacingCarbohydratesSample"), exports);
|
|
77
77
|
__exportStar(require("./ClientFacingCholesterolTimeseries"), exports);
|
78
78
|
__exportStar(require("./ClientFacingDiagnosisInformation"), exports);
|
79
79
|
__exportStar(require("./ClientFacingDistanceTimeseries"), exports);
|
80
|
+
__exportStar(require("./ClientFacingElectrocardiogramClassification"), exports);
|
81
|
+
__exportStar(require("./ClientFacingElectrocardiogramInconclusiveCause"), exports);
|
82
|
+
__exportStar(require("./ClientFacingElectrocardiogramSourceProvider"), exports);
|
83
|
+
__exportStar(require("./ClientFacingElectrocardiogramSourceType"), exports);
|
84
|
+
__exportStar(require("./ClientFacingElectrocardiogram"), exports);
|
85
|
+
__exportStar(require("./ClientFacingElectrocardiogramResponse"), exports);
|
80
86
|
__exportStar(require("./ClientFacingElectrocardiogramVoltageTimeseries"), exports);
|
81
87
|
__exportStar(require("./ClientFacingFloorsClimbedTimeseries"), exports);
|
82
88
|
__exportStar(require("./ClientFacingFood"), exports);
|
@@ -108,6 +114,9 @@ __exportStar(require("./ClientFacingLoinc"), exports);
|
|
108
114
|
__exportStar(require("./ClientFacingMarker"), exports);
|
109
115
|
__exportStar(require("./ClientFacingMarkerComplete"), exports);
|
110
116
|
__exportStar(require("./ClientFacingMealResponse"), exports);
|
117
|
+
__exportStar(require("./ClientFacingMenstrualCycleSourceProvider"), exports);
|
118
|
+
__exportStar(require("./ClientFacingMenstrualCycleSourceType"), exports);
|
119
|
+
__exportStar(require("./ClientFacingMenstrualCycle"), exports);
|
111
120
|
__exportStar(require("./ClientFacingMindfulnessMinutesTimeseries"), exports);
|
112
121
|
__exportStar(require("./ClientFacingNoteSampleTagsItem"), exports);
|
113
122
|
__exportStar(require("./ClientFacingNoteSample"), exports);
|
@@ -235,7 +244,6 @@ __exportStar(require("./Macros"), exports);
|
|
235
244
|
__exportStar(require("./ManualProviders"), exports);
|
236
245
|
__exportStar(require("./MarkerType"), exports);
|
237
246
|
__exportStar(require("./MealInDbBaseClientFacingSource"), exports);
|
238
|
-
__exportStar(require("./MenstrualCycle"), exports);
|
239
247
|
__exportStar(require("./MenstrualCycleResponse"), exports);
|
240
248
|
__exportStar(require("./MenstrualFlowEntryFlow"), exports);
|
241
249
|
__exportStar(require("./MenstrualFlowEntry"), exports);
|
@@ -0,0 +1,32 @@
|
|
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 { ClientFacingElectrocardiogramClassification } from "./ClientFacingElectrocardiogramClassification";
|
8
|
+
import { ClientFacingElectrocardiogramInconclusiveCause } from "./ClientFacingElectrocardiogramInconclusiveCause";
|
9
|
+
import { ClientFacingElectrocardiogramSourceProvider } from "./ClientFacingElectrocardiogramSourceProvider";
|
10
|
+
import { ClientFacingElectrocardiogramSourceType } from "./ClientFacingElectrocardiogramSourceType";
|
11
|
+
import { ClientFacingSource } from "./ClientFacingSource";
|
12
|
+
export declare const ClientFacingElectrocardiogram: core.serialization.ObjectSchema<serializers.ClientFacingElectrocardiogram.Raw, Vital.ClientFacingElectrocardiogram>;
|
13
|
+
export declare namespace ClientFacingElectrocardiogram {
|
14
|
+
interface Raw {
|
15
|
+
id: string;
|
16
|
+
session_start: string;
|
17
|
+
session_end: string;
|
18
|
+
voltage_sample_count: number;
|
19
|
+
heart_rate_mean?: number | null;
|
20
|
+
sampling_frequency_hz?: number | null;
|
21
|
+
classification?: ClientFacingElectrocardiogramClassification.Raw | null;
|
22
|
+
inconclusive_cause?: ClientFacingElectrocardiogramInconclusiveCause.Raw | null;
|
23
|
+
algorithm_version?: string | null;
|
24
|
+
time_zone?: string | null;
|
25
|
+
source_provider: ClientFacingElectrocardiogramSourceProvider.Raw;
|
26
|
+
source_type: ClientFacingElectrocardiogramSourceType.Raw;
|
27
|
+
source_app_id?: string | null;
|
28
|
+
source_device_model?: string | null;
|
29
|
+
user_id: string;
|
30
|
+
source: ClientFacingSource.Raw;
|
31
|
+
}
|
32
|
+
}
|
@@ -0,0 +1,53 @@
|
|
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.ClientFacingElectrocardiogram = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const ClientFacingElectrocardiogramClassification_1 = require("./ClientFacingElectrocardiogramClassification");
|
32
|
+
const ClientFacingElectrocardiogramInconclusiveCause_1 = require("./ClientFacingElectrocardiogramInconclusiveCause");
|
33
|
+
const ClientFacingElectrocardiogramSourceProvider_1 = require("./ClientFacingElectrocardiogramSourceProvider");
|
34
|
+
const ClientFacingElectrocardiogramSourceType_1 = require("./ClientFacingElectrocardiogramSourceType");
|
35
|
+
const ClientFacingSource_1 = require("./ClientFacingSource");
|
36
|
+
exports.ClientFacingElectrocardiogram = core.serialization.object({
|
37
|
+
id: core.serialization.string(),
|
38
|
+
sessionStart: core.serialization.property("session_start", core.serialization.date()),
|
39
|
+
sessionEnd: core.serialization.property("session_end", core.serialization.date()),
|
40
|
+
voltageSampleCount: core.serialization.property("voltage_sample_count", core.serialization.number()),
|
41
|
+
heartRateMean: core.serialization.property("heart_rate_mean", core.serialization.number().optional()),
|
42
|
+
samplingFrequencyHz: core.serialization.property("sampling_frequency_hz", core.serialization.number().optional()),
|
43
|
+
classification: ClientFacingElectrocardiogramClassification_1.ClientFacingElectrocardiogramClassification.optional(),
|
44
|
+
inconclusiveCause: core.serialization.property("inconclusive_cause", ClientFacingElectrocardiogramInconclusiveCause_1.ClientFacingElectrocardiogramInconclusiveCause.optional()),
|
45
|
+
algorithmVersion: core.serialization.property("algorithm_version", core.serialization.string().optional()),
|
46
|
+
timeZone: core.serialization.property("time_zone", core.serialization.string().optional()),
|
47
|
+
sourceProvider: core.serialization.property("source_provider", ClientFacingElectrocardiogramSourceProvider_1.ClientFacingElectrocardiogramSourceProvider),
|
48
|
+
sourceType: core.serialization.property("source_type", ClientFacingElectrocardiogramSourceType_1.ClientFacingElectrocardiogramSourceType),
|
49
|
+
sourceAppId: core.serialization.property("source_app_id", core.serialization.string().optional()),
|
50
|
+
sourceDeviceModel: core.serialization.property("source_device_model", core.serialization.string().optional()),
|
51
|
+
userId: core.serialization.property("user_id", core.serialization.string()),
|
52
|
+
source: ClientFacingSource_1.ClientFacingSource,
|
53
|
+
});
|
@@ -0,0 +1,10 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "../index";
|
5
|
+
import * as Vital from "../../api/index";
|
6
|
+
import * as core from "../../core";
|
7
|
+
export declare const ClientFacingElectrocardiogramClassification: core.serialization.Schema<serializers.ClientFacingElectrocardiogramClassification.Raw, Vital.ClientFacingElectrocardiogramClassification>;
|
8
|
+
export declare namespace ClientFacingElectrocardiogramClassification {
|
9
|
+
type Raw = "sinus_rhythm" | "atrial_fibrillation" | "inconclusive";
|
10
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
+
exports.ClientFacingElectrocardiogramClassification = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.ClientFacingElectrocardiogramClassification = core.serialization.enum_(["sinus_rhythm", "atrial_fibrillation", "inconclusive"]);
|
@@ -0,0 +1,10 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "../index";
|
5
|
+
import * as Vital from "../../api/index";
|
6
|
+
import * as core from "../../core";
|
7
|
+
export declare const ClientFacingElectrocardiogramInconclusiveCause: core.serialization.Schema<serializers.ClientFacingElectrocardiogramInconclusiveCause.Raw, Vital.ClientFacingElectrocardiogramInconclusiveCause>;
|
8
|
+
export declare namespace ClientFacingElectrocardiogramInconclusiveCause {
|
9
|
+
type Raw = "high_heart_rate" | "low_heart_rate" | "poor_reading";
|
10
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
+
exports.ClientFacingElectrocardiogramInconclusiveCause = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.ClientFacingElectrocardiogramInconclusiveCause = core.serialization.enum_(["high_heart_rate", "low_heart_rate", "poor_reading"]);
|
@@ -0,0 +1,13 @@
|
|
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 { ClientFacingElectrocardiogram } from "./ClientFacingElectrocardiogram";
|
8
|
+
export declare const ClientFacingElectrocardiogramResponse: core.serialization.ObjectSchema<serializers.ClientFacingElectrocardiogramResponse.Raw, Vital.ClientFacingElectrocardiogramResponse>;
|
9
|
+
export declare namespace ClientFacingElectrocardiogramResponse {
|
10
|
+
interface Raw {
|
11
|
+
electrocardiogram: ClientFacingElectrocardiogram.Raw[];
|
12
|
+
}
|
13
|
+
}
|
@@ -0,0 +1,34 @@
|
|
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.ClientFacingElectrocardiogramResponse = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const ClientFacingElectrocardiogram_1 = require("./ClientFacingElectrocardiogram");
|
32
|
+
exports.ClientFacingElectrocardiogramResponse = core.serialization.object({
|
33
|
+
electrocardiogram: core.serialization.list(ClientFacingElectrocardiogram_1.ClientFacingElectrocardiogram),
|
34
|
+
});
|
@@ -0,0 +1,12 @@
|
|
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 { Providers } from "./Providers";
|
8
|
+
import { Labs } from "./Labs";
|
9
|
+
export declare const ClientFacingElectrocardiogramSourceProvider: core.serialization.Schema<serializers.ClientFacingElectrocardiogramSourceProvider.Raw, Vital.ClientFacingElectrocardiogramSourceProvider>;
|
10
|
+
export declare namespace ClientFacingElectrocardiogramSourceProvider {
|
11
|
+
type Raw = Providers.Raw | Labs.Raw;
|
12
|
+
}
|