hevy-shared 1.0.895 → 1.0.897
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
|
@@ -700,6 +700,8 @@ export interface LibraryExercise extends BaseExerciseTemplate {
|
|
|
700
700
|
goal: TrainingGoal[] | undefined;
|
|
701
701
|
level: TrainingLevel[] | undefined;
|
|
702
702
|
category: ExerciseCategory | undefined;
|
|
703
|
+
url_female?: string;
|
|
704
|
+
thumbnail_url_female?: string;
|
|
703
705
|
}
|
|
704
706
|
/**
|
|
705
707
|
* Custom exercises are user-created templates with minimal properties
|