hevy-shared 1.0.890 → 1.0.892
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
|
@@ -667,7 +667,9 @@ export interface BaseExerciseTemplate {
|
|
|
667
667
|
volume_doubling_supported?: boolean;
|
|
668
668
|
/** Exercise asset URL */
|
|
669
669
|
url?: string;
|
|
670
|
+
url_female?: string;
|
|
670
671
|
thumbnail_url?: string;
|
|
672
|
+
thumbnail_url_female?: string;
|
|
671
673
|
media_type?: 'video' | 'image';
|
|
672
674
|
}
|
|
673
675
|
/**
|