@pax2pay/client 0.4.0 → 0.4.1

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", "sent", "upcoming", "settled", "completed", "rejected", "frozen", "closed", "expired", "pending", "approved", "declined"];
5
- const type: isly.Type<"frozen" | "active" | "closed" | "pending" | "expired" | "completed" | "rejected" | "approved" | "declined" | "sent" | "upcoming" | "settled">;
6
- const is: (value: any | ("frozen" | "active" | "closed" | "pending" | "expired" | "completed" | "rejected" | "approved" | "declined" | "sent" | "upcoming" | "settled")) => value is "frozen" | "active" | "closed" | "pending" | "expired" | "completed" | "rejected" | "approved" | "declined" | "sent" | "upcoming" | "settled";
4
+ const values: readonly ["active", "sent", "upcoming", "settled", "rejected", "frozen", "closed", "expired", "pending", "approved", "declined"];
5
+ const type: isly.Type<"frozen" | "active" | "closed" | "pending" | "expired" | "rejected" | "approved" | "declined" | "sent" | "upcoming" | "settled">;
6
+ const is: (value: any | ("frozen" | "active" | "closed" | "pending" | "expired" | "rejected" | "approved" | "declined" | "sent" | "upcoming" | "settled")) => value is "frozen" | "active" | "closed" | "pending" | "expired" | "rejected" | "approved" | "declined" | "sent" | "upcoming" | "settled";
7
7
  }
@@ -6,7 +6,6 @@ export var PaymentStatus;
6
6
  "sent",
7
7
  "upcoming",
8
8
  "settled",
9
- "completed",
10
9
  "rejected",
11
10
  "frozen",
12
11
  "closed",
@@ -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,CAiB7B;AAjBD,WAAiB,aAAa;IAChB,oBAAM,GAAG;QACrB,QAAQ;QACR,MAAM;QACN,UAAU;QACV,SAAS;QACT,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,EAjBgB,aAAa,KAAb,aAAa,QAiB7B"}
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,CAgB7B;AAhBD,WAAiB,aAAa;IAChB,oBAAM,GAAG;QACrB,QAAQ;QACR,MAAM;QACN,UAAU;QACV,SAAS;QACT,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,EAhBgB,aAAa,KAAb,aAAa,QAgB7B"}
@@ -8,7 +8,6 @@ export namespace PaymentStatus {
8
8
  "sent",
9
9
  "upcoming",
10
10
  "settled",
11
- "completed", //deprecated
12
11
  "rejected",
13
12
  "frozen",
14
13
  "closed",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/client",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Client library for the Pax2Pay API",
5
5
  "author": "Pax2Pay Ltd.",
6
6
  "license": "MIT",