@emilgroup/payment-sdk 1.4.1-beta.28 → 1.4.1-beta.29

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.4.1-beta.28 --save
20
+ npm install @emilgroup/payment-sdk@1.4.1-beta.29 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/payment-sdk@1.4.1-beta.28
24
+ yarn add @emilgroup/payment-sdk@1.4.1-beta.29
25
25
  ```
26
26
 
27
27
  And then you can import `PaymentsApi`.
@@ -58,12 +58,6 @@ export interface BankAccountClass {
58
58
  * @memberof BankAccountClass
59
59
  */
60
60
  'createdAt': string;
61
- /**
62
- * Time at which the object was updated.
63
- * @type {string}
64
- * @memberof BankAccountClass
65
- */
66
- 'updatedAt': string;
67
61
  /**
68
62
  * Partner code associated with bank account.
69
63
  * @type {string}
@@ -63,12 +63,6 @@ export interface BankAccountClass {
63
63
  * @memberof BankAccountClass
64
64
  */
65
65
  'createdAt': string;
66
- /**
67
- * Time at which the object was updated.
68
- * @type {string}
69
- * @memberof BankAccountClass
70
- */
71
- 'updatedAt': string;
72
66
  /**
73
67
  * Partner code associated with bank account.
74
68
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/payment-sdk",
3
- "version": "1.4.1-beta.28",
3
+ "version": "1.4.1-beta.29",
4
4
  "description": "OpenAPI client for @emilgroup/payment-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [