@wrcb/cb-common 1.0.539 → 1.0.541

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.
@@ -2,6 +2,8 @@ export declare enum SubscriptionStatus {
2
2
  Active = "Active",
3
3
  Cancelled = "Cancelled",
4
4
  Expired = "Expired",
5
- Pending = "Pending",// aguardando confirmação do pagamento
6
- Past_due = "Past_due"
5
+ Pending = "Pending",
6
+ Inactive = "Inactive",
7
+ UnPaid = "UnPaid",
8
+ PastDue = "PastDue"
7
9
  }
@@ -7,5 +7,7 @@ var SubscriptionStatus;
7
7
  SubscriptionStatus["Cancelled"] = "Cancelled";
8
8
  SubscriptionStatus["Expired"] = "Expired";
9
9
  SubscriptionStatus["Pending"] = "Pending";
10
- SubscriptionStatus["Past_due"] = "Past_due"; // pagamento falhou mas ainda tentando
10
+ SubscriptionStatus["Inactive"] = "Inactive";
11
+ SubscriptionStatus["UnPaid"] = "UnPaid";
12
+ SubscriptionStatus["PastDue"] = "PastDue"; // pagamento falhou mas ainda tentando
11
13
  })(SubscriptionStatus || (exports.SubscriptionStatus = SubscriptionStatus = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrcb/cb-common",
3
- "version": "1.0.539",
3
+ "version": "1.0.541",
4
4
  "description": "Common resources between services",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",