hevy-shared 1.0.739 → 1.0.741

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
@@ -110,6 +110,7 @@ export interface UserAccountResponse {
110
110
  email_consent: boolean;
111
111
  email_verified: boolean;
112
112
  height_cm?: number;
113
+ is_hevy_trainer_user: boolean;
113
114
  }
114
115
  export interface CoachAppPushTarget {
115
116
  type: 'android' | 'ios';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.739",
3
+ "version": "1.0.741",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",