@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
@@ -0,0 +1,1480 @@
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.14.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
+ import type { Configuration } from './configuration';
13
+ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
+ import type { RequestArgs } from './base';
15
+ import { BaseAPI } from './base';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface ApiError
20
+ */
21
+ export interface ApiError {
22
+ /**
23
+ *
24
+ * @type {string}
25
+ * @memberof ApiError
26
+ */
27
+ 'code'?: string;
28
+ /**
29
+ *
30
+ * @type {string}
31
+ * @memberof ApiError
32
+ */
33
+ 'message': string;
34
+ }
35
+ /**
36
+ *
37
+ * @export
38
+ * @interface ContainerModel
39
+ */
40
+ export interface ContainerModel {
41
+ /**
42
+ * Unique object identifier
43
+ * @type {string}
44
+ * @memberof ContainerModel
45
+ */
46
+ 'id': string;
47
+ /**
48
+ * A reference to the resource location
49
+ * @type {string}
50
+ * @memberof ContainerModel
51
+ */
52
+ 'ref': string;
53
+ /**
54
+ *
55
+ * @type {string}
56
+ * @memberof ContainerModel
57
+ */
58
+ 'name': string;
59
+ /**
60
+ * The width of the model in millimetres
61
+ * @type {number}
62
+ * @memberof ContainerModel
63
+ */
64
+ 'width'?: number;
65
+ /**
66
+ * The depth of the model in millimetres
67
+ * @type {number}
68
+ * @memberof ContainerModel
69
+ */
70
+ 'depth'?: number;
71
+ /**
72
+ * The height of the model in millimetres
73
+ * @type {number}
74
+ * @memberof ContainerModel
75
+ */
76
+ 'height'?: number;
77
+ }
78
+ /**
79
+ *
80
+ * @export
81
+ * @interface ContainerModels
82
+ */
83
+ export interface ContainerModels {
84
+ /**
85
+ *
86
+ * @type {Array<ContainerModel>}
87
+ * @memberof ContainerModels
88
+ */
89
+ 'containerModels'?: Array<ContainerModel>;
90
+ }
91
+ /**
92
+ *
93
+ * @export
94
+ * @interface CreatePickfaceRequest
95
+ */
96
+ export interface CreatePickfaceRequest {
97
+ /**
98
+ * The location of the pickface
99
+ * @type {string}
100
+ * @memberof CreatePickfaceRequest
101
+ */
102
+ 'location'?: string;
103
+ /**
104
+ * Unique object identifier
105
+ * @type {string}
106
+ * @memberof CreatePickfaceRequest
107
+ */
108
+ 'containerModelId'?: string;
109
+ }
110
+ /**
111
+ *
112
+ * @export
113
+ * @interface GetPickfaces200Response
114
+ */
115
+ export interface GetPickfaces200Response {
116
+ /**
117
+ *
118
+ * @type {Array<Pickface>}
119
+ * @memberof GetPickfaces200Response
120
+ */
121
+ 'pickfaces'?: Array<Pickface>;
122
+ /**
123
+ *
124
+ * @type {number}
125
+ * @memberof GetPickfaces200Response
126
+ */
127
+ 'nextPageToken'?: number;
128
+ }
129
+ /**
130
+ *
131
+ * @export
132
+ * @interface IssueEmptyPickfaceRequest
133
+ */
134
+ export interface IssueEmptyPickfaceRequest {
135
+ /**
136
+ * A reference to the resource location
137
+ * @type {string}
138
+ * @memberof IssueEmptyPickfaceRequest
139
+ */
140
+ 'issueRef'?: string;
141
+ }
142
+ /**
143
+ *
144
+ * @export
145
+ * @interface IssueWrongContentsPickfaceRequest
146
+ */
147
+ export interface IssueWrongContentsPickfaceRequest {
148
+ /**
149
+ * A reference to the resource location
150
+ * @type {string}
151
+ * @memberof IssueWrongContentsPickfaceRequest
152
+ */
153
+ 'issueRef'?: string;
154
+ /**
155
+ * A reference to the resource location
156
+ * @type {string}
157
+ * @memberof IssueWrongContentsPickfaceRequest
158
+ */
159
+ 'variantRef'?: string;
160
+ }
161
+ /**
162
+ *
163
+ * @export
164
+ * @interface ListPickfaceLogs200Response
165
+ */
166
+ export interface ListPickfaceLogs200Response {
167
+ /**
168
+ *
169
+ * @type {Array<PickfaceLog>}
170
+ * @memberof ListPickfaceLogs200Response
171
+ */
172
+ 'logs'?: Array<PickfaceLog>;
173
+ /**
174
+ *
175
+ * @type {number}
176
+ * @memberof ListPickfaceLogs200Response
177
+ */
178
+ 'nextPageToken'?: number;
179
+ }
180
+ /**
181
+ *
182
+ * @export
183
+ * @interface MoveStockRequest
184
+ */
185
+ export interface MoveStockRequest {
186
+ /**
187
+ * The variant to move from the pickface
188
+ * @type {string}
189
+ * @memberof MoveStockRequest
190
+ */
191
+ 'variantRef': string;
192
+ /**
193
+ * The quantity to move from the pickface
194
+ * @type {number}
195
+ * @memberof MoveStockRequest
196
+ */
197
+ 'quantity': number;
198
+ /**
199
+ * The pickface to move the stock to
200
+ * @type {string}
201
+ * @memberof MoveStockRequest
202
+ */
203
+ 'toPickfaceRef': string;
204
+ }
205
+ /**
206
+ *
207
+ * @export
208
+ * @interface Pickface
209
+ */
210
+ export interface Pickface {
211
+ /**
212
+ * Unique object identifier
213
+ * @type {string}
214
+ * @memberof Pickface
215
+ */
216
+ 'id'?: string;
217
+ /**
218
+ * A reference to the resource location
219
+ * @type {string}
220
+ * @memberof Pickface
221
+ */
222
+ 'ref'?: string;
223
+ /**
224
+ *
225
+ * @type {string}
226
+ * @memberof Pickface
227
+ */
228
+ 'code'?: string;
229
+ /**
230
+ *
231
+ * @type {boolean}
232
+ * @memberof Pickface
233
+ */
234
+ 'enabled'?: boolean;
235
+ /**
236
+ *
237
+ * @type {PickfaceContainerModel}
238
+ * @memberof Pickface
239
+ */
240
+ 'containerModel'?: PickfaceContainerModel;
241
+ /**
242
+ * The percentage of the pickface that has been taken up by its contents
243
+ * @type {number}
244
+ * @memberof Pickface
245
+ */
246
+ 'fullness'?: number;
247
+ /**
248
+ *
249
+ * @type {PickfaceLastPicked}
250
+ * @memberof Pickface
251
+ */
252
+ 'lastPicked'?: PickfaceLastPicked;
253
+ /**
254
+ *
255
+ * @type {PickfaceLastRestocked}
256
+ * @memberof Pickface
257
+ */
258
+ 'lastRestocked'?: PickfaceLastRestocked;
259
+ /**
260
+ *
261
+ * @type {PickfaceIssue}
262
+ * @memberof Pickface
263
+ */
264
+ 'issue'?: PickfaceIssue | null;
265
+ /**
266
+ *
267
+ * @type {Array<PickfaceContentsInner>}
268
+ * @memberof Pickface
269
+ */
270
+ 'contents'?: Array<PickfaceContentsInner>;
271
+ }
272
+ /**
273
+ *
274
+ * @export
275
+ * @interface PickfaceContainerModel
276
+ */
277
+ export interface PickfaceContainerModel {
278
+ /**
279
+ * Unique object identifier
280
+ * @type {string}
281
+ * @memberof PickfaceContainerModel
282
+ */
283
+ 'id'?: string;
284
+ /**
285
+ * A reference to the resource location
286
+ * @type {string}
287
+ * @memberof PickfaceContainerModel
288
+ */
289
+ 'ref'?: string;
290
+ }
291
+ /**
292
+ *
293
+ * @export
294
+ * @interface PickfaceContentsInner
295
+ */
296
+ export interface PickfaceContentsInner {
297
+ /**
298
+ * A reference to the resource location
299
+ * @type {string}
300
+ * @memberof PickfaceContentsInner
301
+ */
302
+ 'variantRef'?: string;
303
+ /**
304
+ *
305
+ * @type {string}
306
+ * @memberof PickfaceContentsInner
307
+ */
308
+ 'ownerProjectId'?: string | null;
309
+ /**
310
+ *
311
+ * @type {PickfaceContentsInnerQuantity}
312
+ * @memberof PickfaceContentsInner
313
+ */
314
+ 'quantity'?: PickfaceContentsInnerQuantity;
315
+ /**
316
+ *
317
+ * @type {Array<PickfaceContentsInnerApplicationsInner>}
318
+ * @memberof PickfaceContentsInner
319
+ */
320
+ 'applications'?: Array<PickfaceContentsInnerApplicationsInner>;
321
+ /**
322
+ *
323
+ * @type {PickfaceContentsInnerMetadata}
324
+ * @memberof PickfaceContentsInner
325
+ */
326
+ 'metadata'?: PickfaceContentsInnerMetadata | null;
327
+ }
328
+ /**
329
+ *
330
+ * @export
331
+ * @interface PickfaceContentsInnerApplicationsInner
332
+ */
333
+ export interface PickfaceContentsInnerApplicationsInner {
334
+ /**
335
+ *
336
+ * @type {string}
337
+ * @memberof PickfaceContentsInnerApplicationsInner
338
+ */
339
+ 'placement'?: string;
340
+ /**
341
+ * A unique identifier for the application
342
+ * @type {string}
343
+ * @memberof PickfaceContentsInnerApplicationsInner
344
+ */
345
+ 'signature'?: string;
346
+ }
347
+ /**
348
+ * Any additional metadata
349
+ * @export
350
+ * @interface PickfaceContentsInnerMetadata
351
+ */
352
+ export interface PickfaceContentsInnerMetadata {
353
+ /**
354
+ * The title of the product
355
+ * @type {string}
356
+ * @memberof PickfaceContentsInnerMetadata
357
+ */
358
+ 'title'?: string | null;
359
+ /**
360
+ * The image of the front of the product
361
+ * @type {string}
362
+ * @memberof PickfaceContentsInnerMetadata
363
+ */
364
+ 'frontImage'?: string | null;
365
+ /**
366
+ * The image of the back of the product
367
+ * @type {string}
368
+ * @memberof PickfaceContentsInnerMetadata
369
+ */
370
+ 'backImage'?: string | null;
371
+ }
372
+ /**
373
+ *
374
+ * @export
375
+ * @interface PickfaceContentsInnerQuantity
376
+ */
377
+ export interface PickfaceContentsInnerQuantity {
378
+ /**
379
+ * How many are in the box
380
+ * @type {number}
381
+ * @memberof PickfaceContentsInnerQuantity
382
+ */
383
+ 'total'?: number;
384
+ /**
385
+ * How many are available to reserve
386
+ * @type {number}
387
+ * @memberof PickfaceContentsInnerQuantity
388
+ */
389
+ 'available'?: number;
390
+ /**
391
+ * How many are pending some action e.g. to be picked
392
+ * @type {number}
393
+ * @memberof PickfaceContentsInnerQuantity
394
+ */
395
+ 'reserved'?: number;
396
+ }
397
+ /**
398
+ * The open issue for the pickface
399
+ * @export
400
+ * @interface PickfaceIssue
401
+ */
402
+ export interface PickfaceIssue {
403
+ /**
404
+ * Unique object identifier
405
+ * @type {string}
406
+ * @memberof PickfaceIssue
407
+ */
408
+ 'id'?: string;
409
+ /**
410
+ * A reference to the resource location
411
+ * @type {string}
412
+ * @memberof PickfaceIssue
413
+ */
414
+ 'ref'?: string;
415
+ }
416
+ /**
417
+ *
418
+ * @export
419
+ * @interface PickfaceLastPicked
420
+ */
421
+ export interface PickfaceLastPicked {
422
+ /**
423
+ * Unique object identifier
424
+ * @type {string}
425
+ * @memberof PickfaceLastPicked
426
+ */
427
+ 'id'?: string;
428
+ /**
429
+ * A reference to the resource location
430
+ * @type {string}
431
+ * @memberof PickfaceLastPicked
432
+ */
433
+ 'userRef'?: string;
434
+ /**
435
+ * The action that was taken
436
+ * @type {string}
437
+ * @memberof PickfaceLastPicked
438
+ */
439
+ 'action'?: string;
440
+ /**
441
+ * The reason for the action
442
+ * @type {string}
443
+ * @memberof PickfaceLastPicked
444
+ */
445
+ 'reason'?: string | null;
446
+ /**
447
+ * ISO 8601 Created at timestamp
448
+ * @type {string}
449
+ * @memberof PickfaceLastPicked
450
+ */
451
+ 'createdAt'?: string;
452
+ }
453
+ /**
454
+ *
455
+ * @export
456
+ * @interface PickfaceLastRestocked
457
+ */
458
+ export interface PickfaceLastRestocked {
459
+ /**
460
+ * Unique object identifier
461
+ * @type {string}
462
+ * @memberof PickfaceLastRestocked
463
+ */
464
+ 'id'?: string;
465
+ /**
466
+ * A reference to the resource location
467
+ * @type {string}
468
+ * @memberof PickfaceLastRestocked
469
+ */
470
+ 'userRef'?: string;
471
+ /**
472
+ * The action that was taken
473
+ * @type {string}
474
+ * @memberof PickfaceLastRestocked
475
+ */
476
+ 'action'?: string;
477
+ /**
478
+ * The reason for the action
479
+ * @type {string}
480
+ * @memberof PickfaceLastRestocked
481
+ */
482
+ 'reason'?: string | null;
483
+ /**
484
+ * ISO 8601 Created at timestamp
485
+ * @type {string}
486
+ * @memberof PickfaceLastRestocked
487
+ */
488
+ 'createdAt'?: string;
489
+ }
490
+ /**
491
+ *
492
+ * @export
493
+ * @interface PickfaceLog
494
+ */
495
+ export interface PickfaceLog {
496
+ /**
497
+ * Unique object identifier
498
+ * @type {string}
499
+ * @memberof PickfaceLog
500
+ */
501
+ 'id'?: string;
502
+ /**
503
+ * A reference to the resource location
504
+ * @type {string}
505
+ * @memberof PickfaceLog
506
+ */
507
+ 'userRef'?: string;
508
+ /**
509
+ * The action that was taken
510
+ * @type {string}
511
+ * @memberof PickfaceLog
512
+ */
513
+ 'action'?: string;
514
+ /**
515
+ * The reason for the action
516
+ * @type {string}
517
+ * @memberof PickfaceLog
518
+ */
519
+ 'reason'?: string | null;
520
+ /**
521
+ * ISO 8601 Created at timestamp
522
+ * @type {string}
523
+ * @memberof PickfaceLog
524
+ */
525
+ 'createdAt'?: string;
526
+ }
527
+ /**
528
+ * A list of updates to apply to the pickface.
529
+ * @export
530
+ * @interface UpdatePickfaceRequest
531
+ */
532
+ export interface UpdatePickfaceRequest {
533
+ /**
534
+ *
535
+ * @type {boolean}
536
+ * @memberof UpdatePickfaceRequest
537
+ */
538
+ 'enabled'?: boolean;
539
+ /**
540
+ * Unique object identifier
541
+ * @type {string}
542
+ * @memberof UpdatePickfaceRequest
543
+ */
544
+ 'containerModelId'?: string;
545
+ /**
546
+ *
547
+ * @type {Array<UpdatePickfaceRequestContentsInner>}
548
+ * @memberof UpdatePickfaceRequest
549
+ */
550
+ 'contents'?: Array<UpdatePickfaceRequestContentsInner> | null;
551
+ }
552
+ /**
553
+ *
554
+ * @export
555
+ * @interface UpdatePickfaceRequestContentsInner
556
+ */
557
+ export interface UpdatePickfaceRequestContentsInner {
558
+ /**
559
+ * The variant to add or subtract from the pickface
560
+ * @type {string}
561
+ * @memberof UpdatePickfaceRequestContentsInner
562
+ */
563
+ 'variantRef': string;
564
+ /**
565
+ *
566
+ * @type {UpdatePickfaceRequestContentsInnerQuantity}
567
+ * @memberof UpdatePickfaceRequestContentsInner
568
+ */
569
+ 'quantity': UpdatePickfaceRequestContentsInnerQuantity;
570
+ }
571
+ /**
572
+ *
573
+ * @export
574
+ * @interface UpdatePickfaceRequestContentsInnerQuantity
575
+ */
576
+ export interface UpdatePickfaceRequestContentsInnerQuantity {
577
+ /**
578
+ * The operation to perform on the pickface
579
+ * @type {string}
580
+ * @memberof UpdatePickfaceRequestContentsInnerQuantity
581
+ */
582
+ 'operation': UpdatePickfaceRequestContentsInnerQuantityOperationEnum;
583
+ /**
584
+ * The value to use with the operation
585
+ * @type {number}
586
+ * @memberof UpdatePickfaceRequestContentsInnerQuantity
587
+ */
588
+ 'value': number;
589
+ }
590
+ export declare const UpdatePickfaceRequestContentsInnerQuantityOperationEnum: {
591
+ readonly Add: "add";
592
+ readonly Subtract: "subtract";
593
+ };
594
+ export type UpdatePickfaceRequestContentsInnerQuantityOperationEnum = typeof UpdatePickfaceRequestContentsInnerQuantityOperationEnum[keyof typeof UpdatePickfaceRequestContentsInnerQuantityOperationEnum];
595
+ /**
596
+ * PickfacesApi - axios parameter creator
597
+ * @export
598
+ */
599
+ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configuration) => {
600
+ /**
601
+ * Create a Pickface
602
+ * @summary Create Pickface
603
+ * @param {string} project What project it is
604
+ * @param {CreatePickfaceRequest} createPickfaceRequest Create pickface schema
605
+ * @param {*} [options] Override http request option.
606
+ * @throws {RequiredError}
607
+ */
608
+ createPickface: (project: string, createPickfaceRequest: CreatePickfaceRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
609
+ /**
610
+ * Delete a Pickface
611
+ * @summary Delete Pickface
612
+ * @param {string} project What project it is
613
+ * @param {string} pickfaceId Unique identifier of a pickface
614
+ * @param {*} [options] Override http request option.
615
+ * @throws {RequiredError}
616
+ */
617
+ deletePickface: (project: string, pickfaceId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
618
+ /**
619
+ * Export pickfaces as a CSV file
620
+ * @summary Export pickfaces
621
+ * @param {string} project What project it is
622
+ * @param {*} [options] Override http request option.
623
+ * @throws {RequiredError}
624
+ */
625
+ exportPickfaces: (project: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
626
+ /**
627
+ * Get a pickface
628
+ * @summary Get pickface
629
+ * @param {string} project What project it is
630
+ * @param {string} pickfaceId Unique identifier of a pickface
631
+ * @param {*} [options] Override http request option.
632
+ * @throws {RequiredError}
633
+ */
634
+ getPickface: (project: string, pickfaceId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
635
+ /**
636
+ * Lists pickface container models
637
+ * @summary Get pickface container models
638
+ * @param {string} project What project it is
639
+ * @param {*} [options] Override http request option.
640
+ * @throws {RequiredError}
641
+ */
642
+ getPickfaceContainerModels: (project: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
643
+ /**
644
+ * Lists all pickfaces available paginated into chunks
645
+ * @summary List pickfaces
646
+ * @param {string} project What project it is
647
+ * @param {string} [search] Search term to filter based on pickface code
648
+ * @param {number} [pageToken] Page reference token
649
+ * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
650
+ * @param {Array<GetPickfacesFiltersEnum>} [filters] Filters to apply to the request
651
+ * @param {Array<string>} [sortBy] An array of fields to sort by, prefixed with a \&#39;-\&#39; for descending order or \&#39;+\&#39; for ascending. Default is ascending.
652
+ * @param {*} [options] Override http request option.
653
+ * @throws {RequiredError}
654
+ */
655
+ getPickfaces: (project: string, search?: string, pageToken?: number, pageSize?: number, filters?: Array<GetPickfacesFiltersEnum>, sortBy?: Array<string>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
656
+ /**
657
+ * Issue an empty pickface
658
+ * @summary Issue empty pickface
659
+ * @param {string} project What project it is
660
+ * @param {string} pickfaceId Unique identifier of a pickface
661
+ * @param {IssueEmptyPickfaceRequest} issueEmptyPickfaceRequest pickface issue schema
662
+ * @param {*} [options] Override http request option.
663
+ * @throws {RequiredError}
664
+ */
665
+ issueEmptyPickface: (project: string, pickfaceId: string, issueEmptyPickfaceRequest: IssueEmptyPickfaceRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
666
+ /**
667
+ * Issue a pickface with wrong contents
668
+ * @summary Issue wrong contents pickface
669
+ * @param {string} project What project it is
670
+ * @param {string} pickfaceId Unique identifier of a pickface
671
+ * @param {IssueWrongContentsPickfaceRequest} issueWrongContentsPickfaceRequest pickface issue schema
672
+ * @param {*} [options] Override http request option.
673
+ * @throws {RequiredError}
674
+ */
675
+ issueWrongContentsPickface: (project: string, pickfaceId: string, issueWrongContentsPickfaceRequest: IssueWrongContentsPickfaceRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
676
+ /**
677
+ * Get a list of pickface logs
678
+ * @summary Get pickface logs
679
+ * @param {string} project What project it is
680
+ * @param {string} pickfaceId Unique identifier of a pickface
681
+ * @param {number} [pageToken] Page reference token
682
+ * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
683
+ * @param {*} [options] Override http request option.
684
+ * @throws {RequiredError}
685
+ */
686
+ listPickfaceLogs: (project: string, pickfaceId: string, pageToken?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
687
+ /**
688
+ * Move stock from one pickface to another in a single transaction
689
+ * @summary Move stock
690
+ * @param {string} project What project it is
691
+ * @param {string} pickfaceId Unique identifier of a pickface
692
+ * @param {MoveStockRequest} moveStockRequest Move stock from one pickface to another
693
+ * @param {*} [options] Override http request option.
694
+ * @throws {RequiredError}
695
+ */
696
+ moveStock: (project: string, pickfaceId: string, moveStockRequest: MoveStockRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
697
+ /**
698
+ * Print a pickface label
699
+ * @summary Print pickface label
700
+ * @param {string} project What project it is
701
+ * @param {string} pickfaceId Unique identifier of a pickface
702
+ * @param {string} deviceRef Unique identifier of a warehouse device
703
+ * @param {*} [options] Override http request option.
704
+ * @throws {RequiredError}
705
+ */
706
+ printPickfaceLabel: (project: string, pickfaceId: string, deviceRef: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
707
+ /**
708
+ * Resolves an issue on a pickface
709
+ * @summary Resolve pickface issue
710
+ * @param {string} project What project it is
711
+ * @param {string} pickfaceId Unique identifier of a pickface
712
+ * @param {*} [options] Override http request option.
713
+ * @throws {RequiredError}
714
+ */
715
+ resolvePickfaceIssue: (project: string, pickfaceId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
716
+ /**
717
+ * Suggest pickfaces for putting away stock
718
+ * @summary Suggest pickfaces
719
+ * @param {string} project What project it is
720
+ * @param {string} variantRef Unique identifier of a warehouse variant
721
+ * @param {number} quantity Number of variants
722
+ * @param {number} [pageToken] Page reference token
723
+ * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
724
+ * @param {*} [options] Override http request option.
725
+ * @throws {RequiredError}
726
+ */
727
+ suggestPickfaces: (project: string, variantRef: string, quantity: number, pageToken?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
728
+ /**
729
+ * Update a Pickface
730
+ * @summary Update Pickface
731
+ * @param {string} project What project it is
732
+ * @param {string} pickfaceId Unique identifier of a pickface
733
+ * @param {UpdatePickfaceRequest} updatePickfaceRequest Update pickface schema
734
+ * @param {*} [options] Override http request option.
735
+ * @throws {RequiredError}
736
+ */
737
+ updatePickface: (project: string, pickfaceId: string, updatePickfaceRequest: UpdatePickfaceRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
738
+ };
739
+ /**
740
+ * PickfacesApi - functional programming interface
741
+ * @export
742
+ */
743
+ export declare const PickfacesApiFp: (configuration?: Configuration) => {
744
+ /**
745
+ * Create a Pickface
746
+ * @summary Create Pickface
747
+ * @param {string} project What project it is
748
+ * @param {CreatePickfaceRequest} createPickfaceRequest Create pickface schema
749
+ * @param {*} [options] Override http request option.
750
+ * @throws {RequiredError}
751
+ */
752
+ createPickface(project: string, createPickfaceRequest: CreatePickfaceRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Pickface>>;
753
+ /**
754
+ * Delete a Pickface
755
+ * @summary Delete Pickface
756
+ * @param {string} project What project it is
757
+ * @param {string} pickfaceId Unique identifier of a pickface
758
+ * @param {*} [options] Override http request option.
759
+ * @throws {RequiredError}
760
+ */
761
+ deletePickface(project: string, pickfaceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
762
+ /**
763
+ * Export pickfaces as a CSV file
764
+ * @summary Export pickfaces
765
+ * @param {string} project What project it is
766
+ * @param {*} [options] Override http request option.
767
+ * @throws {RequiredError}
768
+ */
769
+ exportPickfaces(project: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
770
+ /**
771
+ * Get a pickface
772
+ * @summary Get pickface
773
+ * @param {string} project What project it is
774
+ * @param {string} pickfaceId Unique identifier of a pickface
775
+ * @param {*} [options] Override http request option.
776
+ * @throws {RequiredError}
777
+ */
778
+ getPickface(project: string, pickfaceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Pickface>>;
779
+ /**
780
+ * Lists pickface container models
781
+ * @summary Get pickface container models
782
+ * @param {string} project What project it is
783
+ * @param {*} [options] Override http request option.
784
+ * @throws {RequiredError}
785
+ */
786
+ getPickfaceContainerModels(project: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContainerModels>>;
787
+ /**
788
+ * Lists all pickfaces available paginated into chunks
789
+ * @summary List pickfaces
790
+ * @param {string} project What project it is
791
+ * @param {string} [search] Search term to filter based on pickface code
792
+ * @param {number} [pageToken] Page reference token
793
+ * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
794
+ * @param {Array<GetPickfacesFiltersEnum>} [filters] Filters to apply to the request
795
+ * @param {Array<string>} [sortBy] An array of fields to sort by, prefixed with a \&#39;-\&#39; for descending order or \&#39;+\&#39; for ascending. Default is ascending.
796
+ * @param {*} [options] Override http request option.
797
+ * @throws {RequiredError}
798
+ */
799
+ getPickfaces(project: string, search?: string, pageToken?: number, pageSize?: number, filters?: Array<GetPickfacesFiltersEnum>, sortBy?: Array<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPickfaces200Response>>;
800
+ /**
801
+ * Issue an empty pickface
802
+ * @summary Issue empty pickface
803
+ * @param {string} project What project it is
804
+ * @param {string} pickfaceId Unique identifier of a pickface
805
+ * @param {IssueEmptyPickfaceRequest} issueEmptyPickfaceRequest pickface issue schema
806
+ * @param {*} [options] Override http request option.
807
+ * @throws {RequiredError}
808
+ */
809
+ issueEmptyPickface(project: string, pickfaceId: string, issueEmptyPickfaceRequest: IssueEmptyPickfaceRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Pickface>>;
810
+ /**
811
+ * Issue a pickface with wrong contents
812
+ * @summary Issue wrong contents pickface
813
+ * @param {string} project What project it is
814
+ * @param {string} pickfaceId Unique identifier of a pickface
815
+ * @param {IssueWrongContentsPickfaceRequest} issueWrongContentsPickfaceRequest pickface issue schema
816
+ * @param {*} [options] Override http request option.
817
+ * @throws {RequiredError}
818
+ */
819
+ issueWrongContentsPickface(project: string, pickfaceId: string, issueWrongContentsPickfaceRequest: IssueWrongContentsPickfaceRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Pickface>>;
820
+ /**
821
+ * Get a list of pickface logs
822
+ * @summary Get pickface logs
823
+ * @param {string} project What project it is
824
+ * @param {string} pickfaceId Unique identifier of a pickface
825
+ * @param {number} [pageToken] Page reference token
826
+ * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
827
+ * @param {*} [options] Override http request option.
828
+ * @throws {RequiredError}
829
+ */
830
+ listPickfaceLogs(project: string, pickfaceId: string, pageToken?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListPickfaceLogs200Response>>;
831
+ /**
832
+ * Move stock from one pickface to another in a single transaction
833
+ * @summary Move stock
834
+ * @param {string} project What project it is
835
+ * @param {string} pickfaceId Unique identifier of a pickface
836
+ * @param {MoveStockRequest} moveStockRequest Move stock from one pickface to another
837
+ * @param {*} [options] Override http request option.
838
+ * @throws {RequiredError}
839
+ */
840
+ moveStock(project: string, pickfaceId: string, moveStockRequest: MoveStockRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Pickface>>;
841
+ /**
842
+ * Print a pickface label
843
+ * @summary Print pickface label
844
+ * @param {string} project What project it is
845
+ * @param {string} pickfaceId Unique identifier of a pickface
846
+ * @param {string} deviceRef Unique identifier of a warehouse device
847
+ * @param {*} [options] Override http request option.
848
+ * @throws {RequiredError}
849
+ */
850
+ printPickfaceLabel(project: string, pickfaceId: string, deviceRef: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
851
+ /**
852
+ * Resolves an issue on a pickface
853
+ * @summary Resolve pickface issue
854
+ * @param {string} project What project it is
855
+ * @param {string} pickfaceId Unique identifier of a pickface
856
+ * @param {*} [options] Override http request option.
857
+ * @throws {RequiredError}
858
+ */
859
+ resolvePickfaceIssue(project: string, pickfaceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Pickface>>;
860
+ /**
861
+ * Suggest pickfaces for putting away stock
862
+ * @summary Suggest pickfaces
863
+ * @param {string} project What project it is
864
+ * @param {string} variantRef Unique identifier of a warehouse variant
865
+ * @param {number} quantity Number of variants
866
+ * @param {number} [pageToken] Page reference token
867
+ * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
868
+ * @param {*} [options] Override http request option.
869
+ * @throws {RequiredError}
870
+ */
871
+ suggestPickfaces(project: string, variantRef: string, quantity: number, pageToken?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPickfaces200Response>>;
872
+ /**
873
+ * Update a Pickface
874
+ * @summary Update Pickface
875
+ * @param {string} project What project it is
876
+ * @param {string} pickfaceId Unique identifier of a pickface
877
+ * @param {UpdatePickfaceRequest} updatePickfaceRequest Update pickface schema
878
+ * @param {*} [options] Override http request option.
879
+ * @throws {RequiredError}
880
+ */
881
+ updatePickface(project: string, pickfaceId: string, updatePickfaceRequest: UpdatePickfaceRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Pickface>>;
882
+ };
883
+ /**
884
+ * PickfacesApi - factory interface
885
+ * @export
886
+ */
887
+ export declare const PickfacesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
888
+ /**
889
+ * Create a Pickface
890
+ * @summary Create Pickface
891
+ * @param {PickfacesApiCreatePickfaceRequest} requestParameters Request parameters.
892
+ * @param {*} [options] Override http request option.
893
+ * @throws {RequiredError}
894
+ */
895
+ createPickface(requestParameters: PickfacesApiCreatePickfaceRequest, options?: RawAxiosRequestConfig): AxiosPromise<Pickface>;
896
+ /**
897
+ * Delete a Pickface
898
+ * @summary Delete Pickface
899
+ * @param {PickfacesApiDeletePickfaceRequest} requestParameters Request parameters.
900
+ * @param {*} [options] Override http request option.
901
+ * @throws {RequiredError}
902
+ */
903
+ deletePickface(requestParameters: PickfacesApiDeletePickfaceRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
904
+ /**
905
+ * Export pickfaces as a CSV file
906
+ * @summary Export pickfaces
907
+ * @param {PickfacesApiExportPickfacesRequest} requestParameters Request parameters.
908
+ * @param {*} [options] Override http request option.
909
+ * @throws {RequiredError}
910
+ */
911
+ exportPickfaces(requestParameters: PickfacesApiExportPickfacesRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
912
+ /**
913
+ * Get a pickface
914
+ * @summary Get pickface
915
+ * @param {PickfacesApiGetPickfaceRequest} requestParameters Request parameters.
916
+ * @param {*} [options] Override http request option.
917
+ * @throws {RequiredError}
918
+ */
919
+ getPickface(requestParameters: PickfacesApiGetPickfaceRequest, options?: RawAxiosRequestConfig): AxiosPromise<Pickface>;
920
+ /**
921
+ * Lists pickface container models
922
+ * @summary Get pickface container models
923
+ * @param {PickfacesApiGetPickfaceContainerModelsRequest} requestParameters Request parameters.
924
+ * @param {*} [options] Override http request option.
925
+ * @throws {RequiredError}
926
+ */
927
+ getPickfaceContainerModels(requestParameters: PickfacesApiGetPickfaceContainerModelsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ContainerModels>;
928
+ /**
929
+ * Lists all pickfaces available paginated into chunks
930
+ * @summary List pickfaces
931
+ * @param {PickfacesApiGetPickfacesRequest} requestParameters Request parameters.
932
+ * @param {*} [options] Override http request option.
933
+ * @throws {RequiredError}
934
+ */
935
+ getPickfaces(requestParameters: PickfacesApiGetPickfacesRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetPickfaces200Response>;
936
+ /**
937
+ * Issue an empty pickface
938
+ * @summary Issue empty pickface
939
+ * @param {PickfacesApiIssueEmptyPickfaceRequest} requestParameters Request parameters.
940
+ * @param {*} [options] Override http request option.
941
+ * @throws {RequiredError}
942
+ */
943
+ issueEmptyPickface(requestParameters: PickfacesApiIssueEmptyPickfaceRequest, options?: RawAxiosRequestConfig): AxiosPromise<Pickface>;
944
+ /**
945
+ * Issue a pickface with wrong contents
946
+ * @summary Issue wrong contents pickface
947
+ * @param {PickfacesApiIssueWrongContentsPickfaceRequest} requestParameters Request parameters.
948
+ * @param {*} [options] Override http request option.
949
+ * @throws {RequiredError}
950
+ */
951
+ issueWrongContentsPickface(requestParameters: PickfacesApiIssueWrongContentsPickfaceRequest, options?: RawAxiosRequestConfig): AxiosPromise<Pickface>;
952
+ /**
953
+ * Get a list of pickface logs
954
+ * @summary Get pickface logs
955
+ * @param {PickfacesApiListPickfaceLogsRequest} requestParameters Request parameters.
956
+ * @param {*} [options] Override http request option.
957
+ * @throws {RequiredError}
958
+ */
959
+ listPickfaceLogs(requestParameters: PickfacesApiListPickfaceLogsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListPickfaceLogs200Response>;
960
+ /**
961
+ * Move stock from one pickface to another in a single transaction
962
+ * @summary Move stock
963
+ * @param {PickfacesApiMoveStockRequest} requestParameters Request parameters.
964
+ * @param {*} [options] Override http request option.
965
+ * @throws {RequiredError}
966
+ */
967
+ moveStock(requestParameters: PickfacesApiMoveStockRequest, options?: RawAxiosRequestConfig): AxiosPromise<Pickface>;
968
+ /**
969
+ * Print a pickface label
970
+ * @summary Print pickface label
971
+ * @param {PickfacesApiPrintPickfaceLabelRequest} requestParameters Request parameters.
972
+ * @param {*} [options] Override http request option.
973
+ * @throws {RequiredError}
974
+ */
975
+ printPickfaceLabel(requestParameters: PickfacesApiPrintPickfaceLabelRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
976
+ /**
977
+ * Resolves an issue on a pickface
978
+ * @summary Resolve pickface issue
979
+ * @param {PickfacesApiResolvePickfaceIssueRequest} requestParameters Request parameters.
980
+ * @param {*} [options] Override http request option.
981
+ * @throws {RequiredError}
982
+ */
983
+ resolvePickfaceIssue(requestParameters: PickfacesApiResolvePickfaceIssueRequest, options?: RawAxiosRequestConfig): AxiosPromise<Pickface>;
984
+ /**
985
+ * Suggest pickfaces for putting away stock
986
+ * @summary Suggest pickfaces
987
+ * @param {PickfacesApiSuggestPickfacesRequest} requestParameters Request parameters.
988
+ * @param {*} [options] Override http request option.
989
+ * @throws {RequiredError}
990
+ */
991
+ suggestPickfaces(requestParameters: PickfacesApiSuggestPickfacesRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetPickfaces200Response>;
992
+ /**
993
+ * Update a Pickface
994
+ * @summary Update Pickface
995
+ * @param {PickfacesApiUpdatePickfaceRequest} requestParameters Request parameters.
996
+ * @param {*} [options] Override http request option.
997
+ * @throws {RequiredError}
998
+ */
999
+ updatePickface(requestParameters: PickfacesApiUpdatePickfaceRequest, options?: RawAxiosRequestConfig): AxiosPromise<Pickface>;
1000
+ };
1001
+ /**
1002
+ * Request parameters for createPickface operation in PickfacesApi.
1003
+ * @export
1004
+ * @interface PickfacesApiCreatePickfaceRequest
1005
+ */
1006
+ export interface PickfacesApiCreatePickfaceRequest {
1007
+ /**
1008
+ * What project it is
1009
+ * @type {string}
1010
+ * @memberof PickfacesApiCreatePickface
1011
+ */
1012
+ readonly project: string;
1013
+ /**
1014
+ * Create pickface schema
1015
+ * @type {CreatePickfaceRequest}
1016
+ * @memberof PickfacesApiCreatePickface
1017
+ */
1018
+ readonly createPickfaceRequest: CreatePickfaceRequest;
1019
+ }
1020
+ /**
1021
+ * Request parameters for deletePickface operation in PickfacesApi.
1022
+ * @export
1023
+ * @interface PickfacesApiDeletePickfaceRequest
1024
+ */
1025
+ export interface PickfacesApiDeletePickfaceRequest {
1026
+ /**
1027
+ * What project it is
1028
+ * @type {string}
1029
+ * @memberof PickfacesApiDeletePickface
1030
+ */
1031
+ readonly project: string;
1032
+ /**
1033
+ * Unique identifier of a pickface
1034
+ * @type {string}
1035
+ * @memberof PickfacesApiDeletePickface
1036
+ */
1037
+ readonly pickfaceId: string;
1038
+ }
1039
+ /**
1040
+ * Request parameters for exportPickfaces operation in PickfacesApi.
1041
+ * @export
1042
+ * @interface PickfacesApiExportPickfacesRequest
1043
+ */
1044
+ export interface PickfacesApiExportPickfacesRequest {
1045
+ /**
1046
+ * What project it is
1047
+ * @type {string}
1048
+ * @memberof PickfacesApiExportPickfaces
1049
+ */
1050
+ readonly project: string;
1051
+ }
1052
+ /**
1053
+ * Request parameters for getPickface operation in PickfacesApi.
1054
+ * @export
1055
+ * @interface PickfacesApiGetPickfaceRequest
1056
+ */
1057
+ export interface PickfacesApiGetPickfaceRequest {
1058
+ /**
1059
+ * What project it is
1060
+ * @type {string}
1061
+ * @memberof PickfacesApiGetPickface
1062
+ */
1063
+ readonly project: string;
1064
+ /**
1065
+ * Unique identifier of a pickface
1066
+ * @type {string}
1067
+ * @memberof PickfacesApiGetPickface
1068
+ */
1069
+ readonly pickfaceId: string;
1070
+ }
1071
+ /**
1072
+ * Request parameters for getPickfaceContainerModels operation in PickfacesApi.
1073
+ * @export
1074
+ * @interface PickfacesApiGetPickfaceContainerModelsRequest
1075
+ */
1076
+ export interface PickfacesApiGetPickfaceContainerModelsRequest {
1077
+ /**
1078
+ * What project it is
1079
+ * @type {string}
1080
+ * @memberof PickfacesApiGetPickfaceContainerModels
1081
+ */
1082
+ readonly project: string;
1083
+ }
1084
+ /**
1085
+ * Request parameters for getPickfaces operation in PickfacesApi.
1086
+ * @export
1087
+ * @interface PickfacesApiGetPickfacesRequest
1088
+ */
1089
+ export interface PickfacesApiGetPickfacesRequest {
1090
+ /**
1091
+ * What project it is
1092
+ * @type {string}
1093
+ * @memberof PickfacesApiGetPickfaces
1094
+ */
1095
+ readonly project: string;
1096
+ /**
1097
+ * Search term to filter based on pickface code
1098
+ * @type {string}
1099
+ * @memberof PickfacesApiGetPickfaces
1100
+ */
1101
+ readonly search?: string;
1102
+ /**
1103
+ * Page reference token
1104
+ * @type {number}
1105
+ * @memberof PickfacesApiGetPickfaces
1106
+ */
1107
+ readonly pageToken?: number;
1108
+ /**
1109
+ * Max page size. This is the maximum page size that will be returned, but it might be smaller.
1110
+ * @type {number}
1111
+ * @memberof PickfacesApiGetPickfaces
1112
+ */
1113
+ readonly pageSize?: number;
1114
+ /**
1115
+ * Filters to apply to the request
1116
+ * @type {Array<'empty' | 'flagged'>}
1117
+ * @memberof PickfacesApiGetPickfaces
1118
+ */
1119
+ readonly filters?: Array<GetPickfacesFiltersEnum>;
1120
+ /**
1121
+ * An array of fields to sort by, prefixed with a \&#39;-\&#39; for descending order or \&#39;+\&#39; for ascending. Default is ascending.
1122
+ * @type {Array<string>}
1123
+ * @memberof PickfacesApiGetPickfaces
1124
+ */
1125
+ readonly sortBy?: Array<string>;
1126
+ }
1127
+ /**
1128
+ * Request parameters for issueEmptyPickface operation in PickfacesApi.
1129
+ * @export
1130
+ * @interface PickfacesApiIssueEmptyPickfaceRequest
1131
+ */
1132
+ export interface PickfacesApiIssueEmptyPickfaceRequest {
1133
+ /**
1134
+ * What project it is
1135
+ * @type {string}
1136
+ * @memberof PickfacesApiIssueEmptyPickface
1137
+ */
1138
+ readonly project: string;
1139
+ /**
1140
+ * Unique identifier of a pickface
1141
+ * @type {string}
1142
+ * @memberof PickfacesApiIssueEmptyPickface
1143
+ */
1144
+ readonly pickfaceId: string;
1145
+ /**
1146
+ * pickface issue schema
1147
+ * @type {IssueEmptyPickfaceRequest}
1148
+ * @memberof PickfacesApiIssueEmptyPickface
1149
+ */
1150
+ readonly issueEmptyPickfaceRequest: IssueEmptyPickfaceRequest;
1151
+ }
1152
+ /**
1153
+ * Request parameters for issueWrongContentsPickface operation in PickfacesApi.
1154
+ * @export
1155
+ * @interface PickfacesApiIssueWrongContentsPickfaceRequest
1156
+ */
1157
+ export interface PickfacesApiIssueWrongContentsPickfaceRequest {
1158
+ /**
1159
+ * What project it is
1160
+ * @type {string}
1161
+ * @memberof PickfacesApiIssueWrongContentsPickface
1162
+ */
1163
+ readonly project: string;
1164
+ /**
1165
+ * Unique identifier of a pickface
1166
+ * @type {string}
1167
+ * @memberof PickfacesApiIssueWrongContentsPickface
1168
+ */
1169
+ readonly pickfaceId: string;
1170
+ /**
1171
+ * pickface issue schema
1172
+ * @type {IssueWrongContentsPickfaceRequest}
1173
+ * @memberof PickfacesApiIssueWrongContentsPickface
1174
+ */
1175
+ readonly issueWrongContentsPickfaceRequest: IssueWrongContentsPickfaceRequest;
1176
+ }
1177
+ /**
1178
+ * Request parameters for listPickfaceLogs operation in PickfacesApi.
1179
+ * @export
1180
+ * @interface PickfacesApiListPickfaceLogsRequest
1181
+ */
1182
+ export interface PickfacesApiListPickfaceLogsRequest {
1183
+ /**
1184
+ * What project it is
1185
+ * @type {string}
1186
+ * @memberof PickfacesApiListPickfaceLogs
1187
+ */
1188
+ readonly project: string;
1189
+ /**
1190
+ * Unique identifier of a pickface
1191
+ * @type {string}
1192
+ * @memberof PickfacesApiListPickfaceLogs
1193
+ */
1194
+ readonly pickfaceId: string;
1195
+ /**
1196
+ * Page reference token
1197
+ * @type {number}
1198
+ * @memberof PickfacesApiListPickfaceLogs
1199
+ */
1200
+ readonly pageToken?: number;
1201
+ /**
1202
+ * Max page size. This is the maximum page size that will be returned, but it might be smaller.
1203
+ * @type {number}
1204
+ * @memberof PickfacesApiListPickfaceLogs
1205
+ */
1206
+ readonly pageSize?: number;
1207
+ }
1208
+ /**
1209
+ * Request parameters for moveStock operation in PickfacesApi.
1210
+ * @export
1211
+ * @interface PickfacesApiMoveStockRequest
1212
+ */
1213
+ export interface PickfacesApiMoveStockRequest {
1214
+ /**
1215
+ * What project it is
1216
+ * @type {string}
1217
+ * @memberof PickfacesApiMoveStock
1218
+ */
1219
+ readonly project: string;
1220
+ /**
1221
+ * Unique identifier of a pickface
1222
+ * @type {string}
1223
+ * @memberof PickfacesApiMoveStock
1224
+ */
1225
+ readonly pickfaceId: string;
1226
+ /**
1227
+ * Move stock from one pickface to another
1228
+ * @type {MoveStockRequest}
1229
+ * @memberof PickfacesApiMoveStock
1230
+ */
1231
+ readonly moveStockRequest: MoveStockRequest;
1232
+ }
1233
+ /**
1234
+ * Request parameters for printPickfaceLabel operation in PickfacesApi.
1235
+ * @export
1236
+ * @interface PickfacesApiPrintPickfaceLabelRequest
1237
+ */
1238
+ export interface PickfacesApiPrintPickfaceLabelRequest {
1239
+ /**
1240
+ * What project it is
1241
+ * @type {string}
1242
+ * @memberof PickfacesApiPrintPickfaceLabel
1243
+ */
1244
+ readonly project: string;
1245
+ /**
1246
+ * Unique identifier of a pickface
1247
+ * @type {string}
1248
+ * @memberof PickfacesApiPrintPickfaceLabel
1249
+ */
1250
+ readonly pickfaceId: string;
1251
+ /**
1252
+ * Unique identifier of a warehouse device
1253
+ * @type {string}
1254
+ * @memberof PickfacesApiPrintPickfaceLabel
1255
+ */
1256
+ readonly deviceRef: string;
1257
+ }
1258
+ /**
1259
+ * Request parameters for resolvePickfaceIssue operation in PickfacesApi.
1260
+ * @export
1261
+ * @interface PickfacesApiResolvePickfaceIssueRequest
1262
+ */
1263
+ export interface PickfacesApiResolvePickfaceIssueRequest {
1264
+ /**
1265
+ * What project it is
1266
+ * @type {string}
1267
+ * @memberof PickfacesApiResolvePickfaceIssue
1268
+ */
1269
+ readonly project: string;
1270
+ /**
1271
+ * Unique identifier of a pickface
1272
+ * @type {string}
1273
+ * @memberof PickfacesApiResolvePickfaceIssue
1274
+ */
1275
+ readonly pickfaceId: string;
1276
+ }
1277
+ /**
1278
+ * Request parameters for suggestPickfaces operation in PickfacesApi.
1279
+ * @export
1280
+ * @interface PickfacesApiSuggestPickfacesRequest
1281
+ */
1282
+ export interface PickfacesApiSuggestPickfacesRequest {
1283
+ /**
1284
+ * What project it is
1285
+ * @type {string}
1286
+ * @memberof PickfacesApiSuggestPickfaces
1287
+ */
1288
+ readonly project: string;
1289
+ /**
1290
+ * Unique identifier of a warehouse variant
1291
+ * @type {string}
1292
+ * @memberof PickfacesApiSuggestPickfaces
1293
+ */
1294
+ readonly variantRef: string;
1295
+ /**
1296
+ * Number of variants
1297
+ * @type {number}
1298
+ * @memberof PickfacesApiSuggestPickfaces
1299
+ */
1300
+ readonly quantity: number;
1301
+ /**
1302
+ * Page reference token
1303
+ * @type {number}
1304
+ * @memberof PickfacesApiSuggestPickfaces
1305
+ */
1306
+ readonly pageToken?: number;
1307
+ /**
1308
+ * Max page size. This is the maximum page size that will be returned, but it might be smaller.
1309
+ * @type {number}
1310
+ * @memberof PickfacesApiSuggestPickfaces
1311
+ */
1312
+ readonly pageSize?: number;
1313
+ }
1314
+ /**
1315
+ * Request parameters for updatePickface operation in PickfacesApi.
1316
+ * @export
1317
+ * @interface PickfacesApiUpdatePickfaceRequest
1318
+ */
1319
+ export interface PickfacesApiUpdatePickfaceRequest {
1320
+ /**
1321
+ * What project it is
1322
+ * @type {string}
1323
+ * @memberof PickfacesApiUpdatePickface
1324
+ */
1325
+ readonly project: string;
1326
+ /**
1327
+ * Unique identifier of a pickface
1328
+ * @type {string}
1329
+ * @memberof PickfacesApiUpdatePickface
1330
+ */
1331
+ readonly pickfaceId: string;
1332
+ /**
1333
+ * Update pickface schema
1334
+ * @type {UpdatePickfaceRequest}
1335
+ * @memberof PickfacesApiUpdatePickface
1336
+ */
1337
+ readonly updatePickfaceRequest: UpdatePickfaceRequest;
1338
+ }
1339
+ /**
1340
+ * PickfacesApi - object-oriented interface
1341
+ * @export
1342
+ * @class PickfacesApi
1343
+ * @extends {BaseAPI}
1344
+ */
1345
+ export declare class PickfacesApi extends BaseAPI {
1346
+ /**
1347
+ * Create a Pickface
1348
+ * @summary Create Pickface
1349
+ * @param {PickfacesApiCreatePickfaceRequest} requestParameters Request parameters.
1350
+ * @param {*} [options] Override http request option.
1351
+ * @throws {RequiredError}
1352
+ * @memberof PickfacesApi
1353
+ */
1354
+ createPickface(requestParameters: PickfacesApiCreatePickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
1355
+ /**
1356
+ * Delete a Pickface
1357
+ * @summary Delete Pickface
1358
+ * @param {PickfacesApiDeletePickfaceRequest} requestParameters Request parameters.
1359
+ * @param {*} [options] Override http request option.
1360
+ * @throws {RequiredError}
1361
+ * @memberof PickfacesApi
1362
+ */
1363
+ deletePickface(requestParameters: PickfacesApiDeletePickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1364
+ /**
1365
+ * Export pickfaces as a CSV file
1366
+ * @summary Export pickfaces
1367
+ * @param {PickfacesApiExportPickfacesRequest} requestParameters Request parameters.
1368
+ * @param {*} [options] Override http request option.
1369
+ * @throws {RequiredError}
1370
+ * @memberof PickfacesApi
1371
+ */
1372
+ exportPickfaces(requestParameters: PickfacesApiExportPickfacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
1373
+ /**
1374
+ * Get a pickface
1375
+ * @summary Get pickface
1376
+ * @param {PickfacesApiGetPickfaceRequest} requestParameters Request parameters.
1377
+ * @param {*} [options] Override http request option.
1378
+ * @throws {RequiredError}
1379
+ * @memberof PickfacesApi
1380
+ */
1381
+ getPickface(requestParameters: PickfacesApiGetPickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
1382
+ /**
1383
+ * Lists pickface container models
1384
+ * @summary Get pickface container models
1385
+ * @param {PickfacesApiGetPickfaceContainerModelsRequest} requestParameters Request parameters.
1386
+ * @param {*} [options] Override http request option.
1387
+ * @throws {RequiredError}
1388
+ * @memberof PickfacesApi
1389
+ */
1390
+ getPickfaceContainerModels(requestParameters: PickfacesApiGetPickfaceContainerModelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ContainerModels, any>>;
1391
+ /**
1392
+ * Lists all pickfaces available paginated into chunks
1393
+ * @summary List pickfaces
1394
+ * @param {PickfacesApiGetPickfacesRequest} requestParameters Request parameters.
1395
+ * @param {*} [options] Override http request option.
1396
+ * @throws {RequiredError}
1397
+ * @memberof PickfacesApi
1398
+ */
1399
+ getPickfaces(requestParameters: PickfacesApiGetPickfacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPickfaces200Response, any>>;
1400
+ /**
1401
+ * Issue an empty pickface
1402
+ * @summary Issue empty pickface
1403
+ * @param {PickfacesApiIssueEmptyPickfaceRequest} requestParameters Request parameters.
1404
+ * @param {*} [options] Override http request option.
1405
+ * @throws {RequiredError}
1406
+ * @memberof PickfacesApi
1407
+ */
1408
+ issueEmptyPickface(requestParameters: PickfacesApiIssueEmptyPickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
1409
+ /**
1410
+ * Issue a pickface with wrong contents
1411
+ * @summary Issue wrong contents pickface
1412
+ * @param {PickfacesApiIssueWrongContentsPickfaceRequest} requestParameters Request parameters.
1413
+ * @param {*} [options] Override http request option.
1414
+ * @throws {RequiredError}
1415
+ * @memberof PickfacesApi
1416
+ */
1417
+ issueWrongContentsPickface(requestParameters: PickfacesApiIssueWrongContentsPickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
1418
+ /**
1419
+ * Get a list of pickface logs
1420
+ * @summary Get pickface logs
1421
+ * @param {PickfacesApiListPickfaceLogsRequest} requestParameters Request parameters.
1422
+ * @param {*} [options] Override http request option.
1423
+ * @throws {RequiredError}
1424
+ * @memberof PickfacesApi
1425
+ */
1426
+ listPickfaceLogs(requestParameters: PickfacesApiListPickfaceLogsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPickfaceLogs200Response, any>>;
1427
+ /**
1428
+ * Move stock from one pickface to another in a single transaction
1429
+ * @summary Move stock
1430
+ * @param {PickfacesApiMoveStockRequest} requestParameters Request parameters.
1431
+ * @param {*} [options] Override http request option.
1432
+ * @throws {RequiredError}
1433
+ * @memberof PickfacesApi
1434
+ */
1435
+ moveStock(requestParameters: PickfacesApiMoveStockRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
1436
+ /**
1437
+ * Print a pickface label
1438
+ * @summary Print pickface label
1439
+ * @param {PickfacesApiPrintPickfaceLabelRequest} requestParameters Request parameters.
1440
+ * @param {*} [options] Override http request option.
1441
+ * @throws {RequiredError}
1442
+ * @memberof PickfacesApi
1443
+ */
1444
+ printPickfaceLabel(requestParameters: PickfacesApiPrintPickfaceLabelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1445
+ /**
1446
+ * Resolves an issue on a pickface
1447
+ * @summary Resolve pickface issue
1448
+ * @param {PickfacesApiResolvePickfaceIssueRequest} requestParameters Request parameters.
1449
+ * @param {*} [options] Override http request option.
1450
+ * @throws {RequiredError}
1451
+ * @memberof PickfacesApi
1452
+ */
1453
+ resolvePickfaceIssue(requestParameters: PickfacesApiResolvePickfaceIssueRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
1454
+ /**
1455
+ * Suggest pickfaces for putting away stock
1456
+ * @summary Suggest pickfaces
1457
+ * @param {PickfacesApiSuggestPickfacesRequest} requestParameters Request parameters.
1458
+ * @param {*} [options] Override http request option.
1459
+ * @throws {RequiredError}
1460
+ * @memberof PickfacesApi
1461
+ */
1462
+ suggestPickfaces(requestParameters: PickfacesApiSuggestPickfacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPickfaces200Response, any>>;
1463
+ /**
1464
+ * Update a Pickface
1465
+ * @summary Update Pickface
1466
+ * @param {PickfacesApiUpdatePickfaceRequest} requestParameters Request parameters.
1467
+ * @param {*} [options] Override http request option.
1468
+ * @throws {RequiredError}
1469
+ * @memberof PickfacesApi
1470
+ */
1471
+ updatePickface(requestParameters: PickfacesApiUpdatePickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
1472
+ }
1473
+ /**
1474
+ * @export
1475
+ */
1476
+ export declare const GetPickfacesFiltersEnum: {
1477
+ readonly Empty: "empty";
1478
+ readonly Flagged: "flagged";
1479
+ };
1480
+ export type GetPickfacesFiltersEnum = typeof GetPickfacesFiltersEnum[keyof typeof GetPickfacesFiltersEnum];