hevy-shared 1.0.676 → 1.0.677

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 +0 -1
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -1208,7 +1208,6 @@ export interface PostHevyTrainerProgramRequestBody {
1208
1208
  equipments: HevyTrainerProgramEquipment[];
1209
1209
  weekly_frequency: WeeklyTrainingFrequency;
1210
1210
  routines: RoutineUpdate[];
1211
- next_workout_index: number;
1212
1211
  };
1213
1212
  }
1214
1213
  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.676",
3
+ "version": "1.0.677",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",