hevy-shared 1.0.964 → 1.0.965
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/built/index.d.ts +2 -0
- package/package.json +1 -1
package/built/index.d.ts
CHANGED
|
@@ -960,6 +960,7 @@ export interface PostWorkoutRequestWorkout {
|
|
|
960
960
|
biometrics?: WorkoutBiometrics;
|
|
961
961
|
is_biometrics_public: boolean;
|
|
962
962
|
trainer_program_id: string | undefined;
|
|
963
|
+
trainer_workout_template_id: string | undefined;
|
|
963
964
|
}
|
|
964
965
|
export declare const isHeartRateSamples: (x: any) => x is HeartRateSample[];
|
|
965
966
|
export declare const isWorkoutBiometrics: (x: any) => x is WorkoutBiometrics;
|
|
@@ -1281,6 +1282,7 @@ export interface TrainerProgramV3 {
|
|
|
1281
1282
|
}
|
|
1282
1283
|
export interface PostTrainerProgramV3RequestBody {
|
|
1283
1284
|
program: {
|
|
1285
|
+
title: string;
|
|
1284
1286
|
level: TrainingLevel;
|
|
1285
1287
|
goal: TrainingGoal;
|
|
1286
1288
|
equipments: GranularEquipment[];
|