@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.
Files changed (123) hide show
  1. package/.openapi-generator/FILES +7 -24
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +3 -3
  4. package/api.ts +1897 -0
  5. package/base.ts +86 -0
  6. package/common.ts +150 -0
  7. package/configuration.ts +110 -0
  8. package/dist/api.d.ts +1245 -0
  9. package/dist/api.js +997 -0
  10. package/dist/base.d.ts +66 -0
  11. package/dist/base.js +65 -0
  12. package/dist/common.d.ts +65 -0
  13. package/dist/common.js +161 -0
  14. package/dist/configuration.d.ts +91 -0
  15. package/dist/configuration.js +43 -0
  16. package/dist/esm/api.d.ts +1245 -0
  17. package/dist/esm/api.js +990 -0
  18. package/dist/esm/base.d.ts +66 -0
  19. package/dist/esm/base.js +60 -0
  20. package/dist/esm/common.d.ts +65 -0
  21. package/dist/esm/common.js +149 -0
  22. package/dist/esm/configuration.d.ts +91 -0
  23. package/dist/esm/configuration.js +39 -0
  24. package/dist/esm/index.d.ts +13 -0
  25. package/dist/esm/index.js +15 -0
  26. package/dist/index.d.ts +13 -3
  27. package/dist/index.js +15 -5
  28. package/git_push.sh +57 -0
  29. package/index.ts +18 -0
  30. package/package.json +18 -4
  31. package/tsconfig.esm.json +7 -0
  32. package/tsconfig.json +4 -6
  33. package/dist/apis/PickfacesApi.d.ts +0 -189
  34. package/dist/apis/PickfacesApi.js +0 -870
  35. package/dist/apis/index.d.ts +0 -1
  36. package/dist/apis/index.js +0 -19
  37. package/dist/models/ApiError.d.ts +0 -37
  38. package/dist/models/ApiError.js +0 -49
  39. package/dist/models/ContainerModel.d.ts +0 -61
  40. package/dist/models/ContainerModel.js +0 -61
  41. package/dist/models/ContainerModels.d.ts +0 -32
  42. package/dist/models/ContainerModels.js +0 -46
  43. package/dist/models/CreatePickfaceRequest.d.ts +0 -37
  44. package/dist/models/CreatePickfaceRequest.js +0 -47
  45. package/dist/models/CreatePickfaceRequestDimensions.d.ts +0 -43
  46. package/dist/models/CreatePickfaceRequestDimensions.js +0 -49
  47. package/dist/models/GetPickfaces200Response.d.ts +0 -38
  48. package/dist/models/GetPickfaces200Response.js +0 -48
  49. package/dist/models/ListPickfaceLogs200Response.d.ts +0 -38
  50. package/dist/models/ListPickfaceLogs200Response.js +0 -48
  51. package/dist/models/ModelError.d.ts +0 -37
  52. package/dist/models/ModelError.js +0 -53
  53. package/dist/models/MoveStockRequest.d.ts +0 -43
  54. package/dist/models/MoveStockRequest.js +0 -55
  55. package/dist/models/Pickface.d.ts +0 -83
  56. package/dist/models/Pickface.js +0 -65
  57. package/dist/models/PickfaceContainerModel.d.ts +0 -37
  58. package/dist/models/PickfaceContainerModel.js +0 -47
  59. package/dist/models/PickfaceContentsInner.d.ts +0 -58
  60. package/dist/models/PickfaceContentsInner.js +0 -56
  61. package/dist/models/PickfaceContentsInnerApplicationsInner.d.ts +0 -37
  62. package/dist/models/PickfaceContentsInnerApplicationsInner.js +0 -47
  63. package/dist/models/PickfaceContentsInnerMetadata.d.ts +0 -43
  64. package/dist/models/PickfaceContentsInnerMetadata.js +0 -49
  65. package/dist/models/PickfaceContentsInnerQuantity.d.ts +0 -43
  66. package/dist/models/PickfaceContentsInnerQuantity.js +0 -49
  67. package/dist/models/PickfaceLastPicked.d.ts +0 -55
  68. package/dist/models/PickfaceLastPicked.js +0 -53
  69. package/dist/models/PickfaceLastRestocked.d.ts +0 -55
  70. package/dist/models/PickfaceLastRestocked.js +0 -53
  71. package/dist/models/PickfaceLog.d.ts +0 -55
  72. package/dist/models/PickfaceLog.js +0 -53
  73. package/dist/models/PickfaceLogUser.d.ts +0 -37
  74. package/dist/models/PickfaceLogUser.js +0 -52
  75. package/dist/models/PickfaceModel.d.ts +0 -37
  76. package/dist/models/PickfaceModel.js +0 -47
  77. package/dist/models/PickfaceModels.d.ts +0 -32
  78. package/dist/models/PickfaceModels.js +0 -46
  79. package/dist/models/UpdatePickfaceRequest.d.ts +0 -44
  80. package/dist/models/UpdatePickfaceRequest.js +0 -50
  81. package/dist/models/UpdatePickfaceRequestContents.d.ts +0 -37
  82. package/dist/models/UpdatePickfaceRequestContents.js +0 -47
  83. package/dist/models/UpdatePickfaceRequestContentsInner.d.ts +0 -38
  84. package/dist/models/UpdatePickfaceRequestContentsInner.js +0 -52
  85. package/dist/models/UpdatePickfaceRequestContentsInnerQuantity.d.ts +0 -45
  86. package/dist/models/UpdatePickfaceRequestContentsInnerQuantity.js +0 -58
  87. package/dist/models/UpdatePickfaceRequestContentsInnerQuantityOneOf.d.ts +0 -45
  88. package/dist/models/UpdatePickfaceRequestContentsInnerQuantityOneOf.js +0 -58
  89. package/dist/models/index.d.ts +0 -19
  90. package/dist/models/index.js +0 -37
  91. package/dist/runtime.d.ts +0 -187
  92. package/dist/runtime.js +0 -565
  93. package/src/apis/PickfacesApi.ts +0 -821
  94. package/src/apis/index.ts +0 -3
  95. package/src/index.ts +0 -5
  96. package/src/models/ApiError.ts +0 -69
  97. package/src/models/ContainerModel.ts +0 -103
  98. package/src/models/ContainerModels.ts +0 -67
  99. package/src/models/CreatePickfaceRequest.ts +0 -68
  100. package/src/models/CreatePickfaceRequestDimensions.ts +0 -76
  101. package/src/models/GetPickfaces200Response.ts +0 -75
  102. package/src/models/ListPickfaceLogs200Response.ts +0 -75
  103. package/src/models/ModelError.ts +0 -74
  104. package/src/models/MoveStockRequest.ts +0 -79
  105. package/src/models/Pickface.ts +0 -149
  106. package/src/models/PickfaceContainerModel.ts +0 -68
  107. package/src/models/PickfaceContentsInner.ts +0 -111
  108. package/src/models/PickfaceContentsInnerApplicationsInner.ts +0 -68
  109. package/src/models/PickfaceContentsInnerMetadata.ts +0 -76
  110. package/src/models/PickfaceContentsInnerQuantity.ts +0 -76
  111. package/src/models/PickfaceLastPicked.ts +0 -92
  112. package/src/models/PickfaceLastRestocked.ts +0 -92
  113. package/src/models/PickfaceLog.ts +0 -92
  114. package/src/models/PickfaceLogUser.ts +0 -73
  115. package/src/models/PickfaceModel.ts +0 -68
  116. package/src/models/PickfaceModels.ts +0 -67
  117. package/src/models/UpdatePickfaceRequest.ts +0 -83
  118. package/src/models/UpdatePickfaceRequestContents.ts +0 -68
  119. package/src/models/UpdatePickfaceRequestContentsInner.ts +0 -77
  120. package/src/models/UpdatePickfaceRequestContentsInnerQuantity.ts +0 -81
  121. package/src/models/UpdatePickfaceRequestContentsInnerQuantityOneOf.ts +0 -81
  122. package/src/models/index.ts +0 -21
  123. package/src/runtime.ts +0 -441
@@ -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.PickfaceModelsToJSON = exports.PickfaceModelsFromJSONTyped = exports.PickfaceModelsFromJSON = exports.instanceOfPickfaceModels = void 0;
17
- var PickfaceModel_1 = require("./PickfaceModel");
18
- /**
19
- * Check if a given object implements the PickfaceModels interface.
20
- */
21
- function instanceOfPickfaceModels(value) {
22
- return true;
23
- }
24
- exports.instanceOfPickfaceModels = instanceOfPickfaceModels;
25
- function PickfaceModelsFromJSON(json) {
26
- return PickfaceModelsFromJSONTyped(json, false);
27
- }
28
- exports.PickfaceModelsFromJSON = PickfaceModelsFromJSON;
29
- function PickfaceModelsFromJSONTyped(json, ignoreDiscriminator) {
30
- if (json == null) {
31
- return json;
32
- }
33
- return {
34
- 'pickfaceModels': json['pickfaceModels'] == null ? undefined : (json['pickfaceModels'].map(PickfaceModel_1.PickfaceModelFromJSON)),
35
- };
36
- }
37
- exports.PickfaceModelsFromJSONTyped = PickfaceModelsFromJSONTyped;
38
- function PickfaceModelsToJSON(value) {
39
- if (value == null) {
40
- return value;
41
- }
42
- return {
43
- 'pickfaceModels': value['pickfaceModels'] == null ? undefined : (value['pickfaceModels'].map(PickfaceModel_1.PickfaceModelToJSON)),
44
- };
45
- }
46
- exports.PickfaceModelsToJSON = PickfaceModelsToJSON;
@@ -1,44 +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 { UpdatePickfaceRequestContentsInner } from './UpdatePickfaceRequestContentsInner';
13
- /**
14
- * A list of updates to apply to the pickface.
15
- * @export
16
- * @interface UpdatePickfaceRequest
17
- */
18
- export interface UpdatePickfaceRequest {
19
- /**
20
- *
21
- * @type {boolean}
22
- * @memberof UpdatePickfaceRequest
23
- */
24
- enabled?: boolean;
25
- /**
26
- * Unique object identifier
27
- * @type {string}
28
- * @memberof UpdatePickfaceRequest
29
- */
30
- containerModelId?: string;
31
- /**
32
- *
33
- * @type {Array<UpdatePickfaceRequestContentsInner>}
34
- * @memberof UpdatePickfaceRequest
35
- */
36
- contents?: Array<UpdatePickfaceRequestContentsInner>;
37
- }
38
- /**
39
- * Check if a given object implements the UpdatePickfaceRequest interface.
40
- */
41
- export declare function instanceOfUpdatePickfaceRequest(value: object): boolean;
42
- export declare function UpdatePickfaceRequestFromJSON(json: any): UpdatePickfaceRequest;
43
- export declare function UpdatePickfaceRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdatePickfaceRequest;
44
- export declare function UpdatePickfaceRequestToJSON(value?: UpdatePickfaceRequest | null): any;
@@ -1,50 +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.UpdatePickfaceRequestToJSON = exports.UpdatePickfaceRequestFromJSONTyped = exports.UpdatePickfaceRequestFromJSON = exports.instanceOfUpdatePickfaceRequest = void 0;
17
- var UpdatePickfaceRequestContentsInner_1 = require("./UpdatePickfaceRequestContentsInner");
18
- /**
19
- * Check if a given object implements the UpdatePickfaceRequest interface.
20
- */
21
- function instanceOfUpdatePickfaceRequest(value) {
22
- return true;
23
- }
24
- exports.instanceOfUpdatePickfaceRequest = instanceOfUpdatePickfaceRequest;
25
- function UpdatePickfaceRequestFromJSON(json) {
26
- return UpdatePickfaceRequestFromJSONTyped(json, false);
27
- }
28
- exports.UpdatePickfaceRequestFromJSON = UpdatePickfaceRequestFromJSON;
29
- function UpdatePickfaceRequestFromJSONTyped(json, ignoreDiscriminator) {
30
- if (json == null) {
31
- return json;
32
- }
33
- return {
34
- 'enabled': json['enabled'] == null ? undefined : json['enabled'],
35
- 'containerModelId': json['containerModelId'] == null ? undefined : json['containerModelId'],
36
- 'contents': json['contents'] == null ? undefined : (json['contents'].map(UpdatePickfaceRequestContentsInner_1.UpdatePickfaceRequestContentsInnerFromJSON)),
37
- };
38
- }
39
- exports.UpdatePickfaceRequestFromJSONTyped = UpdatePickfaceRequestFromJSONTyped;
40
- function UpdatePickfaceRequestToJSON(value) {
41
- if (value == null) {
42
- return value;
43
- }
44
- return {
45
- 'enabled': value['enabled'],
46
- 'containerModelId': value['containerModelId'],
47
- 'contents': value['contents'] == null ? undefined : (value['contents'].map(UpdatePickfaceRequestContentsInner_1.UpdatePickfaceRequestContentsInnerToJSON)),
48
- };
49
- }
50
- exports.UpdatePickfaceRequestToJSON = UpdatePickfaceRequestToJSON;
@@ -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.10.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 UpdatePickfaceRequestContents
16
- */
17
- export interface UpdatePickfaceRequestContents {
18
- /**
19
- * The variant to add to/remove from the pickface
20
- * @type {string}
21
- * @memberof UpdatePickfaceRequestContents
22
- */
23
- variantRef?: string;
24
- /**
25
- * The quantity to add to/remove from the pickface. A negative number means stock will be removed
26
- * @type {number}
27
- * @memberof UpdatePickfaceRequestContents
28
- */
29
- quantity?: number;
30
- }
31
- /**
32
- * Check if a given object implements the UpdatePickfaceRequestContents interface.
33
- */
34
- export declare function instanceOfUpdatePickfaceRequestContents(value: object): boolean;
35
- export declare function UpdatePickfaceRequestContentsFromJSON(json: any): UpdatePickfaceRequestContents;
36
- export declare function UpdatePickfaceRequestContentsFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdatePickfaceRequestContents;
37
- export declare function UpdatePickfaceRequestContentsToJSON(value?: UpdatePickfaceRequestContents | 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.10.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.UpdatePickfaceRequestContentsToJSON = exports.UpdatePickfaceRequestContentsFromJSONTyped = exports.UpdatePickfaceRequestContentsFromJSON = exports.instanceOfUpdatePickfaceRequestContents = void 0;
17
- /**
18
- * Check if a given object implements the UpdatePickfaceRequestContents interface.
19
- */
20
- function instanceOfUpdatePickfaceRequestContents(value) {
21
- return true;
22
- }
23
- exports.instanceOfUpdatePickfaceRequestContents = instanceOfUpdatePickfaceRequestContents;
24
- function UpdatePickfaceRequestContentsFromJSON(json) {
25
- return UpdatePickfaceRequestContentsFromJSONTyped(json, false);
26
- }
27
- exports.UpdatePickfaceRequestContentsFromJSON = UpdatePickfaceRequestContentsFromJSON;
28
- function UpdatePickfaceRequestContentsFromJSONTyped(json, ignoreDiscriminator) {
29
- if (json == null) {
30
- return json;
31
- }
32
- return {
33
- 'variantRef': json['variantRef'] == null ? undefined : json['variantRef'],
34
- 'quantity': json['quantity'] == null ? undefined : json['quantity'],
35
- };
36
- }
37
- exports.UpdatePickfaceRequestContentsFromJSONTyped = UpdatePickfaceRequestContentsFromJSONTyped;
38
- function UpdatePickfaceRequestContentsToJSON(value) {
39
- if (value == null) {
40
- return value;
41
- }
42
- return {
43
- 'variantRef': value['variantRef'],
44
- 'quantity': value['quantity'],
45
- };
46
- }
47
- exports.UpdatePickfaceRequestContentsToJSON = UpdatePickfaceRequestContentsToJSON;
@@ -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 { UpdatePickfaceRequestContentsInnerQuantity } from './UpdatePickfaceRequestContentsInnerQuantity';
13
- /**
14
- *
15
- * @export
16
- * @interface UpdatePickfaceRequestContentsInner
17
- */
18
- export interface UpdatePickfaceRequestContentsInner {
19
- /**
20
- * The variant to add or subtract from the pickface
21
- * @type {string}
22
- * @memberof UpdatePickfaceRequestContentsInner
23
- */
24
- variantRef: string;
25
- /**
26
- *
27
- * @type {UpdatePickfaceRequestContentsInnerQuantity}
28
- * @memberof UpdatePickfaceRequestContentsInner
29
- */
30
- quantity: UpdatePickfaceRequestContentsInnerQuantity;
31
- }
32
- /**
33
- * Check if a given object implements the UpdatePickfaceRequestContentsInner interface.
34
- */
35
- export declare function instanceOfUpdatePickfaceRequestContentsInner(value: object): boolean;
36
- export declare function UpdatePickfaceRequestContentsInnerFromJSON(json: any): UpdatePickfaceRequestContentsInner;
37
- export declare function UpdatePickfaceRequestContentsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdatePickfaceRequestContentsInner;
38
- export declare function UpdatePickfaceRequestContentsInnerToJSON(value?: UpdatePickfaceRequestContentsInner | null): any;
@@ -1,52 +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.UpdatePickfaceRequestContentsInnerToJSON = exports.UpdatePickfaceRequestContentsInnerFromJSONTyped = exports.UpdatePickfaceRequestContentsInnerFromJSON = exports.instanceOfUpdatePickfaceRequestContentsInner = void 0;
17
- var UpdatePickfaceRequestContentsInnerQuantity_1 = require("./UpdatePickfaceRequestContentsInnerQuantity");
18
- /**
19
- * Check if a given object implements the UpdatePickfaceRequestContentsInner interface.
20
- */
21
- function instanceOfUpdatePickfaceRequestContentsInner(value) {
22
- if (!('variantRef' in value))
23
- return false;
24
- if (!('quantity' in value))
25
- return false;
26
- return true;
27
- }
28
- exports.instanceOfUpdatePickfaceRequestContentsInner = instanceOfUpdatePickfaceRequestContentsInner;
29
- function UpdatePickfaceRequestContentsInnerFromJSON(json) {
30
- return UpdatePickfaceRequestContentsInnerFromJSONTyped(json, false);
31
- }
32
- exports.UpdatePickfaceRequestContentsInnerFromJSON = UpdatePickfaceRequestContentsInnerFromJSON;
33
- function UpdatePickfaceRequestContentsInnerFromJSONTyped(json, ignoreDiscriminator) {
34
- if (json == null) {
35
- return json;
36
- }
37
- return {
38
- 'variantRef': json['variantRef'],
39
- 'quantity': (0, UpdatePickfaceRequestContentsInnerQuantity_1.UpdatePickfaceRequestContentsInnerQuantityFromJSON)(json['quantity']),
40
- };
41
- }
42
- exports.UpdatePickfaceRequestContentsInnerFromJSONTyped = UpdatePickfaceRequestContentsInnerFromJSONTyped;
43
- function UpdatePickfaceRequestContentsInnerToJSON(value) {
44
- if (value == null) {
45
- return value;
46
- }
47
- return {
48
- 'variantRef': value['variantRef'],
49
- 'quantity': (0, UpdatePickfaceRequestContentsInnerQuantity_1.UpdatePickfaceRequestContentsInnerQuantityToJSON)(value['quantity']),
50
- };
51
- }
52
- exports.UpdatePickfaceRequestContentsInnerToJSON = UpdatePickfaceRequestContentsInnerToJSON;
@@ -1,45 +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 UpdatePickfaceRequestContentsInnerQuantity
16
- */
17
- export interface UpdatePickfaceRequestContentsInnerQuantity {
18
- /**
19
- * The operation to perform on the pickface
20
- * @type {string}
21
- * @memberof UpdatePickfaceRequestContentsInnerQuantity
22
- */
23
- operation: UpdatePickfaceRequestContentsInnerQuantityOperationEnum;
24
- /**
25
- * The value to use with the operation
26
- * @type {number}
27
- * @memberof UpdatePickfaceRequestContentsInnerQuantity
28
- */
29
- value: number;
30
- }
31
- /**
32
- * @export
33
- */
34
- export declare const UpdatePickfaceRequestContentsInnerQuantityOperationEnum: {
35
- readonly Add: "add";
36
- readonly Subtract: "subtract";
37
- };
38
- export type UpdatePickfaceRequestContentsInnerQuantityOperationEnum = typeof UpdatePickfaceRequestContentsInnerQuantityOperationEnum[keyof typeof UpdatePickfaceRequestContentsInnerQuantityOperationEnum];
39
- /**
40
- * Check if a given object implements the UpdatePickfaceRequestContentsInnerQuantity interface.
41
- */
42
- export declare function instanceOfUpdatePickfaceRequestContentsInnerQuantity(value: object): boolean;
43
- export declare function UpdatePickfaceRequestContentsInnerQuantityFromJSON(json: any): UpdatePickfaceRequestContentsInnerQuantity;
44
- export declare function UpdatePickfaceRequestContentsInnerQuantityFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdatePickfaceRequestContentsInnerQuantity;
45
- export declare function UpdatePickfaceRequestContentsInnerQuantityToJSON(value?: UpdatePickfaceRequestContentsInnerQuantity | null): any;
@@ -1,58 +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.UpdatePickfaceRequestContentsInnerQuantityToJSON = exports.UpdatePickfaceRequestContentsInnerQuantityFromJSONTyped = exports.UpdatePickfaceRequestContentsInnerQuantityFromJSON = exports.instanceOfUpdatePickfaceRequestContentsInnerQuantity = exports.UpdatePickfaceRequestContentsInnerQuantityOperationEnum = void 0;
17
- /**
18
- * @export
19
- */
20
- exports.UpdatePickfaceRequestContentsInnerQuantityOperationEnum = {
21
- Add: 'add',
22
- Subtract: 'subtract'
23
- };
24
- /**
25
- * Check if a given object implements the UpdatePickfaceRequestContentsInnerQuantity interface.
26
- */
27
- function instanceOfUpdatePickfaceRequestContentsInnerQuantity(value) {
28
- if (!('operation' in value))
29
- return false;
30
- if (!('value' in value))
31
- return false;
32
- return true;
33
- }
34
- exports.instanceOfUpdatePickfaceRequestContentsInnerQuantity = instanceOfUpdatePickfaceRequestContentsInnerQuantity;
35
- function UpdatePickfaceRequestContentsInnerQuantityFromJSON(json) {
36
- return UpdatePickfaceRequestContentsInnerQuantityFromJSONTyped(json, false);
37
- }
38
- exports.UpdatePickfaceRequestContentsInnerQuantityFromJSON = UpdatePickfaceRequestContentsInnerQuantityFromJSON;
39
- function UpdatePickfaceRequestContentsInnerQuantityFromJSONTyped(json, ignoreDiscriminator) {
40
- if (json == null) {
41
- return json;
42
- }
43
- return {
44
- 'operation': json['operation'],
45
- 'value': json['value'],
46
- };
47
- }
48
- exports.UpdatePickfaceRequestContentsInnerQuantityFromJSONTyped = UpdatePickfaceRequestContentsInnerQuantityFromJSONTyped;
49
- function UpdatePickfaceRequestContentsInnerQuantityToJSON(value) {
50
- if (value == null) {
51
- return value;
52
- }
53
- return {
54
- 'operation': value['operation'],
55
- 'value': value['value'],
56
- };
57
- }
58
- exports.UpdatePickfaceRequestContentsInnerQuantityToJSON = UpdatePickfaceRequestContentsInnerQuantityToJSON;
@@ -1,45 +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.11.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 UpdatePickfaceRequestContentsInnerQuantityOneOf
16
- */
17
- export interface UpdatePickfaceRequestContentsInnerQuantityOneOf {
18
- /**
19
- * The operation to perform on the pickface
20
- * @type {string}
21
- * @memberof UpdatePickfaceRequestContentsInnerQuantityOneOf
22
- */
23
- operation: UpdatePickfaceRequestContentsInnerQuantityOneOfOperationEnum;
24
- /**
25
- * The value to use with the operation
26
- * @type {number}
27
- * @memberof UpdatePickfaceRequestContentsInnerQuantityOneOf
28
- */
29
- value: number;
30
- }
31
- /**
32
- * @export
33
- */
34
- export declare const UpdatePickfaceRequestContentsInnerQuantityOneOfOperationEnum: {
35
- readonly Add: "add";
36
- readonly Subtract: "subtract";
37
- };
38
- export type UpdatePickfaceRequestContentsInnerQuantityOneOfOperationEnum = typeof UpdatePickfaceRequestContentsInnerQuantityOneOfOperationEnum[keyof typeof UpdatePickfaceRequestContentsInnerQuantityOneOfOperationEnum];
39
- /**
40
- * Check if a given object implements the UpdatePickfaceRequestContentsInnerQuantityOneOf interface.
41
- */
42
- export declare function instanceOfUpdatePickfaceRequestContentsInnerQuantityOneOf(value: object): boolean;
43
- export declare function UpdatePickfaceRequestContentsInnerQuantityOneOfFromJSON(json: any): UpdatePickfaceRequestContentsInnerQuantityOneOf;
44
- export declare function UpdatePickfaceRequestContentsInnerQuantityOneOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdatePickfaceRequestContentsInnerQuantityOneOf;
45
- export declare function UpdatePickfaceRequestContentsInnerQuantityOneOfToJSON(value?: UpdatePickfaceRequestContentsInnerQuantityOneOf | null): any;
@@ -1,58 +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.11.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.UpdatePickfaceRequestContentsInnerQuantityOneOfToJSON = exports.UpdatePickfaceRequestContentsInnerQuantityOneOfFromJSONTyped = exports.UpdatePickfaceRequestContentsInnerQuantityOneOfFromJSON = exports.instanceOfUpdatePickfaceRequestContentsInnerQuantityOneOf = exports.UpdatePickfaceRequestContentsInnerQuantityOneOfOperationEnum = void 0;
17
- /**
18
- * @export
19
- */
20
- exports.UpdatePickfaceRequestContentsInnerQuantityOneOfOperationEnum = {
21
- Add: 'add',
22
- Subtract: 'subtract'
23
- };
24
- /**
25
- * Check if a given object implements the UpdatePickfaceRequestContentsInnerQuantityOneOf interface.
26
- */
27
- function instanceOfUpdatePickfaceRequestContentsInnerQuantityOneOf(value) {
28
- if (!('operation' in value))
29
- return false;
30
- if (!('value' in value))
31
- return false;
32
- return true;
33
- }
34
- exports.instanceOfUpdatePickfaceRequestContentsInnerQuantityOneOf = instanceOfUpdatePickfaceRequestContentsInnerQuantityOneOf;
35
- function UpdatePickfaceRequestContentsInnerQuantityOneOfFromJSON(json) {
36
- return UpdatePickfaceRequestContentsInnerQuantityOneOfFromJSONTyped(json, false);
37
- }
38
- exports.UpdatePickfaceRequestContentsInnerQuantityOneOfFromJSON = UpdatePickfaceRequestContentsInnerQuantityOneOfFromJSON;
39
- function UpdatePickfaceRequestContentsInnerQuantityOneOfFromJSONTyped(json, ignoreDiscriminator) {
40
- if (json == null) {
41
- return json;
42
- }
43
- return {
44
- 'operation': json['operation'],
45
- 'value': json['value'],
46
- };
47
- }
48
- exports.UpdatePickfaceRequestContentsInnerQuantityOneOfFromJSONTyped = UpdatePickfaceRequestContentsInnerQuantityOneOfFromJSONTyped;
49
- function UpdatePickfaceRequestContentsInnerQuantityOneOfToJSON(value) {
50
- if (value == null) {
51
- return value;
52
- }
53
- return {
54
- 'operation': value['operation'],
55
- 'value': value['value'],
56
- };
57
- }
58
- exports.UpdatePickfaceRequestContentsInnerQuantityOneOfToJSON = UpdatePickfaceRequestContentsInnerQuantityOneOfToJSON;
@@ -1,19 +0,0 @@
1
- export * from './ApiError';
2
- export * from './ContainerModel';
3
- export * from './ContainerModels';
4
- export * from './CreatePickfaceRequest';
5
- export * from './GetPickfaces200Response';
6
- export * from './ListPickfaceLogs200Response';
7
- export * from './MoveStockRequest';
8
- export * from './Pickface';
9
- export * from './PickfaceContainerModel';
10
- export * from './PickfaceContentsInner';
11
- export * from './PickfaceContentsInnerApplicationsInner';
12
- export * from './PickfaceContentsInnerMetadata';
13
- export * from './PickfaceContentsInnerQuantity';
14
- export * from './PickfaceLastPicked';
15
- export * from './PickfaceLastRestocked';
16
- export * from './PickfaceLog';
17
- export * from './UpdatePickfaceRequest';
18
- export * from './UpdatePickfaceRequestContentsInner';
19
- export * from './UpdatePickfaceRequestContentsInnerQuantity';
@@ -1,37 +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("./ApiError"), exports);
20
- __exportStar(require("./ContainerModel"), exports);
21
- __exportStar(require("./ContainerModels"), exports);
22
- __exportStar(require("./CreatePickfaceRequest"), exports);
23
- __exportStar(require("./GetPickfaces200Response"), exports);
24
- __exportStar(require("./ListPickfaceLogs200Response"), exports);
25
- __exportStar(require("./MoveStockRequest"), exports);
26
- __exportStar(require("./Pickface"), exports);
27
- __exportStar(require("./PickfaceContainerModel"), exports);
28
- __exportStar(require("./PickfaceContentsInner"), exports);
29
- __exportStar(require("./PickfaceContentsInnerApplicationsInner"), exports);
30
- __exportStar(require("./PickfaceContentsInnerMetadata"), exports);
31
- __exportStar(require("./PickfaceContentsInnerQuantity"), exports);
32
- __exportStar(require("./PickfaceLastPicked"), exports);
33
- __exportStar(require("./PickfaceLastRestocked"), exports);
34
- __exportStar(require("./PickfaceLog"), exports);
35
- __exportStar(require("./UpdatePickfaceRequest"), exports);
36
- __exportStar(require("./UpdatePickfaceRequestContentsInner"), exports);
37
- __exportStar(require("./UpdatePickfaceRequestContentsInnerQuantity"), exports);