hevy-shared 1.0.840 → 1.0.841

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 +1 -5
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -570,11 +570,7 @@ export interface UserProfile {
570
570
  mutual_followers: PreviewMutualUser[];
571
571
  }
572
572
  export interface UserWorkoutStreakCount {
573
- streak_count: number;
574
- username: string;
575
- private_profile: boolean;
576
- following_status: FollowingStatus;
577
- is_blocked: boolean;
573
+ streak_count: number | undefined;
578
574
  }
579
575
  export interface PublicUserProfile {
580
576
  private_profile: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.840",
3
+ "version": "1.0.841",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",