@winible/winible-typed 2.20.14 → 2.20.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@winible/winible-typed",
3
- "version": "2.20.14",
3
+ "version": "2.20.15",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -12,7 +12,7 @@ import User from "./user";
12
12
 
13
13
  import { NotificationType } from "./notification";
14
14
 
15
- type NotificationPreferenceDevice = "PHONE_NUMBER" | "EMAIL";
15
+ type NotificationPreferenceDevice = "PHONE_NUMBER" | "EMAIL" | "PUSH";
16
16
 
17
17
  // order of InferAttributes & InferCreationAttributes is important.
18
18
  class NotificationPreference extends Model<