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.
Files changed (2) hide show
  1. package/built/index.d.ts +2 -0
  2. 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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.890",
3
+ "version": "1.0.892",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",