hevy-shared 1.0.923 → 1.0.924

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 +3 -0
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -578,6 +578,9 @@ 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
+ }
581
584
  export interface PublicUserProfile {
582
585
  private_profile: boolean;
583
586
  username: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.923",
3
+ "version": "1.0.924",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",