@tryvital/vital-node 3.1.26 → 3.1.27
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/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.d.ts +1 -0
- package/api/resources/labTests/client/Client.js +26 -25
- package/api/resources/link/client/Client.js +14 -14
- package/api/resources/meal/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/team/client/Client.js +7 -7
- package/api/resources/testkit/client/Client.js +2 -2
- package/api/resources/user/client/Client.js +12 -12
- package/api/resources/vitals/client/Client.d.ts +18 -0
- package/api/resources/vitals/client/Client.js +192 -50
- package/api/resources/vitals/client/requests/VitalsBodyTemperatureDeltaGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsBodyTemperatureDeltaGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsBodyTemperatureGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsBodyTemperatureGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/index.d.ts +2 -0
- package/api/resources/workouts/client/Client.js +3 -3
- package/api/types/AreaInfo.d.ts +1 -0
- package/api/types/ClientFacingBodyTemperatureDeltaSample.d.ts +19 -0
- package/api/types/ClientFacingBodyTemperatureDeltaSample.js +5 -0
- package/api/types/ClientFacingBodyTemperatureDeltaSampleSensorLocation.d.ts +18 -0
- package/api/types/ClientFacingBodyTemperatureDeltaSampleSensorLocation.js +20 -0
- package/api/types/ClientFacingBodyTemperatureSample.d.ts +19 -0
- package/api/types/ClientFacingBodyTemperatureSample.js +5 -0
- package/api/types/ClientFacingBodyTemperatureSampleSensorLocation.d.ts +18 -0
- package/api/types/ClientFacingBodyTemperatureSampleSensorLocation.js +20 -0
- package/api/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.d.ts +9 -0
- package/api/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.js +5 -0
- package/api/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.d.ts +9 -0
- package/api/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.js +5 -0
- package/api/types/ClientFacingLabLocation.d.ts +8 -0
- package/api/types/ClientFacingLabLocation.js +5 -0
- package/api/types/ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample.d.ts +8 -0
- package/api/types/ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample.js +5 -0
- package/api/types/ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample.d.ts +8 -0
- package/api/types/ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample.js +5 -0
- package/api/types/LabLocationMetadata.d.ts +14 -0
- package/api/types/LabLocationMetadata.js +5 -0
- package/api/types/PscAreaInfo.d.ts +7 -0
- package/api/types/PscAreaInfo.js +5 -0
- package/api/types/index.d.ts +11 -0
- package/api/types/index.js +11 -0
- package/dist/api/resources/activity/client/Client.js +2 -2
- 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.d.ts +1 -0
- package/dist/api/resources/labTests/client/Client.js +26 -25
- package/dist/api/resources/link/client/Client.js +14 -14
- package/dist/api/resources/meal/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/team/client/Client.js +7 -7
- package/dist/api/resources/testkit/client/Client.js +2 -2
- package/dist/api/resources/user/client/Client.js +12 -12
- package/dist/api/resources/vitals/client/Client.d.ts +18 -0
- package/dist/api/resources/vitals/client/Client.js +192 -50
- package/dist/api/resources/vitals/client/requests/VitalsBodyTemperatureDeltaGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsBodyTemperatureDeltaGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsBodyTemperatureGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsBodyTemperatureGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/index.d.ts +2 -0
- package/dist/api/resources/workouts/client/Client.js +3 -3
- package/dist/api/types/AreaInfo.d.ts +1 -0
- package/dist/api/types/ClientFacingBodyTemperatureDeltaSample.d.ts +19 -0
- package/dist/api/types/ClientFacingBodyTemperatureDeltaSample.js +5 -0
- package/dist/api/types/ClientFacingBodyTemperatureDeltaSampleSensorLocation.d.ts +18 -0
- package/dist/api/types/ClientFacingBodyTemperatureDeltaSampleSensorLocation.js +20 -0
- package/dist/api/types/ClientFacingBodyTemperatureSample.d.ts +19 -0
- package/dist/api/types/ClientFacingBodyTemperatureSample.js +5 -0
- package/dist/api/types/ClientFacingBodyTemperatureSampleSensorLocation.d.ts +18 -0
- package/dist/api/types/ClientFacingBodyTemperatureSampleSensorLocation.js +20 -0
- package/dist/api/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.d.ts +9 -0
- package/dist/api/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.js +5 -0
- package/dist/api/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.d.ts +9 -0
- package/dist/api/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.js +5 -0
- package/dist/api/types/ClientFacingLabLocation.d.ts +8 -0
- package/dist/api/types/ClientFacingLabLocation.js +5 -0
- package/dist/api/types/ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample.d.ts +8 -0
- package/dist/api/types/ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample.js +5 -0
- package/dist/api/types/ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample.d.ts +8 -0
- package/dist/api/types/ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample.js +5 -0
- package/dist/api/types/LabLocationMetadata.d.ts +14 -0
- package/dist/api/types/LabLocationMetadata.js +5 -0
- package/dist/api/types/PscAreaInfo.d.ts +7 -0
- package/dist/api/types/PscAreaInfo.js +5 -0
- package/dist/api/types/index.d.ts +11 -0
- package/dist/api/types/index.js +11 -0
- package/dist/serialization/types/AreaInfo.d.ts +2 -0
- package/dist/serialization/types/AreaInfo.js +2 -0
- package/dist/serialization/types/ClientFacingBodyTemperatureDeltaSample.d.ts +21 -0
- package/dist/serialization/types/ClientFacingBodyTemperatureDeltaSample.js +42 -0
- package/dist/serialization/types/ClientFacingBodyTemperatureDeltaSampleSensorLocation.d.ts +10 -0
- package/dist/serialization/types/ClientFacingBodyTemperatureDeltaSampleSensorLocation.js +44 -0
- package/dist/serialization/types/ClientFacingBodyTemperatureSample.d.ts +21 -0
- package/dist/serialization/types/ClientFacingBodyTemperatureSample.js +42 -0
- package/dist/serialization/types/ClientFacingBodyTemperatureSampleSensorLocation.d.ts +10 -0
- package/dist/serialization/types/ClientFacingBodyTemperatureSampleSensorLocation.js +44 -0
- package/dist/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.d.ts +14 -0
- package/dist/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.js +35 -0
- package/dist/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.d.ts +14 -0
- package/dist/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.js +35 -0
- package/dist/serialization/types/ClientFacingLabLocation.d.ts +14 -0
- package/dist/serialization/types/ClientFacingLabLocation.js +35 -0
- package/dist/serialization/types/ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample.d.ts +15 -0
- package/dist/serialization/types/ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample.js +36 -0
- package/dist/serialization/types/ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample.d.ts +15 -0
- package/dist/serialization/types/ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample.js +36 -0
- package/dist/serialization/types/LabLocationMetadata.d.ts +20 -0
- package/dist/serialization/types/LabLocationMetadata.js +41 -0
- package/dist/serialization/types/PscAreaInfo.d.ts +13 -0
- package/dist/serialization/types/PscAreaInfo.js +34 -0
- package/dist/serialization/types/index.d.ts +11 -0
- package/dist/serialization/types/index.js +11 -0
- package/package.json +1 -1
- package/serialization/types/AreaInfo.d.ts +2 -0
- package/serialization/types/AreaInfo.js +2 -0
- package/serialization/types/ClientFacingBodyTemperatureDeltaSample.d.ts +21 -0
- package/serialization/types/ClientFacingBodyTemperatureDeltaSample.js +42 -0
- package/serialization/types/ClientFacingBodyTemperatureDeltaSampleSensorLocation.d.ts +10 -0
- package/serialization/types/ClientFacingBodyTemperatureDeltaSampleSensorLocation.js +44 -0
- package/serialization/types/ClientFacingBodyTemperatureSample.d.ts +21 -0
- package/serialization/types/ClientFacingBodyTemperatureSample.js +42 -0
- package/serialization/types/ClientFacingBodyTemperatureSampleSensorLocation.d.ts +10 -0
- package/serialization/types/ClientFacingBodyTemperatureSampleSensorLocation.js +44 -0
- package/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.d.ts +14 -0
- package/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.js +35 -0
- package/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.d.ts +14 -0
- package/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.js +35 -0
- package/serialization/types/ClientFacingLabLocation.d.ts +14 -0
- package/serialization/types/ClientFacingLabLocation.js +35 -0
- package/serialization/types/ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample.d.ts +15 -0
- package/serialization/types/ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample.js +36 -0
- package/serialization/types/ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample.d.ts +15 -0
- package/serialization/types/ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample.js +36 -0
- package/serialization/types/LabLocationMetadata.d.ts +20 -0
- package/serialization/types/LabLocationMetadata.js +41 -0
- package/serialization/types/PscAreaInfo.d.ts +13 -0
- package/serialization/types/PscAreaInfo.js +34 -0
- package/serialization/types/index.d.ts +11 -0
- package/serialization/types/index.js +11 -0
@@ -0,0 +1,21 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "..";
|
5
|
+
import * as Vital from "../../api";
|
6
|
+
import * as core from "../../core";
|
7
|
+
import { ClientFacingBodyTemperatureSampleSensorLocation } from "./ClientFacingBodyTemperatureSampleSensorLocation";
|
8
|
+
export declare const ClientFacingBodyTemperatureSample: core.serialization.ObjectSchema<serializers.ClientFacingBodyTemperatureSample.Raw, Vital.ClientFacingBodyTemperatureSample>;
|
9
|
+
export declare namespace ClientFacingBodyTemperatureSample {
|
10
|
+
interface Raw {
|
11
|
+
id?: number | null;
|
12
|
+
timezone_offset?: number | null;
|
13
|
+
type?: string | null;
|
14
|
+
unit: "\u00B0C";
|
15
|
+
timestamp: string;
|
16
|
+
start: string;
|
17
|
+
end: string;
|
18
|
+
value: number;
|
19
|
+
sensor_location?: ClientFacingBodyTemperatureSampleSensorLocation.Raw | null;
|
20
|
+
}
|
21
|
+
}
|
@@ -0,0 +1,42 @@
|
|
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.ClientFacingBodyTemperatureSample = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const ClientFacingBodyTemperatureSampleSensorLocation_1 = require("./ClientFacingBodyTemperatureSampleSensorLocation");
|
32
|
+
exports.ClientFacingBodyTemperatureSample = core.serialization.object({
|
33
|
+
id: core.serialization.number().optional(),
|
34
|
+
timezoneOffset: core.serialization.property("timezone_offset", core.serialization.number().optional()),
|
35
|
+
type: core.serialization.string().optional(),
|
36
|
+
unit: core.serialization.stringLiteral("\u00B0C"),
|
37
|
+
timestamp: core.serialization.date(),
|
38
|
+
start: core.serialization.date(),
|
39
|
+
end: core.serialization.date(),
|
40
|
+
value: core.serialization.number(),
|
41
|
+
sensorLocation: core.serialization.property("sensor_location", ClientFacingBodyTemperatureSampleSensorLocation_1.ClientFacingBodyTemperatureSampleSensorLocation.optional()),
|
42
|
+
});
|
@@ -0,0 +1,10 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "..";
|
5
|
+
import * as Vital from "../../api";
|
6
|
+
import * as core from "../../core";
|
7
|
+
export declare const ClientFacingBodyTemperatureSampleSensorLocation: core.serialization.Schema<serializers.ClientFacingBodyTemperatureSampleSensorLocation.Raw, Vital.ClientFacingBodyTemperatureSampleSensorLocation>;
|
8
|
+
export declare namespace ClientFacingBodyTemperatureSampleSensorLocation {
|
9
|
+
type Raw = "armpit" | "body" | "ear" | "finger" | "gastrointestinal" | "mouth" | "rectum" | "toe" | "eardrum" | "temporal_artery" | "forehead" | "wrist";
|
10
|
+
}
|
@@ -0,0 +1,44 @@
|
|
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.ClientFacingBodyTemperatureSampleSensorLocation = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.ClientFacingBodyTemperatureSampleSensorLocation = core.serialization.enum_([
|
32
|
+
"armpit",
|
33
|
+
"body",
|
34
|
+
"ear",
|
35
|
+
"finger",
|
36
|
+
"gastrointestinal",
|
37
|
+
"mouth",
|
38
|
+
"rectum",
|
39
|
+
"toe",
|
40
|
+
"eardrum",
|
41
|
+
"temporal_artery",
|
42
|
+
"forehead",
|
43
|
+
"wrist",
|
44
|
+
]);
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "..";
|
5
|
+
import * as Vital from "../../api";
|
6
|
+
import * as core from "../../core";
|
7
|
+
import { ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample } from "./ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample";
|
8
|
+
export declare const ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample: core.serialization.ObjectSchema<serializers.ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.Raw, Vital.ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample>;
|
9
|
+
export declare namespace ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample {
|
10
|
+
interface Raw {
|
11
|
+
groups: Record<string, ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample.Raw[]>;
|
12
|
+
next?: string | null;
|
13
|
+
}
|
14
|
+
}
|
@@ -0,0 +1,35 @@
|
|
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.ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample_1 = require("./ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample");
|
32
|
+
exports.ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample = core.serialization.object({
|
33
|
+
groups: core.serialization.record(core.serialization.string(), core.serialization.list(ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample_1.ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample)),
|
34
|
+
next: core.serialization.string().optional(),
|
35
|
+
});
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "..";
|
5
|
+
import * as Vital from "../../api";
|
6
|
+
import * as core from "../../core";
|
7
|
+
import { ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample } from "./ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample";
|
8
|
+
export declare const ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample: core.serialization.ObjectSchema<serializers.ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.Raw, Vital.ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample>;
|
9
|
+
export declare namespace ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample {
|
10
|
+
interface Raw {
|
11
|
+
groups: Record<string, ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample.Raw[]>;
|
12
|
+
next?: string | null;
|
13
|
+
}
|
14
|
+
}
|
@@ -0,0 +1,35 @@
|
|
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.ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample_1 = require("./ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample");
|
32
|
+
exports.ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample = core.serialization.object({
|
33
|
+
groups: core.serialization.record(core.serialization.string(), core.serialization.list(ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample_1.ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample)),
|
34
|
+
next: core.serialization.string().optional(),
|
35
|
+
});
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "..";
|
5
|
+
import * as Vital from "../../api";
|
6
|
+
import * as core from "../../core";
|
7
|
+
import { LabLocationMetadata } from "./LabLocationMetadata";
|
8
|
+
export declare const ClientFacingLabLocation: core.serialization.ObjectSchema<serializers.ClientFacingLabLocation.Raw, Vital.ClientFacingLabLocation>;
|
9
|
+
export declare namespace ClientFacingLabLocation {
|
10
|
+
interface Raw {
|
11
|
+
metadata: LabLocationMetadata.Raw;
|
12
|
+
distance: number;
|
13
|
+
}
|
14
|
+
}
|
@@ -0,0 +1,35 @@
|
|
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.ClientFacingLabLocation = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const LabLocationMetadata_1 = require("./LabLocationMetadata");
|
32
|
+
exports.ClientFacingLabLocation = core.serialization.object({
|
33
|
+
metadata: LabLocationMetadata_1.LabLocationMetadata,
|
34
|
+
distance: core.serialization.number(),
|
35
|
+
});
|
@@ -0,0 +1,15 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "..";
|
5
|
+
import * as Vital from "../../api";
|
6
|
+
import * as core from "../../core";
|
7
|
+
import { ClientFacingSource } from "./ClientFacingSource";
|
8
|
+
import { ClientFacingBodyTemperatureDeltaSample } from "./ClientFacingBodyTemperatureDeltaSample";
|
9
|
+
export declare const ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample: core.serialization.ObjectSchema<serializers.ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample.Raw, Vital.ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample>;
|
10
|
+
export declare namespace ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample {
|
11
|
+
interface Raw {
|
12
|
+
source: ClientFacingSource.Raw;
|
13
|
+
data: ClientFacingBodyTemperatureDeltaSample.Raw[];
|
14
|
+
}
|
15
|
+
}
|
@@ -0,0 +1,36 @@
|
|
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.ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const ClientFacingSource_1 = require("./ClientFacingSource");
|
32
|
+
const ClientFacingBodyTemperatureDeltaSample_1 = require("./ClientFacingBodyTemperatureDeltaSample");
|
33
|
+
exports.ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample = core.serialization.object({
|
34
|
+
source: ClientFacingSource_1.ClientFacingSource,
|
35
|
+
data: core.serialization.list(ClientFacingBodyTemperatureDeltaSample_1.ClientFacingBodyTemperatureDeltaSample),
|
36
|
+
});
|
package/dist/serialization/types/ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample.d.ts
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "..";
|
5
|
+
import * as Vital from "../../api";
|
6
|
+
import * as core from "../../core";
|
7
|
+
import { ClientFacingSource } from "./ClientFacingSource";
|
8
|
+
import { ClientFacingBodyTemperatureSample } from "./ClientFacingBodyTemperatureSample";
|
9
|
+
export declare const ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample: core.serialization.ObjectSchema<serializers.ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample.Raw, Vital.ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample>;
|
10
|
+
export declare namespace ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample {
|
11
|
+
interface Raw {
|
12
|
+
source: ClientFacingSource.Raw;
|
13
|
+
data: ClientFacingBodyTemperatureSample.Raw[];
|
14
|
+
}
|
15
|
+
}
|
package/dist/serialization/types/ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample.js
ADDED
@@ -0,0 +1,36 @@
|
|
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.ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const ClientFacingSource_1 = require("./ClientFacingSource");
|
32
|
+
const ClientFacingBodyTemperatureSample_1 = require("./ClientFacingBodyTemperatureSample");
|
33
|
+
exports.ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample = core.serialization.object({
|
34
|
+
source: ClientFacingSource_1.ClientFacingSource,
|
35
|
+
data: core.serialization.list(ClientFacingBodyTemperatureSample_1.ClientFacingBodyTemperatureSample),
|
36
|
+
});
|
@@ -0,0 +1,20 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "..";
|
5
|
+
import * as Vital from "../../api";
|
6
|
+
import * as core from "../../core";
|
7
|
+
export declare const LabLocationMetadata: core.serialization.ObjectSchema<serializers.LabLocationMetadata.Raw, Vital.LabLocationMetadata>;
|
8
|
+
export declare namespace LabLocationMetadata {
|
9
|
+
interface Raw {
|
10
|
+
name: string;
|
11
|
+
state: string;
|
12
|
+
city: string;
|
13
|
+
zip_code: string;
|
14
|
+
address: string;
|
15
|
+
unit?: string | null;
|
16
|
+
phone_number?: string | null;
|
17
|
+
fax_number?: string | null;
|
18
|
+
hours?: Record<string, unknown> | null;
|
19
|
+
}
|
20
|
+
}
|
@@ -0,0 +1,41 @@
|
|
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.LabLocationMetadata = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.LabLocationMetadata = core.serialization.object({
|
32
|
+
name: core.serialization.string(),
|
33
|
+
state: core.serialization.string(),
|
34
|
+
city: core.serialization.string(),
|
35
|
+
zipCode: core.serialization.property("zip_code", core.serialization.string()),
|
36
|
+
address: core.serialization.string(),
|
37
|
+
unit: core.serialization.string().optional(),
|
38
|
+
phoneNumber: core.serialization.property("phone_number", core.serialization.string().optional()),
|
39
|
+
faxNumber: core.serialization.property("fax_number", core.serialization.string().optional()),
|
40
|
+
hours: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
41
|
+
});
|
@@ -0,0 +1,13 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "..";
|
5
|
+
import * as Vital from "../../api";
|
6
|
+
import * as core from "../../core";
|
7
|
+
import { ClientFacingLabLocation } from "./ClientFacingLabLocation";
|
8
|
+
export declare const PscAreaInfo: core.serialization.ObjectSchema<serializers.PscAreaInfo.Raw, Vital.PscAreaInfo>;
|
9
|
+
export declare namespace PscAreaInfo {
|
10
|
+
interface Raw {
|
11
|
+
locations: Record<string, ClientFacingLabLocation.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.PscAreaInfo = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const ClientFacingLabLocation_1 = require("./ClientFacingLabLocation");
|
32
|
+
exports.PscAreaInfo = core.serialization.object({
|
33
|
+
locations: core.serialization.record(core.serialization.string(), core.serialization.list(ClientFacingLabLocation_1.ClientFacingLabLocation)),
|
34
|
+
});
|
@@ -28,6 +28,10 @@ export * from "./ClientFacingBloodOxygenTimeseries";
|
|
28
28
|
export * from "./ClientFacingBloodPressureTimeseries";
|
29
29
|
export * from "./ClientFacingBody";
|
30
30
|
export * from "./ClientFacingBodyFatTimeseries";
|
31
|
+
export * from "./ClientFacingBodyTemperatureDeltaSampleSensorLocation";
|
32
|
+
export * from "./ClientFacingBodyTemperatureDeltaSample";
|
33
|
+
export * from "./ClientFacingBodyTemperatureSampleSensorLocation";
|
34
|
+
export * from "./ClientFacingBodyTemperatureSample";
|
31
35
|
export * from "./ClientFacingBodyWeightTimeseries";
|
32
36
|
export * from "./ClientFacingCaffeineTimeseries";
|
33
37
|
export * from "./ClientFacingCaloriesActiveTimeseries";
|
@@ -39,6 +43,8 @@ export * from "./ClientFacingElectrocardiogramVoltageTimeseries";
|
|
39
43
|
export * from "./ClientFacingFloorsClimbedTimeseries";
|
40
44
|
export * from "./ClientFacingFood";
|
41
45
|
export * from "./ClientFacingGlucoseTimeseries";
|
46
|
+
export * from "./ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample";
|
47
|
+
export * from "./ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample";
|
42
48
|
export * from "./ClientFacingHrvTimeseries";
|
43
49
|
export * from "./ClientFacingHeartRate";
|
44
50
|
export * from "./ClientFacingHeartRateTimeseries";
|
@@ -46,6 +52,7 @@ export * from "./ClientFacingHypnogramTimeseries";
|
|
46
52
|
export * from "./ClientFacingIgeTimeseries";
|
47
53
|
export * from "./ClientFacingIggTimeseries";
|
48
54
|
export * from "./ClientFacingLab";
|
55
|
+
export * from "./ClientFacingLabLocation";
|
49
56
|
export * from "./ClientFacingLabTest";
|
50
57
|
export * from "./ClientFacingLoinc";
|
51
58
|
export * from "./ClientFacingMarker";
|
@@ -85,6 +92,8 @@ export * from "./ClientFacingStressLevelTimeseries";
|
|
85
92
|
export * from "./ClientFacingTeam";
|
86
93
|
export * from "./ClientFacingTestKitOrderDetails";
|
87
94
|
export * from "./ClientFacingTestkitOrder";
|
95
|
+
export * from "./ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample";
|
96
|
+
export * from "./ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample";
|
88
97
|
export * from "./ClientFacingUser";
|
89
98
|
export * from "./ClientFacingUserKey";
|
90
99
|
export * from "./ClientFacingVo2MaxTimeseries";
|
@@ -124,6 +133,7 @@ export * from "./HealthInsuranceCreateRequest";
|
|
124
133
|
export * from "./HistoricalPullStatus";
|
125
134
|
export * from "./HistoricalPullTimeline";
|
126
135
|
export * from "./Jpeg";
|
136
|
+
export * from "./LabLocationMetadata";
|
127
137
|
export * from "./LabResultsMetadata";
|
128
138
|
export * from "./LabResultsRawResults";
|
129
139
|
export * from "./LabResultsRaw";
|
@@ -144,6 +154,7 @@ export * from "./Micros";
|
|
144
154
|
export * from "./OAuthProviders";
|
145
155
|
export * from "./OrderStatus";
|
146
156
|
export * from "./OrderTopLevelStatus";
|
157
|
+
export * from "./PscAreaInfo";
|
147
158
|
export * from "./PaginatedUsersResponse";
|
148
159
|
export * from "./PasswordProviders";
|
149
160
|
export * from "./PatientAddressCompatibleInput";
|
@@ -44,6 +44,10 @@ __exportStar(require("./ClientFacingBloodOxygenTimeseries"), exports);
|
|
44
44
|
__exportStar(require("./ClientFacingBloodPressureTimeseries"), exports);
|
45
45
|
__exportStar(require("./ClientFacingBody"), exports);
|
46
46
|
__exportStar(require("./ClientFacingBodyFatTimeseries"), exports);
|
47
|
+
__exportStar(require("./ClientFacingBodyTemperatureDeltaSampleSensorLocation"), exports);
|
48
|
+
__exportStar(require("./ClientFacingBodyTemperatureDeltaSample"), exports);
|
49
|
+
__exportStar(require("./ClientFacingBodyTemperatureSampleSensorLocation"), exports);
|
50
|
+
__exportStar(require("./ClientFacingBodyTemperatureSample"), exports);
|
47
51
|
__exportStar(require("./ClientFacingBodyWeightTimeseries"), exports);
|
48
52
|
__exportStar(require("./ClientFacingCaffeineTimeseries"), exports);
|
49
53
|
__exportStar(require("./ClientFacingCaloriesActiveTimeseries"), exports);
|
@@ -55,6 +59,8 @@ __exportStar(require("./ClientFacingElectrocardiogramVoltageTimeseries"), export
|
|
55
59
|
__exportStar(require("./ClientFacingFloorsClimbedTimeseries"), exports);
|
56
60
|
__exportStar(require("./ClientFacingFood"), exports);
|
57
61
|
__exportStar(require("./ClientFacingGlucoseTimeseries"), exports);
|
62
|
+
__exportStar(require("./ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample"), exports);
|
63
|
+
__exportStar(require("./ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample"), exports);
|
58
64
|
__exportStar(require("./ClientFacingHrvTimeseries"), exports);
|
59
65
|
__exportStar(require("./ClientFacingHeartRate"), exports);
|
60
66
|
__exportStar(require("./ClientFacingHeartRateTimeseries"), exports);
|
@@ -62,6 +68,7 @@ __exportStar(require("./ClientFacingHypnogramTimeseries"), exports);
|
|
62
68
|
__exportStar(require("./ClientFacingIgeTimeseries"), exports);
|
63
69
|
__exportStar(require("./ClientFacingIggTimeseries"), exports);
|
64
70
|
__exportStar(require("./ClientFacingLab"), exports);
|
71
|
+
__exportStar(require("./ClientFacingLabLocation"), exports);
|
65
72
|
__exportStar(require("./ClientFacingLabTest"), exports);
|
66
73
|
__exportStar(require("./ClientFacingLoinc"), exports);
|
67
74
|
__exportStar(require("./ClientFacingMarker"), exports);
|
@@ -101,6 +108,8 @@ __exportStar(require("./ClientFacingStressLevelTimeseries"), exports);
|
|
101
108
|
__exportStar(require("./ClientFacingTeam"), exports);
|
102
109
|
__exportStar(require("./ClientFacingTestKitOrderDetails"), exports);
|
103
110
|
__exportStar(require("./ClientFacingTestkitOrder"), exports);
|
111
|
+
__exportStar(require("./ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample"), exports);
|
112
|
+
__exportStar(require("./ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample"), exports);
|
104
113
|
__exportStar(require("./ClientFacingUser"), exports);
|
105
114
|
__exportStar(require("./ClientFacingUserKey"), exports);
|
106
115
|
__exportStar(require("./ClientFacingVo2MaxTimeseries"), exports);
|
@@ -140,6 +149,7 @@ __exportStar(require("./HealthInsuranceCreateRequest"), exports);
|
|
140
149
|
__exportStar(require("./HistoricalPullStatus"), exports);
|
141
150
|
__exportStar(require("./HistoricalPullTimeline"), exports);
|
142
151
|
__exportStar(require("./Jpeg"), exports);
|
152
|
+
__exportStar(require("./LabLocationMetadata"), exports);
|
143
153
|
__exportStar(require("./LabResultsMetadata"), exports);
|
144
154
|
__exportStar(require("./LabResultsRawResults"), exports);
|
145
155
|
__exportStar(require("./LabResultsRaw"), exports);
|
@@ -160,6 +170,7 @@ __exportStar(require("./Micros"), exports);
|
|
160
170
|
__exportStar(require("./OAuthProviders"), exports);
|
161
171
|
__exportStar(require("./OrderStatus"), exports);
|
162
172
|
__exportStar(require("./OrderTopLevelStatus"), exports);
|
173
|
+
__exportStar(require("./PscAreaInfo"), exports);
|
163
174
|
__exportStar(require("./PaginatedUsersResponse"), exports);
|
164
175
|
__exportStar(require("./PasswordProviders"), exports);
|
165
176
|
__exportStar(require("./PatientAddressCompatibleInput"), exports);
|
package/package.json
CHANGED
@@ -5,10 +5,12 @@ import * as serializers from "..";
|
|
5
5
|
import * as Vital from "../../api";
|
6
6
|
import * as core from "../../core";
|
7
7
|
import { PhlebotomyAreaInfo } from "./PhlebotomyAreaInfo";
|
8
|
+
import { PscAreaInfo } from "./PscAreaInfo";
|
8
9
|
export declare const AreaInfo: core.serialization.ObjectSchema<serializers.AreaInfo.Raw, Vital.AreaInfo>;
|
9
10
|
export declare namespace AreaInfo {
|
10
11
|
interface Raw {
|
11
12
|
zip_code: string;
|
12
13
|
phlebotomy: PhlebotomyAreaInfo.Raw;
|
14
|
+
psc: PscAreaInfo.Raw;
|
13
15
|
}
|
14
16
|
}
|
@@ -29,7 +29,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.AreaInfo = void 0;
|
30
30
|
const core = __importStar(require("../../core"));
|
31
31
|
const PhlebotomyAreaInfo_1 = require("./PhlebotomyAreaInfo");
|
32
|
+
const PscAreaInfo_1 = require("./PscAreaInfo");
|
32
33
|
exports.AreaInfo = core.serialization.object({
|
33
34
|
zipCode: core.serialization.property("zip_code", core.serialization.string()),
|
34
35
|
phlebotomy: PhlebotomyAreaInfo_1.PhlebotomyAreaInfo,
|
36
|
+
psc: PscAreaInfo_1.PscAreaInfo,
|
35
37
|
});
|