@teemill/pickfaces 0.24.1 → 0.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @teemill/pickfaces@0.24.1
1
+ ## @teemill/pickfaces@0.25.0
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @teemill/pickfaces@0.24.1 --save
39
+ npm install @teemill/pickfaces@0.25.0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Pickfaces API
5
5
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
6
6
  *
7
- * The version of the OpenAPI document: 0.24.1
7
+ * The version of the OpenAPI document: 0.25.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -260,79 +260,79 @@ export interface Pickface {
260
260
  * @type {string}
261
261
  * @memberof Pickface
262
262
  */
263
- 'id'?: string;
263
+ 'id': string;
264
264
  /**
265
265
  * A reference to the resource location
266
266
  * @type {string}
267
267
  * @memberof Pickface
268
268
  */
269
- 'ref'?: string;
269
+ 'ref': string;
270
270
  /**
271
271
  *
272
272
  * @type {PickfaceZone}
273
273
  * @memberof Pickface
274
274
  */
275
- 'zone'?: PickfaceZone | null;
275
+ 'zone': PickfaceZone | null;
276
276
  /**
277
277
  * The human readable location of the pickface, if a name is provided this will be the name.
278
278
  * @type {string}
279
279
  * @memberof Pickface
280
280
  */
281
- 'code'?: string;
281
+ 'code': string;
282
282
  /**
283
283
  *
284
284
  * @type {boolean}
285
285
  * @memberof Pickface
286
286
  */
287
- 'enabled'?: boolean;
287
+ 'enabled': boolean;
288
288
  /**
289
289
  * Whether the pickface can contain mixed contents.
290
290
  * @type {boolean}
291
291
  * @memberof Pickface
292
292
  */
293
- 'mixedContents'?: boolean;
293
+ 'mixedContents': boolean;
294
294
  /**
295
295
  * Whether the pickface is used for bulk storage and not for picking
296
296
  * @type {boolean}
297
297
  * @memberof Pickface
298
298
  */
299
- 'bulk'?: boolean;
299
+ 'bulk': boolean;
300
300
  /**
301
301
  *
302
302
  * @type {PickfaceContainerType}
303
303
  * @memberof Pickface
304
304
  */
305
- 'containerType'?: PickfaceContainerType;
305
+ 'containerType': PickfaceContainerType;
306
306
  /**
307
307
  * The percentage of the pickface that has been taken up by its contents
308
308
  * @type {number}
309
309
  * @memberof Pickface
310
310
  */
311
- 'fullness'?: number;
311
+ 'fullness': number;
312
312
  /**
313
313
  *
314
314
  * @type {PickfaceLastPicked}
315
315
  * @memberof Pickface
316
316
  */
317
- 'lastPicked'?: PickfaceLastPicked;
317
+ 'lastPicked': PickfaceLastPicked;
318
318
  /**
319
319
  *
320
320
  * @type {PickfaceLastRestocked}
321
321
  * @memberof Pickface
322
322
  */
323
- 'lastRestocked'?: PickfaceLastRestocked;
323
+ 'lastRestocked': PickfaceLastRestocked;
324
324
  /**
325
325
  *
326
326
  * @type {PickfaceIssue}
327
327
  * @memberof Pickface
328
328
  */
329
- 'issue'?: PickfaceIssue | null;
329
+ 'issue': PickfaceIssue | null;
330
330
  /**
331
331
  *
332
332
  * @type {Array<PickfaceContentsInner>}
333
333
  * @memberof Pickface
334
334
  */
335
- 'contents'?: Array<PickfaceContentsInner>;
335
+ 'contents': Array<PickfaceContentsInner>;
336
336
  }
337
337
  /**
338
338
  *
@@ -364,25 +364,25 @@ export interface PickfaceContentsInner {
364
364
  * @type {string}
365
365
  * @memberof PickfaceContentsInner
366
366
  */
367
- 'variantRef'?: string;
367
+ 'variantRef': string;
368
368
  /**
369
369
  * The ID of the project that the contents belongs to. For example, if you had a 3PL item this would be the project that created the product.
370
370
  * @type {string}
371
371
  * @memberof PickfaceContentsInner
372
372
  */
373
- 'ownerProjectId'?: string | null;
373
+ 'ownerProjectId': string | null;
374
374
  /**
375
375
  *
376
376
  * @type {PickfaceContentsInnerQuantity}
377
377
  * @memberof PickfaceContentsInner
378
378
  */
379
- 'quantity'?: PickfaceContentsInnerQuantity;
379
+ 'quantity': PickfaceContentsInnerQuantity;
380
380
  /**
381
381
  *
382
382
  * @type {PickfaceContentsInnerMetadata}
383
383
  * @memberof PickfaceContentsInner
384
384
  */
385
- 'metadata'?: PickfaceContentsInnerMetadata | null;
385
+ 'metadata': PickfaceContentsInnerMetadata | null;
386
386
  }
387
387
  /**
388
388
  * Any additional metadata
@@ -395,13 +395,13 @@ export interface PickfaceContentsInnerMetadata {
395
395
  * @type {string}
396
396
  * @memberof PickfaceContentsInnerMetadata
397
397
  */
398
- 'title'?: string | null;
398
+ 'title': string | null;
399
399
  /**
400
400
  * The SKU of the product
401
401
  * @type {string}
402
402
  * @memberof PickfaceContentsInnerMetadata
403
403
  */
404
- 'sku'?: string | null;
404
+ 'sku': string | null;
405
405
  /**
406
406
  * The image of the front of the product
407
407
  * @type {string}
@@ -476,31 +476,31 @@ export interface PickfaceLastPicked {
476
476
  * @type {string}
477
477
  * @memberof PickfaceLastPicked
478
478
  */
479
- 'id'?: string;
479
+ 'id': string;
480
480
  /**
481
481
  * A reference to the resource location
482
482
  * @type {string}
483
483
  * @memberof PickfaceLastPicked
484
484
  */
485
- 'userRef'?: string;
485
+ 'userRef': string;
486
486
  /**
487
487
  * The action that was taken
488
488
  * @type {string}
489
489
  * @memberof PickfaceLastPicked
490
490
  */
491
- 'action'?: string;
491
+ 'action': string;
492
492
  /**
493
493
  * The reason for the action
494
494
  * @type {string}
495
495
  * @memberof PickfaceLastPicked
496
496
  */
497
- 'reason'?: string | null;
497
+ 'reason': string | null;
498
498
  /**
499
499
  * ISO 8601 Created at timestamp
500
500
  * @type {string}
501
501
  * @memberof PickfaceLastPicked
502
502
  */
503
- 'createdAt'?: string;
503
+ 'createdAt': string;
504
504
  }
505
505
  /**
506
506
  *
@@ -513,31 +513,31 @@ export interface PickfaceLastRestocked {
513
513
  * @type {string}
514
514
  * @memberof PickfaceLastRestocked
515
515
  */
516
- 'id'?: string;
516
+ 'id': string;
517
517
  /**
518
518
  * A reference to the resource location
519
519
  * @type {string}
520
520
  * @memberof PickfaceLastRestocked
521
521
  */
522
- 'userRef'?: string;
522
+ 'userRef': string;
523
523
  /**
524
524
  * The action that was taken
525
525
  * @type {string}
526
526
  * @memberof PickfaceLastRestocked
527
527
  */
528
- 'action'?: string;
528
+ 'action': string;
529
529
  /**
530
530
  * The reason for the action
531
531
  * @type {string}
532
532
  * @memberof PickfaceLastRestocked
533
533
  */
534
- 'reason'?: string | null;
534
+ 'reason': string | null;
535
535
  /**
536
536
  * ISO 8601 Created at timestamp
537
537
  * @type {string}
538
538
  * @memberof PickfaceLastRestocked
539
539
  */
540
- 'createdAt'?: string;
540
+ 'createdAt': string;
541
541
  }
542
542
  /**
543
543
  *
@@ -550,31 +550,31 @@ export interface PickfaceLog {
550
550
  * @type {string}
551
551
  * @memberof PickfaceLog
552
552
  */
553
- 'id'?: string;
553
+ 'id': string;
554
554
  /**
555
555
  * A reference to the resource location
556
556
  * @type {string}
557
557
  * @memberof PickfaceLog
558
558
  */
