@tryvital/vital-node 3.1.137 → 3.1.139
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.d.ts +2 -2
- package/api/resources/activity/client/Client.js +4 -4
- package/api/resources/aggregate/client/Client.d.ts +3 -3
- package/api/resources/aggregate/client/Client.js +11 -6
- package/api/resources/aggregate/client/requests/{Query.d.ts → QueryBatch.d.ts} +4 -4
- package/api/resources/aggregate/client/requests/index.d.ts +1 -1
- package/{dist/api/resources/aggregate/types/QueryTimeframe.d.ts → api/resources/aggregate/types/QueryBatchTimeframe.d.ts} +1 -1
- package/api/resources/aggregate/types/index.d.ts +1 -1
- package/api/resources/aggregate/types/index.js +1 -1
- package/api/resources/body/client/Client.d.ts +2 -2
- package/api/resources/body/client/Client.js +4 -4
- 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/meal/client/Client.js +1 -1
- package/api/resources/menstrualCycle/client/Client.js +1 -1
- package/api/resources/profile/client/Client.d.ts +2 -2
- package/api/resources/profile/client/Client.js +4 -4
- package/api/resources/providers/client/Client.js +1 -1
- package/api/resources/sleep/client/Client.d.ts +3 -3
- package/api/resources/sleep/client/Client.js +7 -7
- package/api/resources/sleepCycle/client/Client.d.ts +1 -1
- package/api/resources/sleepCycle/client/Client.js +2 -2
- package/api/resources/team/client/Client.js +7 -7
- package/api/resources/testkit/client/Client.js +2 -2
- package/api/resources/user/client/Client.js +16 -16
- package/api/resources/vitals/client/Client.js +58 -58
- package/api/resources/workouts/client/Client.d.ts +2 -2
- package/api/resources/workouts/client/Client.js +5 -5
- package/api/types/{QueryInstructionGroupByItem.d.ts → AggregationResponse.d.ts} +3 -1
- package/api/types/AggregationResult.d.ts +7 -0
- package/api/types/ClientFacingLabLocation.d.ts +1 -0
- package/api/types/ClientFacingResource.d.ts +2 -1
- package/api/types/ClientFacingResource.js +1 -0
- package/api/types/FailureType.d.ts +2 -1
- package/api/types/FailureType.js +1 -0
- package/api/types/IndexColumnExprIndex.d.ts +2 -1
- package/api/types/IndexColumnExprIndex.js +1 -0
- package/api/types/{QueryInstruction.d.ts → Query.d.ts} +3 -3
- package/{dist/api/types/QueryInstructionGroupByItem.d.ts → api/types/QueryGroupByItem.d.ts} +1 -1
- package/api/types/QuerySelectItem.d.ts +5 -0
- package/api/types/index.d.ts +5 -3
- package/api/types/index.js +5 -3
- package/dist/api/resources/activity/client/Client.d.ts +2 -2
- package/dist/api/resources/activity/client/Client.js +4 -4
- package/dist/api/resources/aggregate/client/Client.d.ts +3 -3
- package/dist/api/resources/aggregate/client/Client.js +11 -6
- package/dist/api/resources/aggregate/client/requests/{Query.d.ts → QueryBatch.d.ts} +4 -4
- package/dist/api/resources/aggregate/client/requests/index.d.ts +1 -1
- package/{api/resources/aggregate/types/QueryTimeframe.d.ts → dist/api/resources/aggregate/types/QueryBatchTimeframe.d.ts} +1 -1
- package/dist/api/resources/aggregate/types/index.d.ts +1 -1
- package/dist/api/resources/aggregate/types/index.js +1 -1
- package/dist/api/resources/body/client/Client.d.ts +2 -2
- package/dist/api/resources/body/client/Client.js +4 -4
- 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/meal/client/Client.js +1 -1
- package/dist/api/resources/menstrualCycle/client/Client.js +1 -1
- package/dist/api/resources/profile/client/Client.d.ts +2 -2
- package/dist/api/resources/profile/client/Client.js +4 -4
- package/dist/api/resources/providers/client/Client.js +1 -1
- package/dist/api/resources/sleep/client/Client.d.ts +3 -3
- package/dist/api/resources/sleep/client/Client.js +7 -7
- package/dist/api/resources/sleepCycle/client/Client.d.ts +1 -1
- package/dist/api/resources/sleepCycle/client/Client.js +2 -2
- package/dist/api/resources/team/client/Client.js +7 -7
- package/dist/api/resources/testkit/client/Client.js +2 -2
- package/dist/api/resources/user/client/Client.js +16 -16
- package/dist/api/resources/vitals/client/Client.js +58 -58
- package/dist/api/resources/workouts/client/Client.d.ts +2 -2
- package/dist/api/resources/workouts/client/Client.js +5 -5
- package/dist/api/types/AggregationResponse.d.ts +7 -0
- package/dist/api/types/AggregationResult.d.ts +7 -0
- package/dist/api/types/AggregationResult.js +5 -0
- package/dist/api/types/ClientFacingLabLocation.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/FailureType.d.ts +2 -1
- package/dist/api/types/FailureType.js +1 -0
- package/dist/api/types/IndexColumnExprIndex.d.ts +2 -1
- package/dist/api/types/IndexColumnExprIndex.js +1 -0
- package/dist/api/types/{QueryInstruction.d.ts → Query.d.ts} +3 -3
- package/dist/api/types/Query.js +5 -0
- package/dist/api/types/QueryGroupByItem.d.ts +5 -0
- package/dist/api/types/QueryGroupByItem.js +5 -0
- package/dist/api/types/QuerySelectItem.d.ts +5 -0
- package/dist/api/types/QuerySelectItem.js +5 -0
- package/dist/api/types/index.d.ts +5 -3
- package/dist/api/types/index.js +5 -3
- package/dist/serialization/resources/aggregate/client/requests/{Query.d.ts → QueryBatch.d.ts} +6 -6
- package/dist/serialization/resources/aggregate/client/requests/{Query.js → QueryBatch.js} +6 -6
- package/dist/serialization/resources/aggregate/client/requests/index.d.ts +1 -1
- package/dist/serialization/resources/aggregate/client/requests/index.js +3 -3
- package/{serialization/resources/aggregate/types/QueryTimeframe.d.ts → dist/serialization/resources/aggregate/types/QueryBatchTimeframe.d.ts} +2 -2
- package/{serialization/resources/aggregate/types/QueryTimeframe.js → dist/serialization/resources/aggregate/types/QueryBatchTimeframe.js} +2 -2
- package/dist/serialization/resources/aggregate/types/index.d.ts +1 -1
- package/dist/serialization/resources/aggregate/types/index.js +1 -1
- package/dist/serialization/types/AggregationResponse.d.ts +13 -0
- package/dist/serialization/types/AggregationResponse.js +34 -0
- package/dist/serialization/types/AggregationResult.d.ts +12 -0
- package/dist/serialization/types/AggregationResult.js +33 -0
- package/dist/serialization/types/ClientFacingLabLocation.d.ts +2 -0
- package/dist/serialization/types/ClientFacingLabLocation.js +2 -0
- package/dist/serialization/types/ClientFacingResource.d.ts +1 -1
- package/dist/serialization/types/ClientFacingResource.js +1 -0
- package/dist/serialization/types/FailureType.d.ts +1 -1
- package/dist/serialization/types/FailureType.js +1 -0
- package/dist/serialization/types/IndexColumnExprIndex.d.ts +1 -1
- package/dist/serialization/types/IndexColumnExprIndex.js +1 -1
- package/dist/serialization/types/Query.d.ts +16 -0
- package/dist/serialization/types/{QueryInstruction.js → Query.js} +6 -6
- package/{serialization/types/QueryInstructionGroupByItem.d.ts → dist/serialization/types/QueryGroupByItem.d.ts} +2 -2
- package/{serialization/types/QueryInstructionGroupByItem.js → dist/serialization/types/QueryGroupByItem.js} +2 -2
- package/dist/serialization/types/{QueryInstructionSelectItem.d.ts → QuerySelectItem.d.ts} +2 -2
- package/dist/serialization/types/{QueryInstructionSelectItem.js → QuerySelectItem.js} +2 -2
- package/dist/serialization/types/index.d.ts +5 -3
- package/dist/serialization/types/index.js +5 -3
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +15 -15
- package/serialization/resources/aggregate/client/requests/{Query.d.ts → QueryBatch.d.ts} +6 -6
- package/serialization/resources/aggregate/client/requests/{Query.js → QueryBatch.js} +6 -6
- package/serialization/resources/aggregate/client/requests/index.d.ts +1 -1
- package/serialization/resources/aggregate/client/requests/index.js +3 -3
- package/{dist/serialization/resources/aggregate/types/QueryTimeframe.d.ts → serialization/resources/aggregate/types/QueryBatchTimeframe.d.ts} +2 -2
- package/{dist/serialization/resources/aggregate/types/QueryTimeframe.js → serialization/resources/aggregate/types/QueryBatchTimeframe.js} +2 -2
- package/serialization/resources/aggregate/types/index.d.ts +1 -1
- package/serialization/resources/aggregate/types/index.js +1 -1
- package/serialization/types/AggregationResponse.d.ts +13 -0
- package/serialization/types/AggregationResponse.js +34 -0
- package/serialization/types/AggregationResult.d.ts +12 -0
- package/serialization/types/AggregationResult.js +33 -0
- package/serialization/types/ClientFacingLabLocation.d.ts +2 -0
- package/serialization/types/ClientFacingLabLocation.js +2 -0
- package/serialization/types/ClientFacingResource.d.ts +1 -1
- package/serialization/types/ClientFacingResource.js +1 -0
- package/serialization/types/FailureType.d.ts +1 -1
- package/serialization/types/FailureType.js +1 -0
- package/serialization/types/IndexColumnExprIndex.d.ts +1 -1
- package/serialization/types/IndexColumnExprIndex.js +1 -1
- package/serialization/types/Query.d.ts +16 -0
- package/serialization/types/{QueryInstruction.js → Query.js} +6 -6
- package/{dist/serialization/types/QueryInstructionGroupByItem.d.ts → serialization/types/QueryGroupByItem.d.ts} +2 -2
- package/{dist/serialization/types/QueryInstructionGroupByItem.js → serialization/types/QueryGroupByItem.js} +2 -2
- package/serialization/types/{QueryInstructionSelectItem.d.ts → QuerySelectItem.d.ts} +2 -2
- package/serialization/types/{QueryInstructionSelectItem.js → QuerySelectItem.js} +2 -2
- package/serialization/types/index.d.ts +5 -3
- package/serialization/types/index.js +5 -3
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/types/QueryInstructionSelectItem.d.ts +0 -5
- package/dist/api/types/QueryInstructionSelectItem.d.ts +0 -5
- package/dist/serialization/types/QueryInstruction.d.ts +0 -16
- package/serialization/types/QueryInstruction.d.ts +0 -16
- /package/api/resources/aggregate/client/requests/{Query.js → QueryBatch.js} +0 -0
- /package/api/resources/aggregate/types/{QueryTimeframe.js → QueryBatchTimeframe.js} +0 -0
- /package/api/types/{QueryInstruction.js → AggregationResponse.js} +0 -0
- /package/api/types/{QueryInstructionGroupByItem.js → AggregationResult.js} +0 -0
- /package/{dist/api/resources/aggregate/client/requests → api/types}/Query.js +0 -0
- /package/api/types/{QueryInstructionSelectItem.js → QueryGroupByItem.js} +0 -0
- /package/{dist/api/resources/aggregate/types/QueryTimeframe.js → api/types/QuerySelectItem.js} +0 -0
- /package/dist/api/{types/QueryInstruction.js → resources/aggregate/client/requests/QueryBatch.js} +0 -0
- /package/dist/api/{types/QueryInstructionGroupByItem.js → resources/aggregate/types/QueryBatchTimeframe.js} +0 -0
- /package/dist/api/types/{QueryInstructionSelectItem.js → AggregationResponse.js} +0 -0
@@ -22,6 +22,8 @@ __exportStar(require("./Address"), exports);
|
|
22
22
|
__exportStar(require("./AggregateExprArg"), exports);
|
23
23
|
__exportStar(require("./AggregateExprFunc"), exports);
|
24
24
|
__exportStar(require("./AggregateExpr"), exports);
|
25
|
+
__exportStar(require("./AggregationResponse"), exports);
|
26
|
+
__exportStar(require("./AggregationResult"), exports);
|
25
27
|
__exportStar(require("./AllowedRadius"), exports);
|
26
28
|
__exportStar(require("./Answer"), exports);
|
27
29
|
__exportStar(require("./AoE"), exports);
|
@@ -272,12 +274,12 @@ __exportStar(require("./ProviderLinkResponse"), exports);
|
|
272
274
|
__exportStar(require("./ProviderMfaRequestMethod"), exports);
|
273
275
|
__exportStar(require("./ProviderMfaRequest"), exports);
|
274
276
|
__exportStar(require("./Providers"), exports);
|
277
|
+
__exportStar(require("./QuerySelectItem"), exports);
|
278
|
+
__exportStar(require("./QueryGroupByItem"), exports);
|
279
|
+
__exportStar(require("./Query"), exports);
|
275
280
|
__exportStar(require("./QueryConfigWeekStartsOn"), exports);
|
276
281
|
__exportStar(require("./QueryConfigProviderPriorityOverridesItem"), exports);
|
277
282
|
__exportStar(require("./QueryConfig"), exports);
|
278
|
-
__exportStar(require("./QueryInstructionSelectItem"), exports);
|
279
|
-
__exportStar(require("./QueryInstructionGroupByItem"), exports);
|
280
|
-
__exportStar(require("./QueryInstruction"), exports);
|
281
283
|
__exportStar(require("./Question"), exports);
|
282
284
|
__exportStar(require("./QuestionType"), exports);
|
283
285
|
__exportStar(require("./RawActivity"), exports);
|
package/version.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const SDK_VERSION = "3.1.
|
1
|
+
export declare const SDK_VERSION = "3.1.139";
|
package/version.js
CHANGED
@@ -1,5 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
3
|
-
*/
|
4
|
-
import * as Vital from "../index";
|
5
|
-
export declare type QueryInstructionSelectItem = Vital.AggregateExpr | Vital.SleepColumnExpr | Vital.ActivityColumnExpr | Vital.WorkoutColumnExpr | Vital.BodyColumnExpr | Vital.IndexColumnExpr | Vital.GroupKeyColumnExpr | Vital.SleepScoreValueMacroExpr | Vital.ChronotypeValueMacroExpr | Vital.UnrecognizedValueMacroExpr;
|
@@ -1,5 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
3
|
-
*/
|
4
|
-
import * as Vital from "../index";
|
5
|
-
export declare type QueryInstructionSelectItem = Vital.AggregateExpr | Vital.SleepColumnExpr | Vital.ActivityColumnExpr | Vital.WorkoutColumnExpr | Vital.BodyColumnExpr | Vital.IndexColumnExpr | Vital.GroupKeyColumnExpr | Vital.SleepScoreValueMacroExpr | Vital.ChronotypeValueMacroExpr | Vital.UnrecognizedValueMacroExpr;
|
@@ -1,16 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
3
|
-
*/
|
4
|
-
import * as serializers from "../index";
|
5
|
-
import * as Vital from "../../api/index";
|
6
|
-
import * as core from "../../core";
|
7
|
-
import { QueryInstructionSelectItem } from "./QueryInstructionSelectItem";
|
8
|
-
import { QueryInstructionGroupByItem } from "./QueryInstructionGroupByItem";
|
9
|
-
export declare const QueryInstruction: core.serialization.ObjectSchema<serializers.QueryInstruction.Raw, Vital.QueryInstruction>;
|
10
|
-
export declare namespace QueryInstruction {
|
11
|
-
interface Raw {
|
12
|
-
select: QueryInstructionSelectItem.Raw[];
|
13
|
-
group_by?: QueryInstructionGroupByItem.Raw[] | null;
|
14
|
-
split_by_source?: boolean | null;
|
15
|
-
}
|
16
|
-
}
|
@@ -1,16 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
3
|
-
*/
|
4
|
-
import * as serializers from "../index";
|
5
|
-
import * as Vital from "../../api/index";
|
6
|
-
import * as core from "../../core";
|
7
|
-
import { QueryInstructionSelectItem } from "./QueryInstructionSelectItem";
|
8
|
-
import { QueryInstructionGroupByItem } from "./QueryInstructionGroupByItem";
|
9
|
-
export declare const QueryInstruction: core.serialization.ObjectSchema<serializers.QueryInstruction.Raw, Vital.QueryInstruction>;
|
10
|
-
export declare namespace QueryInstruction {
|
11
|
-
interface Raw {
|
12
|
-
select: QueryInstructionSelectItem.Raw[];
|
13
|
-
group_by?: QueryInstructionGroupByItem.Raw[] | null;
|
14
|
-
split_by_source?: boolean | null;
|
15
|
-
}
|
16
|
-
}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/package/{dist/api/resources/aggregate/types/QueryTimeframe.js → api/types/QuerySelectItem.js}
RENAMED
File without changes
|
/package/dist/api/{types/QueryInstruction.js → resources/aggregate/client/requests/QueryBatch.js}
RENAMED
File without changes
|
File without changes
|
File without changes
|