hevy-shared 1.0.938 → 1.0.940
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 +2 -0
- package/package.json +1 -1
package/built/index.d.ts
CHANGED
|
@@ -1261,6 +1261,7 @@ export interface HevyTrainerProgram {
|
|
|
1261
1261
|
focus_muscle?: SimplifiedMuscleGroup;
|
|
1262
1262
|
next_workout_index: number;
|
|
1263
1263
|
workout_duration_minutes?: WorkoutDurationMinutes;
|
|
1264
|
+
rest_timer_length: RestTimerLength;
|
|
1264
1265
|
}
|
|
1265
1266
|
export interface PostHevyTrainerProgramRequestBody {
|
|
1266
1267
|
program: {
|
|
@@ -1286,6 +1287,7 @@ export interface UpdateHevyTrainerProgramRequestBody {
|
|
|
1286
1287
|
focus_muscle?: SimplifiedMuscleGroup;
|
|
1287
1288
|
next_workout_index?: number;
|
|
1288
1289
|
workout_duration_minutes?: WorkoutDurationMinutes;
|
|
1290
|
+
rest_timer_length?: RestTimerLength;
|
|
1289
1291
|
routines: {
|
|
1290
1292
|
id: string;
|
|
1291
1293
|
title: string;
|