559
- 'userRef'?: string;
559
+ 'userRef': string;
560
560
  /**
561
561
  * The action that was taken
562
562
  * @type {string}
563
563
  * @memberof PickfaceLog
564
564
  */
565
- 'action'?: string;
565
+ 'action': string;
566
566
  /**
567
567
  * The reason for the action
568
568
  * @type {string}
569
569
  * @memberof PickfaceLog
570
570
  */
571
- 'reason'?: string | null;
571
+ 'reason': string | null;
572
572
  /**
573
573
  * ISO 8601 Created at timestamp
574
574
  * @type {string}
575
575
  * @memberof PickfaceLog
576
576
  */
577
- 'createdAt'?: string;
577
+ 'createdAt': string;
578
578
  }
579
579
  /**
580
580
  *
@@ -612,7 +612,7 @@ export interface UpdatePickfaceRequest {
612
612
  * @type {boolean}
613
613
  * @memberof UpdatePickfaceRequest
614
614
  */
615
- 'enabled'?: boolean;
615
+ 'enabled': boolean;
616
616
  /**
617
617
  * Unique object identifier
618
618
  * @type {string}
@@ -649,6 +649,12 @@ export interface UpdatePickfaceRequest {
649
649
  * @memberof UpdatePickfaceRequest
650
650
  */
651
651
  'contents'?: Array<UpdatePickfaceRequestContentsInner> | null;
652
+ /**
653
+ * Unique object identifier
654
+ * @type {string}
655
+ * @memberof UpdatePickfaceRequest
656
+ */
657
+ 'purchaseOrderId'?: string;
652
658
  }
653
659
  /**
654
660
  *
package/base.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Pickfaces API
5
5
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
6
6
  *
7
- * The version of the OpenAPI document: 0.24.1
7
+ * The version of the OpenAPI document: 0.25.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/common.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Pickfaces API
5
5
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
6
6
  *
7
- * The version of the OpenAPI document: 0.24.1
7
+ * The version of the OpenAPI document: 0.25.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/configuration.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Pickfaces API
5
5
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
6
6
  *
7
- * The version of the OpenAPI document: 0.24.1
7
+ * The version of the OpenAPI document: 0.25.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Pickfaces API
3
3
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
4
4
  *
5
- * The version of the OpenAPI document: 0.24.1
5
+ * The version of the OpenAPI document: 0.25.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -250,79 +250,79 @@ export interface Pickface {
250
250
  * @type {string}
251
251
  * @memberof Pickface
252
252
  */
253
- 'id'?: string;
253
+ 'id': string;
254
254
  /**
255
255
  * A reference to the resource location
256
256
  * @type {string}
257
257
  * @memberof Pickface
258
258
  */
259
- 'ref'?: string;
259
+ 'ref': string;
260
260
  /**
261
261
  *
262
262
  * @type {PickfaceZone}
263
263
  * @memberof Pickface
264
264
  */
265
- 'zone'?: PickfaceZone | null;
265
+ 'zone': PickfaceZone | null;
266
266
  /**
267
267
  * The human readable location of the pickface, if a name is provided this will be the name.
268
268
  * @type {string}
269
269
  * @memberof Pickface
270
270
  */
271
- 'code'?: string;
271
+ 'code': string;
272
272
  /**
273
273
  *
274
274
  * @type {boolean}
275
275
  * @memberof Pickface
276
276
  */
277
- 'enabled'?: boolean;
277
+ 'enabled': boolean;
278
278
  /**
279
279
  * Whether the pickface can contain mixed contents.
280
280
  * @type {boolean}
281
281
  * @memberof Pickface
282
282
  */
283
- 'mixedContents'?: boolean;
283
+ 'mixedContents': boolean;
284
284
  /**
285
285
  * Whether the pickface is used for bulk storage and not for picking
286
286
  * @type {boolean}
287
287
  * @memberof Pickface
288
288
  */
289
- 'bulk'?: boolean;
289
+ 'bulk': boolean;
290
290
  /**
291
291
  *
292
292
  * @type {PickfaceContainerType}
293
293
  * @memberof Pickface
294
294
  */
295
- 'containerType'?: PickfaceContainerType;
295
+ 'containerType': PickfaceContainerType;
296
296
  /**
297
297
  * The percentage of the pickface that has been taken up by its contents
298
298
  * @type {number}
299
299
  * @memberof Pickface
300
300
  */
301
- 'fullness'?: number;
301
+ 'fullness': number;
302
302
  /**
303
303
  *
304
304
  * @type {PickfaceLastPicked}
305
305
  * @memberof Pickface
306
306
  */
307
- 'lastPicked'?: PickfaceLastPicked;
307
+ 'lastPicked': PickfaceLastPicked;
308
308
  /**
309
309
  *
310
310
  * @type {PickfaceLastRestocked}
311
311
  * @memberof Pickface
312
312
  */
313
- 'lastRestocked'?: PickfaceLastRestocked;
313
+ 'lastRestocked': PickfaceLastRestocked;
314
314
  /**
315
315
  *
316
316
  * @type {PickfaceIssue}
317
317
  * @memberof Pickface
318
318
  */
319
- 'issue'?: PickfaceIssue | null;
319
+ 'issue': PickfaceIssue | null;
320
320
  /**
321
321
  *
322
322
  * @type {Array<PickfaceContentsInner>}
323
323
  * @memberof Pickface
324
324
  */
325
- 'contents'?: Array<PickfaceContentsInner>;
325
+ 'contents': Array<PickfaceContentsInner>;
326
326
  }
327
327
  /**
328
328
  *
@@ -354,25 +354,25 @@ export interface PickfaceContentsInner {
354
354
  * @type {string}
355
355
  * @memberof PickfaceContentsInner
356
356
  */
357
- 'variantRef'?: string;
357
+ 'variantRef': string;
358
358
  /**
359
359
  * The ID of the project that the contents belongs to. For example, if you had a 3PL item this would be the project that created the product.
360
360
  * @type {string}
361
361
  * @memberof PickfaceContentsInner
362
362
  */
363
- 'ownerProjectId'?: string | null;
363
+ 'ownerProjectId': string | null;
364
364
  /**
365
365
  *
366
366
  * @type {PickfaceContentsInnerQuantity}
367
367
  * @memberof PickfaceContentsInner
368
368
  */
369
- 'quantity'?: PickfaceContentsInnerQuantity;
369
+ 'quantity': PickfaceContentsInnerQuantity;
370
370
  /**
371
371
  *
372
372
  * @type {PickfaceContentsInnerMetadata}
373
373
  * @memberof PickfaceContentsInner
374
374
  */
375
- 'metadata'?: PickfaceContentsInnerMetadata | null;
375
+ 'metadata': PickfaceContentsInnerMetadata | null;
376
376
  }
377
377
  /**
378
378
  * Any additional metadata
@@ -385,13 +385,13 @@ export interface PickfaceContentsInnerMetadata {
385
385
  * @type {string}
386
386
  * @memberof PickfaceContentsInnerMetadata
387
387
  */
388
- 'title'?: string | null;
388
+ 'title': string | null;
389
389
  /**
390
390
  * The SKU of the product
391
391
  * @type {string}
392
392
  * @memberof PickfaceContentsInnerMetadata
393
393
  */
394
- 'sku'?: string | null;
394
+ 'sku': string | null;
395
395
  /**
396
396
  * The image of the front of the product
397
397
  * @type {string}
@@ -466,31 +466,31 @@ export interface PickfaceLastPicked {
466
466
  * @type {string}
467
467
  * @memberof PickfaceLastPicked
468
468
  */
469
- 'id'?: string;
469
+ 'id': string;
470
470
  /**
471
471
  * A reference to the resource location
472
472
  * @type {string}
473
473
  * @memberof PickfaceLastPicked
474
474
  */
475
- 'userRef'?: string;
475
+ 'userRef': string;
476
476
  /**
477
477
  * The action that was taken
478
478
  * @type {string}
479
479
  * @memberof PickfaceLastPicked
480
480
  */
481
- 'action'?: string;
481
+ 'action': string;
482
482
  /**
483
483
  * The reason for the action
484
484
  * @type {string}
485
485
  * @memberof PickfaceLastPicked
486
486
  */
487
- 'reason'?: string | null;
487
+ 'reason': string | null;
488
488
  /**
489
489
  * ISO 8601 Created at timestamp
490
490
  * @type {string}
491
491
  * @memberof PickfaceLastPicked
492
492
  */
493
- 'createdAt'?: string;
493
+ 'createdAt': string;
494
494
  }
495
495
  /**
496
496
  *
@@ -503,31 +503,31 @@ export interface PickfaceLastRestocked {
503
503
  * @type {string}
504
504
  * @memberof PickfaceLastRestocked
505
505
  */
506
- 'id'?: string;
506
+ 'id': string;
507
507
  /**
508
508
  * A reference to the resource location
509
509
  * @type {string}
510
510
  * @memberof PickfaceLastRestocked
511
511
  */
512
- 'userRef'?: string;
512
+ 'userRef': string;
513
513
  /**
514
514
  * The action that was taken
515
515
  * @type {string}
516
516
  * @memberof PickfaceLastRestocked
517
517
  */
518
- 'action'?: string;
518
+ 'action': string;
519
519
  /**
520
520
  * The reason for the action
521
521
  * @type {string}
522
522
  * @memberof PickfaceLastRestocked
523
523
  */
524
- 'reason'?: string | null;
524
+ 'reason': string | null;
525
525
  /**
526
526
  * ISO 8601 Created at timestamp
527
527
  * @type {string}
528
528
  * @memberof PickfaceLastRestocked
529
529
  */
530
- 'createdAt'?: string;
530
+ 'createdAt': string;
531
531
  }
532
532
  /**
533
533
  *
@@ -540,31 +540,31 @@ export interface PickfaceLog {
540
540
  * @type {string}
541
541
  * @memberof PickfaceLog
542
542
  */
543
- 'id'?: string;
543
+ 'id': string;
544
544
  /**
545
545
  * A reference to the resource location
546
546
  * @type {string}
547
547
  * @memberof PickfaceLog
548
548
  */
549
- 'userRef'?: string;
549
+ 'userRef': string;
550
550
  /**
551
551
  * The action that was taken
552
552
  * @type {string}
553
553
  * @memberof PickfaceLog
554
554
  */
555
- 'action'?: string;
555
+ 'action': string;
556
556
  /**
557
557
  * The reason for the action
558
558
  * @type {string}
559
559
  * @memberof PickfaceLog
560
560
  */
561
- 'reason'?: string | null;
561
+ 'reason': string | null;
562
562
  /**
563
563
  * ISO 8601 Created at timestamp
564
564
  * @type {string}
565
565
  * @memberof PickfaceLog
566
566
  */
567
- 'createdAt'?: string;
567
+ 'createdAt': string;
568
568
  }
569
569
  /**
570
570
  *
@@ -602,7 +602,7 @@ export interface UpdatePickfaceRequest {
602
602
  * @type {boolean}
603
603
  * @memberof UpdatePickfaceRequest
604
604
  */
605
- 'enabled'?: boolean;
605
+ 'enabled': boolean;
606
606
  /**
607
607
  * Unique object identifier
608
608
  * @type {string}
@@ -639,6 +639,12 @@ export interface UpdatePickfaceRequest {
639
639
  * @memberof UpdatePickfaceRequest
640
640
  */
641
641
  'contents'?: Array<UpdatePickfaceRequestContentsInner> | null;
642
+ /**
643
+ * Unique object identifier
644
+ * @type {string}
645
+ * @memberof UpdatePickfaceRequest
646
+ */
647
+ 'purchaseOrderId'?: string;
642
648
  }
643
649
  /**
644
650
  *
package/dist/api.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Pickfaces API
6
6
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
7
7
  *
8
- * The version of the OpenAPI document: 0.24.1
8
+ * The version of the OpenAPI document: 0.25.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/base.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Pickfaces API
3
3
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
4
4
  *
5
- * The version of the OpenAPI document: 0.24.1
5
+ * The version of the OpenAPI document: 0.25.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/base.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Pickfaces API
6
6
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
7
7
  *
8
- * The version of the OpenAPI document: 0.24.1
8
+ * The version of the OpenAPI document: 0.25.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Pickfaces API
3
3
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
4
4
  *
5
- * The version of the OpenAPI document: 0.24.1
5
+ * The version of the OpenAPI document: 0.25.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Pickfaces API
6
6
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
7
7
  *
8
- * The version of the OpenAPI document: 0.24.1
8
+ * The version of the OpenAPI document: 0.25.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Pickfaces API
3
3
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
4
4
  *
5
- * The version of the OpenAPI document: 0.24.1
5
+ * The version of the OpenAPI document: 0.25.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Pickfaces API
6
6
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
7
7
  *
8
- * The version of the OpenAPI document: 0.24.1
8
+ * The version of the OpenAPI document: 0.25.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Pickfaces API
3
3
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
4
4
  *
5
- * The version of the OpenAPI document: 0.24.1
5
+ * The version of the OpenAPI document: 0.25.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -250,79 +250,79 @@ export interface Pickface {
250
250
  * @type {string}
251
251
  * @memberof Pickface
252
252
  */
253
- 'id'?: string;
253
+ 'id': string;
254
254
  /**
255
255
  * A reference to the resource location
256
256
  * @type {string}
257
257
  * @memberof Pickface
258
258
  */
259
- 'ref'?: string;
259
+ 'ref': string;
260
260
  /**
261
261
  *
262
262
  * @type {PickfaceZone}
263
263
  * @memberof Pickface
264
264
  */
265
- 'zone'?: PickfaceZone | null;
265
+ 'zone': PickfaceZone | null;
266
266
  /**
267
267
  * The human readable location of the pickface, if a name is provided this will be the name.
268
268
  * @type {string}
269
269
  * @memberof Pickface
270
270
  */
271
- 'code'?: string;
271
+ 'code': string;
272
272
  /**
273
273
  *
274
274
  * @type {boolean}
275
275
  * @memberof Pickface
276
276
  */
277
- 'enabled'?: boolean;
277
+ 'enabled': boolean;
278
278
  /**
279
279
  * Whether the pickface can contain mixed contents.
280
280
  * @type {boolean}
281
281
  * @memberof Pickface
282
282
  */
283
- 'mixedContents'?: boolean;
283
+ 'mixedContents': boolean;
284
284
  /**
285
285
  * Whether the pickface is used for bulk storage and not for picking
286
286
  * @type {boolean}
287
287
  * @memberof Pickface
288
288
  */
289
- 'bulk'?: boolean;
289
+ 'bulk': boolean;
290
290
  /**
291
291
  *
292
292
  * @type {PickfaceContainerType}
293
293
  * @memberof Pickface
294
294
  */
295
- 'containerType'?: PickfaceContainerType;
295
+ 'containerType': PickfaceContainerType;
296
296
  /**
297
297
  * The percentage of the pickface that has been taken up by its contents
298
298
  * @type {number}
299
299
  * @memberof Pickface
300
300
  */
301
- 'fullness'?: number;
301
+ 'fullness': number;
302
302
  /**
303
303
  *
304
304
  * @type {PickfaceLastPicked}
305
305
  * @memberof Pickface
306
306
  */
307
- 'lastPicked'?: PickfaceLastPicked;
307
+ 'lastPicked': PickfaceLastPicked;
308
308
  /**
309
309
  *
310
310
  * @type {PickfaceLastRestocked}
311
311
  * @memberof Pickface
312
312
  */
313
- 'lastRestocked'?: PickfaceLastRestocked;
313
+ 'lastRestocked': PickfaceLastRestocked;
314
314
  /**
315
315
  *
316
316
  * @type {PickfaceIssue}
317
317
  * @memberof Pickface
318
318
  */
319
- 'issue'?: PickfaceIssue | null;
319
+ 'issue': PickfaceIssue | null;
320
320
  /**
321
321
  *
322
322
  * @type {Array<PickfaceContentsInner>}
323
323
  * @memberof Pickface
324
324
  */
325
- 'contents'?: Array<PickfaceContentsInner>;
325
+ 'contents': Array<PickfaceContentsInner>;
326
326
  }
327
327
  /**
328
328
  *
@@ -354,25 +354,25 @@ export interface PickfaceContentsInner {
354
354
  * @type {string}
355
355
  * @memberof PickfaceContentsInner
356
356
  */
