@pax2pay/client 0.10.3 → 0.10.4

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,5 @@
1
1
  import * as isoly from "isoly";
2
+ import { Inclusion } from "./Inclusion";
2
3
  import { ProviderCode } from "./ProviderCode";
3
4
  import { StatementReportRowActionType } from "./StatementReportRowActionType";
4
5
  import { StatementReportSubType } from "./StatementReportSubType";
@@ -12,4 +13,5 @@ export interface StatementReportRequest {
12
13
  actionTypes?: StatementReportRowActionType[];
13
14
  type?: "summary" | "full";
14
15
  subType?: StatementReportSubType;
16
+ rebateTransfers?: Inclusion;
15
17
  }
@@ -1,4 +1,5 @@
1
1
  import * as isoly from "isoly";
2
+ import { Inclusion } from "./Inclusion";
2
3
  import { ProviderCode } from "./ProviderCode";
3
4
  import { BalanceType } from "./Report/BalanceType";
4
5
  import { StatementReportRowActionType } from "./StatementReportRowActionType";
@@ -14,4 +15,5 @@ export interface StatementSummaryReportRequest {
14
15
  };
15
16
  subType?: StatementReportSubType;
16
17
  period: "DAILY" | "WEEKLY" | "MONTHLY" | "QUARTERLY" | "YEARLY" | "ENTIRE";
18
+ rebateTransfers?: Inclusion;
17
19
  }
@@ -1,4 +1,5 @@
1
1
  import * as isoly from "isoly"
2
+ import { Inclusion } from "./Inclusion"
2
3
  import { ProviderCode } from "./ProviderCode"
3
4
  import { StatementReportRowActionType } from "./StatementReportRowActionType"
4
5
  import { StatementReportSubType } from "./StatementReportSubType"
@@ -13,4 +14,5 @@ export interface StatementReportRequest {
13
14
  actionTypes?: StatementReportRowActionType[]
14
15
  type?: "summary" | "full"
15
16
  subType?: StatementReportSubType
17
+ rebateTransfers?: Inclusion
16
18
  }
@@ -1,4 +1,5 @@
1
1
  import * as isoly from "isoly"
2
+ import { Inclusion } from "./Inclusion"
2
3
  import { ProviderCode } from "./ProviderCode"
3
4
  import { BalanceType } from "./Report/BalanceType"
4
5
  import { StatementReportRowActionType } from "./StatementReportRowActionType"
@@ -15,4 +16,5 @@ export interface StatementSummaryReportRequest {
15
16
  }
16
17
  subType?: StatementReportSubType
17
18
  period: "DAILY" | "WEEKLY" | "MONTHLY" | "QUARTERLY" | "YEARLY" | "ENTIRE"
19
+ rebateTransfers?: Inclusion
18
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/client",
3
- "version": "0.10.3",
3
+ "version": "0.10.4",
4
4
  "description": "Client library for the Pax2Pay API",
5
5
  "author": "Pax2Pay Ltd.",
6
6
  "license": "MIT",