ps-toolkit-ui 1.15.19 → 1.15.21

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.
@@ -126,6 +126,7 @@ export declare enum StatusEnum {
126
126
  Report = 3
127
127
  }
128
128
  export declare enum PaymentStatusEnum {
129
+ Returned = -1,
129
130
  All = 0,
130
131
  Success = 100,
131
132
  NOK = 102,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ps-toolkit-ui",
3
- "version": "1.15.19",
3
+ "version": "1.15.21",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^10.1.6",
6
6
  "@angular/core": "^10.1.6"