hevy-shared 1.0.859 → 1.0.860
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 +4 -1
- package/package.json +1 -1
package/built/index.d.ts
CHANGED
|
@@ -1905,7 +1905,10 @@ export interface WorkoutExerciseHistory {
|
|
|
1905
1905
|
workout_id: string;
|
|
1906
1906
|
workout_title: string;
|
|
1907
1907
|
workout_date: number;
|
|
1908
|
-
|
|
1908
|
+
exercises: {
|
|
1909
|
+
exercise_index: number;
|
|
1910
|
+
sets: ExerciseSetHistory[];
|
|
1911
|
+
}[];
|
|
1909
1912
|
}
|
|
1910
1913
|
export interface UserExerciseHistoryPagedResponse {
|
|
1911
1914
|
page: number;
|