@emilgroup/payment-sdk-node 1.23.1-beta.23 → 1.23.1-beta.25

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.
package/README.md CHANGED
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/payment-sdk-node@1.23.1-beta.23 --save
20
+ npm install @emilgroup/payment-sdk-node@1.23.1-beta.25 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/payment-sdk-node@1.23.1-beta.23
24
+ yarn add @emilgroup/payment-sdk-node@1.23.1-beta.25
25
25
  ```
26
26
 
27
27
  And then you can import `PaymentsApi`.
@@ -45,6 +45,12 @@ export interface BankAccountClassWithoutExpandProperties {
45
45
  * @memberof BankAccountClassWithoutExpandProperties
46
46
  */
47
47
  'bic': string;
48
+ /**
49
+ * Bank name.
50
+ * @type {string}
51
+ * @memberof BankAccountClassWithoutExpandProperties
52
+ */
53
+ 'bankName': string;
48
54
  /**
49
55
  * Bank account holder.
50
56
  * @type {string}
@@ -46,6 +46,12 @@ export interface BankAccountClass {
46
46
  * @memberof BankAccountClass
47
47
  */
48
48
  'bic': string;
49
+ /**
50
+ * Bank name.
51
+ * @type {string}
52
+ * @memberof BankAccountClass
53
+ */
54
+ 'bankName': string;
49
55
  /**
50
56
  * Bank account holder.
51
57
  * @type {string}
@@ -50,6 +50,12 @@ export interface BankAccountClassWithoutExpandProperties {
50
50
  * @memberof BankAccountClassWithoutExpandProperties
51
51
  */
52
52
  'bic': string;
53
+ /**
54
+ * Bank name.
55
+ * @type {string}
56
+ * @memberof BankAccountClassWithoutExpandProperties
57
+ */
58
+ 'bankName': string;
53
59
  /**
54
60
  * Bank account holder.
55
61
  * @type {string}
@@ -51,6 +51,12 @@ export interface BankAccountClass {
51
51
  * @memberof BankAccountClass
52
52
  */
53
53
  'bic': string;
54
+ /**
55
+ * Bank name.
56
+ * @type {string}
57
+ * @memberof BankAccountClass
58
+ */
59
+ 'bankName': string;
54
60
  /**
55
61
  * Bank account holder.
56
62
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/payment-sdk-node",
3
- "version": "1.23.1-beta.23",
3
+ "version": "1.23.1-beta.25",
4
4
  "description": "OpenAPI client for @emilgroup/payment-sdk-node",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [