flexinet-api 0.0.800-prerelease0 → 0.0.802-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.800-prerelease0
1
+ ## flexinet-api@0.0.802-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.800-prerelease0 --save
39
+ npm install flexinet-api@0.0.802-prerelease0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -2014,7 +2014,7 @@ export interface ProgressResponse {
2014
2014
 
2015
2015
  export const ProgressState = {
2016
2016
  Active: 'active',
2017
- Total: 'total'
2017
+ Pending: 'pending'
2018
2018
  } as const;
2019
2019
 
2020
2020
  export type ProgressState = typeof ProgressState[keyof typeof ProgressState];
package/dist/api.d.ts CHANGED
@@ -1897,7 +1897,7 @@ export interface ProgressResponse {
1897
1897
  */
1898
1898
  export declare const ProgressState: {
1899
1899
  readonly Active: "active";
1900
- readonly Total: "total";
1900
+ readonly Pending: "pending";
1901
1901
  };
1902
1902
  export type ProgressState = typeof ProgressState[keyof typeof ProgressState];
1903
1903
  /**
package/dist/api.js CHANGED
@@ -218,7 +218,7 @@ exports.ProgressInterval = {
218
218
  */
219
219
  exports.ProgressState = {
220
220
  Active: 'active',
221
- Total: 'total'
221
+ Pending: 'pending'
222
222
  };
223
223
  /**
224
224
  *
package/dist/esm/api.d.ts CHANGED
@@ -1897,7 +1897,7 @@ export interface ProgressResponse {
1897
1897
  */
1898
1898
  export declare const ProgressState: {
1899
1899
  readonly Active: "active";
1900
- readonly Total: "total";
1900
+ readonly Pending: "pending";
1901
1901
  };
1902
1902
  export type ProgressState = typeof ProgressState[keyof typeof ProgressState];
1903
1903
  /**
package/dist/esm/api.js CHANGED
@@ -213,7 +213,7 @@ export const ProgressInterval = {
213
213
  */
214
214
  export const ProgressState = {
215
215
  Active: 'active',
216
- Total: 'total'
216
+ Pending: 'pending'
217
217
  };
218
218
  /**
219
219
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexinet-api",
3
- "version": "0.0.800-prerelease0",
3
+ "version": "0.0.802-prerelease0",
4
4
  "description": "OpenAPI client for flexinet-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {