@teemill/warehouse-prefab-applications 0.14.6 → 0.14.7

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.14.6
1
+ ## @teemill/warehouse-prefab-applications@0.14.7
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.14.6 --save
39
+ npm install @teemill/warehouse-prefab-applications@0.14.7 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Warehouse Prefab Applications
5
5
  * Manage PodOS Warehouse Prefab Applications
6
6
  *
7
- * The version of the OpenAPI document: 0.14.6
7
+ * The version of the OpenAPI document: 0.14.7
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -204,7 +204,7 @@ export interface Tray {
204
204
  */
205
205
  'label': string;
206
206
  /**
207
- * The status of the tray
207
+ * The status of the tray. `issue` when transfers are terminated (finished item, replacement label, completed/refunded order) or the linked catalog application is outdated.
208
208
  */
209
209
  'status': TrayStatusEnum;
210
210
  /**
@@ -253,6 +253,14 @@ export interface TrayContentsCatalogApplication {
253
253
  * Display name of the catalog application when the tray contains a single application type
254
254
  */
255
255
  'name'?: string | null;
256
+ /**
257
+ * Placement of the catalog application
258
+ */
259
+ 'placement'?: string | null;
260
+ /**
261
+ * True when this catalog definition is no longer current (e.g. product or application set has been edited).
262
+ */
263
+ 'outdated'?: boolean;
256
264
  }
257
265
  export interface UpdatePrefabApplicationRequest {
258
266
  /**
package/base.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Warehouse Prefab Applications
5
5
  * Manage PodOS Warehouse Prefab Applications
6
6
  *
7
- * The version of the OpenAPI document: 0.14.6
7
+ * The version of the OpenAPI document: 0.14.7
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/common.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Warehouse Prefab Applications
5
5
  * Manage PodOS Warehouse Prefab Applications
6
6
  *
7
- * The version of the OpenAPI document: 0.14.6
7
+ * The version of the OpenAPI document: 0.14.7
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/configuration.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  * Warehouse Prefab Applications
4
4
  * Manage PodOS Warehouse Prefab Applications
5
5
  *
6
- * The version of the OpenAPI document: 0.14.6
6
+ * The version of the OpenAPI document: 0.14.7
7
7
  *
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Warehouse Prefab Applications
3
3
  * Manage PodOS Warehouse Prefab Applications
4
4
  *
5
- * The version of the OpenAPI document: 0.14.6
5
+ * The version of the OpenAPI document: 0.14.7
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -188,7 +188,7 @@ export interface Tray {
188
188
  */
189
189
  'label': string;
190
190
  /**
191
- * The status of the tray
191
+ * The status of the tray. `issue` when transfers are terminated (finished item, replacement label, completed/refunded order) or the linked catalog application is outdated.
192
192
  */
193
193
  'status': TrayStatusEnum;
194
194
  /**
@@ -234,6 +234,14 @@ export interface TrayContentsCatalogApplication {
234
234
  * Display name of the catalog application when the tray contains a single application type
235
235
  */
236
236
  'name'?: string | null;
237
+ /**
238
+ * Placement of the catalog application
239
+ */
240
+ 'placement'?: string | null;
241
+ /**
242
+ * True when this catalog definition is no longer current (e.g. product or application set has been edited).
243
+ */
244
+ 'outdated'?: boolean;
237
245
  }
238
246
  export interface UpdatePrefabApplicationRequest {
239
247
  /**
package/dist/api.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Warehouse Prefab Applications
6
6
  * Manage PodOS Warehouse Prefab Applications
7
7
  *
8
- * The version of the OpenAPI document: 0.14.6
8
+ * The version of the OpenAPI document: 0.14.7
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/base.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Warehouse Prefab Applications
3
3
  * Manage PodOS Warehouse Prefab Applications
4
4
  *
5
- * The version of the OpenAPI document: 0.14.6
5
+ * The version of the OpenAPI document: 0.14.7
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/base.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Warehouse Prefab Applications
6
6
  * Manage PodOS Warehouse Prefab Applications
7
7
  *
8
- * The version of the OpenAPI document: 0.14.6
8
+ * The version of the OpenAPI document: 0.14.7
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Warehouse Prefab Applications
3
3
  * Manage PodOS Warehouse Prefab Applications
4
4
  *
5
- * The version of the OpenAPI document: 0.14.6
5
+ * The version of the OpenAPI document: 0.14.7
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Warehouse Prefab Applications
6
6
  * Manage PodOS Warehouse Prefab Applications
7
7
  *
8
- * The version of the OpenAPI document: 0.14.6
8
+ * The version of the OpenAPI document: 0.14.7
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Warehouse Prefab Applications
3
3
  * Manage PodOS Warehouse Prefab Applications
4
4
  *
5
- * The version of the OpenAPI document: 0.14.6
5
+ * The version of the OpenAPI document: 0.14.7
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Warehouse Prefab Applications
5
5
  * Manage PodOS Warehouse Prefab Applications
6
6
  *
7
- * The version of the OpenAPI document: 0.14.6
7
+ * The version of the OpenAPI document: 0.14.7
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Warehouse Prefab Applications
3
3
  * Manage PodOS Warehouse Prefab Applications
4
4
  *
5
- * The version of the OpenAPI document: 0.14.6
5
+ * The version of the OpenAPI document: 0.14.7
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -188,7 +188,7 @@ export interface Tray {
188
188
  */
189
189
  'label': string;
190
190
  /**
191
- * The status of the tray
191
+ * The status of the tray. `issue` when transfers are terminated (finished item, replacement label, completed/refunded order) or the linked catalog application is outdated.
192
192
  */
193
193
  'status': TrayStatusEnum;
194
194
  /**
@@ -234,6 +234,14 @@ export interface TrayContentsCatalogApplication {
234
234
  * Display name of the catalog application when the tray contains a single application type
235
235
  */
236
236
  'name'?: string | null;
237
+ /**
238
+ * Placement of the catalog application
239
+ */
240
+ 'placement'?: string | null;
241
+ /**
242
+ * True when this catalog definition is no longer current (e.g. product or application set has been edited).
243
+ */
244
+ 'outdated'?: boolean;
237
245
  }
