@pax2pay/client 0.3.49 → 0.3.51

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.
@@ -15,4 +15,5 @@ export interface OrganisationConfig {
15
15
  inboundTransferConfig?: FundingAccountInboundTransferNotificationConfig;
16
16
  fundingLimitConfig?: FundingLimitConfig;
17
17
  cardDeliveryEmailConfig?: CardDeliveryEmailConfig;
18
+ portalHideMultipleUseOption?: boolean;
18
19
  }
@@ -10,5 +10,5 @@ export interface StatementSummaryReportRequest {
10
10
  end?: isoly.Date;
11
11
  };
12
12
  subType?: "SETTLED" | "PENDING";
13
- period: "DAILY" | "WEEKLY" | "MONTHLY" | "QUARTERLY" | "YEARLY";
13
+ period: "DAILY" | "WEEKLY" | "MONTHLY" | "QUARTERLY" | "YEARLY" | "ENTIRE";
14
14
  }
@@ -18,4 +18,5 @@ export interface OrganisationConfig {
18
18
  inboundTransferConfig?: FundingAccountInboundTransferNotificationConfig
19
19
  fundingLimitConfig?: FundingLimitConfig
20
20
  cardDeliveryEmailConfig?: CardDeliveryEmailConfig
21
+ portalHideMultipleUseOption?: boolean
21
22
  }
@@ -11,5 +11,5 @@ export interface StatementSummaryReportRequest {
11
11
  end?: isoly.Date
12
12
  }
13
13
  subType?: "SETTLED" | "PENDING"
14
- period: "DAILY" | "WEEKLY" | "MONTHLY" | "QUARTERLY" | "YEARLY"
14
+ period: "DAILY" | "WEEKLY" | "MONTHLY" | "QUARTERLY" | "YEARLY" | "ENTIRE"
15
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/client",
3
- "version": "0.3.49",
3
+ "version": "0.3.51",
4
4
  "description": "Client library for the Pax2Pay API",
5
5
  "author": "Pax2Pay Ltd.",
6
6
  "license": "MIT",