@teemill/pickfaces 0.12.2 → 0.14.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 (182) hide show
  1. package/.openapi-generator/FILES +6 -24
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +3 -3
  4. package/api.ts +2297 -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 +1480 -0
  9. package/dist/api.js +1243 -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 +1480 -0
  17. package/dist/esm/api.js +1236 -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 -3
  25. package/dist/esm/index.js +13 -3
  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 +15 -3
  31. package/tsconfig.json +4 -6
  32. package/dist/apis/PickfacesApi.d.ts +0 -189
  33. package/dist/apis/PickfacesApi.js +0 -569
  34. package/dist/apis/index.d.ts +0 -1
  35. package/dist/apis/index.js +0 -19
  36. package/dist/esm/apis/PickfacesApi.d.ts +0 -189
  37. package/dist/esm/apis/PickfacesApi.js +0 -565
  38. package/dist/esm/apis/index.d.ts +0 -1
  39. package/dist/esm/apis/index.js +0 -3
  40. package/dist/esm/models/ApiError.d.ts +0 -37
  41. package/dist/esm/models/ApiError.js +0 -42
  42. package/dist/esm/models/ContainerModel.d.ts +0 -61
  43. package/dist/esm/models/ContainerModel.js +0 -54
  44. package/dist/esm/models/ContainerModels.d.ts +0 -32
  45. package/dist/esm/models/ContainerModels.js +0 -39
  46. package/dist/esm/models/CreatePickfaceRequest.d.ts +0 -37
  47. package/dist/esm/models/CreatePickfaceRequest.js +0 -40
  48. package/dist/esm/models/CreatePickfaceRequestDimensions.d.ts +0 -43
  49. package/dist/esm/models/CreatePickfaceRequestDimensions.js +0 -42
  50. package/dist/esm/models/GetPickfaces200Response.d.ts +0 -38
  51. package/dist/esm/models/GetPickfaces200Response.js +0 -41
  52. package/dist/esm/models/ListPickfaceLogs200Response.d.ts +0 -38
  53. package/dist/esm/models/ListPickfaceLogs200Response.js +0 -41
  54. package/dist/esm/models/ModelError.d.ts +0 -37
  55. package/dist/esm/models/ModelError.js +0 -46
  56. package/dist/esm/models/MoveStockRequest.d.ts +0 -43
  57. package/dist/esm/models/MoveStockRequest.js +0 -48
  58. package/dist/esm/models/Pickface.d.ts +0 -83
  59. package/dist/esm/models/Pickface.js +0 -58
  60. package/dist/esm/models/PickfaceContainerModel.d.ts +0 -37
  61. package/dist/esm/models/PickfaceContainerModel.js +0 -40
  62. package/dist/esm/models/PickfaceContentsInner.d.ts +0 -58
  63. package/dist/esm/models/PickfaceContentsInner.js +0 -49
  64. package/dist/esm/models/PickfaceContentsInnerApplicationsInner.d.ts +0 -37
  65. package/dist/esm/models/PickfaceContentsInnerApplicationsInner.js +0 -40
  66. package/dist/esm/models/PickfaceContentsInnerMetadata.d.ts +0 -43
  67. package/dist/esm/models/PickfaceContentsInnerMetadata.js +0 -42
  68. package/dist/esm/models/PickfaceContentsInnerQuantity.d.ts +0 -43
  69. package/dist/esm/models/PickfaceContentsInnerQuantity.js +0 -42
  70. package/dist/esm/models/PickfaceLastPicked.d.ts +0 -55
  71. package/dist/esm/models/PickfaceLastPicked.js +0 -46
  72. package/dist/esm/models/PickfaceLastRestocked.d.ts +0 -55
  73. package/dist/esm/models/PickfaceLastRestocked.js +0 -46
  74. package/dist/esm/models/PickfaceLog.d.ts +0 -55
  75. package/dist/esm/models/PickfaceLog.js +0 -46
  76. package/dist/esm/models/PickfaceLogUser.d.ts +0 -37
  77. package/dist/esm/models/PickfaceLogUser.js +0 -45
  78. package/dist/esm/models/PickfaceModel.d.ts +0 -37
  79. package/dist/esm/models/PickfaceModel.js +0 -40
  80. package/dist/esm/models/PickfaceModels.d.ts +0 -32
  81. package/dist/esm/models/PickfaceModels.js +0 -39
  82. package/dist/esm/models/UpdatePickfaceRequest.d.ts +0 -44
  83. package/dist/esm/models/UpdatePickfaceRequest.js +0 -43
  84. package/dist/esm/models/UpdatePickfaceRequestContents.d.ts +0 -37
  85. package/dist/esm/models/UpdatePickfaceRequestContents.js +0 -40
  86. package/dist/esm/models/UpdatePickfaceRequestContentsInner.d.ts +0 -38
  87. package/dist/esm/models/UpdatePickfaceRequestContentsInner.js +0 -45
  88. package/dist/esm/models/UpdatePickfaceRequestContentsInnerQuantity.d.ts +0 -45
  89. package/dist/esm/models/UpdatePickfaceRequestContentsInnerQuantity.js +0 -51
  90. package/dist/esm/models/UpdatePickfaceRequestContentsInnerQuantityOneOf.d.ts +0 -45
  91. package/dist/esm/models/UpdatePickfaceRequestContentsInnerQuantityOneOf.js +0 -51
  92. package/dist/esm/models/index.d.ts +0 -19
  93. package/dist/esm/models/index.js +0 -21
  94. package/dist/esm/runtime.d.ts +0 -187
  95. package/dist/esm/runtime.js +0 -333
  96. package/dist/models/ApiError.d.ts +0 -37
  97. package/dist/models/ApiError.js +0 -49
  98. package/dist/models/ContainerModel.d.ts +0 -61
  99. package/dist/models/ContainerModel.js +0 -61
  100. package/dist/models/ContainerModels.d.ts +0 -32
  101. package/dist/models/ContainerModels.js +0 -46
  102. package/dist/models/CreatePickfaceRequest.d.ts +0 -37
  103. package/dist/models/CreatePickfaceRequest.js +0 -47
  104. package/dist/models/CreatePickfaceRequestDimensions.d.ts +0 -43
  105. package/dist/models/CreatePickfaceRequestDimensions.js +0 -49
  106. package/dist/models/GetPickfaces200Response.d.ts +0 -38
  107. package/dist/models/GetPickfaces200Response.js +0 -48
  108. package/dist/models/ListPickfaceLogs200Response.d.ts +0 -38
  109. package/dist/models/ListPickfaceLogs200Response.js +0 -48
  110. package/dist/models/ModelError.d.ts +0 -37
  111. package/dist/models/ModelError.js +0 -53
  112. package/dist/models/MoveStockRequest.d.ts +0 -43
  113. package/dist/models/MoveStockRequest.js +0 -55
  114. package/dist/models/Pickface.d.ts +0 -83
  115. package/dist/models/Pickface.js +0 -65
  116. package/dist/models/PickfaceContainerModel.d.ts +0 -37
  117. package/dist/models/PickfaceContainerModel.js +0 -47
  118. package/dist/models/PickfaceContentsInner.d.ts +0 -58
  119. package/dist/models/PickfaceContentsInner.js +0 -56
  120. package/dist/models/PickfaceContentsInnerApplicationsInner.d.ts +0 -37
  121. package/dist/models/PickfaceContentsInnerApplicationsInner.js +0 -47
  122. package/dist/models/PickfaceContentsInnerMetadata.d.ts +0 -43
  123. package/dist/models/PickfaceContentsInnerMetadata.js +0 -49
  124. package/dist/models/PickfaceContentsInnerQuantity.d.ts +0 -43
  125. package/dist/models/PickfaceContentsInnerQuantity.js +0 -49
  126. package/dist/models/PickfaceLastPicked.d.ts +0 -55
  127. package/dist/models/PickfaceLastPicked.js +0 -53
  128. package/dist/models/PickfaceLastRestocked.d.ts +0 -55
  129. package/dist/models/PickfaceLastRestocked.js +0 -53
  130. package/dist/models/PickfaceLog.d.ts +0 -55
  131. package/dist/models/PickfaceLog.js +0 -53
  132. package/dist/models/PickfaceLogUser.d.ts +0 -37
  133. package/dist/models/PickfaceLogUser.js +0 -52
  134. package/dist/models/PickfaceModel.d.ts +0 -37
  135. package/dist/models/PickfaceModel.js +0 -47
  136. package/dist/models/PickfaceModels.d.ts +0 -32
  137. package/dist/models/PickfaceModels.js +0 -46
  138. package/dist/models/UpdatePickfaceRequest.d.ts +0 -44
  139. package/dist/models/UpdatePickfaceRequest.js +0 -50
  140. package/dist/models/UpdatePickfaceRequestContents.d.ts +0 -37
  141. package/dist/models/UpdatePickfaceRequestContents.js +0 -47
  142. package/dist/models/UpdatePickfaceRequestContentsInner.d.ts +0 -38
  143. package/dist/models/UpdatePickfaceRequestContentsInner.js +0 -52
  144. package/dist/models/UpdatePickfaceRequestContentsInnerQuantity.d.ts +0 -45
  145. package/dist/models/UpdatePickfaceRequestContentsInnerQuantity.js +0 -58
  146. package/dist/models/UpdatePickfaceRequestContentsInnerQuantityOneOf.d.ts +0 -45
  147. package/dist/models/UpdatePickfaceRequestContentsInnerQuantityOneOf.js +0 -58
  148. package/dist/models/index.d.ts +0 -19
  149. package/dist/models/index.js +0 -37
  150. package/dist/runtime.d.ts +0 -187
  151. package/dist/runtime.js +0 -349
  152. package/src/apis/PickfacesApi.ts +0 -821
  153. package/src/apis/index.ts +0 -3
  154. package/src/index.ts +0 -5
  155. package/src/models/ApiError.ts +0 -69
  156. package/src/models/ContainerModel.ts +0 -103
  157. package/src/models/ContainerModels.ts +0 -67
  158. package/src/models/CreatePickfaceRequest.ts +0 -68
  159. package/src/models/CreatePickfaceRequestDimensions.ts +0 -76
  160. package/src/models/GetPickfaces200Response.ts +0 -75
  161. package/src/models/ListPickfaceLogs200Response.ts +0 -75
  162. package/src/models/ModelError.ts +0 -74
  163. package/src/models/MoveStockRequest.ts +0 -79
  164. package/src/models/Pickface.ts +0 -149
  165. package/src/models/PickfaceContainerModel.ts +0 -68
  166. package/src/models/PickfaceContentsInner.ts +0 -111
  167. package/src/models/PickfaceContentsInnerApplicationsInner.ts +0 -68
  168. package/src/models/PickfaceContentsInnerMetadata.ts +0 -76
  169. package/src/models/PickfaceContentsInnerQuantity.ts +0 -76
  170. package/src/models/PickfaceLastPicked.ts +0 -92
  171. package/src/models/PickfaceLastRestocked.ts +0 -92
  172. package/src/models/PickfaceLog.ts +0 -92
  173. package/src/models/PickfaceLogUser.ts +0 -73
  174. package/src/models/PickfaceModel.ts +0 -68
  175. package/src/models/PickfaceModels.ts +0 -67
  176. package/src/models/UpdatePickfaceRequest.ts +0 -83
  177. package/src/models/UpdatePickfaceRequestContents.ts +0 -68
  178. package/src/models/UpdatePickfaceRequestContentsInner.ts +0 -77
  179. package/src/models/UpdatePickfaceRequestContentsInnerQuantity.ts +0 -81
  180. package/src/models/UpdatePickfaceRequestContentsInnerQuantityOneOf.ts +0 -81
  181. package/src/models/index.ts +0 -21
  182. package/src/runtime.ts +0 -441
