@pax2pay/client 0.2.1 → 0.2.2

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.
@@ -6,5 +6,7 @@ export interface NonBeneficiaryTransferDestination {
6
6
  bic?: string;
7
7
  address?: AddressInfo;
8
8
  fullName: string;
9
+ name?: string;
10
+ defaultReference?: string;
9
11
  saveAsNewBeneficiary?: boolean;
10
12
  }
@@ -10,5 +10,7 @@ export interface NonBeneficiaryTransferDestination {
10
10
  bic?: string
11
11
  address?: AddressInfo
12
12
  fullName: string
13
+ name?: string
14
+ defaultReference?: string
13
15
  saveAsNewBeneficiary?: boolean
14
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/client",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Client library for the Pax2Pay API",
5
5
  "author": "Pax2Pay Ltd.",
6
6
  "license": "MIT",