hevy-shared 1.0.798 → 1.0.800

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 -0
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -99,6 +99,7 @@ export interface UserAccountResponse {
99
99
  private_profile: boolean;
100
100
  created_at: string;
101
101
  last_workout_at: string;
102
+ streak_count?: number;
102
103
  accepted_terms_and_conditions: boolean;
103
104
  /** @deprecated 1.31.1 - use `coach_client_status` instead */
104
105
  is_coached: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.798",
3
+ "version": "1.0.800",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",