@@ -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.2
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 PickfaceContainerModel
16
- */
17
- export interface PickfaceContainerModel {
18
- /**
19
- * Unique object identifier
20
- * @type {string}
21
- * @memberof PickfaceContainerModel
22
- */
23
- id?: string;
24
- /**
25
- * A reference to the resource location
26
- * @type {string}
27
- * @memberof PickfaceContainerModel
28
- */
29
- ref?: string;
30
- }
31
- /**
32
- * Check if a given object implements the PickfaceContainerModel interface.
33
- */
34
- export declare function instanceOfPickfaceContainerModel(value: object): boolean;
35
- export declare function PickfaceContainerModelFromJSON(json: any): PickfaceContainerModel;
36
- export declare function PickfaceContainerModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): PickfaceContainerModel;
37
- export declare function PickfaceContainerModelToJSON(value?: PickfaceContainerModel | 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.2
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.PickfaceContainerModelToJSON = exports.PickfaceContainerModelFromJSONTyped = exports.PickfaceContainerModelFromJSON = exports.instanceOfPickfaceContainerModel = void 0;
17
- /**
18
- * Check if a given object implements the PickfaceContainerModel interface.
19
- */
20
- function instanceOfPickfaceContainerModel(value) {
21
- return true;
22
- }
23
- exports.instanceOfPickfaceContainerModel = instanceOfPickfaceContainerModel;
24
- function PickfaceContainerModelFromJSON(json) {
25
- return PickfaceContainerModelFromJSONTyped(json, false);
26
- }
27
- exports.PickfaceContainerModelFromJSON = PickfaceContainerModelFromJSON;
28
- function PickfaceContainerModelFromJSONTyped(json, ignoreDiscriminator) {
29
- if (json == null) {
30
- return json;
31
- }
32
- return {
33
- 'id': json['id'] == null ? undefined : json['id'],
34
- 'ref': json['ref'] == null ? undefined : json['ref'],
35
- };
36
- }
37
- exports.PickfaceContainerModelFromJSONTyped = PickfaceContainerModelFromJSONTyped;
38
- function PickfaceContainerModelToJSON(value) {
39
- if (value == null) {
40
- return value;
41
- }
42
- return {
43
- 'id': value['id'],
44
- 'ref': value['ref'],
45
- };
46
- }
47
- exports.PickfaceContainerModelToJSON = PickfaceContainerModelToJSON;
@@ -1,58 +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.2
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 { PickfaceContentsInnerApplicationsInner } from './PickfaceContentsInnerApplicationsInner';
13
- import type { PickfaceContentsInnerMetadata } from './PickfaceContentsInnerMetadata';
14
- import type { PickfaceContentsInnerQuantity } from './PickfaceContentsInnerQuantity';
15
- /**
16
- *
17
- * @export
18
- * @interface PickfaceContentsInner
19
- */
20
- export interface PickfaceContentsInner {
21
- /**
22
- * A reference to the resource location
23
- * @type {string}
24
- * @memberof PickfaceContentsInner
25
- */
26
- variantRef?: string;
27
- /**
28
- *
29
- * @type {string}
30
- * @memberof PickfaceContentsInner
31
- */
32
- ownerProjectId?: string;
33
- /**
34
- *
35
- * @type {PickfaceContentsInnerQuantity}
36
- * @memberof PickfaceContentsInner
37
- */
38
- quantity?: PickfaceContentsInnerQuantity;
39
- /**
40
- *
41
- * @type {Array<PickfaceContentsInnerApplicationsInner>}
42
- * @memberof PickfaceContentsInner
43
- */
44
- applications?: Array<PickfaceContentsInnerApplicationsInner>;
45
- /**
46
- *
47
- * @type {PickfaceContentsInnerMetadata}
48
- * @memberof PickfaceContentsInner
49
- */
50
- metadata?: PickfaceContentsInnerMetadata;
51
- }
52
- /**
53
- * Check if a given object implements the PickfaceContentsInner interface.
54
- */
55
- export declare function instanceOfPickfaceContentsInner(value: object): boolean;
56
- export declare function PickfaceContentsInnerFromJSON(json: any): PickfaceContentsInner;
57
- export declare function PickfaceContentsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): PickfaceContentsInner;
58
- export declare function PickfaceContentsInnerToJSON(value?: PickfaceContentsInner | null): any;
@@ -1,56 +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.2
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.PickfaceContentsInnerToJSON = exports.PickfaceContentsInnerFromJSONTyped = exports.PickfaceContentsInnerFromJSON = exports.instanceOfPickfaceContentsInner = void 0;
17
- const PickfaceContentsInnerApplicationsInner_1 = require("./PickfaceContentsInnerApplicationsInner");
18
- const PickfaceContentsInnerMetadata_1 = require("./PickfaceContentsInnerMetadata");
19
- const PickfaceContentsInnerQuantity_1 = require("./PickfaceContentsInnerQuantity");
20
- /**
21
- * Check if a given object implements the PickfaceContentsInner interface.
22
- */
23
- function instanceOfPickfaceContentsInner(value) {
24
- return true;
25
- }
26
- exports.instanceOfPickfaceContentsInner = instanceOfPickfaceContentsInner;
27
- function PickfaceContentsInnerFromJSON(json) {
28
- return PickfaceContentsInnerFromJSONTyped(json, false);
29
- }
30
- exports.PickfaceContentsInnerFromJSON = PickfaceContentsInnerFromJSON;
31
- function PickfaceContentsInnerFromJSONTyped(json, ignoreDiscriminator) {
32
- if (json == null) {
33
- return json;
34
- }
35
- return {
36
- 'variantRef': json['variantRef'] == null ? undefined : json['variantRef'],
37
- 'ownerProjectId': json['ownerProjectId'] == null ? undefined : json['ownerProjectId'],
38
- 'quantity': json['quantity'] == null ? undefined : (0, PickfaceContentsInnerQuantity_1.PickfaceContentsInnerQuantityFromJSON)(json['quantity']),
39
- 'applications': json['applications'] == null ? undefined : (json['applications'].map(PickfaceContentsInnerApplicationsInner_1.PickfaceContentsInnerApplicationsInnerFromJSON)),
40
- 'metadata': json['metadata'] == null ? undefined : (0, PickfaceContentsInnerMetadata_1.PickfaceContentsInnerMetadataFromJSON)(json['metadata']),
41
- };
42
- }
43
- exports.PickfaceContentsInnerFromJSONTyped = PickfaceContentsInnerFromJSONTyped;
44
- function PickfaceContentsInnerToJSON(value) {
45
- if (value == null) {
46
- return value;
47
- }
48
- return {
49
- 'variantRef': value['variantRef'],
50
- 'ownerProjectId': value['ownerProjectId'],
51
- 'quantity': (0, PickfaceContentsInnerQuantity_1.PickfaceContentsInnerQuantityToJSON)(value['quantity']),
52
- 'applications': value['applications'] == null ? undefined : (value['applications'].map(PickfaceContentsInnerApplicationsInner_1.PickfaceContentsInnerApplicationsInnerToJSON)),
53
- 'metadata': (0, PickfaceContentsInnerMetadata_1.PickfaceContentsInnerMetadataToJSON)(value['metadata']),
54
- };
55
- }
56
- exports.PickfaceContentsInnerToJSON = PickfaceContentsInnerToJSON;
@@ -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.2
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 PickfaceContentsInnerApplicationsInner
16
- */
17
- export interface PickfaceContentsInnerApplicationsInner {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof PickfaceContentsInnerApplicationsInner
22
- */
23
- placement?: string;
24
- /**
25
- * A unique identifier for the application
26
- * @type {string}
27
- * @memberof PickfaceContentsInnerApplicationsInner
28
- */
29
- signature?: string;
30
- }
31
- /**
32
- * Check if a given object implements the PickfaceContentsInnerApplicationsInner interface.
33
- */
34
- export declare function instanceOfPickfaceContentsInnerApplicationsInner(value: object): boolean;
35
- export declare function PickfaceContentsInnerApplicationsInnerFromJSON(json: any): PickfaceContentsInnerApplicationsInner;
36
- export declare function PickfaceContentsInnerApplicationsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): PickfaceContentsInnerApplicationsInner;
37
- export declare function PickfaceContentsInnerApplicationsInnerToJSON(value?: PickfaceContentsInnerApplicationsInner | 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.2
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.PickfaceContentsInnerApplicationsInnerToJSON = exports.PickfaceContentsInnerApplicationsInnerFromJSONTyped = exports.PickfaceContentsInnerApplicationsInnerFromJSON = exports.instanceOfPickfaceContentsInnerApplicationsInner = void 0;
17
- /**
18
- * Check if a given object implements the PickfaceContentsInnerApplicationsInner interface.
19
- */
20
- function instanceOfPickfaceContentsInnerApplicationsInner(value) {
21
- return true;
22
- }
23
- exports.instanceOfPickfaceContentsInnerApplicationsInner = instanceOfPickfaceContentsInnerApplicationsInner;
24
- function PickfaceContentsInnerApplicationsInnerFromJSON(json) {
25
- return PickfaceContentsInnerApplicationsInnerFromJSONTyped(json, false);
26
- }
27
- exports.PickfaceContentsInnerApplicationsInnerFromJSON = PickfaceContentsInnerApplicationsInnerFromJSON;
28
- function PickfaceContentsInnerApplicationsInnerFromJSONTyped(json, ignoreDiscriminator) {
29
- if (json == null) {
30
- return json;
31
- }
32
- return {
33
- 'placement': json['placement'] == null ? undefined : json['placement'],
34
- 'signature': json['signature'] == null ? undefined : json['signature'],
35
- };
36
- }
37
- exports.PickfaceContentsInnerApplicationsInnerFromJSONTyped = PickfaceContentsInnerApplicationsInnerFromJSONTyped;
38
- function PickfaceContentsInnerApplicationsInnerToJSON(value) {
39
- if (value == null) {
40
- return value;
41
- }
42
- return {
43
- 'placement': value['placement'],
44
- 'signature': value['signature'],
45
- };
46
- }
47
- exports.PickfaceContentsInnerApplicationsInnerToJSON = PickfaceContentsInnerApplicationsInnerToJSON;
@@ -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.2
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
- * Any additional metadata
14
- * @export
15
- * @interface PickfaceContentsInnerMetadata
16
- */
17
- export interface PickfaceContentsInnerMetadata {
18
- /**
19
- * The title of the product
20
- * @type {string}
21
- * @memberof PickfaceContentsInnerMetadata
22
- */
23
- title?: string;
24
- /**
25
- * The image of the front of the product
26
- * @type {string}
27
- * @memberof PickfaceContentsInnerMetadata
28
- */
29
- frontImage?: string;
30
- /**
31
- * The image of the back of the product
32
- * @type {string}
33
- * @memberof PickfaceContentsInnerMetadata
34
- */
35
- backImage?: string;
36
- }
37
- /**
38
- * Check if a given object implements the PickfaceContentsInnerMetadata interface.
39
- */
40
- export declare function instanceOfPickfaceContentsInnerMetadata(value: object): boolean;
41
- export declare function PickfaceContentsInnerMetadataFromJSON(json: any): PickfaceContentsInnerMetadata;
42
- export declare function PickfaceContentsInnerMetadataFromJSONTyped(json: any, ignoreDiscriminator: boolean): PickfaceContentsInnerMetadata;
43
- export declare function PickfaceContentsInnerMetadataToJSON(value?: PickfaceContentsInnerMetadata | 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.2
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.PickfaceContentsInnerMetadataToJSON = exports.PickfaceContentsInnerMetadataFromJSONTyped = exports.PickfaceContentsInnerMetadataFromJSON = exports.instanceOfPickfaceContentsInnerMetadata = void 0;
17
- /**
18
- * Check if a given object implements the PickfaceContentsInnerMetadata interface.
19
- */
20
- function instanceOfPickfaceContentsInnerMetadata(value) {
21
- return true;
22
- }
23
- exports.instanceOfPickfaceContentsInnerMetadata = instanceOfPickfaceContentsInnerMetadata;
24
- function PickfaceContentsInnerMetadataFromJSON(json) {
25
- return PickfaceContentsInnerMetadataFromJSONTyped(json, false);
26
- }
27
- exports.PickfaceContentsInnerMetadataFromJSON = PickfaceContentsInnerMetadataFromJSON;
28
- function PickfaceContentsInnerMetadataFromJSONTyped(json, ignoreDiscriminator) {
29
- if (json == null) {
30
- return json;
31
- }
32
- return {
33
- 'title': json['title'] == null ? undefined : json['title'],
34
- 'frontImage': json['frontImage'] == null ? undefined : json['frontImage'],
35
- 'backImage': json['backImage'] == null ? undefined : json['backImage'],
36
- };
37
- }
38
- exports.PickfaceContentsInnerMetadataFromJSONTyped = PickfaceContentsInnerMetadataFromJSONTyped;
39
- function PickfaceContentsInnerMetadataToJSON(value) {
40
- if (value == null) {
41
- return value;
42
- }
43
- return {
44
- 'title': value['title'],
45
- 'frontImage': value['frontImage'],
46
- 'backImage': value['backImage'],
47
- };
48
- }
49
- exports.PickfaceContentsInnerMetadataToJSON = PickfaceContentsInnerMetadataToJSON;
@@ -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.2
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 PickfaceContentsInnerQuantity
16
- */
17
- export interface PickfaceContentsInnerQuantity {
18
- /**
19
- * How many are in the box
20
- * @type {number}
21
- * @memberof PickfaceContentsInnerQuantity
22
- */
23
- total?: number;
24
- /**
25
- * How many are available to reserve
26
- * @type {number}
27
- * @memberof PickfaceContentsInnerQuantity
28
- */
29
- available?: number;
30
- /**
31
- * How many are pending some action e.g. to be picked
32
- * @type {number}
33
- * @memberof PickfaceContentsInnerQuantity
34
- */
35
- reserved?: number;
36
- }
37
- /**
38
- * Check if a given object implements the PickfaceContentsInnerQuantity interface.
39
- */
40
- export declare function instanceOfPickfaceContentsInnerQuantity(value: object): boolean;
41
- export declare function PickfaceContentsInnerQuantityFromJSON(json: any): PickfaceContentsInnerQuantity;
42
- export declare function PickfaceContentsInnerQuantityFromJSONTyped(json: any, ignoreDiscriminator: boolean): PickfaceContentsInnerQuantity;
43
- export declare function PickfaceContentsInnerQuantityToJSON(value?: PickfaceContentsInnerQuantity | 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.2
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.PickfaceContentsInnerQuantityToJSON = exports.PickfaceContentsInnerQuantityFromJSONTyped = exports.PickfaceContentsInnerQuantityFromJSON = exports.instanceOfPickfaceContentsInnerQuantity = void 0;
17
- /**
18
- * Check if a given object implements the PickfaceContentsInnerQuantity interface.
19
- */
20
- function instanceOfPickfaceContentsInnerQuantity(value) {
21
- return true;
22
- }
23
- exports.instanceOfPickfaceContentsInnerQuantity = instanceOfPickfaceContentsInnerQuantity;
24
- function PickfaceContentsInnerQuantityFromJSON(json) {
25
- return PickfaceContentsInnerQuantityFromJSONTyped(json, false);
26
- }
27
- exports.PickfaceContentsInnerQuantityFromJSON = PickfaceContentsInnerQuantityFromJSON;
28
- function PickfaceContentsInnerQuantityFromJSONTyped(json, ignoreDiscriminator) {
29
- if (json == null) {
30
- return json;
31
- }
32
- return {
33
- 'total': json['total'] == null ? undefined : json['total'],
34
- 'available': json['available'] == null ? undefined : json['available'],
35
- 'reserved': json['reserved'] == null ? undefined : json['reserved'],
36
- };
37
- }
38
- exports.PickfaceContentsInnerQuantityFromJSONTyped = PickfaceContentsInnerQuantityFromJSONTyped;
39
- function PickfaceContentsInnerQuantityToJSON(value) {
40
- if (value == null) {
41
- return value;
42
- }
43
- return {
44
- 'total': value['total'],
45
- 'available': value['available'],
46
- 'reserved': value['reserved'],
47
- };
48
- }
49
- exports.PickfaceContentsInnerQuantityToJSON = PickfaceContentsInnerQuantityToJSON;
@@ -1,55 +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.2
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 PickfaceLastPicked
16
- */
17
- export interface PickfaceLastPicked {
18
- /**
19
- * Unique object identifier
20
- * @type {string}
21
- * @memberof PickfaceLastPicked
22
- */
23
- id?: string;
24
- /**
25
- * A reference to the resource location
26
- * @type {string}
27
- * @memberof PickfaceLastPicked
28
- */
29
- userRef?: string;
30
- /**
31
- * The action that was taken
32
- * @type {string}
33
- * @memberof PickfaceLastPicked
34
- */
35
- action?: string;
36
- /**
37
- * The reason for the action
38
- * @type {string}
39
- * @memberof PickfaceLastPicked
40
- */
41
- reason?: string;
42
- /**
43
- * ISO 8601 Created at timestamp
44
- * @type {Date}
45
- * @memberof PickfaceLastPicked
46
- */
47
- createdAt?: Date;
48
- }
49
- /**
50
- * Check if a given object implements the PickfaceLastPicked interface.
51
- */
52
- export declare function instanceOfPickfaceLastPicked(value: object): boolean;
53
- export declare function PickfaceLastPickedFromJSON(json: any): PickfaceLastPicked;
54
- export declare function PickfaceLastPickedFromJSONTyped(json: any, ignoreDiscriminator: boolean): PickfaceLastPicked;
55
- export declare function PickfaceLastPickedToJSON(value?: PickfaceLastPicked | null): any;
@@ -1,53 +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.2
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.PickfaceLastPickedToJSON = exports.PickfaceLastPickedFromJSONTyped = exports.PickfaceLastPickedFromJSON = exports.instanceOfPickfaceLastPicked = void 0;
17
- /**
18
- * Check if a given object implements the PickfaceLastPicked interface.
19
- */
20
- function instanceOfPickfaceLastPicked(value) {
21
- return true;
22
- }
23
- exports.instanceOfPickfaceLastPicked = instanceOfPickfaceLastPicked;
24
- function PickfaceLastPickedFromJSON(json) {
25
- return PickfaceLastPickedFromJSONTyped(json, false);
26
- }
27
- exports.PickfaceLastPickedFromJSON = PickfaceLastPickedFromJSON;
28
- function PickfaceLastPickedFromJSONTyped(json, ignoreDiscriminator) {
29
- if (json == null) {
30
- return json;
31
- }
32
- return {
33
- 'id': json['id'] == null ? undefined : json['id'],
34
- 'userRef': json['userRef'] == null ? undefined : json['userRef'],
35
- 'action': json['action'] == null ? undefined : json['action'],
36
- 'reason': json['reason'] == null ? undefined : json['reason'],
37
- 'createdAt': json['createdAt'] == null ? undefined : (new Date(json['createdAt'])),
38
- };
39
- }
40
- exports.PickfaceLastPickedFromJSONTyped = PickfaceLastPickedFromJSONTyped;
41
- function PickfaceLastPickedToJSON(value) {
42
- if (value == null) {
43
- return value;
44
- }
45
- return {
46
- 'id': value['id'],
47
- 'userRef': value['userRef'],
48
- 'action': value['action'],
49
- 'reason': value['reason'],
50
- 'createdAt': value['createdAt'] == null ? undefined : ((value['createdAt']).toISOString()),
51
- };
52
- }
53
- exports.PickfaceLastPickedToJSON = PickfaceLastPickedToJSON;
@@ -1,55 +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.2
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 PickfaceLastRestocked
16
- */
17
- export interface PickfaceLastRestocked {
18
- /**
19
- * Unique object identifier
20
- * @type {string}
21
- * @memberof PickfaceLastRestocked
22
- */
23
- id?: string;
24
- /**
25
- * A reference to the resource location
26
- * @type {string}
27
- * @memberof PickfaceLastRestocked
28
- */
29
- userRef?: string;
30
- /**
31
- * The action that was taken
32
- * @type {string}
33
- * @memberof PickfaceLastRestocked
34
- */
35
- action?: string;
36
- /**
37
- * The reason for the action
38
- * @type {string}
39
- * @memberof PickfaceLastRestocked
40
- */
41
- reason?: string;
42
- /**
43
- * ISO 8601 Created at timestamp
44
- * @type {Date}
45
- * @memberof PickfaceLastRestocked
46
- */
47
- createdAt?: Date;
48
- }
49
- /**
50
- * Check if a given object implements the PickfaceLastRestocked interface.
51
- */
52
- export declare function instanceOfPickfaceLastRestocked(value: object): boolean;
53
- export declare function PickfaceLastRestockedFromJSON(json: any): PickfaceLastRestocked;
54
- export declare function PickfaceLastRestockedFromJSONTyped(json: any, ignoreDiscriminator: boolean): PickfaceLastRestocked;
55
- export declare function PickfaceLastRestockedToJSON(value?: PickfaceLastRestocked | null): any;