357
- 'variantRef'?: string;
357
+ 'variantRef': string;
358
358
  /**
359
359
  * The ID of the project that the contents belongs to. For example, if you had a 3PL item this would be the project that created the product.
360
360
  * @type {string}
361
361
  * @memberof PickfaceContentsInner
362
362
  */
363
- 'ownerProjectId'?: string | null;
363
+ 'ownerProjectId': string | null;
364
364
  /**
365
365
  *
366
366
  * @type {PickfaceContentsInnerQuantity}
367
367
  * @memberof PickfaceContentsInner
368
368
  */
369
- 'quantity'?: PickfaceContentsInnerQuantity;
369
+ 'quantity': PickfaceContentsInnerQuantity;
370
370
  /**
371
371
  *
372
372
  * @type {PickfaceContentsInnerMetadata}
373
373
  * @memberof PickfaceContentsInner
374
374
  */
375
- 'metadata'?: PickfaceContentsInnerMetadata | null;
375
+ 'metadata': PickfaceContentsInnerMetadata | null;
376
376
  }
377
377
  /**
378
378
  * Any additional metadata
@@ -385,13 +385,13 @@ export interface PickfaceContentsInnerMetadata {
385
385
  * @type {string}
386
386
  * @memberof PickfaceContentsInnerMetadata
387
387
  */
388
- 'title'?: string | null;
388
+ 'title': string | null;
389
389
  /**
390
390
  * The SKU of the product
391
391
  * @type {string}
392
392
  * @memberof PickfaceContentsInnerMetadata
393
393
  */
394
- 'sku'?: string | null;
394
+ 'sku': string | null;
395
395
  /**
396
396
  * The image of the front of the product
397
397
  * @type {string}
@@ -466,31 +466,31 @@ export interface PickfaceLastPicked {
466
466
  * @type {string}
467
467
  * @memberof PickfaceLastPicked
468
468
  */
469
- 'id'?: string;
469
+ 'id': string;
470
470
  /**
471
471
  * A reference to the resource location
472
472
  * @type {string}
473
473
  * @memberof PickfaceLastPicked
474
474
  */
475
- 'userRef'?: string;
475
+ 'userRef': string;
476
476
  /**
477
477
  * The action that was taken
478
478
  * @type {string}
479
479
  * @memberof PickfaceLastPicked
480
480
  */
481
- 'action'?: string;
481
+ 'action': string;
482
482
  /**
483
483
  * The reason for the action
484
484
  * @type {string}
485
485
  * @memberof PickfaceLastPicked
486
486
  */
487
- 'reason'?: string | null;
487
+ 'reason': string | null;
488
488
  /**
489
489
  * ISO 8601 Created at timestamp
490
490
  * @type {string}
491
491
  * @memberof PickfaceLastPicked
492
492
  */
493
- 'createdAt'?: string;
493
+ 'createdAt': string;
494
494
  }
495
495
  /**
496
496
  *
@@ -503,31 +503,31 @@ export interface PickfaceLastRestocked {
503
503
  * @type {string}
504
504
  * @memberof PickfaceLastRestocked
505
505
  */
506
- 'id'?: string;
506
+ 'id': string;
507
507
  /**
508
508
  * A reference to the resource location
509
509
  * @type {string}
510
510
  * @memberof PickfaceLastRestocked
511
511
  */
512
- 'userRef'?: string;
512
+ 'userRef': string;
513
513
  /**
514
514
  * The action that was taken
515
515
  * @type {string}
516
516
  * @memberof PickfaceLastRestocked
517
517
  */
518
- 'action'?: string;
518
+ 'action': string;
519
519
  /**
520
520
  * The reason for the action
521
521
  * @type {string}
522
522
  * @memberof PickfaceLastRestocked
523
523
  */
524
- 'reason'?: string | null;
524
+ 'reason': string | null;
525
525
  /**
526
526
  * ISO 8601 Created at timestamp
527
527
  * @type {string}
528
528
  * @memberof PickfaceLastRestocked
529
529
  */
530
- 'createdAt'?: string;
530
+ 'createdAt': string;
531
531
  }
532
532
  /**
533
533
  *
@@ -540,31 +540,31 @@ export interface PickfaceLog {
540
540
  * @type {string}
541
541
  * @memberof PickfaceLog
542
542
  */
