@jealous-robot-dev/shared-types-responses 1.55.6 → 1.55.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,15 +19,12 @@ export interface UserNotificationData {
19
19
  preferences: UserNotificationDataSetting[];
20
20
  reminders: {
21
21
  [UserCategory.CUSTOMER]: {
22
- updatedEventNotifs: boolean;
23
22
  upcomingEvents: SchduledReminder;
23
+ predayReminder: boolean;
24
24
  };
25
25
  [UserCategory.CREATOR]: {
26
26
  upcomingEvents: SchduledReminder;
27
27
  };
28
- common: {
29
- urgentEventReminder: boolean;
30
- };
31
28
  };
32
29
  }
33
30
  export interface UserNotificationResponse extends QueryResponse<UserNotificationData, NotificationSettingsPhrases> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.55.6",
3
+ "version": "1.55.7",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",