hevy-shared 1.0.663 → 1.0.664
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 -2
- package/package.json +1 -1
package/built/index.d.ts
CHANGED
|
@@ -763,7 +763,7 @@ export interface WorkoutComment {
|
|
|
763
763
|
parent_comment_id?: number;
|
|
764
764
|
}
|
|
765
765
|
export interface WorkoutMedia {
|
|
766
|
-
|
|
766
|
+
media_type: 'image' | 'video';
|
|
767
767
|
url: string;
|
|
768
768
|
thumbnail_url?: string;
|
|
769
769
|
}
|
|
@@ -1533,7 +1533,7 @@ export interface UserWorkoutMedia {
|
|
|
1533
1533
|
workout_id: string;
|
|
1534
1534
|
workout_name: string;
|
|
1535
1535
|
workout_index: number;
|
|
1536
|
-
|
|
1536
|
+
media_type: 'image' | 'video';
|
|
1537
1537
|
url: string;
|
|
1538
1538
|
thumbnail_url?: string;
|
|
1539
1539
|
}
|