hevy-shared 1.0.581 → 1.0.582

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 +0 -4
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -1638,10 +1638,6 @@ export interface UserPushNotificationSettings {
1638
1638
  comment_replies: boolean;
1639
1639
  comment_likes: boolean;
1640
1640
  }
1641
- export interface UserPushNotificationSettingsResponse {
1642
- comment_replies: boolean | null;
1643
- comment_likes: boolean | null;
1644
- }
1645
1641
  export interface UserPushNotificationSettingsUpdate {
1646
1642
  comment_replies?: boolean;
1647
1643
  comment_likes?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.581",
3
+ "version": "1.0.582",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",