hevy-shared 1.0.973 → 1.0.974

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
@@ -1295,6 +1295,7 @@ export interface UpdateHevyTrainerProgramRequestBody {
1295
1295
  next_workout_index?: number;
1296
1296
  workout_duration_minutes?: WorkoutDurationMinutes;
1297
1297
  rest_timer_length?: RestTimerLength;
1298
+ cardio_preference?: CardioPreference;
1298
1299
  routines: {
1299
1300
  id: string;
1300
1301
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.973",
3
+ "version": "1.0.974",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",