hevy-shared 1.0.812 → 1.0.813
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 +1 -1
- package/package.json +1 -1
package/built/index.d.ts
CHANGED
|
@@ -558,7 +558,7 @@ export interface UserProfile {
|
|
|
558
558
|
routines: RoutineMetadata[];
|
|
559
559
|
weekly_workout_durations: WeeklyWorkoutDuration[];
|
|
560
560
|
mutual_followers: PreviewMutualUser[];
|
|
561
|
-
|
|
561
|
+
streak_count: number;
|
|
562
562
|
}
|
|
563
563
|
export interface PublicUserProfile {
|
|
564
564
|
private_profile: boolean;
|