@pax2pay/client 0.8.6 → 0.8.7

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,11 +1,13 @@
1
1
  import * as isoly from "isoly";
2
2
  import { ProviderCode } from "./ProviderCode";
3
3
  import { BalanceType } from "./Report/BalanceType";
4
+ import { StatementReportRowActionType } from "./StatementReportRowActionType";
4
5
  import { StatementReportSubType } from "./StatementReportSubType";
5
6
  export interface StatementSummaryReportRequest {
6
7
  providerCode: ProviderCode;
7
8
  providerAccountId: string;
8
9
  balanceType?: BalanceType;
10
+ actionTypes?: StatementReportRowActionType[];
9
11
  dateRange?: {
10
12
  start?: isoly.Date;
11
13
  end?: isoly.Date;
@@ -1,12 +1,14 @@
1
1
  import * as isoly from "isoly"
2
2
  import { ProviderCode } from "./ProviderCode"
3
3
  import { BalanceType } from "./Report/BalanceType"
4
+ import { StatementReportRowActionType } from "./StatementReportRowActionType"
4
5
  import { StatementReportSubType } from "./StatementReportSubType"
5
6
 
6
7
  export interface StatementSummaryReportRequest {
7
8
  providerCode: ProviderCode
8
9
  providerAccountId: string
9
10
  balanceType?: BalanceType
11
+ actionTypes?: StatementReportRowActionType[]
10
12
  dateRange?: {
11
13
  start?: isoly.Date
12
14
  end?: isoly.Date
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/client",
3
- "version": "0.8.6",
3
+ "version": "0.8.7",
4
4
  "description": "Client library for the Pax2Pay API",
5
5
  "author": "Pax2Pay Ltd.",
6
6
  "license": "MIT",