@winible/winible-typed 2.19.3 → 2.20.0

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.19.3",
3
+ "version": "2.20.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -27,7 +27,7 @@ class SubscriptionPlan extends Model<
27
27
  declare isArchived?: boolean;
28
28
  declare isDeleted?: boolean;
29
29
  declare order?: number;
30
- declare type: SubscriptionPlanType;
30
+ declare type?: SubscriptionPlanType;
31
31
  declare startDate?: Date;
32
32
  declare endDate?: Date;
33
33