@teemill/pickfaces 0.12.1 → 0.13.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 +7 -24
- package/.openapi-generator/VERSION +1 -1
- package/README.md +3 -3
- package/api.ts +1897 -0
- package/base.ts +86 -0
- package/common.ts +150 -0
- package/configuration.ts +110 -0
- package/dist/api.d.ts +1245 -0
- package/dist/api.js +997 -0
- package/dist/base.d.ts +66 -0
- package/dist/base.js +65 -0
- package/dist/common.d.ts +65 -0
- package/dist/common.js +161 -0
- package/dist/configuration.d.ts +91 -0
- package/dist/configuration.js +43 -0
- package/dist/esm/api.d.ts +1245 -0
- package/dist/esm/api.js +990 -0
- package/dist/esm/base.d.ts +66 -0
- package/dist/esm/base.js +60 -0
- package/dist/esm/common.d.ts +65 -0
- package/dist/esm/common.js +149 -0
- package/dist/esm/configuration.d.ts +91 -0
- package/dist/esm/configuration.js +39 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.js +15 -0
- package/dist/index.d.ts +13 -3
- package/dist/index.js +15 -5
- package/git_push.sh +57 -0
- package/index.ts +18 -0
- package/package.json +18 -4
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +4 -6
- package/dist/apis/PickfacesApi.d.ts +0 -189
- package/dist/apis/PickfacesApi.js +0 -870
- package/dist/apis/index.d.ts +0 -1
- package/dist/apis/index.js +0 -19
- package/dist/models/ApiError.d.ts +0 -37
- package/dist/models/ApiError.js +0 -49
- package/dist/models/ContainerModel.d.ts +0 -61
- package/dist/models/ContainerModel.js +0 -61
- package/dist/models/ContainerModels.d.ts +0 -32
- package/dist/models/ContainerModels.js +0 -46
- package/dist/models/CreatePickfaceRequest.d.ts +0 -37
- package/dist/models/CreatePickfaceRequest.js +0 -47
- package/dist/models/CreatePickfaceRequestDimensions.d.ts +0 -43
- package/dist/models/CreatePickfaceRequestDimensions.js +0 -49
- package/dist/models/GetPickfaces200Response.d.ts +0 -38
- package/dist/models/GetPickfaces200Response.js +0 -48
- package/dist/models/ListPickfaceLogs200Response.d.ts +0 -38
- package/dist/models/ListPickfaceLogs200Response.js +0 -48
- package/dist/models/ModelError.d.ts +0 -37
- package/dist/models/ModelError.js +0 -53
- package/dist/models/MoveStockRequest.d.ts +0 -43
- package/dist/models/MoveStockRequest.js +0 -55
- package/dist/models/Pickface.d.ts +0 -83
- package/dist/models/Pickface.js +0 -65
- package/dist/models/PickfaceContainerModel.d.ts +0 -37
- package/dist/models/PickfaceContainerModel.js +0 -47
- package/dist/models/PickfaceContentsInner.d.ts +0 -58
- package/dist/models/PickfaceContentsInner.js +0 -56
- package/dist/models/PickfaceContentsInnerApplicationsInner.d.ts +0 -37
- package/dist/models/PickfaceContentsInnerApplicationsInner.js +0 -47
- package/dist/models/PickfaceContentsInnerMetadata.d.ts +0 -43
- package/dist/models/PickfaceContentsInnerMetadata.js +0 -49
- package/dist/models/PickfaceContentsInnerQuantity.d.ts +0 -43
- package/dist/models/PickfaceContentsInnerQuantity.js +0 -49
- package/dist/models/PickfaceLastPicked.d.ts +0 -55
- package/dist/models/PickfaceLastPicked.js +0 -53
- package/dist/models/PickfaceLastRestocked.d.ts +0 -55
- package/dist/models/PickfaceLastRestocked.js +0 -53
- package/dist/models/PickfaceLog.d.ts +0 -55
- package/dist/models/PickfaceLog.js +0 -53
- package/dist/models/PickfaceLogUser.d.ts +0 -37
- package/dist/models/PickfaceLogUser.js +0 -52
- package/dist/models/PickfaceModel.d.ts +0 -37
- package/dist/models/PickfaceModel.js +0 -47
- package/dist/models/PickfaceModels.d.ts +0 -32
- package/dist/models/PickfaceModels.js +0 -46
- package/dist/models/UpdatePickfaceRequest.d.ts +0 -44
- package/dist/models/UpdatePickfaceRequest.js +0 -50
- package/dist/models/UpdatePickfaceRequestContents.d.ts +0 -37
- package/dist/models/UpdatePickfaceRequestContents.js +0 -47
- package/dist/models/UpdatePickfaceRequestContentsInner.d.ts +0 -38
- package/dist/models/UpdatePickfaceRequestContentsInner.js +0 -52
- package/dist/models/UpdatePickfaceRequestContentsInnerQuantity.d.ts +0 -45
- package/dist/models/UpdatePickfaceRequestContentsInnerQuantity.js +0 -58
- package/dist/models/UpdatePickfaceRequestContentsInnerQuantityOneOf.d.ts +0 -45
- package/dist/models/UpdatePickfaceRequestContentsInnerQuantityOneOf.js +0 -58
- package/dist/models/index.d.ts +0 -19
- package/dist/models/index.js +0 -37
- package/dist/runtime.d.ts +0 -187
- package/dist/runtime.js +0 -565
- package/src/apis/PickfacesApi.ts +0 -821
- package/src/apis/index.ts +0 -3
- package/src/index.ts +0 -5
- package/src/models/ApiError.ts +0 -69
- package/src/models/ContainerModel.ts +0 -103
- package/src/models/ContainerModels.ts +0 -67
- package/src/models/CreatePickfaceRequest.ts +0 -68
- package/src/models/CreatePickfaceRequestDimensions.ts +0 -76
- package/src/models/GetPickfaces200Response.ts +0 -75
- package/src/models/ListPickfaceLogs200Response.ts +0 -75
- package/src/models/ModelError.ts +0 -74
- package/src/models/MoveStockRequest.ts +0 -79
- package/src/models/Pickface.ts +0 -149
- package/src/models/PickfaceContainerModel.ts +0 -68
- package/src/models/PickfaceContentsInner.ts +0 -111
- package/src/models/PickfaceContentsInnerApplicationsInner.ts +0 -68
- package/src/models/PickfaceContentsInnerMetadata.ts +0 -76
- package/src/models/PickfaceContentsInnerQuantity.ts +0 -76
- package/src/models/PickfaceLastPicked.ts +0 -92
- package/src/models/PickfaceLastRestocked.ts +0 -92
- package/src/models/PickfaceLog.ts +0 -92
- package/src/models/PickfaceLogUser.ts +0 -73
- package/src/models/PickfaceModel.ts +0 -68
- package/src/models/PickfaceModels.ts +0 -67
- package/src/models/UpdatePickfaceRequest.ts +0 -83
- package/src/models/UpdatePickfaceRequestContents.ts +0 -68
- package/src/models/UpdatePickfaceRequestContentsInner.ts +0 -77
- package/src/models/UpdatePickfaceRequestContentsInnerQuantity.ts +0 -81
- package/src/models/UpdatePickfaceRequestContentsInnerQuantityOneOf.ts +0 -81
- package/src/models/index.ts +0 -21
- package/src/runtime.ts +0 -441
package/dist/apis/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './PickfacesApi';
|
package/dist/apis/index.js
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
/* tslint:disable */
|
|
18
|
-
/* eslint-disable */
|
|
19
|
-
__exportStar(require("./PickfacesApi"), exports);
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Pickfaces API
|
|
3
|
-
* 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)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 0.12.1
|
|
6
|
-
* Contact: hello@teemill.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ApiError
|
|
16
|
-
*/
|
|
17
|
-
export interface ApiError {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ApiError
|
|
22
|
-
*/
|
|
23
|
-
code?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ApiError
|
|
28
|
-
*/
|
|
29
|
-
message: string;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Check if a given object implements the ApiError interface.
|
|
33
|
-
*/
|
|
34
|
-
export declare function instanceOfApiError(value: object): boolean;
|
|
35
|
-
export declare function ApiErrorFromJSON(json: any): ApiError;
|
|
36
|
-
export declare function ApiErrorFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiError;
|
|
37
|
-
export declare function ApiErrorToJSON(value?: ApiError | null): any;
|
package/dist/models/ApiError.js
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Pickfaces API
|
|
6
|
-
* 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)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 0.12.1
|
|
9
|
-
* Contact: hello@teemill.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.ApiErrorToJSON = exports.ApiErrorFromJSONTyped = exports.ApiErrorFromJSON = exports.instanceOfApiError = void 0;
|
|
17
|
-
/**
|
|
18
|
-
* Check if a given object implements the ApiError interface.
|
|
19
|
-
*/
|
|
20
|
-
function instanceOfApiError(value) {
|
|
21
|
-
if (!('message' in value))
|
|
22
|
-
return false;
|
|
23
|
-
return true;
|
|
24
|
-
}
|
|
25
|
-
exports.instanceOfApiError = instanceOfApiError;
|
|
26
|
-
function ApiErrorFromJSON(json) {
|
|
27
|
-
return ApiErrorFromJSONTyped(json, false);
|
|
28
|
-
}
|
|
29
|
-
exports.ApiErrorFromJSON = ApiErrorFromJSON;
|
|
30
|
-
function ApiErrorFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
-
if (json == null) {
|
|
32
|
-
return json;
|
|
33
|
-
}
|
|
34
|
-
return {
|
|
35
|
-
'code': json['code'] == null ? undefined : json['code'],
|
|
36
|
-
'message': json['message'],
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
exports.ApiErrorFromJSONTyped = ApiErrorFromJSONTyped;
|
|
40
|
-
function ApiErrorToJSON(value) {
|
|
41
|
-
if (value == null) {
|
|
42
|
-
return value;
|
|
43
|
-
}
|
|
44
|
-
return {
|
|
45
|
-
'code': value['code'],
|
|
46
|
-
'message': value['message'],
|
|
47
|
-
};
|
|
48
|
-
}
|
|
49
|
-
exports.ApiErrorToJSON = ApiErrorToJSON;
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Pickfaces API
|
|
3
|
-
* 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)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 0.12.1
|
|
6
|
-
* Contact: hello@teemill.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ContainerModel
|
|
16
|
-
*/
|
|
17
|
-
export interface ContainerModel {
|
|
18
|
-
/**
|
|
19
|
-
* Unique object identifier
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ContainerModel
|
|
22
|
-
*/
|
|
23
|
-
id: string;
|
|
24
|
-
/**
|
|
25
|
-
* A reference to the resource location
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ContainerModel
|
|
28
|
-
*/
|
|
29
|
-
ref: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof ContainerModel
|
|
34
|
-
*/
|
|
35
|
-
name: string;
|
|
36
|
-
/**
|
|
37
|
-
* The width of the model in millimetres
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof ContainerModel
|
|
40
|
-
*/
|
|
41
|
-
width?: number;
|
|
42
|
-
/**
|
|
43
|
-
* The depth of the model in millimetres
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof ContainerModel
|
|
46
|
-
*/
|
|
47
|
-
depth?: number;
|
|
48
|
-
/**
|
|
49
|
-
* The height of the model in millimetres
|
|
50
|
-
* @type {number}
|
|
51
|
-
* @memberof ContainerModel
|
|
52
|
-
*/
|
|
53
|
-
height?: number;
|
|
54
|
-
}
|
|
55
|
-
/**
|
|
56
|
-
* Check if a given object implements the ContainerModel interface.
|
|
57
|
-
*/
|
|
58
|
-
export declare function instanceOfContainerModel(value: object): boolean;
|
|
59
|
-
export declare function ContainerModelFromJSON(json: any): ContainerModel;
|
|
60
|
-
export declare function ContainerModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): ContainerModel;
|
|
61
|
-
export declare function ContainerModelToJSON(value?: ContainerModel | null): any;
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Pickfaces API
|
|
6
|
-
* 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)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 0.12.1
|
|
9
|
-
* Contact: hello@teemill.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.ContainerModelToJSON = exports.ContainerModelFromJSONTyped = exports.ContainerModelFromJSON = exports.instanceOfContainerModel = void 0;
|
|
17
|
-
/**
|
|
18
|
-
* Check if a given object implements the ContainerModel interface.
|
|
19
|
-
*/
|
|
20
|
-
function instanceOfContainerModel(value) {
|
|
21
|
-
if (!('id' in value))
|
|
22
|
-
return false;
|
|
23
|
-
if (!('ref' in value))
|
|
24
|
-
return false;
|
|
25
|
-
if (!('name' in value))
|
|
26
|
-
return false;
|
|
27
|
-
return true;
|
|
28
|
-
}
|
|
29
|
-
exports.instanceOfContainerModel = instanceOfContainerModel;
|
|
30
|
-
function ContainerModelFromJSON(json) {
|
|
31
|
-
return ContainerModelFromJSONTyped(json, false);
|
|
32
|
-
}
|
|
33
|
-
exports.ContainerModelFromJSON = ContainerModelFromJSON;
|
|
34
|
-
function ContainerModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
-
if (json == null) {
|
|
36
|
-
return json;
|
|
37
|
-
}
|
|
38
|
-
return {
|
|
39
|
-
'id': json['id'],
|
|
40
|
-
'ref': json['ref'],
|
|
41
|
-
'name': json['name'],
|
|
42
|
-
'width': json['width'] == null ? undefined : json['width'],
|
|
43
|
-
'depth': json['depth'] == null ? undefined : json['depth'],
|
|
44
|
-
'height': json['height'] == null ? undefined : json['height'],
|
|
45
|
-
};
|
|
46
|
-
}
|
|
47
|
-
exports.ContainerModelFromJSONTyped = ContainerModelFromJSONTyped;
|
|
48
|
-
function ContainerModelToJSON(value) {
|
|
49
|
-
if (value == null) {
|
|
50
|
-
return value;
|
|
51
|
-
}
|
|
52
|
-
return {
|
|
53
|
-
'id': value['id'],
|
|
54
|
-
'ref': value['ref'],
|
|
55
|
-
'name': value['name'],
|
|
56
|
-
'width': value['width'],
|
|
57
|
-
'depth': value['depth'],
|
|
58
|
-
'height': value['height'],
|
|
59
|
-
};
|
|
60
|
-
}
|
|
61
|
-
exports.ContainerModelToJSON = ContainerModelToJSON;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Pickfaces API
|
|
3
|
-
* 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)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 0.12.1
|
|
6
|
-
* Contact: hello@teemill.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { ContainerModel } from './ContainerModel';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ContainerModels
|
|
17
|
-
*/
|
|
18
|
-
export interface ContainerModels {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<ContainerModel>}
|
|
22
|
-
* @memberof ContainerModels
|
|
23
|
-
*/
|
|
24
|
-
containerModels?: Array<ContainerModel>;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Check if a given object implements the ContainerModels interface.
|
|
28
|
-
*/
|
|
29
|
-
export declare function instanceOfContainerModels(value: object): boolean;
|
|
30
|
-
export declare function ContainerModelsFromJSON(json: any): ContainerModels;
|
|
31
|
-
export declare function ContainerModelsFromJSONTyped(json: any, ignoreDiscriminator: boolean): ContainerModels;
|
|
32
|
-
export declare function ContainerModelsToJSON(value?: ContainerModels | null): any;
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Pickfaces API
|
|
6
|
-
* 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)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 0.12.1
|
|
9
|
-
* Contact: hello@teemill.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.ContainerModelsToJSON = exports.ContainerModelsFromJSONTyped = exports.ContainerModelsFromJSON = exports.instanceOfContainerModels = void 0;
|
|
17
|
-
var ContainerModel_1 = require("./ContainerModel");
|
|
18
|
-
/**
|
|
19
|
-
* Check if a given object implements the ContainerModels interface.
|
|
20
|
-
*/
|
|
21
|
-
function instanceOfContainerModels(value) {
|
|
22
|
-
return true;
|
|
23
|
-
}
|
|
24
|
-
exports.instanceOfContainerModels = instanceOfContainerModels;
|
|
25
|
-
function ContainerModelsFromJSON(json) {
|
|
26
|
-
return ContainerModelsFromJSONTyped(json, false);
|
|
27
|
-
}
|
|
28
|
-
exports.ContainerModelsFromJSON = ContainerModelsFromJSON;
|
|
29
|
-
function ContainerModelsFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
-
if (json == null) {
|
|
31
|
-
return json;
|
|
32
|
-
}
|
|
33
|
-
return {
|
|
34
|
-
'containerModels': json['containerModels'] == null ? undefined : (json['containerModels'].map(ContainerModel_1.ContainerModelFromJSON)),
|
|
35
|
-
};
|
|
36
|
-
}
|
|
37
|
-
exports.ContainerModelsFromJSONTyped = ContainerModelsFromJSONTyped;
|
|
38
|
-
function ContainerModelsToJSON(value) {
|
|
39
|
-
if (value == null) {
|
|
40
|
-
return value;
|
|
41
|
-
}
|
|
42
|
-
return {
|
|
43
|
-
'containerModels': value['containerModels'] == null ? undefined : (value['containerModels'].map(ContainerModel_1.ContainerModelToJSON)),
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
exports.ContainerModelsToJSON = ContainerModelsToJSON;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Pickfaces API
|
|
3
|
-
* 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)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 0.12.1
|
|
6
|
-
* Contact: hello@teemill.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface CreatePickfaceRequest
|
|
16
|
-
*/
|
|
17
|
-
export interface CreatePickfaceRequest {
|
|
18
|
-
/**
|
|
19
|
-
* The location of the pickface
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof CreatePickfaceRequest
|
|
22
|
-
*/
|
|
23
|
-
location?: string;
|
|
24
|
-
/**
|
|
25
|
-
* Unique object identifier
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof CreatePickfaceRequest
|
|
28
|
-
*/
|
|
29
|
-
containerModelId?: string;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Check if a given object implements the CreatePickfaceRequest interface.
|
|
33
|
-
*/
|
|
34
|
-
export declare function instanceOfCreatePickfaceRequest(value: object): boolean;
|
|
35
|
-
export declare function CreatePickfaceRequestFromJSON(json: any): CreatePickfaceRequest;
|
|
36
|
-
export declare function CreatePickfaceRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreatePickfaceRequest;
|
|
37
|
-
export declare function CreatePickfaceRequestToJSON(value?: CreatePickfaceRequest | null): any;
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Pickfaces API
|
|
6
|
-
* 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)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 0.12.1
|
|
9
|
-
* Contact: hello@teemill.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.CreatePickfaceRequestToJSON = exports.CreatePickfaceRequestFromJSONTyped = exports.CreatePickfaceRequestFromJSON = exports.instanceOfCreatePickfaceRequest = void 0;
|
|
17
|
-
/**
|
|
18
|
-
* Check if a given object implements the CreatePickfaceRequest interface.
|
|
19
|
-
*/
|
|
20
|
-
function instanceOfCreatePickfaceRequest(value) {
|
|
21
|
-
return true;
|
|
22
|
-
}
|
|
23
|
-
exports.instanceOfCreatePickfaceRequest = instanceOfCreatePickfaceRequest;
|
|
24
|
-
function CreatePickfaceRequestFromJSON(json) {
|
|
25
|
-
return CreatePickfaceRequestFromJSONTyped(json, false);
|
|
26
|
-
}
|
|
27
|
-
exports.CreatePickfaceRequestFromJSON = CreatePickfaceRequestFromJSON;
|
|
28
|
-
function CreatePickfaceRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
29
|
-
if (json == null) {
|
|
30
|
-
return json;
|
|
31
|
-
}
|
|
32
|
-
return {
|
|
33
|
-
'location': json['location'] == null ? undefined : json['location'],
|
|
34
|
-
'containerModelId': json['containerModelId'] == null ? undefined : json['containerModelId'],
|
|
35
|
-
};
|
|
36
|
-
}
|
|
37
|
-
exports.CreatePickfaceRequestFromJSONTyped = CreatePickfaceRequestFromJSONTyped;
|
|
38
|
-
function CreatePickfaceRequestToJSON(value) {
|
|
39
|
-
if (value == null) {
|
|
40
|
-
return value;
|
|
41
|
-
}
|
|
42
|
-
return {
|
|
43
|
-
'location': value['location'],
|
|
44
|
-
'containerModelId': value['containerModelId'],
|
|
45
|
-
};
|
|
46
|
-
}
|
|
47
|
-
exports.CreatePickfaceRequestToJSON = CreatePickfaceRequestToJSON;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Pickfaces API
|
|
3
|
-
* 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)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 0.12.0
|
|
6
|
-
* Contact: hello@teemill.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface CreatePickfaceRequestDimensions
|
|
16
|
-
*/
|
|
17
|
-
export interface CreatePickfaceRequestDimensions {
|
|
18
|
-
/**
|
|
19
|
-
* The width of the pickface in millimetres
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof CreatePickfaceRequestDimensions
|
|
22
|
-
*/
|
|
23
|
-
width?: number;
|
|
24
|
-
/**
|
|
25
|
-
* The depth of the pickface in millimetres
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof CreatePickfaceRequestDimensions
|
|
28
|
-
*/
|
|
29
|
-
depth?: number;
|
|
30
|
-
/**
|
|
31
|
-
* The height of the pickface in millimetres
|
|
32
|
-
* @type {number}
|
|
33
|
-
* @memberof CreatePickfaceRequestDimensions
|
|
34
|
-
*/
|
|
35
|
-
height?: number;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* Check if a given object implements the CreatePickfaceRequestDimensions interface.
|
|
39
|
-
*/
|
|
40
|
-
export declare function instanceOfCreatePickfaceRequestDimensions(value: object): boolean;
|
|
41
|
-
export declare function CreatePickfaceRequestDimensionsFromJSON(json: any): CreatePickfaceRequestDimensions;
|
|
42
|
-
export declare function CreatePickfaceRequestDimensionsFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreatePickfaceRequestDimensions;
|
|
43
|
-
export declare function CreatePickfaceRequestDimensionsToJSON(value?: CreatePickfaceRequestDimensions | null): any;
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Pickfaces API
|
|
6
|
-
* 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)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 0.12.0
|
|
9
|
-
* Contact: hello@teemill.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.CreatePickfaceRequestDimensionsToJSON = exports.CreatePickfaceRequestDimensionsFromJSONTyped = exports.CreatePickfaceRequestDimensionsFromJSON = exports.instanceOfCreatePickfaceRequestDimensions = void 0;
|
|
17
|
-
/**
|
|
18
|
-
* Check if a given object implements the CreatePickfaceRequestDimensions interface.
|
|
19
|
-
*/
|
|
20
|
-
function instanceOfCreatePickfaceRequestDimensions(value) {
|
|
21
|
-
return true;
|
|
22
|
-
}
|
|
23
|
-
exports.instanceOfCreatePickfaceRequestDimensions = instanceOfCreatePickfaceRequestDimensions;
|
|
24
|
-
function CreatePickfaceRequestDimensionsFromJSON(json) {
|
|
25
|
-
return CreatePickfaceRequestDimensionsFromJSONTyped(json, false);
|
|
26
|
-
}
|
|
27
|
-
exports.CreatePickfaceRequestDimensionsFromJSON = CreatePickfaceRequestDimensionsFromJSON;
|
|
28
|
-
function CreatePickfaceRequestDimensionsFromJSONTyped(json, ignoreDiscriminator) {
|
|
29
|
-
if (json == null) {
|
|
30
|
-
return json;
|
|
31
|
-
}
|
|
32
|
-
return {
|
|
33
|
-
'width': json['width'] == null ? undefined : json['width'],
|
|
34
|
-
'depth': json['depth'] == null ? undefined : json['depth'],
|
|
35
|
-
'height': json['height'] == null ? undefined : json['height'],
|
|
36
|
-
};
|
|
37
|
-
}
|
|
38
|
-
exports.CreatePickfaceRequestDimensionsFromJSONTyped = CreatePickfaceRequestDimensionsFromJSONTyped;
|
|
39
|
-
function CreatePickfaceRequestDimensionsToJSON(value) {
|
|
40
|
-
if (value == null) {
|
|
41
|
-
return value;
|
|
42
|
-
}
|
|
43
|
-
return {
|
|
44
|
-
'width': value['width'],
|
|
45
|
-
'depth': value['depth'],
|
|
46
|
-
'height': value['height'],
|
|
47
|
-
};
|
|
48
|
-
}
|
|
49
|
-
exports.CreatePickfaceRequestDimensionsToJSON = CreatePickfaceRequestDimensionsToJSON;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Pickfaces API
|
|
3
|
-
* 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)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 0.12.1
|
|
6
|
-
* Contact: hello@teemill.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { Pickface } from './Pickface';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface GetPickfaces200Response
|
|
17
|
-
*/
|
|
18
|
-
export interface GetPickfaces200Response {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<Pickface>}
|
|
22
|
-
* @memberof GetPickfaces200Response
|
|
23
|
-
*/
|
|
24
|
-
pickfaces?: Array<Pickface>;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {number}
|
|
28
|
-
* @memberof GetPickfaces200Response
|
|
29
|
-
*/
|
|
30
|
-
nextPageToken?: number;
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* Check if a given object implements the GetPickfaces200Response interface.
|
|
34
|
-
*/
|
|
35
|
-
export declare function instanceOfGetPickfaces200Response(value: object): boolean;
|
|
36
|
-
export declare function GetPickfaces200ResponseFromJSON(json: any): GetPickfaces200Response;
|
|
37
|
-
export declare function GetPickfaces200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetPickfaces200Response;
|
|
38
|
-
export declare function GetPickfaces200ResponseToJSON(value?: GetPickfaces200Response | null): any;
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Pickfaces API
|
|
6
|
-
* 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)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 0.12.1
|
|
9
|
-
* Contact: hello@teemill.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.GetPickfaces200ResponseToJSON = exports.GetPickfaces200ResponseFromJSONTyped = exports.GetPickfaces200ResponseFromJSON = exports.instanceOfGetPickfaces200Response = void 0;
|
|
17
|
-
var Pickface_1 = require("./Pickface");
|
|
18
|
-
/**
|
|
19
|
-
* Check if a given object implements the GetPickfaces200Response interface.
|
|
20
|
-
*/
|
|
21
|
-
function instanceOfGetPickfaces200Response(value) {
|
|
22
|
-
return true;
|
|
23
|
-
}
|
|
24
|
-
exports.instanceOfGetPickfaces200Response = instanceOfGetPickfaces200Response;
|
|
25
|
-
function GetPickfaces200ResponseFromJSON(json) {
|
|
26
|
-
return GetPickfaces200ResponseFromJSONTyped(json, false);
|
|
27
|
-
}
|
|
28
|
-
exports.GetPickfaces200ResponseFromJSON = GetPickfaces200ResponseFromJSON;
|
|
29
|
-
function GetPickfaces200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
-
if (json == null) {
|
|
31
|
-
return json;
|
|
32
|
-
}
|
|
33
|
-
return {
|
|
34
|
-
'pickfaces': json['pickfaces'] == null ? undefined : (json['pickfaces'].map(Pickface_1.PickfaceFromJSON)),
|
|
35
|
-
'nextPageToken': json['nextPageToken'] == null ? undefined : json['nextPageToken'],
|
|
36
|
-
};
|
|
37
|
-
}
|
|
38
|
-
exports.GetPickfaces200ResponseFromJSONTyped = GetPickfaces200ResponseFromJSONTyped;
|
|
39
|
-
function GetPickfaces200ResponseToJSON(value) {
|
|
40
|
-
if (value == null) {
|
|
41
|
-
return value;
|
|
42
|
-
}
|
|
43
|
-
return {
|
|
44
|
-
'pickfaces': value['pickfaces'] == null ? undefined : (value['pickfaces'].map(Pickface_1.PickfaceToJSON)),
|
|
45
|
-
'nextPageToken': value['nextPageToken'],
|
|
46
|
-
};
|
|
47
|
-
}
|
|
48
|
-
exports.GetPickfaces200ResponseToJSON = GetPickfaces200ResponseToJSON;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Pickfaces API
|
|
3
|
-
* 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)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 0.12.1
|
|
6
|
-
* Contact: hello@teemill.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { PickfaceLog } from './PickfaceLog';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ListPickfaceLogs200Response
|
|
17
|
-
*/
|
|
18
|
-
export interface ListPickfaceLogs200Response {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<PickfaceLog>}
|
|
22
|
-
* @memberof ListPickfaceLogs200Response
|
|
23
|
-
*/
|
|
24
|
-
logs?: Array<PickfaceLog>;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {number}
|
|
28
|
-
* @memberof ListPickfaceLogs200Response
|
|
29
|
-
*/
|
|
30
|
-
nextPageToken?: number;
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* Check if a given object implements the ListPickfaceLogs200Response interface.
|
|
34
|
-
*/
|
|
35
|
-
export declare function instanceOfListPickfaceLogs200Response(value: object): boolean;
|
|
36
|
-
export declare function ListPickfaceLogs200ResponseFromJSON(json: any): ListPickfaceLogs200Response;
|
|
37
|
-
export declare function ListPickfaceLogs200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ListPickfaceLogs200Response;
|
|
38
|
-
export declare function ListPickfaceLogs200ResponseToJSON(value?: ListPickfaceLogs200Response | null): any;
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Pickfaces API
|
|
6
|
-
* 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)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 0.12.1
|
|
9
|
-
* Contact: hello@teemill.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.ListPickfaceLogs200ResponseToJSON = exports.ListPickfaceLogs200ResponseFromJSONTyped = exports.ListPickfaceLogs200ResponseFromJSON = exports.instanceOfListPickfaceLogs200Response = void 0;
|
|
17
|
-
var PickfaceLog_1 = require("./PickfaceLog");
|
|
18
|
-
/**
|
|
19
|
-
* Check if a given object implements the ListPickfaceLogs200Response interface.
|
|
20
|
-
*/
|
|
21
|
-
function instanceOfListPickfaceLogs200Response(value) {
|
|
22
|
-
return true;
|
|
23
|
-
}
|
|
24
|
-
exports.instanceOfListPickfaceLogs200Response = instanceOfListPickfaceLogs200Response;
|
|
25
|
-
function ListPickfaceLogs200ResponseFromJSON(json) {
|
|
26
|
-
return ListPickfaceLogs200ResponseFromJSONTyped(json, false);
|
|
27
|
-
}
|
|
28
|
-
exports.ListPickfaceLogs200ResponseFromJSON = ListPickfaceLogs200ResponseFromJSON;
|
|
29
|
-
function ListPickfaceLogs200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
-
if (json == null) {
|
|
31
|
-
return json;
|
|
32
|
-
}
|
|
33
|
-
return {
|
|
34
|
-
'logs': json['logs'] == null ? undefined : (json['logs'].map(PickfaceLog_1.PickfaceLogFromJSON)),
|
|
35
|
-
'nextPageToken': json['nextPageToken'] == null ? undefined : json['nextPageToken'],
|
|
36
|
-
};
|
|
37
|
-
}
|
|
38
|
-
exports.ListPickfaceLogs200ResponseFromJSONTyped = ListPickfaceLogs200ResponseFromJSONTyped;
|
|
39
|
-
function ListPickfaceLogs200ResponseToJSON(value) {
|
|
40
|
-
if (value == null) {
|
|
41
|
-
return value;
|
|
42
|
-
}
|
|
43
|
-
return {
|
|
44
|
-
'logs': value['logs'] == null ? undefined : (value['logs'].map(PickfaceLog_1.PickfaceLogToJSON)),
|
|
45
|
-
'nextPageToken': value['nextPageToken'],
|
|
46
|
-
};
|
|
47
|
-
}
|
|
48
|
-
exports.ListPickfaceLogs200ResponseToJSON = ListPickfaceLogs200ResponseToJSON;
|