@teemill/pickfaces 0.12.1 → 0.13.0

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