@tryvital/vital-node 3.1.519 → 3.1.520
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/labReport/client/Client.js +2 -2
- package/api/resources/labTests/client/Client.js +42 -42
- 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/payor/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 +3 -3
- package/api/resources/sleepCycle/client/Client.js +1 -1
- package/api/resources/team/client/Client.js +7 -7
- package/api/resources/testkit/client/Client.js +2 -2
- package/api/resources/user/client/Client.js +19 -19
- 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/IndexColumnExprIndex.d.ts +2 -1
- package/api/types/IndexColumnExprIndex.js +1 -0
- package/api/types/ProfileColumnExpr.d.ts +8 -0
- package/api/types/ProfileColumnExpr.js +5 -0
- package/api/types/ProfileColumnExprProfile.d.ts +20 -0
- package/api/types/ProfileColumnExprProfile.js +19 -0
- package/api/types/QueryGroupByItem.d.ts +1 -1
- package/api/types/QuerySelectItem.d.ts +1 -1
- 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 +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/labReport/client/Client.js +2 -2
- package/dist/api/resources/labTests/client/Client.js +42 -42
- 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/payor/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 +3 -3
- package/dist/api/resources/sleepCycle/client/Client.js +1 -1
- package/dist/api/resources/team/client/Client.js +7 -7
- package/dist/api/resources/testkit/client/Client.js +2 -2
- package/dist/api/resources/user/client/Client.js +19 -19
- 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/IndexColumnExprIndex.d.ts +2 -1
- package/dist/api/types/IndexColumnExprIndex.js +1 -0
- package/dist/api/types/ProfileColumnExpr.d.ts +8 -0
- package/dist/api/types/ProfileColumnExpr.js +5 -0
- package/dist/api/types/ProfileColumnExprProfile.d.ts +20 -0
- package/dist/api/types/ProfileColumnExprProfile.js +19 -0
- package/dist/api/types/QueryGroupByItem.d.ts +1 -1
- package/dist/api/types/QuerySelectItem.d.ts +1 -1
- package/dist/api/types/index.d.ts +2 -0
- package/dist/api/types/index.js +2 -0
- package/dist/serialization/types/AggregateExprArg.d.ts +2 -1
- package/dist/serialization/types/AggregateExprArg.js +2 -0
- package/dist/serialization/types/IndexColumnExprIndex.d.ts +1 -1
- package/dist/serialization/types/IndexColumnExprIndex.js +1 -1
- package/dist/serialization/types/ProfileColumnExpr.d.ts +13 -0
- package/dist/serialization/types/ProfileColumnExpr.js +34 -0
- package/dist/serialization/types/ProfileColumnExprProfile.d.ts +10 -0
- package/dist/serialization/types/ProfileColumnExprProfile.js +43 -0
- package/dist/serialization/types/QueryGroupByItem.d.ts +2 -1
- package/dist/serialization/types/QueryGroupByItem.js +2 -0
- package/dist/serialization/types/QuerySelectItem.d.ts +2 -1
- package/dist/serialization/types/QuerySelectItem.js +2 -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/types/AggregateExprArg.d.ts +2 -1
- package/serialization/types/AggregateExprArg.js +2 -0
- package/serialization/types/IndexColumnExprIndex.d.ts +1 -1
- package/serialization/types/IndexColumnExprIndex.js +1 -1
- package/serialization/types/ProfileColumnExpr.d.ts +13 -0
- package/serialization/types/ProfileColumnExpr.js +34 -0
- package/serialization/types/ProfileColumnExprProfile.d.ts +10 -0
- package/serialization/types/ProfileColumnExprProfile.js +43 -0
- package/serialization/types/QueryGroupByItem.d.ts +2 -1
- package/serialization/types/QueryGroupByItem.js +2 -0
- package/serialization/types/QuerySelectItem.d.ts +2 -1
- package/serialization/types/QuerySelectItem.js +2 -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
|
@@ -11,6 +11,7 @@ import { ActivityColumnExpr } from "./ActivityColumnExpr";
|
|
|
11
11
|
import { WorkoutColumnExpr } from "./WorkoutColumnExpr";
|
|
12
12
|
import { BodyColumnExpr } from "./BodyColumnExpr";
|
|
13
13
|
import { MealColumnExpr } from "./MealColumnExpr";
|
|
14
|
+
import { ProfileColumnExpr } from "./ProfileColumnExpr";
|
|
14
15
|
import { SleepScoreValueMacroExpr } from "./SleepScoreValueMacroExpr";
|
|
15
16
|
import { ChronotypeValueMacroExpr } from "./ChronotypeValueMacroExpr";
|
|
16
17
|
import { AsleepAtValueMacroExpr } from "./AsleepAtValueMacroExpr";
|
|
@@ -26,5 +27,5 @@ import { IndexColumnExpr } from "./IndexColumnExpr";
|
|
|
26
27
|
import { SourceColumnExpr } from "./SourceColumnExpr";
|
|
27
28
|
export declare const QuerySelectItem: core.serialization.Schema<serializers.QuerySelectItem.Raw, Vital.QuerySelectItem>;
|
|
28
29
|
export declare namespace QuerySelectItem {
|
|
29
|
-
type Raw = AggregateExpr.Raw | GroupKeyColumnExpr.Raw | SleepColumnExpr.Raw | ActivityColumnExpr.Raw | WorkoutColumnExpr.Raw | BodyColumnExpr.Raw | MealColumnExpr.Raw | SleepScoreValueMacroExpr.Raw | ChronotypeValueMacroExpr.Raw | AsleepAtValueMacroExpr.Raw | AwakeAtValueMacroExpr.Raw | UnrecognizedValueMacroExpr.Raw | DiscreteTimeseriesExpr.Raw | IntervalTimeseriesExpr.Raw | BloodPressureTimeseriesExpr.Raw | TemperatureTimeseriesExpr.Raw | WorkoutDurationTimeseriesExpr.Raw | NoteTimeseriesExpr.Raw | IndexColumnExpr.Raw | SourceColumnExpr.Raw;
|
|
30
|
+
type Raw = AggregateExpr.Raw | GroupKeyColumnExpr.Raw | SleepColumnExpr.Raw | ActivityColumnExpr.Raw | WorkoutColumnExpr.Raw | BodyColumnExpr.Raw | MealColumnExpr.Raw | ProfileColumnExpr.Raw | SleepScoreValueMacroExpr.Raw | ChronotypeValueMacroExpr.Raw | AsleepAtValueMacroExpr.Raw | AwakeAtValueMacroExpr.Raw | UnrecognizedValueMacroExpr.Raw | DiscreteTimeseriesExpr.Raw | IntervalTimeseriesExpr.Raw | BloodPressureTimeseriesExpr.Raw | TemperatureTimeseriesExpr.Raw | WorkoutDurationTimeseriesExpr.Raw | NoteTimeseriesExpr.Raw | IndexColumnExpr.Raw | SourceColumnExpr.Raw;
|
|
30
31
|
}
|
|
@@ -35,6 +35,7 @@ const ActivityColumnExpr_1 = require("./ActivityColumnExpr");
|
|
|
35
35
|
const WorkoutColumnExpr_1 = require("./WorkoutColumnExpr");
|
|
36
36
|
const BodyColumnExpr_1 = require("./BodyColumnExpr");
|
|
37
37
|
const MealColumnExpr_1 = require("./MealColumnExpr");
|
|
38
|
+
const ProfileColumnExpr_1 = require("./ProfileColumnExpr");
|
|
38
39
|
const SleepScoreValueMacroExpr_1 = require("./SleepScoreValueMacroExpr");
|
|
39
40
|
const ChronotypeValueMacroExpr_1 = require("./ChronotypeValueMacroExpr");
|
|
40
41
|
const AsleepAtValueMacroExpr_1 = require("./AsleepAtValueMacroExpr");
|
|
@@ -56,6 +57,7 @@ exports.QuerySelectItem = core.serialization.undiscriminatedUnion([
|
|
|
56
57
|
WorkoutColumnExpr_1.WorkoutColumnExpr,
|
|
57
58
|
BodyColumnExpr_1.BodyColumnExpr,
|
|
58
59
|
MealColumnExpr_1.MealColumnExpr,
|
|
60
|
+
ProfileColumnExpr_1.ProfileColumnExpr,
|
|
59
61
|
SleepScoreValueMacroExpr_1.SleepScoreValueMacroExpr,
|
|
60
62
|
ChronotypeValueMacroExpr_1.ChronotypeValueMacroExpr,
|
|
61
63
|
AsleepAtValueMacroExpr_1.AsleepAtValueMacroExpr,
|
|
@@ -517,6 +517,8 @@ export * from "./Placeholder";
|
|
|
517
517
|
export * from "./Png";
|
|
518
518
|
export * from "./PostOrderResponse";
|
|
519
519
|
export * from "./PriorityResource";
|
|
520
|
+
export * from "./ProfileColumnExprProfile";
|
|
521
|
+
export * from "./ProfileColumnExpr";
|
|
520
522
|
export * from "./ProfileInDb";
|
|
521
523
|
export * from "./ProviderConnectionCreated";
|
|
522
524
|
export * from "./ProviderConnectionErrorErrorType";
|
|
@@ -533,6 +533,8 @@ __exportStar(require("./Placeholder"), exports);
|
|
|
533
533
|
__exportStar(require("./Png"), exports);
|
|
534
534
|
__exportStar(require("./PostOrderResponse"), exports);
|
|
535
535
|
__exportStar(require("./PriorityResource"), exports);
|
|
536
|
+
__exportStar(require("./ProfileColumnExprProfile"), exports);
|
|
537
|
+
__exportStar(require("./ProfileColumnExpr"), exports);
|
|
536
538
|
__exportStar(require("./ProfileInDb"), exports);
|
|
537
539
|
__exportStar(require("./ProviderConnectionCreated"), exports);
|
|
538
540
|
__exportStar(require("./ProviderConnectionErrorErrorType"), exports);
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "3.1.
|
|
1
|
+
export declare const SDK_VERSION = "3.1.520";
|
package/version.js
CHANGED