hevy-shared 1.0.670 → 1.0.672

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 CHANGED
@@ -105,7 +105,6 @@ export interface UserAccountResponse {
105
105
  birthday?: string;
106
106
  sex?: Sex;
107
107
  email_consent: boolean;
108
- email_verified: boolean;
109
108
  }
110
109
  export interface CoachAppPushTarget {
111
110
  type: 'android' | 'ios';
@@ -15,6 +15,7 @@ export interface BaseNotification {
15
15
  from_username: string;
16
16
  profile_pic?: string;
17
17
  date: string;
18
+ read: boolean;
18
19
  }
19
20
  export interface BaseMobilePushData {
20
21
  type: MobilePushDataType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.670",
3
+ "version": "1.0.672",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",