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.
Files changed (2) hide show
  1. package/built/index.d.ts +4 -1
  2. 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
- sets: ExerciseSetHistory[];
1908
+ exercises: {
1909
+ exercise_index: number;
1910
+ sets: ExerciseSetHistory[];
1911
+ }[];
1909
1912
  }
1910
1913
  export interface UserExerciseHistoryPagedResponse {
1911
1914
  page: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.859",
3
+ "version": "1.0.860",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",