flexinet-api 0.0.826-prerelease0 → 0.0.844-prerelease0

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.826-prerelease0
1
+ ## flexinet-api@0.0.844-prerelease0
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.826-prerelease0 --save
39
+ npm install flexinet-api@0.0.844-prerelease0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -1530,6 +1530,12 @@ export interface Product {
1530
1530
  * @memberof Product
1531
1531
  */
1532
1532
  'updatedAt': string;
1533
+ /**
1534
+ *
1535
+ * @type {number}
1536
+ * @memberof Product
1537
+ */
1538
+ 'quantity'?: number;
1533
1539
  }
1534
1540
 
1535
1541
 
package/dist/api.d.ts CHANGED
@@ -1451,6 +1451,12 @@ export interface Product {
1451
1451
  * @memberof Product
1452
1452
  */
1453
1453
  'updatedAt': string;
1454
+ /**
1455
+ *
1456
+ * @type {number}
1457
+ * @memberof Product
1458
+ */
1459
+ 'quantity'?: number;
1454
1460
  }
1455
1461
  /**
1456
1462
  * The details necessary to transform a Product request into a Product in case it is accepted.
package/dist/esm/api.d.ts CHANGED
@@ -1451,6 +1451,12 @@ export interface Product {
1451
1451
  * @memberof Product
1452
1452
  */
1453
1453
  'updatedAt': string;
1454
+ /**
1455
+ *
1456
+ * @type {number}
1457
+ * @memberof Product
1458
+ */
1459
+ 'quantity'?: number;
1454
1460
  }
1455
1461
  /**
1456
1462
  * The details necessary to transform a Product request into a Product in case it is accepted.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexinet-api",
3
- "version": "0.0.826-prerelease0",
3
+ "version": "0.0.844-prerelease0",
4
4
  "description": "OpenAPI client for flexinet-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {