hevy-shared 1.0.575 → 1.0.577

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 +8 -0
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -1634,3 +1634,11 @@ export interface GoogleCoachWebSignInRequest {
1634
1634
  code: string;
1635
1635
  invite_short_id?: string;
1636
1636
  }
1637
+ export interface UserPushNotificationSettings {
1638
+ commentReplies: boolean;
1639
+ commentLikes: boolean;
1640
+ }
1641
+ export interface UserPushNotificationSettingsUpdate {
1642
+ commentReplies?: boolean;
1643
+ commentLikes?: boolean;
1644
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.575",
3
+ "version": "1.0.577",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",