@pax2pay/client 0.3.62 → 0.3.63

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,7 @@ export interface TransferRequest {
7
7
  beneficiaryId?: string;
8
8
  destination?: NonBeneficiaryTransferDestination;
9
9
  destinationProviderAccountId?: string;
10
+ destinationProviderCode?: ProviderCode;
10
11
  amount: number;
11
12
  currency?: string;
12
13
  reference?: string;
@@ -8,6 +8,7 @@ export interface TransferRequest {
8
8
  beneficiaryId?: string
9
9
  destination?: NonBeneficiaryTransferDestination
10
10
  destinationProviderAccountId?: string
11
+ destinationProviderCode?: ProviderCode
11
12
  amount: number
12
13
  currency?: string
13
14
  reference?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/client",
3
- "version": "0.3.62",
3
+ "version": "0.3.63",
4
4
  "description": "Client library for the Pax2Pay API",
5
5
  "author": "Pax2Pay Ltd.",
6
6
  "license": "MIT",