@tryvital/vital-node 3.1.102 → 3.1.104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/resources/activity/client/Client.js +2 -2
- package/api/resources/aggregate/client/Client.js +1 -1
- package/api/resources/body/client/Client.js +2 -2
- package/api/resources/devices/client/Client.js +1 -1
- package/api/resources/insurance/client/Client.js +2 -2
- package/api/resources/introspect/client/Client.js +2 -2
- package/api/resources/labTests/client/Client.js +34 -34
- package/api/resources/link/client/Client.js +14 -14
- package/api/resources/link/client/requests/LinkTokenBase.d.ts +2 -0
- 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/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 +56 -56
- package/api/resources/workouts/client/Client.js +3 -3
- package/api/types/BiomarkerResult.d.ts +1 -0
- package/api/types/ClientFacingResource.d.ts +2 -1
- package/api/types/ClientFacingResource.js +1 -0
- package/api/types/ClientFacingSleep.d.ts +2 -2
- package/api/types/LinkRequirements.d.ts +9 -0
- package/api/types/LinkRequirements.js +5 -0
- package/api/types/MissingBiomarkerResult.d.ts +1 -0
- package/api/types/ParentBiomarkerData.d.ts +9 -0
- package/api/types/ParentBiomarkerData.js +5 -0
- package/api/types/SleepColumnExprSleep.d.ts +2 -1
- package/api/types/SleepColumnExprSleep.js +1 -0
- package/api/types/index.d.ts +2 -0
- package/api/types/index.js +2 -0
- package/dist/api/resources/activity/client/Client.js +2 -2
- package/dist/api/resources/aggregate/client/Client.js +1 -1
- package/dist/api/resources/body/client/Client.js +2 -2
- package/dist/api/resources/devices/client/Client.js +1 -1
- package/dist/api/resources/insurance/client/Client.js +2 -2
- package/dist/api/resources/introspect/client/Client.js +2 -2
- package/dist/api/resources/labTests/client/Client.js +34 -34
- package/dist/api/resources/link/client/Client.js +14 -14
- package/dist/api/resources/link/client/requests/LinkTokenBase.d.ts +2 -0
- 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/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 +56 -56
- package/dist/api/resources/workouts/client/Client.js +3 -3
- package/dist/api/types/BiomarkerResult.d.ts +1 -0
- package/dist/api/types/ClientFacingResource.d.ts +2 -1
- package/dist/api/types/ClientFacingResource.js +1 -0
- package/dist/api/types/ClientFacingSleep.d.ts +2 -2
- package/dist/api/types/LinkRequirements.d.ts +9 -0
- package/dist/api/types/LinkRequirements.js +5 -0
- package/dist/api/types/MissingBiomarkerResult.d.ts +1 -0
- package/dist/api/types/ParentBiomarkerData.d.ts +9 -0
- package/dist/api/types/ParentBiomarkerData.js +5 -0
- package/dist/api/types/SleepColumnExprSleep.d.ts +2 -1
- package/dist/api/types/SleepColumnExprSleep.js +1 -0
- package/dist/api/types/index.d.ts +2 -0
- package/dist/api/types/index.js +2 -0
- package/dist/serialization/resources/link/client/requests/LinkTokenBase.d.ts +2 -0
- package/dist/serialization/resources/link/client/requests/LinkTokenBase.js +2 -0
- package/dist/serialization/types/BiomarkerResult.d.ts +2 -0
- package/dist/serialization/types/BiomarkerResult.js +2 -0
- package/dist/serialization/types/ClientFacingResource.d.ts +1 -1
- package/dist/serialization/types/ClientFacingResource.js +1 -0
- package/dist/serialization/types/LinkRequirements.d.ts +15 -0
- package/dist/serialization/types/LinkRequirements.js +36 -0
- package/dist/serialization/types/MissingBiomarkerResult.d.ts +2 -0
- package/dist/serialization/types/MissingBiomarkerResult.js +2 -0
- package/dist/serialization/types/ParentBiomarkerData.d.ts +15 -0
- package/dist/serialization/types/ParentBiomarkerData.js +36 -0
- package/dist/serialization/types/SleepColumnExprSleep.d.ts +1 -1
- package/dist/serialization/types/SleepColumnExprSleep.js +1 -0
- package/dist/serialization/types/index.d.ts +2 -0
- package/dist/serialization/types/index.js +2 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/resources/link/client/requests/LinkTokenBase.d.ts +2 -0
- package/serialization/resources/link/client/requests/LinkTokenBase.js +2 -0
- package/serialization/types/BiomarkerResult.d.ts +2 -0
- package/serialization/types/BiomarkerResult.js +2 -0
- package/serialization/types/ClientFacingResource.d.ts +1 -1
- package/serialization/types/ClientFacingResource.js +1 -0
- package/serialization/types/LinkRequirements.d.ts +15 -0
- package/serialization/types/LinkRequirements.js +36 -0
- package/serialization/types/MissingBiomarkerResult.d.ts +2 -0
- package/serialization/types/MissingBiomarkerResult.js +2 -0
- package/serialization/types/ParentBiomarkerData.d.ts +15 -0
- package/serialization/types/ParentBiomarkerData.js +36 -0
- package/serialization/types/SleepColumnExprSleep.d.ts +1 -1
- package/serialization/types/SleepColumnExprSleep.js +1 -0
- package/serialization/types/index.d.ts +2 -0
- package/serialization/types/index.js +2 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
@@ -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.ParentBiomarkerData = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.ParentBiomarkerData = core.serialization.object({
|
32
|
+
markerId: core.serialization.property("marker_id", core.serialization.number()),
|
33
|
+
name: core.serialization.string(),
|
34
|
+
slug: core.serialization.string(),
|
35
|
+
providerId: core.serialization.property("provider_id", core.serialization.string().optional()),
|
36
|
+
});
|
@@ -6,5 +6,5 @@ import * as Vital from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
7
7
|
export declare const SleepColumnExprSleep: core.serialization.Schema<serializers.SleepColumnExprSleep.Raw, Vital.SleepColumnExprSleep>;
|
8
8
|
export declare namespace SleepColumnExprSleep {
|
9
|
-
type Raw = "session_start" | "session_end" | "state" | "duration_second" | "stage_asleep_second" | "stage_awake_second" | "stage_light_second" | "stage_rem_second" | "stage_deep_second" | "stage_unknown_second" | "latency_second" | "heart_rate_minimum" | "heart_rate_mean" | "heart_rate_maximum" | "heart_rate_dip" | "efficiency" | "hrv_mean_rmssd" | "hrv_mean_sdnn" | "skin_temperature_delta" | "respiratory_rate" | "score" | "source_type" | "source_provider" | "source_app_id";
|
9
|
+
type Raw = "session_start" | "session_end" | "state" | "type" | "duration_second" | "stage_asleep_second" | "stage_awake_second" | "stage_light_second" | "stage_rem_second" | "stage_deep_second" | "stage_unknown_second" | "latency_second" | "heart_rate_minimum" | "heart_rate_mean" | "heart_rate_maximum" | "heart_rate_dip" | "efficiency" | "hrv_mean_rmssd" | "hrv_mean_sdnn" | "skin_temperature_delta" | "respiratory_rate" | "score" | "source_type" | "source_provider" | "source_app_id";
|
10
10
|
}
|
@@ -199,6 +199,7 @@ export * from "./LabTestStatus";
|
|
199
199
|
export * from "./Labs";
|
200
200
|
export * from "./LastAttempt";
|
201
201
|
export * from "./LibreConfig";
|
202
|
+
export * from "./LinkRequirements";
|
202
203
|
export * from "./LinkTokenExchangeResponse";
|
203
204
|
export * from "./LngLat";
|
204
205
|
export * from "./Macros";
|
@@ -223,6 +224,7 @@ export * from "./PscAreaInfo";
|
|
223
224
|
export * from "./PscAreaInfoDetails";
|
224
225
|
export * from "./PscInfo";
|
225
226
|
export * from "./PaginatedUsersResponse";
|
227
|
+
export * from "./ParentBiomarkerData";
|
226
228
|
export * from "./PasswordProviders";
|
227
229
|
export * from "./PatientAddressCompatible";
|
228
230
|
export * from "./PatientDetails";
|
@@ -215,6 +215,7 @@ __exportStar(require("./LabTestStatus"), exports);
|
|
215
215
|
__exportStar(require("./Labs"), exports);
|
216
216
|
__exportStar(require("./LastAttempt"), exports);
|
217
217
|
__exportStar(require("./LibreConfig"), exports);
|
218
|
+
__exportStar(require("./LinkRequirements"), exports);
|
218
219
|
__exportStar(require("./LinkTokenExchangeResponse"), exports);
|
219
220
|
__exportStar(require("./LngLat"), exports);
|
220
221
|
__exportStar(require("./Macros"), exports);
|
@@ -239,6 +240,7 @@ __exportStar(require("./PscAreaInfo"), exports);
|
|
239
240
|
__exportStar(require("./PscAreaInfoDetails"), exports);
|
240
241
|
__exportStar(require("./PscInfo"), exports);
|
241
242
|
__exportStar(require("./PaginatedUsersResponse"), exports);
|
243
|
+
__exportStar(require("./ParentBiomarkerData"), exports);
|
242
244
|
__exportStar(require("./PasswordProviders"), exports);
|
243
245
|
__exportStar(require("./PatientAddressCompatible"), exports);
|
244
246
|
__exportStar(require("./PatientDetails"), exports);
|
package/version.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const SDK_VERSION = "3.1.
|
1
|
+
export declare const SDK_VERSION = "3.1.104";
|
package/version.js
CHANGED