hevy-shared 1.0.891 → 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 -3
  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
  /**
@@ -1518,9 +1520,6 @@ export interface UserMetadataRequest {
1518
1520
  appleIdfv?: string;
1519
1521
  adjustAdId?: string;
1520
1522
  }
1521
- export interface UserMetadataAppLanguageRequest {
1522
- appLanguage: Language;
1523
- }
1524
1523
  export type NetworkType = 'wifi' | 'cellular' | 'unknown';
1525
1524
  export interface UserMetadataResponse {
1526
1525
  created_at: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.891",
3
+ "version": "1.0.892",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",