@pax2pay/client 0.3.84 → 0.3.85

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,4 +1,4 @@
1
- export declare const statementReportSubType: readonly ["SETTLED", "PENDING", "PROGNOSIS"];
1
+ export declare const statementReportSubType: readonly ["SETTLED", "PENDING", "PROGNOSIS", "FUTURE_PROGNOSIS", "UNUSED_CARDS_PROGNOSIS"];
2
2
  export type StatementReportSubType = typeof statementReportSubType[number];
3
3
  export declare namespace StatementReportSubType {
4
4
  function is(value: unknown): value is StatementReportSubType;
@@ -1,4 +1,10 @@
1
- export const statementReportSubType = ["SETTLED", "PENDING", "PROGNOSIS"];
1
+ export const statementReportSubType = [
2
+ "SETTLED",
3
+ "PENDING",
4
+ "PROGNOSIS",
5
+ "FUTURE_PROGNOSIS",
6
+ "UNUSED_CARDS_PROGNOSIS",
7
+ ];
2
8
  export var StatementReportSubType;
3
9
  (function (StatementReportSubType) {
4
10
  function is(value) {
@@ -1 +1 @@
1
- {"version":3,"file":"StatementReportSubType.js","sourceRoot":"../","sources":["model/StatementReportSubType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,SAAS,EAAE,SAAS,EAAE,WAAW,CAAU,CAAA;AAIlF,MAAM,KAAW,sBAAsB,CAItC;AAJD,WAAiB,sBAAsB;IACtC,SAAgB,EAAE,CAAC,KAAc;QAChC,OAAO,OAAO,KAAK,IAAI,QAAQ,IAAI,sBAAsB,CAAC,QAAQ,CAAC,KAA+B,CAAC,CAAA;IACpG,CAAC;IAFe,yBAAE,KAEjB,CAAA;AACF,CAAC,EAJgB,sBAAsB,KAAtB,sBAAsB,QAItC"}
1
+ {"version":3,"file":"StatementReportSubType.js","sourceRoot":"../","sources":["model/StatementReportSubType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,sBAAsB,GAAG;IACrC,SAAS;IACT,SAAS;IACT,WAAW;IACX,kBAAkB;IAClB,wBAAwB;CACf,CAAA;AAIV,MAAM,KAAW,sBAAsB,CAItC;AAJD,WAAiB,sBAAsB;IACtC,SAAgB,EAAE,CAAC,KAAc;QAChC,OAAO,OAAO,KAAK,IAAI,QAAQ,IAAI,sBAAsB,CAAC,QAAQ,CAAC,KAA+B,CAAC,CAAA;IACpG,CAAC;IAFe,yBAAE,KAEjB,CAAA;AACF,CAAC,EAJgB,sBAAsB,KAAtB,sBAAsB,QAItC"}
@@ -1,4 +1,10 @@
1
- export const statementReportSubType = ["SETTLED", "PENDING", "PROGNOSIS"] as const
1
+ export const statementReportSubType = [
2
+ "SETTLED",
3
+ "PENDING",
4
+ "PROGNOSIS",
5
+ "FUTURE_PROGNOSIS",
6
+ "UNUSED_CARDS_PROGNOSIS",
7
+ ] as const
2
8
 
3
9
  export type StatementReportSubType = typeof statementReportSubType[number]
4
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/client",
3
- "version": "0.3.84",
3
+ "version": "0.3.85",
4
4
  "description": "Client library for the Pax2Pay API",
5
5
  "author": "Pax2Pay Ltd.",
6
6
  "license": "MIT",