543
- 'id'?: string;
543
+ 'id': string;
544
544
  /**
545
545
  * A reference to the resource location
546
546
  * @type {string}
547
547
  * @memberof PickfaceLog
548
548
  */
549
- 'userRef'?: string;
549
+ 'userRef': string;
550
550
  /**
551
551
  * The action that was taken
552
552
  * @type {string}
553
553
  * @memberof PickfaceLog
554
554
  */
555
- 'action'?: string;
555
+ 'action': string;
556
556
  /**
557
557
  * The reason for the action
558
558
  * @type {string}
559
559
  * @memberof PickfaceLog
560
560
  */
561
- 'reason'?: string | null;
561
+ 'reason': string | null;
562
562
  /**
563
563
  * ISO 8601 Created at timestamp
564
564
  * @type {string}
565
565
  * @memberof PickfaceLog
566
566
  */
567
- 'createdAt'?: string;
567
+ 'createdAt': string;
568
568
  }
569
569
  /**
570
570
  *
@@ -602,7 +602,7 @@ export interface UpdatePickfaceRequest {
602
602
  * @type {boolean}
603
603
  * @memberof UpdatePickfaceRequest
604
604
  */
605
- 'enabled'?: boolean;
605
+ 'enabled': boolean;
606
606
  /**
607
607
  * Unique object identifier
608
608
  * @type {string}
@@ -639,6 +639,12 @@ export interface UpdatePickfaceRequest {
639
639
  * @memberof UpdatePickfaceRequest
640
640
  */
641
641
  'contents'?: Array<UpdatePickfaceRequestContentsInner> | null;
642
+ /**
643
+ * Unique object identifier
644
+ * @type {string}
645
+ * @memberof UpdatePickfaceRequest
646
+ */
647
+ 'purchaseOrderId'?: string;
642
648
  }
643
649
  /**
644
650
  *
package/dist/esm/api.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Pickfaces API
5
5
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
6
6
  *
7
- * The version of the OpenAPI document: 0.24.1
7
+ * The version of the OpenAPI document: 0.25.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Pickfaces API
3
3
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
4
4
  *
5
- * The version of the OpenAPI document: 0.24.1
5
+ * The version of the OpenAPI document: 0.25.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/base.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Pickfaces API
5
5
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
6
6
  *
7
- * The version of the OpenAPI document: 0.24.1
7
+ * The version of the OpenAPI document: 0.25.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Pickfaces API
3
3
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
4
4
  *
5
- * The version of the OpenAPI document: 0.24.1
5
+ * The version of the OpenAPI document: 0.25.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Pickfaces API
5
5
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
6
6
  *
7
- * The version of the OpenAPI document: 0.24.1
7
+ * The version of the OpenAPI document: 0.25.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Pickfaces API
3
3
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
4
4
  *
5
- * The version of the OpenAPI document: 0.24.1
5
+ * The version of the OpenAPI document: 0.25.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Pickfaces API
5
5
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
6
6
  *
7
- * The version of the OpenAPI document: 0.24.1
7
+ * The version of the OpenAPI document: 0.25.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Pickfaces API
3
3
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
4
4
  *
5
- * The version of the OpenAPI document: 0.24.1
5
+ * The version of the OpenAPI document: 0.25.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Pickfaces API
5
5
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
6
6
  *
7
- * The version of the OpenAPI document: 0.24.1
7
+ * The version of the OpenAPI document: 0.25.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Pickfaces API
3
3
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
4
4
  *
5
- * The version of the OpenAPI document: 0.24.1
5
+ * The version of the OpenAPI document: 0.25.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Pickfaces API
6
6
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
7
7
  *
8
- * The version of the OpenAPI document: 0.24.1
8
+ * The version of the OpenAPI document: 0.25.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/index.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Pickfaces API
5
5
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
6
6
  *
7
- * The version of the OpenAPI document: 0.24.1
7
+ * The version of the OpenAPI document: 0.25.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teemill/pickfaces",
3
- "version": "0.24.1",
3
+ "version": "0.25.0",
4
4
  "description": "OpenAPI client for @teemill/pickfaces",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {