@teemill/pickfaces 0.11.1 → 0.12.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/.openapi-generator/FILES +2 -1
- package/README.md +2 -2
- package/dist/apis/PickfacesApi.d.ts +32 -2
- package/dist/apis/PickfacesApi.js +146 -1
- package/dist/models/ApiError.d.ts +1 -1
- package/dist/models/ApiError.js +1 -1
- package/dist/models/CreatePickfaceRequest.d.ts +4 -5
- package/dist/models/CreatePickfaceRequest.js +3 -4
- package/dist/models/CreatePickfaceRequestDimensions.d.ts +1 -1
- package/dist/models/CreatePickfaceRequestDimensions.js +1 -1
- package/dist/models/GetPickfaces200Response.d.ts +1 -1
- package/dist/models/GetPickfaces200Response.js +1 -1
- package/dist/models/ListPickfaceLogs200Response.d.ts +1 -1
- package/dist/models/ListPickfaceLogs200Response.js +1 -1
- package/dist/models/MoveStockRequest.d.ts +1 -1
- package/dist/models/MoveStockRequest.js +1 -1
- package/dist/models/Pickface.d.ts +4 -4
- package/dist/models/Pickface.js +4 -4
- package/dist/models/PickfaceContentsInner.d.ts +1 -1
- package/dist/models/PickfaceContentsInner.js +1 -1
- package/dist/models/PickfaceContentsInnerApplicationsInner.d.ts +1 -1
- package/dist/models/PickfaceContentsInnerApplicationsInner.js +1 -1
- package/dist/models/PickfaceContentsInnerMetadata.d.ts +1 -1
- package/dist/models/PickfaceContentsInnerMetadata.js +1 -1
- package/dist/models/PickfaceContentsInnerQuantity.d.ts +1 -1
- package/dist/models/PickfaceContentsInnerQuantity.js +1 -1
- package/dist/models/PickfaceLastPicked.d.ts +1 -1
- package/dist/models/PickfaceLastPicked.js +1 -1
- package/dist/models/PickfaceLastRestocked.d.ts +1 -1
- package/dist/models/PickfaceLastRestocked.js +1 -1
- package/dist/models/PickfaceLog.d.ts +1 -1
- package/dist/models/PickfaceLog.js +1 -1
- package/dist/models/PickfaceModel.d.ts +37 -0
- package/dist/models/PickfaceModel.js +47 -0
- package/dist/models/PickfaceModels.d.ts +32 -0
- package/dist/models/PickfaceModels.js +46 -0
- package/dist/models/UpdatePickfaceRequest.d.ts +7 -1
- package/dist/models/UpdatePickfaceRequest.js +3 -1
- package/dist/models/UpdatePickfaceRequestContentsInner.d.ts +1 -1
- package/dist/models/UpdatePickfaceRequestContentsInner.js +1 -1
- package/dist/models/UpdatePickfaceRequestContentsInnerQuantity.d.ts +1 -1
- package/dist/models/UpdatePickfaceRequestContentsInnerQuantity.js +1 -1
- package/dist/models/index.d.ts +2 -1
- package/dist/models/index.js +2 -1
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/package.json +1 -1
- package/src/apis/PickfacesApi.ts +150 -1
- package/src/models/ApiError.ts +1 -1
- package/src/models/CreatePickfaceRequest.ts +6 -13
- package/src/models/CreatePickfaceRequestDimensions.ts +1 -1
- package/src/models/GetPickfaces200Response.ts +1 -1
- package/src/models/ListPickfaceLogs200Response.ts +1 -1
- package/src/models/MoveStockRequest.ts +1 -1
- package/src/models/Pickface.ts +11 -11
- package/src/models/PickfaceContentsInner.ts +1 -1
- package/src/models/PickfaceContentsInnerApplicationsInner.ts +1 -1
- package/src/models/PickfaceContentsInnerMetadata.ts +1 -1
- package/src/models/PickfaceContentsInnerQuantity.ts +1 -1
- package/src/models/PickfaceLastPicked.ts +1 -1
- package/src/models/PickfaceLastRestocked.ts +1 -1
- package/src/models/PickfaceLog.ts +1 -1
- package/src/models/PickfaceModel.ts +68 -0
- package/src/models/PickfaceModels.ts +67 -0
- package/src/models/UpdatePickfaceRequest.ts +9 -1
- package/src/models/UpdatePickfaceRequestContentsInner.ts +1 -1
- package/src/models/UpdatePickfaceRequestContentsInnerQuantity.ts +1 -1
- package/src/models/index.ts +2 -1
- package/src/runtime.ts +1 -1
package/src/models/Pickface.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Manage Teemill Pickfaces. 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
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.12.0
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -13,12 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { mapValues } from '../runtime';
|
|
16
|
-
import type { CreatePickfaceRequestDimensions } from './CreatePickfaceRequestDimensions';
|
|
17
|
-
import {
|
|
18
|
-
CreatePickfaceRequestDimensionsFromJSON,
|
|
19
|
-
CreatePickfaceRequestDimensionsFromJSONTyped,
|
|
20
|
-
CreatePickfaceRequestDimensionsToJSON,
|
|
21
|
-
} from './CreatePickfaceRequestDimensions';
|
|
22
16
|
import type { PickfaceContentsInner } from './PickfaceContentsInner';
|
|
23
17
|
import {
|
|
24
18
|
PickfaceContentsInnerFromJSON,
|
|
@@ -37,6 +31,12 @@ import {
|
|
|
37
31
|
PickfaceLastRestockedFromJSONTyped,
|
|
38
32
|
PickfaceLastRestockedToJSON,
|
|
39
33
|
} from './PickfaceLastRestocked';
|
|
34
|
+
import type { PickfaceModel } from './PickfaceModel';
|
|
35
|
+
import {
|
|
36
|
+
PickfaceModelFromJSON,
|
|
37
|
+
PickfaceModelFromJSONTyped,
|
|
38
|
+
PickfaceModelToJSON,
|
|
39
|
+
} from './PickfaceModel';
|
|
40
40
|
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
@@ -70,10 +70,10 @@ export interface Pickface {
|
|
|
70
70
|
enabled?: boolean;
|
|
71
71
|
/**
|
|
72
72
|
*
|
|
73
|
-
* @type {
|
|
73
|
+
* @type {PickfaceModel}
|
|
74
74
|
* @memberof Pickface
|
|
75
75
|
*/
|
|
76
|
-
|
|
76
|
+
model?: PickfaceModel;
|
|
77
77
|
/**
|
|
78
78
|
* The percentage of the pickface that has been taken up by its contents
|
|
79
79
|
* @type {number}
|
|
@@ -121,7 +121,7 @@ export function PickfaceFromJSONTyped(json: any, ignoreDiscriminator: boolean):
|
|
|
121
121
|
'ref': json['ref'] == null ? undefined : json['ref'],
|
|
122
122
|
'code': json['code'] == null ? undefined : json['code'],
|
|
123
123
|
'enabled': json['enabled'] == null ? undefined : json['enabled'],
|
|
124
|
-
'
|
|
124
|
+
'model': json['model'] == null ? undefined : PickfaceModelFromJSON(json['model']),
|
|
125
125
|
'fullness': json['fullness'] == null ? undefined : json['fullness'],
|
|
126
126
|
'lastPicked': json['lastPicked'] == null ? undefined : PickfaceLastPickedFromJSON(json['lastPicked']),
|
|
127
127
|
'lastRestocked': json['lastRestocked'] == null ? undefined : PickfaceLastRestockedFromJSON(json['lastRestocked']),
|
|
@@ -139,7 +139,7 @@ export function PickfaceToJSON(value?: Pickface | null): any {
|
|
|
139
139
|
'ref': value['ref'],
|
|
140
140
|
'code': value['code'],
|
|
141
141
|
'enabled': value['enabled'],
|
|
142
|
-
'
|
|
142
|
+
'model': PickfaceModelToJSON(value['model']),
|
|
143
143
|
'fullness': value['fullness'],
|
|
144
144
|
'lastPicked': PickfaceLastPickedToJSON(value['lastPicked']),
|
|
145
145
|
'lastRestocked': PickfaceLastRestockedToJSON(value['lastRestocked']),
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Manage Teemill Pickfaces. 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
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.12.0
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Manage Teemill Pickfaces. 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
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.12.0
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Manage Teemill Pickfaces. 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
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.12.0
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Manage Teemill Pickfaces. 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
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.12.0
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Manage Teemill Pickfaces. 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
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.12.0
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Manage Teemill Pickfaces. 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
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.12.0
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Manage Teemill Pickfaces. 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
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.12.0
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Pickfaces API
|
|
5
|
+
* Manage Teemill Pickfaces. 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
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 0.12.0
|
|
8
|
+
* Contact: hello@teemill.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface PickfaceModel
|
|
20
|
+
*/
|
|
21
|
+
export interface PickfaceModel {
|
|
22
|
+
/**
|
|
23
|
+
* Unique object identifier
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof PickfaceModel
|
|
26
|
+
*/
|
|
27
|
+
id?: string;
|
|
28
|
+
/**
|
|
29
|
+
* A reference to the resource location
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof PickfaceModel
|
|
32
|
+
*/
|
|
33
|
+
ref?: string;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Check if a given object implements the PickfaceModel interface.
|
|
38
|
+
*/
|
|
39
|
+
export function instanceOfPickfaceModel(value: object): boolean {
|
|
40
|
+
return true;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export function PickfaceModelFromJSON(json: any): PickfaceModel {
|
|
44
|
+
return PickfaceModelFromJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export function PickfaceModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): PickfaceModel {
|
|
48
|
+
if (json == null) {
|
|
49
|
+
return json;
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
|
|
53
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
54
|
+
'ref': json['ref'] == null ? undefined : json['ref'],
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export function PickfaceModelToJSON(value?: PickfaceModel | null): any {
|
|
59
|
+
if (value == null) {
|
|
60
|
+
return value;
|
|
61
|
+
}
|
|
62
|
+
return {
|
|
63
|
+
|
|
64
|
+
'id': value['id'],
|
|
65
|
+
'ref': value['ref'],
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Pickfaces API
|
|
5
|
+
* Manage Teemill Pickfaces. 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
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 0.12.0
|
|
8
|
+
* Contact: hello@teemill.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { PickfaceModel } from './PickfaceModel';
|
|
17
|
+
import {
|
|
18
|
+
PickfaceModelFromJSON,
|
|
19
|
+
PickfaceModelFromJSONTyped,
|
|
20
|
+
PickfaceModelToJSON,
|
|
21
|
+
} from './PickfaceModel';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface PickfaceModels
|
|
27
|
+
*/
|
|
28
|
+
export interface PickfaceModels {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {Array<PickfaceModel>}
|
|
32
|
+
* @memberof PickfaceModels
|
|
33
|
+
*/
|
|
34
|
+
pickfaceModels?: Array<PickfaceModel>;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the PickfaceModels interface.
|
|
39
|
+
*/
|
|
40
|
+
export function instanceOfPickfaceModels(value: object): boolean {
|
|
41
|
+
return true;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export function PickfaceModelsFromJSON(json: any): PickfaceModels {
|
|
45
|
+
return PickfaceModelsFromJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export function PickfaceModelsFromJSONTyped(json: any, ignoreDiscriminator: boolean): PickfaceModels {
|
|
49
|
+
if (json == null) {
|
|
50
|
+
return json;
|
|
51
|
+
}
|
|
52
|
+
return {
|
|
53
|
+
|
|
54
|
+
'pickfaceModels': json['pickfaceModels'] == null ? undefined : ((json['pickfaceModels'] as Array<any>).map(PickfaceModelFromJSON)),
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export function PickfaceModelsToJSON(value?: PickfaceModels | null): any {
|
|
59
|
+
if (value == null) {
|
|
60
|
+
return value;
|
|
61
|
+
}
|
|
62
|
+
return {
|
|
63
|
+
|
|
64
|
+
'pickfaceModels': value['pickfaceModels'] == null ? undefined : ((value['pickfaceModels'] as Array<any>).map(PickfaceModelToJSON)),
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Manage Teemill Pickfaces. 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
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.12.0
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,6 +32,12 @@ export interface UpdatePickfaceRequest {
|
|
|
32
32
|
* @memberof UpdatePickfaceRequest
|
|
33
33
|
*/
|
|
34
34
|
enabled?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* Unique object identifier
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof UpdatePickfaceRequest
|
|
39
|
+
*/
|
|
40
|
+
modelId?: string;
|
|
35
41
|
/**
|
|
36
42
|
*
|
|
37
43
|
* @type {Array<UpdatePickfaceRequestContentsInner>}
|
|
@@ -58,6 +64,7 @@ export function UpdatePickfaceRequestFromJSONTyped(json: any, ignoreDiscriminato
|
|
|
58
64
|
return {
|
|
59
65
|
|
|
60
66
|
'enabled': json['enabled'] == null ? undefined : json['enabled'],
|
|
67
|
+
'modelId': json['modelId'] == null ? undefined : json['modelId'],
|
|
61
68
|
'contents': json['contents'] == null ? undefined : ((json['contents'] as Array<any>).map(UpdatePickfaceRequestContentsInnerFromJSON)),
|
|
62
69
|
};
|
|
63
70
|
}
|
|
@@ -69,6 +76,7 @@ export function UpdatePickfaceRequestToJSON(value?: UpdatePickfaceRequest | null
|
|
|
69
76
|
return {
|
|
70
77
|
|
|
71
78
|
'enabled': value['enabled'],
|
|
79
|
+
'modelId': value['modelId'],
|
|
72
80
|
'contents': value['contents'] == null ? undefined : ((value['contents'] as Array<any>).map(UpdatePickfaceRequestContentsInnerToJSON)),
|
|
73
81
|
};
|
|
74
82
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Manage Teemill Pickfaces. 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
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.12.0
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Manage Teemill Pickfaces. 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
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.12.0
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/src/models/index.ts
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export * from './ApiError';
|
|
4
4
|
export * from './CreatePickfaceRequest';
|
|
5
|
-
export * from './CreatePickfaceRequestDimensions';
|
|
6
5
|
export * from './GetPickfaces200Response';
|
|
7
6
|
export * from './ListPickfaceLogs200Response';
|
|
8
7
|
export * from './MoveStockRequest';
|
|
@@ -14,6 +13,8 @@ export * from './PickfaceContentsInnerQuantity';
|
|
|
14
13
|
export * from './PickfaceLastPicked';
|
|
15
14
|
export * from './PickfaceLastRestocked';
|
|
16
15
|
export * from './PickfaceLog';
|
|
16
|
+
export * from './PickfaceModel';
|
|
17
|
+
export * from './PickfaceModels';
|
|
17
18
|
export * from './UpdatePickfaceRequest';
|
|
18
19
|
export * from './UpdatePickfaceRequestContentsInner';
|
|
19
20
|
export * from './UpdatePickfaceRequestContentsInnerQuantity';
|
package/src/runtime.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Manage Teemill Pickfaces. 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
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.12.0
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|