@emilgroup/payment-sdk 1.13.1-beta.68 → 1.13.1-beta.69

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@1.13.1-beta.68 --save
20
+ npm install @emilgroup/payment-sdk@1.13.1-beta.69 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/payment-sdk@1.13.1-beta.68
24
+ yarn add @emilgroup/payment-sdk@1.13.1-beta.69
25
25
  ```
26
26
 
27
27
  And then you can import `PaymentsApi`.
@@ -27,6 +27,12 @@ export interface UpdateBankOrderRequestDto {
27
27
  * @memberof UpdateBankOrderRequestDto
28
28
  */
29
29
  'description'?: string;
30
+ /**
31
+ * Financial account code associated with the bank order.
32
+ * @type {string}
33
+ * @memberof UpdateBankOrderRequestDto
34
+ */
35
+ 'financialAccountCode': string;
30
36
  /**
31
37
  * List of invoice IDs associated with bank order.
32
38
  * @type {Array<number>}
@@ -32,6 +32,12 @@ export interface UpdateBankOrderRequestDto {
32
32
  * @memberof UpdateBankOrderRequestDto
33
33
  */
34
34
  'description'?: string;
35
+ /**
36
+ * Financial account code associated with the bank order.
37
+ * @type {string}
38
+ * @memberof UpdateBankOrderRequestDto
39
+ */
40
+ 'financialAccountCode': string;
35
41
  /**
36
42
  * List of invoice IDs associated with bank order.
37
43
  * @type {Array<number>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/payment-sdk",
3
- "version": "1.13.1-beta.68",
3
+ "version": "1.13.1-beta.69",
4
4
  "description": "OpenAPI client for @emilgroup/payment-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [