flexinet-api 0.0.1853 → 0.0.1855

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
@@ -1,4 +1,4 @@
1
- ## flexinet-api@0.0.1853
1
+ ## flexinet-api@0.0.1855
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install flexinet-api@0.0.1853 --save
39
+ npm install flexinet-api@0.0.1855 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -297,6 +297,12 @@ export interface BalanceBulkUpdateRequest {
297
297
  * @memberof BalanceBulkUpdateRequest
298
298
  */
299
299
  'currency'?: TransactionCurrencyKind;
300
+ /**
301
+ *
302
+ * @type {string}
303
+ * @memberof BalanceBulkUpdateRequest
304
+ */
305
+ 'description'?: string;
300
306
  }
301
307
 
302
308
 
@@ -330,6 +336,12 @@ export interface BalanceUpdateRequest {
330
336
  * @memberof BalanceUpdateRequest
331
337
  */
332
338
  'currency'?: TransactionCurrencyKind;
339
+ /**
340
+ *
341
+ * @type {string}
342
+ * @memberof BalanceUpdateRequest
343
+ */
344
+ 'description'?: string;
333
345
  }
334
346
 
335
347
 
@@ -3764,6 +3776,12 @@ export interface Transaction {
3764
3776
  * @memberof Transaction
3765
3777
  */
3766
3778
  'currency': TransactionCurrencyKind;
3779
+ /**
3780
+ *
3781
+ * @type {string}
3782
+ * @memberof Transaction
3783
+ */
3784
+ 'description'?: string;
3767
3785
  }
3768
3786
 
3769
3787
 
package/dist/api.d.ts CHANGED
@@ -268,6 +268,12 @@ export interface BalanceBulkUpdateRequest {
268
268
  * @memberof BalanceBulkUpdateRequest
269
269
  */
270
270
  'currency'?: TransactionCurrencyKind;
271
+ /**
272
+ *
273
+ * @type {string}
274
+ * @memberof BalanceBulkUpdateRequest
275
+ */
276
+ 'description'?: string;
271
277
  }
272
278
  /**
273
279
  *
@@ -299,6 +305,12 @@ export interface BalanceUpdateRequest {
299
305
  * @memberof BalanceUpdateRequest
300
306
  */
301
307
  'currency'?: TransactionCurrencyKind;
308
+ /**
309
+ *
310
+ * @type {string}
311
+ * @memberof BalanceUpdateRequest
312
+ */
313
+ 'description'?: string;
302
314
  }
303
315
  /**
304
316
  *
@@ -3566,6 +3578,12 @@ export interface Transaction {
3566
3578
  * @memberof Transaction
3567
3579
  */
3568
3580
  'currency': TransactionCurrencyKind;
3581
+ /**
3582
+ *
3583
+ * @type {string}
3584
+ * @memberof Transaction
3585
+ */
3586
+ 'description'?: string;
3569
3587
  }
3570
3588
  /**
3571
3589
  *
package/dist/esm/api.d.ts CHANGED
@@ -268,6 +268,12 @@ export interface BalanceBulkUpdateRequest {
268
268
  * @memberof BalanceBulkUpdateRequest
269
269
  */
270
270
  'currency'?: TransactionCurrencyKind;
271
+ /**
272
+ *
273
+ * @type {string}
274
+ * @memberof BalanceBulkUpdateRequest
275
+ */
276
+ 'description'?: string;
271
277
  }
272
278
  /**
273
279
  *
@@ -299,6 +305,12 @@ export interface BalanceUpdateRequest {
299
305
  * @memberof BalanceUpdateRequest
300
306
  */
301
307
  'currency'?: TransactionCurrencyKind;
308
+ /**
309
+ *
310
+ * @type {string}
311
+ * @memberof BalanceUpdateRequest
312
+ */
313
+ 'description'?: string;
302
314
  }
303
315
  /**
304
316
  *
@@ -3566,6 +3578,12 @@ export interface Transaction {
3566
3578
  * @memberof Transaction
3567
3579
  */
3568
3580
  'currency': TransactionCurrencyKind;
3581
+ /**
3582
+ *
3583
+ * @type {string}
3584
+ * @memberof Transaction
3585
+ */
3586
+ 'description'?: string;
3569
3587
  }
3570
3588
  /**
3571
3589
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexinet-api",
3
- "version": "0.0.1853",
3
+ "version": "0.0.1855",
4
4
  "description": "OpenAPI client for flexinet-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {