@tryvital/vital-node 3.1.287 → 3.1.288
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/resources/activity/client/Client.js +2 -2
- package/api/resources/aggregate/client/Client.js +3 -3
- package/api/resources/body/client/Client.js +2 -2
- package/api/resources/devices/client/Client.js +1 -1
- package/api/resources/electrocardiogram/client/Client.js +1 -1
- package/api/resources/insurance/client/Client.js +3 -3
- package/api/resources/introspect/client/Client.js +2 -2
- package/api/resources/labTests/client/Client.js +41 -41
- package/api/resources/link/client/Client.js +19 -19
- package/api/resources/meal/client/Client.js +1 -1
- package/api/resources/menstrualCycle/client/Client.js +1 -1
- package/api/resources/order/client/Client.js +1 -1
- package/api/resources/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/team/client/requests/TeamGetSourcePrioritiesRequest.d.ts +2 -1
- package/api/resources/testkit/client/Client.js +2 -2
- package/api/resources/user/client/Client.js +16 -16
- package/api/resources/vitals/client/Client.js +78 -78
- package/api/resources/workouts/client/Client.js +3 -3
- package/api/types/AggregateExprArg.d.ts +1 -1
- package/api/types/BloodPressureTimeseriesExpr.d.ts +8 -0
- package/api/types/BloodPressureTimeseriesExpr.js +5 -0
- package/api/types/BloodPressureTimeseriesExprField.d.ts +14 -0
- package/api/types/BloodPressureTimeseriesExprField.js +16 -0
- package/api/types/DiscreteTimeseriesExpr.d.ts +9 -0
- package/api/types/DiscreteTimeseriesExpr.js +5 -0
- package/api/types/DiscreteTimeseriesExprField.d.ts +13 -0
- package/api/types/DiscreteTimeseriesExprField.js +15 -0
- package/api/types/DiscreteTimeseriesExprTimeseries.d.ts +21 -0
- package/api/types/DiscreteTimeseriesExprTimeseries.js +20 -0
- package/api/types/IndexColumnExprIndex.d.ts +2 -1
- package/api/types/IndexColumnExprIndex.js +1 -0
- package/api/types/IntervalTimeseriesExpr.d.ts +9 -0
- package/api/types/IntervalTimeseriesExpr.js +5 -0
- package/api/types/IntervalTimeseriesExprField.d.ts +14 -0
- package/api/types/IntervalTimeseriesExprField.js +16 -0
- package/api/types/IntervalTimeseriesExprTimeseries.d.ts +42 -0
- package/api/types/IntervalTimeseriesExprTimeseries.js +41 -0
- package/api/types/NoteTimeseriesExpr.d.ts +8 -0
- package/api/types/NoteTimeseriesExpr.js +5 -0
- package/api/types/NoteTimeseriesExprField.d.ts +14 -0
- package/api/types/NoteTimeseriesExprField.js +16 -0
- package/api/types/PriorityResource.d.ts +14 -0
- package/api/types/PriorityResource.js +13 -0
- package/api/types/QuerySelectItem.d.ts +1 -1
- package/api/types/TemperatureTimeseriesExpr.d.ts +9 -0
- package/api/types/TemperatureTimeseriesExpr.js +5 -0
- package/api/types/TemperatureTimeseriesExprField.d.ts +15 -0
- package/api/types/TemperatureTimeseriesExprField.js +17 -0
- package/api/types/TemperatureTimeseriesExprTimeseries.d.ts +11 -0
- package/api/types/TemperatureTimeseriesExprTimeseries.js +10 -0
- package/api/types/WorkoutDurationTimeseriesExpr.d.ts +8 -0
- package/api/types/WorkoutDurationTimeseriesExpr.js +5 -0
- package/api/types/WorkoutDurationTimeseriesExprField.d.ts +15 -0
- package/api/types/WorkoutDurationTimeseriesExprField.js +17 -0
- package/api/types/index.d.ts +16 -0
- package/api/types/index.js +16 -0
- package/dist/api/resources/activity/client/Client.js +2 -2
- package/dist/api/resources/aggregate/client/Client.js +3 -3
- package/dist/api/resources/body/client/Client.js +2 -2
- package/dist/api/resources/devices/client/Client.js +1 -1
- package/dist/api/resources/electrocardiogram/client/Client.js +1 -1
- package/dist/api/resources/insurance/client/Client.js +3 -3
- package/dist/api/resources/introspect/client/Client.js +2 -2
- package/dist/api/resources/labTests/client/Client.js +41 -41
- package/dist/api/resources/link/client/Client.js +19 -19
- package/dist/api/resources/meal/client/Client.js +1 -1
- package/dist/api/resources/menstrualCycle/client/Client.js +1 -1
- package/dist/api/resources/order/client/Client.js +1 -1
- package/dist/api/resources/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/team/client/requests/TeamGetSourcePrioritiesRequest.d.ts +2 -1
- package/dist/api/resources/testkit/client/Client.js +2 -2
- package/dist/api/resources/user/client/Client.js +16 -16
- package/dist/api/resources/vitals/client/Client.js +78 -78
- package/dist/api/resources/workouts/client/Client.js +3 -3
- package/dist/api/types/AggregateExprArg.d.ts +1 -1
- package/dist/api/types/BloodPressureTimeseriesExpr.d.ts +8 -0
- package/dist/api/types/BloodPressureTimeseriesExpr.js +5 -0
- package/dist/api/types/BloodPressureTimeseriesExprField.d.ts +14 -0
- package/dist/api/types/BloodPressureTimeseriesExprField.js +16 -0
- package/dist/api/types/DiscreteTimeseriesExpr.d.ts +9 -0
- package/dist/api/types/DiscreteTimeseriesExpr.js +5 -0
- package/dist/api/types/DiscreteTimeseriesExprField.d.ts +13 -0
- package/dist/api/types/DiscreteTimeseriesExprField.js +15 -0
- package/dist/api/types/DiscreteTimeseriesExprTimeseries.d.ts +21 -0
- package/dist/api/types/DiscreteTimeseriesExprTimeseries.js +20 -0
- package/dist/api/types/IndexColumnExprIndex.d.ts +2 -1
- package/dist/api/types/IndexColumnExprIndex.js +1 -0
- package/dist/api/types/IntervalTimeseriesExpr.d.ts +9 -0
- package/dist/api/types/IntervalTimeseriesExpr.js +5 -0
- package/dist/api/types/IntervalTimeseriesExprField.d.ts +14 -0
- package/dist/api/types/IntervalTimeseriesExprField.js +16 -0
- package/dist/api/types/IntervalTimeseriesExprTimeseries.d.ts +42 -0
- package/dist/api/types/IntervalTimeseriesExprTimeseries.js +41 -0
- package/dist/api/types/NoteTimeseriesExpr.d.ts +8 -0
- package/dist/api/types/NoteTimeseriesExpr.js +5 -0
- package/dist/api/types/NoteTimeseriesExprField.d.ts +14 -0
- package/dist/api/types/NoteTimeseriesExprField.js +16 -0
- package/dist/api/types/PriorityResource.d.ts +14 -0
- package/dist/api/types/PriorityResource.js +13 -0
- package/dist/api/types/QuerySelectItem.d.ts +1 -1
- package/dist/api/types/TemperatureTimeseriesExpr.d.ts +9 -0
- package/dist/api/types/TemperatureTimeseriesExpr.js +5 -0
- package/dist/api/types/TemperatureTimeseriesExprField.d.ts +15 -0
- package/dist/api/types/TemperatureTimeseriesExprField.js +17 -0
- package/dist/api/types/TemperatureTimeseriesExprTimeseries.d.ts +11 -0
- package/dist/api/types/TemperatureTimeseriesExprTimeseries.js +10 -0
- package/dist/api/types/WorkoutDurationTimeseriesExpr.d.ts +8 -0
- package/dist/api/types/WorkoutDurationTimeseriesExpr.js +5 -0
- package/dist/api/types/WorkoutDurationTimeseriesExprField.d.ts +15 -0
- package/dist/api/types/WorkoutDurationTimeseriesExprField.js +17 -0
- package/dist/api/types/index.d.ts +16 -0
- package/dist/api/types/index.js +16 -0
- package/dist/serialization/types/AggregateExprArg.d.ts +7 -1
- package/dist/serialization/types/AggregateExprArg.js +12 -0
- package/dist/serialization/types/BloodPressureTimeseriesExpr.d.ts +14 -0
- package/dist/serialization/types/BloodPressureTimeseriesExpr.js +35 -0
- package/dist/serialization/types/BloodPressureTimeseriesExprField.d.ts +10 -0
- package/dist/serialization/types/BloodPressureTimeseriesExprField.js +40 -0
- package/dist/serialization/types/DiscreteTimeseriesExpr.d.ts +15 -0
- package/dist/serialization/types/DiscreteTimeseriesExpr.js +36 -0
- package/dist/serialization/types/DiscreteTimeseriesExprField.d.ts +10 -0
- package/dist/serialization/types/DiscreteTimeseriesExprField.js +39 -0
- package/dist/serialization/types/DiscreteTimeseriesExprTimeseries.d.ts +10 -0
- package/dist/serialization/types/DiscreteTimeseriesExprTimeseries.js +44 -0
- package/dist/serialization/types/IndexColumnExprIndex.d.ts +1 -1
- package/dist/serialization/types/IndexColumnExprIndex.js +1 -1
- package/dist/serialization/types/IntervalTimeseriesExpr.d.ts +15 -0
- package/dist/serialization/types/IntervalTimeseriesExpr.js +36 -0
- package/dist/serialization/types/IntervalTimeseriesExprField.d.ts +10 -0
- package/dist/serialization/types/IntervalTimeseriesExprField.js +40 -0
- package/dist/serialization/types/IntervalTimeseriesExprTimeseries.d.ts +10 -0
- package/dist/serialization/types/IntervalTimeseriesExprTimeseries.js +65 -0
- package/dist/serialization/types/NoteTimeseriesExpr.d.ts +14 -0
- package/dist/serialization/types/NoteTimeseriesExpr.js +35 -0
- package/dist/serialization/types/NoteTimeseriesExprField.d.ts +10 -0
- package/dist/serialization/types/NoteTimeseriesExprField.js +40 -0
- package/dist/serialization/types/PriorityResource.d.ts +10 -0
- package/dist/serialization/types/PriorityResource.js +31 -0
- package/dist/serialization/types/QuerySelectItem.d.ts +7 -1
- package/dist/serialization/types/QuerySelectItem.js +12 -0
- package/dist/serialization/types/TemperatureTimeseriesExpr.d.ts +15 -0
- package/dist/serialization/types/TemperatureTimeseriesExpr.js +36 -0
- package/dist/serialization/types/TemperatureTimeseriesExprField.d.ts +10 -0
- package/dist/serialization/types/TemperatureTimeseriesExprField.js +41 -0
- package/dist/serialization/types/TemperatureTimeseriesExprTimeseries.d.ts +10 -0
- package/dist/serialization/types/TemperatureTimeseriesExprTimeseries.js +31 -0
- package/dist/serialization/types/WorkoutDurationTimeseriesExpr.d.ts +14 -0
- package/dist/serialization/types/WorkoutDurationTimeseriesExpr.js +35 -0
- package/dist/serialization/types/WorkoutDurationTimeseriesExprField.d.ts +10 -0
- package/dist/serialization/types/WorkoutDurationTimeseriesExprField.js +41 -0
- package/dist/serialization/types/index.d.ts +16 -0
- package/dist/serialization/types/index.js +16 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/types/AggregateExprArg.d.ts +7 -1
- package/serialization/types/AggregateExprArg.js +12 -0
- package/serialization/types/BloodPressureTimeseriesExpr.d.ts +14 -0
- package/serialization/types/BloodPressureTimeseriesExpr.js +35 -0
- package/serialization/types/BloodPressureTimeseriesExprField.d.ts +10 -0
- package/serialization/types/BloodPressureTimeseriesExprField.js +40 -0
- package/serialization/types/DiscreteTimeseriesExpr.d.ts +15 -0
- package/serialization/types/DiscreteTimeseriesExpr.js +36 -0
- package/serialization/types/DiscreteTimeseriesExprField.d.ts +10 -0
- package/serialization/types/DiscreteTimeseriesExprField.js +39 -0
- package/serialization/types/DiscreteTimeseriesExprTimeseries.d.ts +10 -0
- package/serialization/types/DiscreteTimeseriesExprTimeseries.js +44 -0
- package/serialization/types/IndexColumnExprIndex.d.ts +1 -1
- package/serialization/types/IndexColumnExprIndex.js +1 -1
- package/serialization/types/IntervalTimeseriesExpr.d.ts +15 -0
- package/serialization/types/IntervalTimeseriesExpr.js +36 -0
- package/serialization/types/IntervalTimeseriesExprField.d.ts +10 -0
- package/serialization/types/IntervalTimeseriesExprField.js +40 -0
- package/serialization/types/IntervalTimeseriesExprTimeseries.d.ts +10 -0
- package/serialization/types/IntervalTimeseriesExprTimeseries.js +65 -0
- package/serialization/types/NoteTimeseriesExpr.d.ts +14 -0
- package/serialization/types/NoteTimeseriesExpr.js +35 -0
- package/serialization/types/NoteTimeseriesExprField.d.ts +10 -0
- package/serialization/types/NoteTimeseriesExprField.js +40 -0
- package/serialization/types/PriorityResource.d.ts +10 -0
- package/serialization/types/PriorityResource.js +31 -0
- package/serialization/types/QuerySelectItem.d.ts +7 -1
- package/serialization/types/QuerySelectItem.js +12 -0
- package/serialization/types/TemperatureTimeseriesExpr.d.ts +15 -0
- package/serialization/types/TemperatureTimeseriesExpr.js +36 -0
- package/serialization/types/TemperatureTimeseriesExprField.d.ts +10 -0
- package/serialization/types/TemperatureTimeseriesExprField.js +41 -0
- package/serialization/types/TemperatureTimeseriesExprTimeseries.d.ts +10 -0
- package/serialization/types/TemperatureTimeseriesExprTimeseries.js +31 -0
- package/serialization/types/WorkoutDurationTimeseriesExpr.d.ts +14 -0
- package/serialization/types/WorkoutDurationTimeseriesExpr.js +35 -0
- package/serialization/types/WorkoutDurationTimeseriesExprField.d.ts +10 -0
- package/serialization/types/WorkoutDurationTimeseriesExprField.js +41 -0
- package/serialization/types/index.d.ts +16 -0
- package/serialization/types/index.js +16 -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.288", "User-Agent": "@tryvital/vital-node/3.1.288", "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.288", "User-Agent": "@tryvital/vital-node/3.1.288", "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.288", "User-Agent": "@tryvital/vital-node/3.1.288", "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,
|
@@ -2,4 +2,4 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
import * as Vital from "../index";
|
5
|
-
export declare type AggregateExprArg = Vital.SleepColumnExpr | Vital.ActivityColumnExpr | Vital.WorkoutColumnExpr | Vital.BodyColumnExpr | Vital.IndexColumnExpr | Vital.SleepScoreValueMacroExpr | Vital.ChronotypeValueMacroExpr | Vital.UnrecognizedValueMacroExpr;
|
5
|
+
export declare type AggregateExprArg = Vital.SleepColumnExpr | Vital.ActivityColumnExpr | Vital.WorkoutColumnExpr | Vital.BodyColumnExpr | Vital.IndexColumnExpr | Vital.SleepScoreValueMacroExpr | Vital.ChronotypeValueMacroExpr | Vital.UnrecognizedValueMacroExpr | Vital.DiscreteTimeseriesExpr | Vital.IntervalTimeseriesExpr | Vital.BloodPressureTimeseriesExpr | Vital.TemperatureTimeseriesExpr | Vital.WorkoutDurationTimeseriesExpr | Vital.NoteTimeseriesExpr;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
export declare type BloodPressureTimeseriesExprField = "source_provider" | "source_type" | "source_workout_id" | "source_sport" | "timezone_offset" | "type" | "systolic" | "diastolic";
|
5
|
+
export declare const BloodPressureTimeseriesExprField: {
|
6
|
+
readonly SourceProvider: "source_provider";
|
7
|
+
readonly SourceType: "source_type";
|
8
|
+
readonly SourceWorkoutId: "source_workout_id";
|
9
|
+
readonly SourceSport: "source_sport";
|
10
|
+
readonly TimezoneOffset: "timezone_offset";
|
11
|
+
readonly Type: "type";
|
12
|
+
readonly Systolic: "systolic";
|
13
|
+
readonly Diastolic: "diastolic";
|
14
|
+
};
|
@@ -0,0 +1,16 @@
|
|
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.BloodPressureTimeseriesExprField = void 0;
|
7
|
+
exports.BloodPressureTimeseriesExprField = {
|
8
|
+
SourceProvider: "source_provider",
|
9
|
+
SourceType: "source_type",
|
10
|
+
SourceWorkoutId: "source_workout_id",
|
11
|
+
SourceSport: "source_sport",
|
12
|
+
TimezoneOffset: "timezone_offset",
|
13
|
+
Type: "type",
|
14
|
+
Systolic: "systolic",
|
15
|
+
Diastolic: "diastolic",
|
16
|
+
};
|
@@ -0,0 +1,9 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as Vital from "../index";
|
5
|
+
export interface DiscreteTimeseriesExpr {
|
6
|
+
/** ℹ️ This enum is non-exhaustive. */
|
7
|
+
timeseries: Vital.DiscreteTimeseriesExprTimeseries;
|
8
|
+
field: Vital.DiscreteTimeseriesExprField;
|
9
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
export declare type DiscreteTimeseriesExprField = "source_provider" | "source_type" | "source_workout_id" | "source_sport" | "timezone_offset" | "type" | "value";
|
5
|
+
export declare const DiscreteTimeseriesExprField: {
|
6
|
+
readonly SourceProvider: "source_provider";
|
7
|
+
readonly SourceType: "source_type";
|
8
|
+
readonly SourceWorkoutId: "source_workout_id";
|
9
|
+
readonly SourceSport: "source_sport";
|
10
|
+
readonly TimezoneOffset: "timezone_offset";
|
11
|
+
readonly Type: "type";
|
12
|
+
readonly Value: "value";
|
13
|
+
};
|
@@ -0,0 +1,15 @@
|
|
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.DiscreteTimeseriesExprField = void 0;
|
7
|
+
exports.DiscreteTimeseriesExprField = {
|
8
|
+
SourceProvider: "source_provider",
|
9
|
+
SourceType: "source_type",
|
10
|
+
SourceWorkoutId: "source_workout_id",
|
11
|
+
SourceSport: "source_sport",
|
12
|
+
TimezoneOffset: "timezone_offset",
|
13
|
+
Type: "type",
|
14
|
+
Value: "value",
|
15
|
+
};
|
@@ -0,0 +1,21 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* ℹ️ This enum is non-exhaustive.
|
6
|
+
*/
|
7
|
+
export declare type DiscreteTimeseriesExprTimeseries = "glucose" | "heartrate" | "hrv" | "ige" | "igg" | "cholesterol" | "weight" | "fat" | "blood_oxygen" | "electrocardiogram_voltage" | "respiratory_rate" | "stress_level";
|
8
|
+
export declare const DiscreteTimeseriesExprTimeseries: {
|
9
|
+
readonly Glucose: "glucose";
|
10
|
+
readonly Heartrate: "heartrate";
|
11
|
+
readonly Hrv: "hrv";
|
12
|
+
readonly Ige: "ige";
|
13
|
+
readonly Igg: "igg";
|
14
|
+
readonly Cholesterol: "cholesterol";
|
15
|
+
readonly Weight: "weight";
|
16
|
+
readonly Fat: "fat";
|
17
|
+
readonly BloodOxygen: "blood_oxygen";
|
18
|
+
readonly ElectrocardiogramVoltage: "electrocardiogram_voltage";
|
19
|
+
readonly RespiratoryRate: "respiratory_rate";
|
20
|
+
readonly StressLevel: "stress_level";
|
21
|
+
};
|
@@ -0,0 +1,20 @@
|
|
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.DiscreteTimeseriesExprTimeseries = void 0;
|
7
|
+
exports.DiscreteTimeseriesExprTimeseries = {
|
8
|
+
Glucose: "glucose",
|
9
|
+
Heartrate: "heartrate",
|
10
|
+
Hrv: "hrv",
|
11
|
+
Ige: "ige",
|
12
|
+
Igg: "igg",
|
13
|
+
Cholesterol: "cholesterol",
|
14
|
+
Weight: "weight",
|
15
|
+
Fat: "fat",
|
16
|
+
BloodOxygen: "blood_oxygen",
|
17
|
+
ElectrocardiogramVoltage: "electrocardiogram_voltage",
|
18
|
+
RespiratoryRate: "respiratory_rate",
|
19
|
+
StressLevel: "stress_level",
|
20
|
+
};
|
@@ -4,11 +4,12 @@
|
|
4
4
|
/**
|
5
5
|
* ℹ️ This enum is non-exhaustive.
|
6
6
|
*/
|
7
|
-
export declare type IndexColumnExprIndex = "sleep" | "activity" | "workout" | "body" | "meal";
|
7
|
+
export declare type IndexColumnExprIndex = "sleep" | "activity" | "workout" | "body" | "meal" | "timeseries";
|
8
8
|
export declare const IndexColumnExprIndex: {
|
9
9
|
readonly Sleep: "sleep";
|
10
10
|
readonly Activity: "activity";
|
11
11
|
readonly Workout: "workout";
|
12
12
|
readonly Body: "body";
|
13
13
|
readonly Meal: "meal";
|
14
|
+
readonly Timeseries: "timeseries";
|
14
15
|
};
|
@@ -0,0 +1,9 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as Vital from "../index";
|
5
|
+
export interface IntervalTimeseriesExpr {
|
6
|
+
/** ℹ️ This enum is non-exhaustive. */
|
7
|
+
timeseries: Vital.IntervalTimeseriesExprTimeseries;
|
8
|
+
field: Vital.IntervalTimeseriesExprField;
|
9
|
+
}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
export declare type IntervalTimeseriesExprField = "source_provider" | "source_type" | "source_workout_id" | "source_sport" | "timezone_offset" | "type" | "duration" | "value";
|
5
|
+
export declare const IntervalTimeseriesExprField: {
|
6
|
+
readonly SourceProvider: "source_provider";
|
7
|
+
readonly SourceType: "source_type";
|
8
|
+
readonly SourceWorkoutId: "source_workout_id";
|
9
|
+
readonly SourceSport: "source_sport";
|
10
|
+
readonly TimezoneOffset: "timezone_offset";
|
11
|
+
readonly Type: "type";
|
12
|
+
readonly Duration: "duration";
|
13
|
+
readonly Value: "value";
|
14
|
+
};
|
@@ -0,0 +1,16 @@
|
|
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.IntervalTimeseriesExprField = void 0;
|
7
|
+
exports.IntervalTimeseriesExprField = {
|
8
|
+
SourceProvider: "source_provider",
|
9
|
+
SourceType: "source_type",
|
10
|
+
SourceWorkoutId: "source_workout_id",
|
11
|
+
SourceSport: "source_sport",
|
12
|
+
TimezoneOffset: "timezone_offset",
|
13
|
+
Type: "type",
|
14
|
+
Duration: "duration",
|
15
|
+
Value: "value",
|
16
|
+
};
|
@@ -0,0 +1,42 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* ℹ️ This enum is non-exhaustive.
|
6
|
+
*/
|
7
|
+
export declare type IntervalTimeseriesExprTimeseries = "steps" | "distance" | "vo2_max" | "heart_rate_alert" | "stand_hour" | "sleep_breathing_disturbance" | "insulin_injection" | "water" | "caffeine" | "mindfulness_minutes" | "calories_active" | "floors_climbed" | "calories_basal" | "afib_burden" | "stand_duration" | "sleep_apnea_alert" | "wheelchair_push" | "forced_expiratory_volume_1" | "forced_vital_capacity" | "peak_expiratory_flow_rate" | "inhaler_usage" | "fall" | "uv_exposure" | "daylight_exposure" | "handwashing" | "basal_body_temperature" | "body_mass_index" | "lean_body_mass" | "waist_circumference" | "heart_rate_recovery_one_minute" | "workout_swimming_stroke" | "workout_distance" | "carbohydrates";
|
8
|
+
export declare const IntervalTimeseriesExprTimeseries: {
|
9
|
+
readonly Steps: "steps";
|
10
|
+
readonly Distance: "distance";
|
11
|
+
readonly Vo2Max: "vo2_max";
|
12
|
+
readonly HeartRateAlert: "heart_rate_alert";
|
13
|
+
readonly StandHour: "stand_hour";
|
14
|
+
readonly SleepBreathingDisturbance: "sleep_breathing_disturbance";
|
15
|
+
readonly InsulinInjection: "insulin_injection";
|
16
|
+
readonly Water: "water";
|
17
|
+
readonly Caffeine: "caffeine";
|
18
|
+
readonly MindfulnessMinutes: "mindfulness_minutes";
|
19
|
+
readonly CaloriesActive: "calories_active";
|
20
|
+
readonly FloorsClimbed: "floors_climbed";
|
21
|
+
readonly CaloriesBasal: "calories_basal";
|
22
|
+
readonly AfibBurden: "afib_burden";
|
23
|
+
readonly StandDuration: "stand_duration";
|
24
|
+
readonly SleepApneaAlert: "sleep_apnea_alert";
|
25
|
+
readonly WheelchairPush: "wheelchair_push";
|
26
|
+
readonly ForcedExpiratoryVolume1: "forced_expiratory_volume_1";
|
27
|
+
readonly ForcedVitalCapacity: "forced_vital_capacity";
|
28
|
+
readonly PeakExpiratoryFlowRate: "peak_expiratory_flow_rate";
|
29
|
+
readonly InhalerUsage: "inhaler_usage";
|
30
|
+
readonly Fall: "fall";
|
31
|
+
readonly UvExposure: "uv_exposure";
|
32
|
+
readonly DaylightExposure: "daylight_exposure";
|
33
|
+
readonly Handwashing: "handwashing";
|
34
|
+
readonly BasalBodyTemperature: "basal_body_temperature";
|
35
|
+
readonly BodyMassIndex: "body_mass_index";
|
36
|
+
readonly LeanBodyMass: "lean_body_mass";
|
37
|
+
readonly WaistCircumference: "waist_circumference";
|
38
|
+
readonly HeartRateRecoveryOneMinute: "heart_rate_recovery_one_minute";
|
39
|
+
readonly WorkoutSwimmingStroke: "workout_swimming_stroke";
|
40
|
+
readonly WorkoutDistance: "workout_distance";
|
41
|
+
readonly Carbohydrates: "carbohydrates";
|
42
|
+
};
|
@@ -0,0 +1,41 @@
|
|
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.IntervalTimeseriesExprTimeseries = void 0;
|
7
|
+
exports.IntervalTimeseriesExprTimeseries = {
|
8
|
+
Steps: "steps",
|
9
|
+
Distance: "distance",
|
10
|
+
Vo2Max: "vo2_max",
|
11
|
+
HeartRateAlert: "heart_rate_alert",
|
12
|
+
StandHour: "stand_hour",
|
13
|
+
SleepBreathingDisturbance: "sleep_breathing_disturbance",
|
14
|
+
InsulinInjection: "insulin_injection",
|
15
|
+
Water: "water",
|
16
|
+
Caffeine: "caffeine",
|
17
|
+
MindfulnessMinutes: "mindfulness_minutes",
|
18
|
+
CaloriesActive: "calories_active",
|
19
|
+
FloorsClimbed: "floors_climbed",
|
20
|
+
CaloriesBasal: "calories_basal",
|
21
|
+
AfibBurden: "afib_burden",
|
22
|
+
StandDuration: "stand_duration",
|
23
|
+
SleepApneaAlert: "sleep_apnea_alert",
|
24
|
+
WheelchairPush: "wheelchair_push",
|
25
|
+
ForcedExpiratoryVolume1: "forced_expiratory_volume_1",
|
26
|
+
ForcedVitalCapacity: "forced_vital_capacity",
|
27
|
+
PeakExpiratoryFlowRate: "peak_expiratory_flow_rate",
|
28
|
+
InhalerUsage: "inhaler_usage",
|
29
|
+
Fall: "fall",
|
30
|
+
UvExposure: "uv_exposure",
|
31
|
+
DaylightExposure: "daylight_exposure",
|
32
|
+
Handwashing: "handwashing",
|
33
|
+
BasalBodyTemperature: "basal_body_temperature",
|
34
|
+
BodyMassIndex: "body_mass_index",
|
35
|
+
LeanBodyMass: "lean_body_mass",
|
36
|
+
WaistCircumference: "waist_circumference",
|
37
|
+
HeartRateRecoveryOneMinute: "heart_rate_recovery_one_minute",
|
38
|
+
WorkoutSwimmingStroke: "workout_swimming_stroke",
|
39
|
+
WorkoutDistance: "workout_distance",
|
40
|
+
Carbohydrates: "carbohydrates",
|
41
|
+
};
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
export declare type NoteTimeseriesExprField = "source_provider" | "source_type" | "source_workout_id" | "source_sport" | "timezone_offset" | "type" | "tags" | "content";
|
5
|
+
export declare const NoteTimeseriesExprField: {
|
6
|
+
readonly SourceProvider: "source_provider";
|
7
|
+
readonly SourceType: "source_type";
|
8
|
+
readonly SourceWorkoutId: "source_workout_id";
|
9
|
+
readonly SourceSport: "source_sport";
|
10
|
+
readonly TimezoneOffset: "timezone_offset";
|
11
|
+
readonly Type: "type";
|
12
|
+
readonly Tags: "tags";
|
13
|
+
readonly Content: "content";
|
14
|
+
};
|
@@ -0,0 +1,16 @@
|
|
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.NoteTimeseriesExprField = void 0;
|
7
|
+
exports.NoteTimeseriesExprField = {
|
8
|
+
SourceProvider: "source_provider",
|
9
|
+
SourceType: "source_type",
|
10
|
+
SourceWorkoutId: "source_workout_id",
|
11
|
+
SourceSport: "source_sport",
|
12
|
+
TimezoneOffset: "timezone_offset",
|
13
|
+
Type: "type",
|
14
|
+
Tags: "tags",
|
15
|
+
Content: "content",
|
16
|
+
};
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* ℹ️ This enum is non-exhaustive.
|
6
|
+
*/
|
7
|
+
export declare type PriorityResource = "workouts" | "activity" | "sleep" | "body" | "timeseries";
|
8
|
+
export declare const PriorityResource: {
|
9
|
+
readonly Workouts: "workouts";
|
10
|
+
readonly Activity: "activity";
|
11
|
+
readonly Sleep: "sleep";
|
12
|
+
readonly Body: "body";
|
13
|
+
readonly Timeseries: "timeseries";
|
14
|
+
};
|
@@ -0,0 +1,13 @@
|
|
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.PriorityResource = void 0;
|
7
|
+
exports.PriorityResource = {
|
8
|
+
Workouts: "workouts",
|
9
|
+
Activity: "activity",
|
10
|
+
Sleep: "sleep",
|
11
|
+
Body: "body",
|
12
|
+
Timeseries: "timeseries",
|
13
|
+
};
|
@@ -2,4 +2,4 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
import * as Vital from "../index";
|
5
|
-
export declare type QuerySelectItem = Vital.AggregateExpr | Vital.GroupKeyColumnExpr | Vital.SleepColumnExpr | Vital.ActivityColumnExpr | Vital.WorkoutColumnExpr | Vital.BodyColumnExpr | Vital.IndexColumnExpr | Vital.SleepScoreValueMacroExpr | Vital.ChronotypeValueMacroExpr | Vital.UnrecognizedValueMacroExpr;
|
5
|
+
export declare type QuerySelectItem = Vital.AggregateExpr | Vital.GroupKeyColumnExpr | Vital.SleepColumnExpr | Vital.ActivityColumnExpr | Vital.WorkoutColumnExpr | Vital.BodyColumnExpr | Vital.IndexColumnExpr | Vital.SleepScoreValueMacroExpr | Vital.ChronotypeValueMacroExpr | Vital.UnrecognizedValueMacroExpr | Vital.DiscreteTimeseriesExpr | Vital.IntervalTimeseriesExpr | Vital.BloodPressureTimeseriesExpr | Vital.TemperatureTimeseriesExpr | Vital.WorkoutDurationTimeseriesExpr | Vital.NoteTimeseriesExpr;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as Vital from "../index";
|
5
|
+
export interface TemperatureTimeseriesExpr {
|
6
|
+
/** ℹ️ This enum is non-exhaustive. */
|
7
|
+
timeseries: Vital.TemperatureTimeseriesExprTimeseries;
|
8
|
+
field: Vital.TemperatureTimeseriesExprField;
|
9
|
+
}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
export declare type TemperatureTimeseriesExprField = "source_provider" | "source_type" | "source_workout_id" | "source_sport" | "timezone_offset" | "type" | "duration" | "value" | "sensor_location";
|
5
|
+
export declare const TemperatureTimeseriesExprField: {
|
6
|
+
readonly SourceProvider: "source_provider";
|
7
|
+
readonly SourceType: "source_type";
|
8
|
+
readonly SourceWorkoutId: "source_workout_id";
|
9
|
+
readonly SourceSport: "source_sport";
|
10
|
+
readonly TimezoneOffset: "timezone_offset";
|
11
|
+
readonly Type: "type";
|
12
|
+
readonly Duration: "duration";
|
13
|
+
readonly Value: "value";
|
14
|
+
readonly SensorLocation: "sensor_location";
|
15
|
+
};
|
@@ -0,0 +1,17 @@
|
|
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.TemperatureTimeseriesExprField = void 0;
|
7
|
+
exports.TemperatureTimeseriesExprField = {
|
8
|
+
SourceProvider: "source_provider",
|
9
|
+
SourceType: "source_type",
|
10
|
+
SourceWorkoutId: "source_workout_id",
|
11
|
+
SourceSport: "source_sport",
|
12
|
+
TimezoneOffset: "timezone_offset",
|
13
|
+
Type: "type",
|
14
|
+
Duration: "duration",
|
15
|
+
Value: "value",
|
16
|
+
SensorLocation: "sensor_location",
|
17
|
+
};
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* ℹ️ This enum is non-exhaustive.
|
6
|
+
*/
|
7
|
+
export declare type TemperatureTimeseriesExprTimeseries = "body_temperature" | "body_temperature_delta";
|
8
|
+
export declare const TemperatureTimeseriesExprTimeseries: {
|
9
|
+
readonly BodyTemperature: "body_temperature";
|
10
|
+
readonly BodyTemperatureDelta: "body_temperature_delta";
|
11
|
+
};
|
@@ -0,0 +1,10 @@
|
|
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.TemperatureTimeseriesExprTimeseries = void 0;
|
7
|
+
exports.TemperatureTimeseriesExprTimeseries = {
|
8
|
+
BodyTemperature: "body_temperature",
|
9
|
+
BodyTemperatureDelta: "body_temperature_delta",
|
10
|
+
};
|
@@ -0,0 +1,15 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
export declare type WorkoutDurationTimeseriesExprField = "source_provider" | "source_type" | "source_workout_id" | "source_sport" | "timezone_offset" | "type" | "duration" | "value" | "intensity";
|
5
|
+
export declare const WorkoutDurationTimeseriesExprField: {
|
6
|
+
readonly SourceProvider: "source_provider";
|
7
|
+
readonly SourceType: "source_type";
|
8
|
+
readonly SourceWorkoutId: "source_workout_id";
|
9
|
+
readonly SourceSport: "source_sport";
|
10
|
+
readonly TimezoneOffset: "timezone_offset";
|
11
|
+
readonly Type: "type";
|
12
|
+
readonly Duration: "duration";
|
13
|
+
readonly Value: "value";
|
14
|
+
readonly Intensity: "intensity";
|
15
|
+
};
|
@@ -0,0 +1,17 @@
|
|
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.WorkoutDurationTimeseriesExprField = void 0;
|
7
|
+
exports.WorkoutDurationTimeseriesExprField = {
|
8
|
+
SourceProvider: "source_provider",
|
9
|
+
SourceType: "source_type",
|
10
|
+
SourceWorkoutId: "source_workout_id",
|
11
|
+
SourceSport: "source_sport",
|
12
|
+
TimezoneOffset: "timezone_offset",
|
13
|
+
Type: "type",
|
14
|
+
Duration: "duration",
|
15
|
+
Value: "value",
|
16
|
+
Intensity: "intensity",
|
17
|
+
};
|
package/api/types/index.d.ts
CHANGED
@@ -29,6 +29,8 @@ export * from "./Availability";
|
|
29
29
|
export * from "./BasalBodyTemperatureEntry";
|
30
30
|
export * from "./Billing";
|
31
31
|
export * from "./BiomarkerResult";
|
32
|
+
export * from "./BloodPressureTimeseriesExprField";
|
33
|
+
export * from "./BloodPressureTimeseriesExpr";
|
32
34
|
export * from "./BodyColumnExprBody";
|
33
35
|
export * from "./BodyColumnExpr";
|
34
36
|
export * from "./BodyV2InDb";
|
@@ -206,6 +208,9 @@ export * from "./DemoProviders";
|
|
206
208
|
export * from "./DetectedDeviationEntryDeviation";
|
207
209
|
export * from "./DetectedDeviationEntry";
|
208
210
|
export * from "./DeviceV2InDb";
|
211
|
+
export * from "./DiscreteTimeseriesExprTimeseries";
|
212
|
+
export * from "./DiscreteTimeseriesExprField";
|
213
|
+
export * from "./DiscreteTimeseriesExpr";
|
209
214
|
export * from "./EmailProviders";
|
210
215
|
export * from "./Energy";
|
211
216
|
export * from "./Ethnicity";
|
@@ -241,6 +246,9 @@ export * from "./IndexColumnExprIndex";
|
|
241
246
|
export * from "./IndexColumnExpr";
|
242
247
|
export * from "./IntermenstrualBleedingEntry";
|
243
248
|
export * from "./Interpretation";
|
249
|
+
export * from "./IntervalTimeseriesExprTimeseries";
|
250
|
+
export * from "./IntervalTimeseriesExprField";
|
251
|
+
export * from "./IntervalTimeseriesExpr";
|
244
252
|
export * from "./Jpeg";
|
245
253
|
export * from "./LabLocationMetadata";
|
246
254
|
export * from "./LabResultsMetadata";
|
@@ -267,6 +275,8 @@ export * from "./MetricsResult";
|
|
267
275
|
export * from "./Micros";
|
268
276
|
export * from "./Minerals";
|
269
277
|
export * from "./MissingBiomarkerResult";
|
278
|
+
export * from "./NoteTimeseriesExprField";
|
279
|
+
export * from "./NoteTimeseriesExpr";
|
270
280
|
export * from "./OAuthProviders";
|
271
281
|
export * from "./OrderActivationType";
|
272
282
|
export * from "./OrderLowLevelStatus";
|
@@ -297,6 +307,7 @@ export * from "./PhysicianCreateRequestBase";
|
|
297
307
|
export * from "./Placeholder";
|
298
308
|
export * from "./Png";
|
299
309
|
export * from "./PostOrderResponse";
|
310
|
+
export * from "./PriorityResource";
|
300
311
|
export * from "./ProfileInDb";
|
301
312
|
export * from "./ProviderConnectionCreated";
|
302
313
|
export * from "./ProviderConnectionErrorErrorType";
|
@@ -354,6 +365,9 @@ export * from "./SourceAuthType";
|
|
354
365
|
export * from "./SourceLink";
|
355
366
|
export * from "./SourceType";
|
356
367
|
export * from "./TeamConfig";
|
368
|
+
export * from "./TemperatureTimeseriesExprTimeseries";
|
369
|
+
export * from "./TemperatureTimeseriesExprField";
|
370
|
+
export * from "./TemperatureTimeseriesExpr";
|
357
371
|
export * from "./TimeSlot";
|
358
372
|
export * from "./TimeseriesMetricPoint";
|
359
373
|
export * from "./TimeseriesResource";
|
@@ -375,6 +389,8 @@ export * from "./VitalTokenCreatedResponse";
|
|
375
389
|
export * from "./Vitamins";
|
376
390
|
export * from "./WorkoutColumnExprWorkout";
|
377
391
|
export * from "./WorkoutColumnExpr";
|
392
|
+
export * from "./WorkoutDurationTimeseriesExprField";
|
393
|
+
export * from "./WorkoutDurationTimeseriesExpr";
|
378
394
|
export * from "./WorkoutV2InDb";
|
379
395
|
export * from "./ClientFacingSampleGroupingKeys";
|
380
396
|
export * from "./VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails";
|