flexinet-api 0.0.2019-pre → 0.0.2020-prerelease0-dev

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.2019-pre
1
+ ## flexinet-api@0.0.2020-prerelease0-dev
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.2019-pre --save
39
+ npm install flexinet-api@0.0.2020-prerelease0-dev --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -4370,6 +4370,12 @@ export interface UserOrder {
4370
4370
  * @memberof UserOrder
4371
4371
  */
4372
4372
  'status'?: OrderStatus;
4373
+ /**
4374
+ *
4375
+ * @type {OrderSourceReference}
4376
+ * @memberof UserOrder
4377
+ */
4378
+ 'sourceReference'?: OrderSourceReference;
4373
4379
  }
4374
4380
 
4375
4381
 
package/dist/api.d.ts CHANGED
@@ -4152,6 +4152,12 @@ export interface UserOrder {
4152
4152
  * @memberof UserOrder
4153
4153
  */
4154
4154
  'status'?: OrderStatus;
4155
+ /**
4156
+ *
4157
+ * @type {OrderSourceReference}
4158
+ * @memberof UserOrder
4159
+ */
4160
+ 'sourceReference'?: OrderSourceReference;
4155
4161
  }
4156
4162
  /**
4157
4163
  *
package/dist/esm/api.d.ts CHANGED
@@ -4152,6 +4152,12 @@ export interface UserOrder {
4152
4152
  * @memberof UserOrder
4153
4153
  */
4154
4154
  'status'?: OrderStatus;
4155
+ /**
4156
+ *
4157
+ * @type {OrderSourceReference}
4158
+ * @memberof UserOrder
4159
+ */
4160
+ 'sourceReference'?: OrderSourceReference;
4155
4161
  }
4156
4162
  /**
4157
4163
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexinet-api",
3
- "version": "0.0.2019-pre",
3
+ "version": "0.0.2020-prerelease0-dev",
4
4
  "description": "OpenAPI client for flexinet-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {