hevy-shared 1.0.601 → 1.0.602
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 +1 -1
- package/package.json +1 -1
package/built/index.d.ts
CHANGED
|
@@ -581,7 +581,7 @@ export declare const customExericseTypes: CustomExerciseType[];
|
|
|
581
581
|
export declare const isCustomExerciseType: (x: any) => x is CustomExerciseType;
|
|
582
582
|
export type TrainingGoal = 'strength' | 'build_muscle' | 'fat_loss';
|
|
583
583
|
export type TrainingLevel = 'beginner' | 'intermediate' | 'advanced';
|
|
584
|
-
export type ExerciseCategory = 'isolation' | 'compound' | 'compound
|
|
584
|
+
export type ExerciseCategory = 'isolation' | 'compound' | 'assistance-compound';
|
|
585
585
|
/**
|
|
586
586
|
* Base properties that all exercise templates must have
|
|
587
587
|
*/
|