ps-toolkit-ui 1.15.19 → 1.15.20

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.
@@ -1023,6 +1023,7 @@
1023
1023
  StatusEnum[StatusEnum["Report"] = 3] = "Report";
1024
1024
  })(exports.StatusEnum || (exports.StatusEnum = {}));
1025
1025
  (function (PaymentStatusEnum) {
1026
+ PaymentStatusEnum[PaymentStatusEnum["Returned"] = -1] = "Returned";
1026
1027
  PaymentStatusEnum[PaymentStatusEnum["All"] = 0] = "All";
1027
1028
  PaymentStatusEnum[PaymentStatusEnum["Success"] = 100] = "Success";
1028
1029
  PaymentStatusEnum[PaymentStatusEnum["NOK"] = 102] = "NOK";