flexinet-api 0.0.1783 → 0.0.1784

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.1783
1
+ ## flexinet-api@0.0.1784
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.1783 --save
39
+ npm install flexinet-api@0.0.1784 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -3018,7 +3018,7 @@ export interface Segment {
3018
3018
  * @type {Array<Client>}
3019
3019
  * @memberof Segment
3020
3020
  */
3021
- 'clients': Array<Client>;
3021
+ 'clients'?: Array<Client>;
3022
3022
  }
3023
3023
  /**
3024
3024
  *
package/dist/api.d.ts CHANGED
@@ -2849,7 +2849,7 @@ export interface Segment {
2849
2849
  * @type {Array<Client>}
2850
2850
  * @memberof Segment
2851
2851
  */
2852
- 'clients': Array<Client>;
2852
+ 'clients'?: Array<Client>;
2853
2853
  }
2854
2854
  /**
2855
2855
  *
package/dist/esm/api.d.ts CHANGED
@@ -2849,7 +2849,7 @@ export interface Segment {
2849
2849
  * @type {Array<Client>}
2850
2850
  * @memberof Segment
2851
2851
  */
2852
- 'clients': Array<Client>;
2852
+ 'clients'?: Array<Client>;
2853
2853
  }
2854
2854
  /**
2855
2855
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexinet-api",
3
- "version": "0.0.1783",
3
+ "version": "0.0.1784",
4
4
  "description": "OpenAPI client for flexinet-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {