@purpleschool/multisite 0.0.13 → 0.0.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.
@@ -1,5 +1,6 @@
1
1
  export declare enum USER_TO_SUBSCRIPTION_STATUS {
2
2
  ACTIVE = "active",
3
- INACTIVE = "inactive"
3
+ INACTIVE = "inactive",
4
+ CANCELED = "canceled"
4
5
  }
5
6
  //# sourceMappingURL=user-to-subscription-status.enum.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"user-to-subscription-status.enum.d.ts","sourceRoot":"","sources":["../../../../constants/user-to-subscription/enums/user-to-subscription-status.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,2BAA2B;IACnC,MAAM,WAAW;IACjB,QAAQ,aAAa;CACxB"}
1
+ {"version":3,"file":"user-to-subscription-status.enum.d.ts","sourceRoot":"","sources":["../../../../constants/user-to-subscription/enums/user-to-subscription-status.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,2BAA2B;IACnC,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,QAAQ,aAAa;CACxB"}
@@ -5,4 +5,5 @@ var USER_TO_SUBSCRIPTION_STATUS;
5
5
  (function (USER_TO_SUBSCRIPTION_STATUS) {
6
6
  USER_TO_SUBSCRIPTION_STATUS["ACTIVE"] = "active";
7
7
  USER_TO_SUBSCRIPTION_STATUS["INACTIVE"] = "inactive";
8
+ USER_TO_SUBSCRIPTION_STATUS["CANCELED"] = "canceled";
8
9
  })(USER_TO_SUBSCRIPTION_STATUS || (exports.USER_TO_SUBSCRIPTION_STATUS = USER_TO_SUBSCRIPTION_STATUS = {}));
@@ -1,4 +1,5 @@
1
1
  export enum USER_TO_SUBSCRIPTION_STATUS {
2
2
  ACTIVE = 'active',
3
3
  INACTIVE = 'inactive',
4
+ CANCELED = 'canceled',
4
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpleschool/multisite",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "description": "Multisite API contracts (DTO schemas, routes, constants)",
5
5
  "type": "commonjs",
6
6
  "main": "build/index.js",