@winible/winible-typed 2.8.0 → 2.8.1

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.8.0",
3
+ "version": "2.8.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -45,7 +45,7 @@ class User extends Model<InferAttributes<User>, InferCreationAttributes<User>> {
45
45
  declare stytchUserId?: string;
46
46
  declare platformFee?: number;
47
47
  declare profileViews?: number;
48
- declare acceptedNotifications?: number;
48
+ declare acceptedNotifications?: boolean;
49
49
  declare createdAt: CreationOptional<Date>;
50
50
  declare updatedAt: CreationOptional<Date>;
51
51