238
246
  export interface UpdatePrefabApplicationRequest {
239
247
  /**
package/dist/esm/api.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Warehouse Prefab Applications
5
5
  * Manage PodOS Warehouse Prefab Applications
6
6
  *
7
- * The version of the OpenAPI document: 0.14.6
7
+ * The version of the OpenAPI document: 0.14.7
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Warehouse Prefab Applications
3
3
  * Manage PodOS Warehouse Prefab Applications
4
4
  *
5
- * The version of the OpenAPI document: 0.14.6
5
+ * The version of the OpenAPI document: 0.14.7
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/base.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Warehouse Prefab Applications
5
5
  * Manage PodOS Warehouse Prefab Applications
6
6
  *
7
- * The version of the OpenAPI document: 0.14.6
7
+ * The version of the OpenAPI document: 0.14.7
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Warehouse Prefab Applications
3
3
  * Manage PodOS Warehouse Prefab Applications
4
4
  *
5
- * The version of the OpenAPI document: 0.14.6
5
+ * The version of the OpenAPI document: 0.14.7
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Warehouse Prefab Applications
5
5
  * Manage PodOS Warehouse Prefab Applications
6
6
  *
7
- * The version of the OpenAPI document: 0.14.6
7
+ * The version of the OpenAPI document: 0.14.7
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Warehouse Prefab Applications
3
3
  * Manage PodOS Warehouse Prefab Applications
4
4
  *
5
- * The version of the OpenAPI document: 0.14.6
5
+ * The version of the OpenAPI document: 0.14.7
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,7 +3,7 @@
3
3
  * Warehouse Prefab Applications
4
4
  * Manage PodOS Warehouse Prefab Applications
5
5
  *
6
- * The version of the OpenAPI document: 0.14.6
6
+ * The version of the OpenAPI document: 0.14.7
7
7
  *
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Warehouse Prefab Applications
3
3
  * Manage PodOS Warehouse Prefab Applications
4
4
  *
5
- * The version of the OpenAPI document: 0.14.6
5
+ * The version of the OpenAPI document: 0.14.7
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Warehouse Prefab Applications
5
5
  * Manage PodOS Warehouse Prefab Applications
6
6
  *
7
- * The version of the OpenAPI document: 0.14.6
7
+ * The version of the OpenAPI document: 0.14.7
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Warehouse Prefab Applications
3
3
  * Manage PodOS Warehouse Prefab Applications
4
4
  *
5
- * The version of the OpenAPI document: 0.14.6
5
+ * The version of the OpenAPI document: 0.14.7
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Warehouse Prefab Applications
6
6
  * Manage PodOS Warehouse Prefab Applications
7
7
  *
8
- * The version of the OpenAPI document: 0.14.6
8
+ * The version of the OpenAPI document: 0.14.7
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/docs/Tray.md CHANGED
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
  **id** | **string** | Unique object identifier | [default to undefined]
9
9
  **ref** | **string** | A reference to the resource location | [readonly] [default to undefined]
10
10
  **label** | **string** | Tray label | [default to undefined]
11
- **status** | **string** | The status of the tray | [default to undefined]
11
+ **status** | **string** | The status of the tray. `issue` when transfers are terminated (finished item, replacement label, completed/refunded order) or the linked catalog application is outdated. | [default to undefined]
12
12
  **fillLevel** | **number** | Total number of prefab applications in the tray | [readonly] [default to undefined]
13
13
  **unassignedCount** | **number** | Number of prefab applications in the tray that are not assigned to a warehouse application | [readonly] [default to undefined]
14
14
  **contents** | [**TrayContents**](TrayContents.md) | | [default to undefined]
@@ -9,6 +9,8 @@ Name | Type | Description | Notes
9
9
  **ref** | **string** | A reference to the resource location | [optional] [readonly] [default to undefined]
10
10
  **design** | **string** | Design file URL | [optional] [readonly] [default to undefined]
11
11
  **name** | **string** | Display name of the catalog application when the tray contains a single application type | [optional] [readonly] [default to undefined]
12
+ **placement** | **string** | Placement of the catalog application | [optional] [readonly] [default to undefined]
13
+ **outdated** | **boolean** | True when this catalog definition is no longer current (e.g. product or application set has been edited). | [optional] [readonly] [default to undefined]
12
14
 
13
15
  ## Example
14
16
 
@@ -20,6 +22,8 @@ const instance: TrayContentsCatalogApplication = {
20
22
  ref,
21
23
  design,
22
24
  name,
25
+ placement,
26
+ outdated,
23
27
  };
24
28
  ```
25
29
 
package/index.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Warehouse Prefab Applications
5
5
  * Manage PodOS Warehouse Prefab Applications
6
6
  *
7
- * The version of the OpenAPI document: 0.14.6
7
+ * The version of the OpenAPI document: 0.14.7
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teemill/warehouse-prefab-applications",
3
- "version": "0.14.6",
3
+ "version": "0.14.7",
4
4
  "description": "OpenAPI client for @teemill/warehouse-prefab-applications",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {