hevy-shared 1.0.892 → 1.0.893

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 +0 -3
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -667,9 +667,7 @@ export interface BaseExerciseTemplate {
667
667
  volume_doubling_supported?: boolean;
668
668
  /** Exercise asset URL */
669
669
  url?: string;
670
- url_female?: string;
671
670
  thumbnail_url?: string;
672
- thumbnail_url_female?: string;
673
671
  media_type?: 'video' | 'image';
674
672
  }
675
673
  /**
@@ -1875,7 +1873,6 @@ export interface HevyTrainerUserPreferences {
1875
1873
  }
1876
1874
  export interface LinkPreviewMetadataResponse {
1877
1875
  title: string;
1878
- description: string;
1879
1876
  url: string;
1880
1877
  image_url: string;
1881
1878
  twitter_image_url: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.892",
3
+ "version": "1.0.893",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",