@pax2pay/client 0.3.21 → 0.3.23

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.
@@ -7,6 +7,6 @@ export interface StatementReportRequest {
7
7
  start: isoly.DateTime;
8
8
  end: isoly.DateTime;
9
9
  };
10
- balanceType?: "AVAILABLE" | "ACTUAL";
10
+ balanceType?: "AVAILABLE" | "ACTUAL" | "STANDARD";
11
11
  type?: "summary" | "full";
12
12
  }
@@ -6,6 +6,8 @@ export interface StatementReportResponse {
6
6
  closingAvailableBalance: number;
7
7
  openingActualBalance: number;
8
8
  closingActualBalance: number;
9
+ paidIn?: number;
10
+ paidOut?: number;
9
11
  providerCode: ProviderCode;
10
12
  providerAccountId: string;
11
13
  currency: Currency;
@@ -8,6 +8,6 @@ export interface StatementReportRequest {
8
8
  start: isoly.DateTime
9
9
  end: isoly.DateTime
10
10
  }
11
- balanceType?: "AVAILABLE" | "ACTUAL"
11
+ balanceType?: "AVAILABLE" | "ACTUAL" | "STANDARD"
12
12
  type?: "summary" | "full"
13
13
  }
@@ -7,6 +7,8 @@ export interface StatementReportResponse {
7
7
  closingAvailableBalance: number
8
8
  openingActualBalance: number
9
9
  closingActualBalance: number
10
+ paidIn?: number
11
+ paidOut?: number
10
12
  providerCode: ProviderCode
11
13
  providerAccountId: string
12
14
  currency: Currency
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/client",
3
- "version": "0.3.21",
3
+ "version": "0.3.23",
4
4
  "description": "Client library for the Pax2Pay API",
5
5
  "author": "Pax2Pay Ltd.",
6
6
  "license": "MIT",