hevy-shared 1.0.1030 → 1.0.1031
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.
|
@@ -40,7 +40,7 @@ export interface PostWorkoutRequestWorkout {
|
|
|
40
40
|
is_biometrics_public: boolean;
|
|
41
41
|
trainer_program_id: string | undefined;
|
|
42
42
|
gym_id: string | undefined;
|
|
43
|
-
|
|
43
|
+
is_home_workout: boolean;
|
|
44
44
|
}
|
|
45
45
|
export interface PostWorkoutRequestExercise {
|
|
46
46
|
title: string;
|
|
@@ -47,7 +47,7 @@ export interface OwnedWorkout {
|
|
|
47
47
|
is_biometrics_public: boolean;
|
|
48
48
|
trainer_program_id: string | undefined;
|
|
49
49
|
gym_id: string | undefined;
|
|
50
|
-
|
|
50
|
+
is_home_workout: boolean;
|
|
51
51
|
}
|
|
52
52
|
export interface TrainerWorkout extends OwnedWorkout {
|
|
53
53
|
trainer_program_id: string;
|