@emilgroup/payment-sdk 1.4.1-beta.36 → 1.4.1-beta.37

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.36 --save
20
+ npm install @emilgroup/payment-sdk@1.4.1-beta.37 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/payment-sdk@1.4.1-beta.36
24
+ yarn add @emilgroup/payment-sdk@1.4.1-beta.37
25
25
  ```
26
26
 
27
27
  And then you can import `PaymentsApi`.
@@ -111,4 +111,16 @@ export interface BankTransactionClassWithoutExpandProperties {
111
111
  * @memberof BankTransactionClassWithoutExpandProperties
112
112
  */
113
113
  'createdAt': string;
114
+ /**
115
+ * Identifier of the user who created the record.
116
+ * @type {string}
117
+ * @memberof BankTransactionClassWithoutExpandProperties
118
+ */
119
+ 'createdBy': string;
120
+ /**
121
+ * Identifier of the user who last updated the record.
122
+ * @type {string}
123
+ * @memberof BankTransactionClassWithoutExpandProperties
124
+ */
125
+ 'updatedBy': string;
114
126
  }
@@ -63,4 +63,16 @@ export interface TenantBankAccountClassWithoutExpandProperties {
63
63
  * @memberof TenantBankAccountClassWithoutExpandProperties
64
64
  */
65
65
  'updatedAt': string;
66
+ /**
67
+ * Identifier of the user who created the record.
68
+ * @type {string}
69
+ * @memberof TenantBankAccountClassWithoutExpandProperties
70
+ */
71
+ 'createdBy': string;
72
+ /**
73
+ * Identifier of the user who last updated the record.
74
+ * @type {string}
75
+ * @memberof TenantBankAccountClassWithoutExpandProperties
76
+ */
77
+ 'updatedBy': string;
66
78
  }
@@ -70,4 +70,16 @@ export interface TenantBankAccountClass {
70
70
  * @memberof TenantBankAccountClass
71
71
  */
72
72
  'updatedAt': string;
73
+ /**
74
+ * Identifier of the user who created the record.
75
+ * @type {string}
76
+ * @memberof TenantBankAccountClass
77
+ */
78
+ 'createdBy': string;
79
+ /**
80
+ * Identifier of the user who last updated the record.
81
+ * @type {string}
82
+ * @memberof TenantBankAccountClass
83
+ */
84
+ 'updatedBy': string;
73
85
  }
@@ -116,5 +116,17 @@ export interface BankTransactionClassWithoutExpandProperties {
116
116
  * @memberof BankTransactionClassWithoutExpandProperties
117
117
  */
118
118
  'createdAt': string;
119
+ /**
120
+ * Identifier of the user who created the record.
121
+ * @type {string}
122
+ * @memberof BankTransactionClassWithoutExpandProperties
123
+ */
124
+ 'createdBy': string;
125
+ /**
126
+ * Identifier of the user who last updated the record.
127
+ * @type {string}
128
+ * @memberof BankTransactionClassWithoutExpandProperties
129
+ */
130
+ 'updatedBy': string;
119
131
  }
120
132
 
@@ -68,5 +68,17 @@ export interface TenantBankAccountClassWithoutExpandProperties {
68
68
  * @memberof TenantBankAccountClassWithoutExpandProperties
69
69
  */
70
70
  'updatedAt': string;
71
+ /**
72
+ * Identifier of the user who created the record.
73
+ * @type {string}
74
+ * @memberof TenantBankAccountClassWithoutExpandProperties
75
+ */
76
+ 'createdBy': string;
77
+ /**
78
+ * Identifier of the user who last updated the record.
79
+ * @type {string}
80
+ * @memberof TenantBankAccountClassWithoutExpandProperties
81
+ */
82
+ 'updatedBy': string;
71
83
  }
72
84
 
@@ -75,5 +75,17 @@ export interface TenantBankAccountClass {
75
75
  * @memberof TenantBankAccountClass
76
76
  */
77
77
  'updatedAt': string;
78
+ /**
79
+ * Identifier of the user who created the record.
80
+ * @type {string}
81
+ * @memberof TenantBankAccountClass
82
+ */
83
+ 'createdBy': string;
84
+ /**
85
+ * Identifier of the user who last updated the record.
86
+ * @type {string}
87
+ * @memberof TenantBankAccountClass
88
+ */
89
+ 'updatedBy': string;
78
90
  }
79
91
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/payment-sdk",
3
- "version": "1.4.1-beta.36",
3
+ "version": "1.4.1-beta.37",
4
4
  "description": "OpenAPI client for @emilgroup/payment-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [