gst-common 1.5.15 → 1.5.16

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/index.cjs CHANGED
@@ -246,6 +246,8 @@ var WITHDRAW_REQUEST_STATUS = /* @__PURE__ */ ((WITHDRAW_REQUEST_STATUS2) => {
246
246
  WITHDRAW_REQUEST_STATUS2["PENDING"] = "PENDING";
247
247
  WITHDRAW_REQUEST_STATUS2["APPROVED"] = "APPROVED";
248
248
  WITHDRAW_REQUEST_STATUS2["REJECTED"] = "REJECTED";
249
+ WITHDRAW_REQUEST_STATUS2["COMBINED"] = "COMBINED";
250
+ WITHDRAW_REQUEST_STATUS2["CANCELLED"] = "CANCELLED";
249
251
  return WITHDRAW_REQUEST_STATUS2;
250
252
  })(WITHDRAW_REQUEST_STATUS || {});
251
253
  var INTERNAL_ROLE = /* @__PURE__ */ ((INTERNAL_ROLE2) => {
package/dist/index.d.cts CHANGED
@@ -463,7 +463,9 @@ declare enum TRANSACTION_GATEWAY {
463
463
  declare enum WITHDRAW_REQUEST_STATUS {
464
464
  PENDING = "PENDING",
465
465
  APPROVED = "APPROVED",
466
- REJECTED = "REJECTED"
466
+ REJECTED = "REJECTED",
467
+ COMBINED = "COMBINED",
468
+ CANCELLED = "CANCELLED"
467
469
  }
468
470
  declare enum INTERNAL_ROLE {
469
471
  ADMIN = "ADMIN"
package/dist/index.d.ts CHANGED
@@ -463,7 +463,9 @@ declare enum TRANSACTION_GATEWAY {
463
463
  declare enum WITHDRAW_REQUEST_STATUS {
464
464
  PENDING = "PENDING",
465
465
  APPROVED = "APPROVED",
466
- REJECTED = "REJECTED"
466
+ REJECTED = "REJECTED",
467
+ COMBINED = "COMBINED",
468
+ CANCELLED = "CANCELLED"
467
469
  }
468
470
  declare enum INTERNAL_ROLE {
469
471
  ADMIN = "ADMIN"
package/dist/index.mjs CHANGED
@@ -161,6 +161,8 @@ var WITHDRAW_REQUEST_STATUS = /* @__PURE__ */ ((WITHDRAW_REQUEST_STATUS2) => {
161
161
  WITHDRAW_REQUEST_STATUS2["PENDING"] = "PENDING";
162
162
  WITHDRAW_REQUEST_STATUS2["APPROVED"] = "APPROVED";
163
163
  WITHDRAW_REQUEST_STATUS2["REJECTED"] = "REJECTED";
164
+ WITHDRAW_REQUEST_STATUS2["COMBINED"] = "COMBINED";
165
+ WITHDRAW_REQUEST_STATUS2["CANCELLED"] = "CANCELLED";
164
166
  return WITHDRAW_REQUEST_STATUS2;
165
167
  })(WITHDRAW_REQUEST_STATUS || {});
166
168
  var INTERNAL_ROLE = /* @__PURE__ */ ((INTERNAL_ROLE2) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.5.15",
3
+ "version": "1.5.16",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",