@tryvital/vital-node 3.1.122 → 3.1.123
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/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/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 +16 -16
- package/api/resources/vitals/client/Client.js +56 -56
- package/api/resources/workouts/client/Client.js +3 -3
- package/api/types/BodyColumnExprBody.d.ts +2 -1
- package/api/types/BodyColumnExprBody.js +1 -0
- package/api/types/ClientFacingBody.d.ts +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/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/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 +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/BodyColumnExprBody.d.ts +2 -1
- package/dist/api/types/BodyColumnExprBody.js +1 -0
- package/dist/api/types/ClientFacingBody.d.ts +2 -0
- package/dist/serialization/types/BodyColumnExprBody.d.ts +1 -1
- package/dist/serialization/types/BodyColumnExprBody.js +1 -0
- package/dist/serialization/types/ClientFacingBody.d.ts +1 -0
- package/dist/serialization/types/ClientFacingBody.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/types/BodyColumnExprBody.d.ts +1 -1
- package/serialization/types/BodyColumnExprBody.js +1 -0
- package/serialization/types/ClientFacingBody.d.ts +1 -0
- package/serialization/types/ClientFacingBody.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
|
-
export declare type BodyColumnExprBody = "measured_at" | "weight_kilogram" | "fat_mass_percentage" | "water_percentage" | "muscle_mass_percentage" | "visceral_fat_index" | "source_type" | "source_provider" | "source_app_id";
|
4
|
+
export declare type BodyColumnExprBody = "measured_at" | "weight_kilogram" | "fat_mass_percentage" | "water_percentage" | "muscle_mass_percentage" | "visceral_fat_index" | "bone_mass_percentage" | "source_type" | "source_provider" | "source_app_id";
|
5
5
|
export declare const BodyColumnExprBody: {
|
6
6
|
readonly MeasuredAt: "measured_at";
|
7
7
|
readonly WeightKilogram: "weight_kilogram";
|
@@ -9,6 +9,7 @@ export declare const BodyColumnExprBody: {
|
|
9
9
|
readonly WaterPercentage: "water_percentage";
|
10
10
|
readonly MuscleMassPercentage: "muscle_mass_percentage";
|
11
11
|
readonly VisceralFatIndex: "visceral_fat_index";
|
12
|
+
readonly BoneMassPercentage: "bone_mass_percentage";
|
12
13
|
readonly SourceType: "source_type";
|
13
14
|
readonly SourceProvider: "source_provider";
|
14
15
|
readonly SourceAppId: "source_app_id";
|
@@ -11,6 +11,7 @@ exports.BodyColumnExprBody = {
|
|
11
11
|
WaterPercentage: "water_percentage",
|
12
12
|
MuscleMassPercentage: "muscle_mass_percentage",
|
13
13
|
VisceralFatIndex: "visceral_fat_index",
|
14
|
+
BoneMassPercentage: "bone_mass_percentage",
|
14
15
|
SourceType: "source_type",
|
15
16
|
SourceProvider: "source_provider",
|
16
17
|
SourceAppId: "source_app_id",
|
@@ -6,5 +6,5 @@ import * as Vital from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
7
7
|
export declare const BodyColumnExprBody: core.serialization.Schema<serializers.BodyColumnExprBody.Raw, Vital.BodyColumnExprBody>;
|
8
8
|
export declare namespace BodyColumnExprBody {
|
9
|
-
type Raw = "measured_at" | "weight_kilogram" | "fat_mass_percentage" | "water_percentage" | "muscle_mass_percentage" | "visceral_fat_index" | "source_type" | "source_provider" | "source_app_id";
|
9
|
+
type Raw = "measured_at" | "weight_kilogram" | "fat_mass_percentage" | "water_percentage" | "muscle_mass_percentage" | "visceral_fat_index" | "bone_mass_percentage" | "source_type" | "source_provider" | "source_app_id";
|
10
10
|
}
|
@@ -39,5 +39,6 @@ exports.ClientFacingBody = core.serialization.object({
|
|
39
39
|
waterPercentage: core.serialization.property("water_percentage", core.serialization.number().optional()),
|
40
40
|
muscleMassPercentage: core.serialization.property("muscle_mass_percentage", core.serialization.number().optional()),
|
41
41
|
visceralFatIndex: core.serialization.property("visceral_fat_index", core.serialization.number().optional()),
|
42
|
+
boneMassPercentage: core.serialization.property("bone_mass_percentage", core.serialization.number().optional()),
|
42
43
|
source: ClientFacingSource_1.ClientFacingSource,
|
43
44
|
});
|
package/dist/version.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const SDK_VERSION = "3.1.
|
1
|
+
export declare const SDK_VERSION = "3.1.123";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
@@ -6,5 +6,5 @@ import * as Vital from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
7
7
|
export declare const BodyColumnExprBody: core.serialization.Schema<serializers.BodyColumnExprBody.Raw, Vital.BodyColumnExprBody>;
|
8
8
|
export declare namespace BodyColumnExprBody {
|
9
|
-
type Raw = "measured_at" | "weight_kilogram" | "fat_mass_percentage" | "water_percentage" | "muscle_mass_percentage" | "visceral_fat_index" | "source_type" | "source_provider" | "source_app_id";
|
9
|
+
type Raw = "measured_at" | "weight_kilogram" | "fat_mass_percentage" | "water_percentage" | "muscle_mass_percentage" | "visceral_fat_index" | "bone_mass_percentage" | "source_type" | "source_provider" | "source_app_id";
|
10
10
|
}
|
@@ -39,5 +39,6 @@ exports.ClientFacingBody = core.serialization.object({
|
|
39
39
|
waterPercentage: core.serialization.property("water_percentage", core.serialization.number().optional()),
|
40
40
|
muscleMassPercentage: core.serialization.property("muscle_mass_percentage", core.serialization.number().optional()),
|
41
41
|
visceralFatIndex: core.serialization.property("visceral_fat_index", core.serialization.number().optional()),
|
42
|
+
boneMassPercentage: core.serialization.property("bone_mass_percentage", core.serialization.number().optional()),
|
42
43
|
source: ClientFacingSource_1.ClientFacingSource,
|
43
44
|
});
|
package/version.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const SDK_VERSION = "3.1.
|
1
|
+
export declare const SDK_VERSION = "3.1.123";
|
package/version.js
CHANGED