@exclusive-website/types 2.4.0 → 2.4.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/dist/filterEnums.d.ts +2 -2
- package/dist/filterEnums.js +2 -2
- package/package.json +1 -1
- package/src/filterEnums.ts +2 -2
package/dist/filterEnums.d.ts
CHANGED
package/dist/filterEnums.js
CHANGED
|
@@ -297,6 +297,6 @@ var ApprovedState;
|
|
|
297
297
|
var TransactionStatus;
|
|
298
298
|
(function (TransactionStatus) {
|
|
299
299
|
TransactionStatus["PAID"] = "PAID";
|
|
300
|
-
TransactionStatus["
|
|
301
|
-
TransactionStatus["
|
|
300
|
+
TransactionStatus["PENDING"] = "PENDING";
|
|
301
|
+
TransactionStatus["CANCELLED"] = "CANCELLED";
|
|
302
302
|
})(TransactionStatus = exports.TransactionStatus || (exports.TransactionStatus = {}));
|
package/package.json
CHANGED
package/src/filterEnums.ts
CHANGED