@kipicore/dbcore 1.1.636 → 1.1.637

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.
@@ -1252,7 +1252,7 @@ export declare enum PAYMENT_STATUS {
1252
1252
  PAID = "PAID",
1253
1253
  UNPAID = "UNPAID",
1254
1254
  PENDING = "PENDING",
1255
- PENDING_REFUND = "PENDING REFUND",
1255
+ PENDING_REFUND = "PENDING_REFUND",
1256
1256
  REFUND = "REFUND"
1257
1257
  }
1258
1258
  export declare enum COMPETITION_EVENTS {
@@ -1514,7 +1514,7 @@ var PAYMENT_STATUS;
1514
1514
  PAYMENT_STATUS["PAID"] = "PAID";
1515
1515
  PAYMENT_STATUS["UNPAID"] = "UNPAID";
1516
1516
  PAYMENT_STATUS["PENDING"] = "PENDING";
1517
- PAYMENT_STATUS["PENDING_REFUND"] = "PENDING REFUND";
1517
+ PAYMENT_STATUS["PENDING_REFUND"] = "PENDING_REFUND";
1518
1518
  PAYMENT_STATUS["REFUND"] = "REFUND";
1519
1519
  })(PAYMENT_STATUS || (exports.PAYMENT_STATUS = PAYMENT_STATUS = {}));
1520
1520
  var COMPETITION_EVENTS;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.636",
3
+ "version": "1.1.637",
4
4
  "description": "Reusable DB core package with Postgres, MongoDB, models, services, interfaces, and types",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",