@pax2pay/client 0.3.115 → 0.3.116

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.
@@ -1,7 +1,7 @@
1
1
  import { isly } from "isly";
2
2
  export type PaymentStatus = typeof PaymentStatus.values[number];
3
3
  export declare namespace PaymentStatus {
4
- const values: readonly ["active", "completed", "rejected", "frozen", "cancelled", "expired", "pending", "approved", "declined"];
5
- const type: isly.Type<"frozen" | "active" | "pending" | "expired" | "completed" | "rejected" | "approved" | "declined" | "cancelled">;
6
- const is: isly.Type.IsFunction<"frozen" | "active" | "pending" | "expired" | "completed" | "rejected" | "approved" | "declined" | "cancelled">;
4
+ const values: readonly ["active", "completed", "rejected", "frozen", "closed", "expired", "pending", "approved", "declined"];
5
+ const type: isly.Type<"frozen" | "active" | "closed" | "pending" | "expired" | "completed" | "rejected" | "approved" | "declined">;
6
+ const is: isly.Type.IsFunction<"frozen" | "active" | "closed" | "pending" | "expired" | "completed" | "rejected" | "approved" | "declined">;
7
7
  }
@@ -6,7 +6,7 @@ export var PaymentStatus;
6
6
  "completed",
7
7
  "rejected",
8
8
  "frozen",
9
- "cancelled",
9
+ "closed",
10
10
  "expired",
11
11
  "pending",
12
12
  "approved",
@@ -1 +1 @@
1
- {"version":3,"file":"PaymentStatus.js","sourceRoot":"../","sources":["model/PaymentStatus.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAI3B,MAAM,KAAW,aAAa,CAc7B;AAdD,WAAiB,aAAa;IAChB,oBAAM,GAAG;QACrB,QAAQ;QACR,WAAW;QACX,UAAU;QACV,QAAQ;QACR,WAAW;QACX,SAAS;QACT,SAAS;QACT,UAAU;QACV,UAAU;KACD,CAAA;IACG,kBAAI,GAAG,IAAI,CAAC,MAAM,CAAC,cAAA,MAAM,CAAC,CAAA;IAC1B,gBAAE,GAAG,cAAA,IAAI,CAAC,EAAE,CAAA;AAC1B,CAAC,EAdgB,aAAa,KAAb,aAAa,QAc7B"}
1
+ {"version":3,"file":"PaymentStatus.js","sourceRoot":"../","sources":["model/PaymentStatus.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAI3B,MAAM,KAAW,aAAa,CAc7B;AAdD,WAAiB,aAAa;IAChB,oBAAM,GAAG;QACrB,QAAQ;QACR,WAAW;QACX,UAAU;QACV,QAAQ;QACR,QAAQ;QACR,SAAS;QACT,SAAS;QACT,UAAU;QACV,UAAU;KACD,CAAA;IACG,kBAAI,GAAG,IAAI,CAAC,MAAM,CAAC,cAAA,MAAM,CAAC,CAAA;IAC1B,gBAAE,GAAG,cAAA,IAAI,CAAC,EAAE,CAAA;AAC1B,CAAC,EAdgB,aAAa,KAAb,aAAa,QAc7B"}
@@ -8,7 +8,7 @@ export namespace PaymentStatus {
8
8
  "completed",
9
9
  "rejected",
10
10
  "frozen",
11
- "cancelled",
11
+ "closed",
12
12
  "expired",
13
13
  "pending",
14
14
  "approved",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/client",
3
- "version": "0.3.115",
3
+ "version": "0.3.116",
4
4
  "description": "Client library for the Pax2Pay API",
5
5
  "author": "Pax2Pay Ltd.",
6
6
  "license": "MIT",