hevy-shared 1.0.715 → 1.0.716

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 +14 -2
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -1730,12 +1730,24 @@ export interface GoogleCoachWebSignInRequest {
1730
1730
  invite_short_id?: string;
1731
1731
  }
1732
1732
  export interface UserPushNotificationSettings {
1733
- comment_replies: boolean;
1733
+ comment_discussion: boolean;
1734
1734
  comment_likes: boolean;
1735
+ comment_mention: boolean;
1736
+ comment_on_workout: boolean;
1737
+ comment_replies: boolean;
1738
+ follows: boolean;
1739
+ likes: boolean;
1740
+ monthly_report: boolean;
1735
1741
  }
1736
1742
  export interface UserPushNotificationSettingsUpdate {
1737
- comment_replies?: boolean;
1743
+ comment_discussion?: boolean;
1738
1744
  comment_likes?: boolean;
1745
+ comment_mention?: boolean;
1746
+ comment_on_workout?: boolean;
1747
+ comment_replies?: boolean;
1748
+ follows?: boolean;
1749
+ likes?: boolean;
1750
+ monthly_report?: boolean;
1739
1751
  }
1740
1752
  export interface ProgressiveOverloadSettings {
1741
1753
  plate: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.715",
3
+ "version": "1.0.716",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",