hevy-shared 1.0.772 → 1.0.773

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 +1 -0
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -1224,6 +1224,7 @@ export interface PostHevyTrainerProgramRequestBody {
1224
1224
  weekly_frequency: WeeklyTrainingFrequency;
1225
1225
  focus_muscle?: SimplifiedMuscleGroup;
1226
1226
  routines: RoutineUpdate[];
1227
+ next_workout_index?: number;
1227
1228
  };
1228
1229
  }
1229
1230
  export declare const measurementsList: readonly ["weight_kg", "fat_percent", "neck_cm", "shoulder_cm", "chest_cm", "left_bicep_cm", "right_bicep_cm", "left_forearm_cm", "right_forearm_cm", "abdomen", "waist", "hips", "left_thigh", "right_thigh", "left_calf", "right_calf"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.772",
3
+ "version": "1.0.773",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",