@teemill/warehouse-prefab-applications 0.7.0 → 0.9.0

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
- ## @teemill/warehouse-prefab-applications@0.7.0
1
+ ## @teemill/warehouse-prefab-applications@0.9.0
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 @teemill/warehouse-prefab-applications@0.7.0 --save
39
+ npm install @teemill/warehouse-prefab-applications@0.9.0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -2,10 +2,10 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Warehouse Prefab Applications API
5
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage PodOS Warehouse Prefab Applications
6
6
  *
7
- * The version of the OpenAPI document: 0.7.0
8
- * Contact: hello@teemill.com
7
+ * The version of the OpenAPI document: 0.9.0
8
+ *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -60,6 +60,12 @@ export interface Batch {
60
60
  * @memberof Batch
61
61
  */
62
62
  'ref': string;
63
+ /**
64
+ * A unique, user-friendly identifier for the batch.
65
+ * @type {string}
66
+ * @memberof Batch
67
+ */
68
+ 'number': string;
63
69
  /**
64
70
  * The status of the batch
65
71
  * @type {string}
@@ -72,6 +78,12 @@ export interface Batch {
72
78
  * @memberof Batch
73
79
  */
74
80
  'size': number;
81
+ /**
82
+ * Number of applications processed
83
+ * @type {number}
84
+ * @memberof Batch
85
+ */
86
+ 'processed': number;
75
87
  /**
76
88
  * A reference to the resource location
77
89
  * @type {string}
package/base.ts CHANGED
@@ -2,10 +2,10 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Warehouse Prefab Applications API
5
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage PodOS Warehouse Prefab Applications
6
6
  *
7
- * The version of the OpenAPI document: 0.7.0
8
- * Contact: hello@teemill.com
7
+ * The version of the OpenAPI document: 0.9.0
8
+ *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
package/common.ts CHANGED
@@ -2,10 +2,10 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Warehouse Prefab Applications API
5
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage PodOS Warehouse Prefab Applications
6
6
  *
7
- * The version of the OpenAPI document: 0.7.0
8
- * Contact: hello@teemill.com
7
+ * The version of the OpenAPI document: 0.9.0
8
+ *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
package/configuration.ts CHANGED
@@ -2,10 +2,10 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Warehouse Prefab Applications API
5
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage PodOS Warehouse Prefab Applications
6
6
  *
7
- * The version of the OpenAPI document: 0.7.0
8
- * Contact: hello@teemill.com
7
+ * The version of the OpenAPI document: 0.9.0
8
+ *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -89,7 +89,13 @@ export class Configuration {
89
89
  this.accessToken = param.accessToken;
90
90
  this.basePath = param.basePath;
91
91
  this.serverIndex = param.serverIndex;
92
- this.baseOptions = param.baseOptions;
92
+ this.baseOptions = {
93
+ headers: {
94
+ ...param.baseOptions?.headers,
95
+ 'User-Agent': "OpenAPI-Generator/0.9.0/typescript-axios"
96
+ },
97
+ ...param.baseOptions
98
+ };
93
99
  this.formDataCtor = param.formDataCtor;
94
100
  }
95
101
 
package/dist/api.d.ts CHANGED
@@ -1,9 +1,9 @@
1
1
  /**
2
2
  * Warehouse Prefab Applications API
3
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage PodOS Warehouse Prefab Applications
4
+ *
5
+ * The version of the OpenAPI document: 0.9.0
4
6
  *
5
- * The version of the OpenAPI document: 0.7.0
6
- * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -50,6 +50,12 @@ export interface Batch {
50
50
  * @memberof Batch
51
51
  */
52
52
  'ref': string;
53
+ /**
54
+ * A unique, user-friendly identifier for the batch.
55
+ * @type {string}
56
+ * @memberof Batch
57
+ */
58
+ 'number': string;
53
59
  /**
54
60
  * The status of the batch
55
61
  * @type {string}
@@ -62,6 +68,12 @@ export interface Batch {
62
68
  * @memberof Batch
63
69
  */
64
70
  'size': number;
71
+ /**
72
+ * Number of applications processed
73
+ * @type {number}
74
+ * @memberof Batch
75
+ */
76
+ 'processed': number;
65
77
  /**
66
78
  * A reference to the resource location
67
79
  * @type {string}
package/dist/api.js CHANGED
@@ -3,10 +3,10 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Warehouse Prefab Applications API
6
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage PodOS Warehouse Prefab Applications
7
+ *
8
+ * The version of the OpenAPI document: 0.9.0
7
9
  *
8
- * The version of the OpenAPI document: 0.7.0
9
- * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
package/dist/base.d.ts CHANGED
@@ -1,9 +1,9 @@
1
1
  /**
2
2
  * Warehouse Prefab Applications API
3
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage PodOS Warehouse Prefab Applications
4
+ *
5
+ * The version of the OpenAPI document: 0.9.0
4
6
  *
5
- * The version of the OpenAPI document: 0.7.0
6
- * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
package/dist/base.js CHANGED
@@ -3,10 +3,10 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Warehouse Prefab Applications API
6
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage PodOS Warehouse Prefab Applications
7
+ *
8
+ * The version of the OpenAPI document: 0.9.0
7
9
  *
8
- * The version of the OpenAPI document: 0.7.0
9
- * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
package/dist/common.d.ts CHANGED
@@ -1,9 +1,9 @@
1
1
  /**
2
2
  * Warehouse Prefab Applications API
3
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage PodOS Warehouse Prefab Applications
4
+ *
5
+ * The version of the OpenAPI document: 0.9.0
4
6
  *
5
- * The version of the OpenAPI document: 0.7.0
6
- * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
package/dist/common.js CHANGED
@@ -3,10 +3,10 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Warehouse Prefab Applications API
6
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage PodOS Warehouse Prefab Applications
7
+ *
8
+ * The version of the OpenAPI document: 0.9.0
7
9
  *
8
- * The version of the OpenAPI document: 0.7.0
9
- * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -1,9 +1,9 @@
1
1
  /**
2
2
  * Warehouse Prefab Applications API
3
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage PodOS Warehouse Prefab Applications
4
+ *
5
+ * The version of the OpenAPI document: 0.9.0
4
6
  *
5
- * The version of the OpenAPI document: 0.7.0
6
- * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,10 +3,10 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Warehouse Prefab Applications API
6
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage PodOS Warehouse Prefab Applications
7
+ *
8
+ * The version of the OpenAPI document: 0.9.0
7
9
  *
8
- * The version of the OpenAPI document: 0.7.0
9
- * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -16,13 +16,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.Configuration = void 0;
17
17
  class Configuration {
18
18
  constructor(param = {}) {
19
+ var _a;
19
20
  this.apiKey = param.apiKey;
20
21
  this.username = param.username;
21
22
  this.password = param.password;
22
23
  this.accessToken = param.accessToken;
23
24
  this.basePath = param.basePath;
24
25
  this.serverIndex = param.serverIndex;
25
- this.baseOptions = param.baseOptions;
26
+ this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/0.9.0/typescript-axios" }) }, param.baseOptions);
26
27
  this.formDataCtor = param.formDataCtor;
27
28
  }
28
29
  /**
package/dist/esm/api.d.ts CHANGED
@@ -1,9 +1,9 @@
1
1
  /**
2
2
  * Warehouse Prefab Applications API
3
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage PodOS Warehouse Prefab Applications
4
+ *
5
+ * The version of the OpenAPI document: 0.9.0
4
6
  *
5
- * The version of the OpenAPI document: 0.7.0
6
- * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -50,6 +50,12 @@ export interface Batch {
50
50
  * @memberof Batch
51
51
  */
52
52
  'ref': string;
53
+ /**
54
+ * A unique, user-friendly identifier for the batch.
55
+ * @type {string}
56
+ * @memberof Batch
57
+ */
58
+ 'number': string;
53
59
  /**
54
60
  * The status of the batch
55
61
  * @type {string}
@@ -62,6 +68,12 @@ export interface Batch {
62
68
  * @memberof Batch
63
69
  */
64
70
  'size': number;
71
+ /**
72
+ * Number of applications processed
73
+ * @type {number}
74
+ * @memberof Batch
75
+ */
76
+ 'processed': number;
65
77
  /**
66
78
  * A reference to the resource location
67
79
  * @type {string}
package/dist/esm/api.js CHANGED
@@ -2,10 +2,10 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Warehouse Prefab Applications API
5
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage PodOS Warehouse Prefab Applications
6
+ *
7
+ * The version of the OpenAPI document: 0.9.0
6
8
  *
7
- * The version of the OpenAPI document: 0.7.0
8
- * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -1,9 +1,9 @@
1
1
  /**
2
2
  * Warehouse Prefab Applications API
3
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage PodOS Warehouse Prefab Applications
4
+ *
5
+ * The version of the OpenAPI document: 0.9.0
4
6
  *
5
- * The version of the OpenAPI document: 0.7.0
6
- * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
package/dist/esm/base.js CHANGED
@@ -2,10 +2,10 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Warehouse Prefab Applications API
5
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage PodOS Warehouse Prefab Applications
6
+ *
7
+ * The version of the OpenAPI document: 0.9.0
6
8
  *
7
- * The version of the OpenAPI document: 0.7.0
8
- * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -1,9 +1,9 @@
1
1
  /**
2
2
  * Warehouse Prefab Applications API
3
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage PodOS Warehouse Prefab Applications
4
+ *
5
+ * The version of the OpenAPI document: 0.9.0
4
6
  *
5
- * The version of the OpenAPI document: 0.7.0
6
- * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -2,10 +2,10 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Warehouse Prefab Applications API
5
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage PodOS Warehouse Prefab Applications
6
+ *
7
+ * The version of the OpenAPI document: 0.9.0
6
8
  *
7
- * The version of the OpenAPI document: 0.7.0
8
- * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -1,9 +1,9 @@
1
1
  /**
2
2
  * Warehouse Prefab Applications API
3
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage PodOS Warehouse Prefab Applications
4
+ *
5
+ * The version of the OpenAPI document: 0.9.0
4
6
  *
5
- * The version of the OpenAPI document: 0.7.0
6
- * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -2,10 +2,10 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Warehouse Prefab Applications API
5
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage PodOS Warehouse Prefab Applications
6
+ *
7
+ * The version of the OpenAPI document: 0.9.0
6
8
  *
7
- * The version of the OpenAPI document: 0.7.0
8
- * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -13,13 +13,14 @@
13
13
  */
14
14
  export class Configuration {
15
15
  constructor(param = {}) {
16
+ var _a;
16
17
  this.apiKey = param.apiKey;
17
18
  this.username = param.username;
18
19
  this.password = param.password;
19
20
  this.accessToken = param.accessToken;
20
21
  this.basePath = param.basePath;
21
22
  this.serverIndex = param.serverIndex;
22
- this.baseOptions = param.baseOptions;
23
+ this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/0.9.0/typescript-axios" }) }, param.baseOptions);
23
24
  this.formDataCtor = param.formDataCtor;
24
25
  }
25
26
  /**
@@ -1,9 +1,9 @@
1
1
  /**
2
2
  * Warehouse Prefab Applications API
3
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage PodOS Warehouse Prefab Applications
4
+ *
5
+ * The version of the OpenAPI document: 0.9.0
4
6
  *
5
- * The version of the OpenAPI document: 0.7.0
6
- * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
package/dist/esm/index.js CHANGED
@@ -2,10 +2,10 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Warehouse Prefab Applications API
5
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage PodOS Warehouse Prefab Applications
6
+ *
7
+ * The version of the OpenAPI document: 0.9.0
6
8
  *
7
- * The version of the OpenAPI document: 0.7.0
8
- * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
package/dist/index.d.ts CHANGED
@@ -1,9 +1,9 @@
1
1
  /**
2
2
  * Warehouse Prefab Applications API
3
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage PodOS Warehouse Prefab Applications
4
+ *
5
+ * The version of the OpenAPI document: 0.9.0
4
6
  *
5
- * The version of the OpenAPI document: 0.7.0
6
- * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
package/dist/index.js CHANGED
@@ -3,10 +3,10 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Warehouse Prefab Applications API
6
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage PodOS Warehouse Prefab Applications
7
+ *
8
+ * The version of the OpenAPI document: 0.9.0
7
9
  *
8
- * The version of the OpenAPI document: 0.7.0
9
- * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
package/index.ts CHANGED
@@ -2,10 +2,10 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Warehouse Prefab Applications API
5
- * Manage Teemill Warehouse Prefab Applications Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage PodOS Warehouse Prefab Applications
6
6
  *
7
- * The version of the OpenAPI document: 0.7.0
8
- * Contact: hello@teemill.com
7
+ * The version of the OpenAPI document: 0.9.0
8
+ *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teemill/warehouse-prefab-applications",
3
- "version": "0.7.0",
3
+ "version": "0.9.0",
4
4
  "description": "OpenAPI client for @teemill/warehouse-prefab-applications",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {