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.
- package/built/index.d.ts +0 -1
- 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"];
|