hevy-shared 1.0.927 → 1.0.929
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 +0 -4
- package/package.json +1 -1
package/built/index.d.ts
CHANGED
|
@@ -578,9 +578,6 @@ export interface UserProfile {
|
|
|
578
578
|
weekly_workout_durations: WeeklyWorkoutDuration[];
|
|
579
579
|
mutual_followers: PreviewMutualUser[];
|
|
580
580
|
}
|
|
581
|
-
export interface UserWorkoutStreakCount {
|
|
582
|
-
streak_count: number;
|
|
583
|
-
}
|
|
584
581
|
export interface PublicUserProfile {
|
|
585
582
|
private_profile: boolean;
|
|
586
583
|
username: string;
|
|
@@ -1926,7 +1923,6 @@ export interface HevyTrainerUserPreferences {
|
|
|
1926
1923
|
}
|
|
1927
1924
|
export interface LinkPreviewMetadataResponse {
|
|
1928
1925
|
title: string;
|
|
1929
|
-
description: string;
|
|
1930
1926
|
url: string;
|
|
1931
1927
|
image_url: string;
|
|
1932
1928
|
twitter_image_url: string;
|