@teemill/pickfaces 0.19.1 → 0.20.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/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.19.1
5
+ * The version of the OpenAPI document: 0.20.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35,58 +35,58 @@ export interface ApiError {
35
35
  /**
36
36
  * The factory container the pickface is within
37
37
  * @export
38
- * @interface ContainerModel
38
+ * @interface ContainerType
39
39
  */
40
- export interface ContainerModel {
40
+ export interface ContainerType {
41
41
  /**
42
42
  * Unique object identifier
43
43
  * @type {string}
44
- * @memberof ContainerModel
44
+ * @memberof ContainerType
45
45
  */
46
46
  'id': string;
47
47
  /**
48
48
  * A reference to the resource location
49
49
  * @type {string}
50
- * @memberof ContainerModel
50
+ * @memberof ContainerType
51
51
  */
52
52
  'ref': string;
53
53
  /**
54
54
  *
55
55
  * @type {string}
56
- * @memberof ContainerModel
56
+ * @memberof ContainerType
57
57
  */
58
58
  'name': string;
59
59
  /**
60
- * The width of the model in millimetres
60
+ * The width of the container in millimetres
61
61
  * @type {number}
62
- * @memberof ContainerModel
62
+ * @memberof ContainerType
63
63
  */
64
64
  'width'?: number;
65
65
  /**
66
- * The depth of the model in millimetres
66
+ * The depth of the container in millimetres
67
67
  * @type {number}
68
- * @memberof ContainerModel
68
+ * @memberof ContainerType
69
69
  */
70
70
  'depth'?: number;
71
71
  /**
72
- * The height of the model in millimetres
72
+ * The height of the container in millimetres
73
73
  * @type {number}
74
- * @memberof ContainerModel
74
+ * @memberof ContainerType
75
75
  */
76
76
  'height'?: number;
77
77
  }
78
78
  /**
79
79
  *
80
80
  * @export
81
- * @interface ContainerModels
81
+ * @interface ContainerTypes
82
82
  */
83
- export interface ContainerModels {
83
+ export interface ContainerTypes {
84
84
  /**
85
85
  *
86
- * @type {Array<ContainerModel>}
87
- * @memberof ContainerModels
86
+ * @type {Array<ContainerType>}
87
+ * @memberof ContainerTypes
88
88
  */
89
- 'containerModels'?: Array<ContainerModel>;
89
+ 'containerTypes'?: Array<ContainerType>;
90
90
  }
91
91
  /**
92
92
  *
@@ -99,13 +99,13 @@ export interface CreatePickfaceRequest {
99
99
  * @type {string}
100
100
  * @memberof CreatePickfaceRequest
101
101
  */
102
- 'location'?: string;
102
+ 'location': string;
103
103
  /**
104
104
  * Unique object identifier
105
105
  * @type {string}
106
106
  * @memberof CreatePickfaceRequest
107
107
  */
108
- 'containerModelId'?: string;
108
+ 'containerTypeId': string;
109
109
  /**
110
110
  * Unique object identifier
111
111
  * @type {string}
@@ -253,10 +253,10 @@ export interface Pickface {
253
253
  'enabled'?: boolean;
254
254
  /**
255
255
  *
256
- * @type {PickfaceContainerModel}
256
+ * @type {PickfaceContainerType}
257
257
  * @memberof Pickface
258
258
  */
259
- 'containerModel'?: PickfaceContainerModel;
259
+ 'containerType'?: PickfaceContainerType;
260
260
  /**
261
261
  * The percentage of the pickface that has been taken up by its contents
262
262
  * @type {number}
@@ -291,19 +291,19 @@ export interface Pickface {
291
291
  /**
292
292
  *
293
293
  * @export
294
- * @interface PickfaceContainerModel
294
+ * @interface PickfaceContainerType
295
295
  */
296
- export interface PickfaceContainerModel {
296
+ export interface PickfaceContainerType {
297
297
  /**
298
298
  * Unique object identifier
299
299
  * @type {string}
300
- * @memberof PickfaceContainerModel
300
+ * @memberof PickfaceContainerType
301
301
  */
302
302
  'id'?: string;
303
303
  /**
304
304
  * A reference to the resource location
305
305
  * @type {string}
306
- * @memberof PickfaceContainerModel
306
+ * @memberof PickfaceContainerType
307
307
  */
308
308
  'ref'?: string;
309
309
  }
@@ -331,12 +331,6 @@ export interface PickfaceContentsInner {
331
331
  * @memberof PickfaceContentsInner
332
332
  */
333
333
  'quantity'?: PickfaceContentsInnerQuantity;
334
- /**
335
- *
336
- * @type {Array<PickfaceContentsInnerApplicationsInner>}
337
- * @memberof PickfaceContentsInner
338
- */
339
- 'applications'?: Array<PickfaceContentsInnerApplicationsInner>;
340
334
  /**
341
335
  *
342
336
  * @type {PickfaceContentsInnerMetadata}
@@ -344,25 +338,6 @@ export interface PickfaceContentsInner {
344
338
  */
345
339
  'metadata'?: PickfaceContentsInnerMetadata | null;
346
340
  }
347
- /**
348
- *
349
- * @export
350
- * @interface PickfaceContentsInnerApplicationsInner
351
- */
352
- export interface PickfaceContentsInnerApplicationsInner {
353
- /**
354
- *
355
- * @type {string}
356
- * @memberof PickfaceContentsInnerApplicationsInner
357
- */
358
- 'placement'?: string;
359
- /**
360
- * A unique identifier for the application
361
- * @type {string}
362
- * @memberof PickfaceContentsInnerApplicationsInner
363
- */
364
- 'signature'?: string;
365
- }
366
341
  /**
367
342
  * Any additional metadata
368
343
  * @export
@@ -560,7 +535,7 @@ export interface UpdatePickfaceRequest {
560
535
  * @type {string}
561
536
  * @memberof UpdatePickfaceRequest
562
537
  */
563
- 'containerModelId'?: string;
538
+ 'containerTypeId'?: string;
564
539
  /**
565
540
  * Unique object identifier
566
541
  * @type {string}
@@ -625,7 +600,7 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
625
600
  /**
626
601
  * Create a Pickface
627
602
  * @summary Create Pickface
628
- * @param {string} project What project it is
603
+ * @param {string} project The project ID
629
604
  * @param {CreatePickfaceRequest} createPickfaceRequest Create pickface schema
630
605
  * @param {*} [options] Override http request option.
631
606
  * @throws {RequiredError}
@@ -634,7 +609,7 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
634
609
  /**
635
610
  * Delete a Pickface
636
611
  * @summary Delete Pickface
637
- * @param {string} project What project it is
612
+ * @param {string} project The project ID
638
613
  * @param {string} pickfaceId Unique identifier of a pickface
639
614
  * @param {*} [options] Override http request option.
640
615
  * @throws {RequiredError}
@@ -643,7 +618,7 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
643
618
  /**
644
619
  * Export pickfaces as a CSV file
645
620
  * @summary Export pickfaces
646
- * @param {string} project What project it is
621
+ * @param {string} project The project ID
647
622
  * @param {string} [search] Search term to filter based on pickface code
648
623
  * @param {*} [options] Override http request option.
649
624
  * @throws {RequiredError}
@@ -652,24 +627,16 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
652
627
  /**
653
628
  * Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
654
629
  * @summary Get pickface
655
- * @param {string} project What project it is
630
+ * @param {string} project The project ID
656
631
  * @param {string} pickfaceId Unique identifier of a pickface
657
632
  * @param {*} [options] Override http request option.
658
633
  * @throws {RequiredError}
659
634
  */
660
635
  getPickface: (project: string, pickfaceId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
661
- /**
662
- * Lists pickface container models
663
- * @summary Get pickface container models
664
- * @param {string} project What project it is
665
- * @param {*} [options] Override http request option.
666
- * @throws {RequiredError}
667
- */
668
- getPickfaceContainerModels: (project: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
669
636
  /**
670
637
  * Issue an empty pickface
671
638
  * @summary Issue empty pickface
672
- * @param {string} project What project it is
639
+ * @param {string} project The project ID
673
640
  * @param {string} pickfaceId Unique identifier of a pickface
674
641
  * @param {IssueEmptyPickfaceRequest} issueEmptyPickfaceRequest pickface issue schema
675
642
  * @param {*} [options] Override http request option.
@@ -679,17 +646,25 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
679
646
  /**
680
647
  * Issue a pickface with wrong contents
681
648
  * @summary Issue wrong contents pickface
682
- * @param {string} project What project it is
649
+ * @param {string} project The project ID
683
650
  * @param {string} pickfaceId Unique identifier of a pickface
684
651
  * @param {IssueWrongContentsPickfaceRequest} issueWrongContentsPickfaceRequest pickface issue schema
685
652
  * @param {*} [options] Override http request option.
686
653
  * @throws {RequiredError}
687
654
  */
688
655
  issueWrongContentsPickface: (project: string, pickfaceId: string, issueWrongContentsPickfaceRequest: IssueWrongContentsPickfaceRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
656
+ /**
657
+ * Lists pickface container types
658
+ * @summary List pickface container types
659
+ * @param {string} project The project ID
660
+ * @param {*} [options] Override http request option.
661
+ * @throws {RequiredError}
662
+ */
663
+ listPickfaceContainerTypes: (project: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
689
664
  /**
690
665
  * Get a list of pickface logs
691
666
  * @summary Get pickface logs
692
- * @param {string} project What project it is
667
+ * @param {string} project The project ID
693
668
  * @param {string} pickfaceId Unique identifier of a pickface
694
669
  * @param {number} [pageToken] Page reference token
695
670
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
@@ -698,9 +673,9 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
698
673
  */
699
674
  listPickfaceLogs: (project: string, pickfaceId: string, pageToken?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
700
675
  /**
701
- * Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
676
+ * Lists pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
702
677
  * @summary List pickfaces
703
- * @param {string} project What project it is
678
+ * @param {string} project The project ID
704
679
  * @param {string} [search] Search term to filter based on pickface code
705
680
  * @param {number} [pageToken] Page reference token
706
681
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
@@ -712,7 +687,7 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
712
687
  /**
713
688
  * Move stock from one pickface to another in a single transaction
714
689
  * @summary Move stock
715
- * @param {string} project What project it is
690
+ * @param {string} project The project ID
716
691
  * @param {string} pickfaceId Unique identifier of a pickface
717
692
  * @param {MoveStockRequest} moveStockRequest Move stock from one pickface to another
718
693
  * @param {*} [options] Override http request option.
@@ -722,7 +697,7 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
722
697
  /**
723
698
  * Print a pickface label
724
699
  * @summary Print pickface label
725
- * @param {string} project What project it is
700
+ * @param {string} project The project ID
726
701
  * @param {string} pickfaceId Unique identifier of a pickface
727
702
  * @param {string} deviceRef Unique identifier of a warehouse device
728
703
  * @param {*} [options] Override http request option.
@@ -732,7 +707,7 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
732
707
  /**
733
708
  * Print pickface labels
734
709
  * @summary Print pickface Labels
735
- * @param {string} project What project it is
710
+ * @param {string} project The project ID
736
711
  * @param {string} deviceRef Unique identifier of a warehouse device
737
712
  * @param {string} [search] Search term to filter based on pickface code
738
713
  * @param {Array<string> | null} [ids] List of pickface ids
@@ -743,7 +718,7 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
743
718
  /**
744
719
  * Resolves an issue on a pickface
745
720
  * @summary Resolve pickface issue
746
- * @param {string} project What project it is
721
+ * @param {string} project The project ID
747
722
  * @param {string} pickfaceId Unique identifier of a pickface
748
723
  * @param {*} [options] Override http request option.
749
724
  * @throws {RequiredError}
@@ -752,7 +727,7 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
752
727
  /**
753
728
  * Suggest pickfaces for putting away stock
754
729
  * @summary Suggest pickfaces
755
- * @param {string} project What project it is
730
+ * @param {string} project The project ID
756
731
  * @param {string} variantRef Unique identifier of a warehouse variant
757
732
  * @param {number} quantity Number of variants
758
733
  * @param {number} [pageToken] Page reference token
@@ -764,7 +739,7 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
764
739
  /**
765
740
  * Update a Pickface
766
741
  * @summary Update Pickface
767
- * @param {string} project What project it is
742
+ * @param {string} project The project ID
768
743
  * @param {string} pickfaceId Unique identifier of a pickface
769
744
  * @param {UpdatePickfaceRequest} updatePickfaceRequest Update pickface schema
770
745
  * @param {*} [options] Override http request option.
@@ -780,7 +755,7 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
780
755
  /**
781
756
  * Create a Pickface
782
757
  * @summary Create Pickface
783
- * @param {string} project What project it is
758
+ * @param {string} project The project ID
784
759
  * @param {CreatePickfaceRequest} createPickfaceRequest Create pickface schema
785
760
  * @param {*} [options] Override http request option.
786
761
  * @throws {RequiredError}
@@ -789,7 +764,7 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
789
764
  /**
790
765
  * Delete a Pickface
791
766
  * @summary Delete Pickface
792
- * @param {string} project What project it is
767
+ * @param {string} project The project ID
793
768
  * @param {string} pickfaceId Unique identifier of a pickface
794
769
  * @param {*} [options] Override http request option.
795
770
  * @throws {RequiredError}
@@ -798,7 +773,7 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
798
773
  /**
799
774
  * Export pickfaces as a CSV file
800
775
  * @summary Export pickfaces
801
- * @param {string} project What project it is
776
+ * @param {string} project The project ID
802
777
  * @param {string} [search] Search term to filter based on pickface code
803
778
  * @param {*} [options] Override http request option.
804
779
  * @throws {RequiredError}
@@ -807,24 +782,16 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
807
782
  /**
808
783
  * Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
809
784
  * @summary Get pickface
810
- * @param {string} project What project it is
785
+ * @param {string} project The project ID
811
786
  * @param {string} pickfaceId Unique identifier of a pickface
812
787
  * @param {*} [options] Override http request option.
813
788
  * @throws {RequiredError}
814
789
  */
815
790
  getPickface(project: string, pickfaceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Pickface>>;
816
- /**
817
- * Lists pickface container models
818
- * @summary Get pickface container models
819
- * @param {string} project What project it is
820
- * @param {*} [options] Override http request option.
821
- * @throws {RequiredError}
822
- */
823
- getPickfaceContainerModels(project: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContainerModels>>;
824
791
  /**
825
792
  * Issue an empty pickface
826
793
  * @summary Issue empty pickface
827
- * @param {string} project What project it is
794
+ * @param {string} project The project ID
828
795
  * @param {string} pickfaceId Unique identifier of a pickface
829
796
  * @param {IssueEmptyPickfaceRequest} issueEmptyPickfaceRequest pickface issue schema
830
797
  * @param {*} [options] Override http request option.
@@ -834,17 +801,25 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
834
801
  /**
835
802
  * Issue a pickface with wrong contents
836
803
  * @summary Issue wrong contents pickface
837
- * @param {string} project What project it is
804
+ * @param {string} project The project ID
838
805
  * @param {string} pickfaceId Unique identifier of a pickface
839
806
  * @param {IssueWrongContentsPickfaceRequest} issueWrongContentsPickfaceRequest pickface issue schema
840
807
  * @param {*} [options] Override http request option.
841
808
  * @throws {RequiredError}
842
809
  */
843
810
  issueWrongContentsPickface(project: string, pickfaceId: string, issueWrongContentsPickfaceRequest: IssueWrongContentsPickfaceRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Pickface>>;
811
+ /**
812
+ * Lists pickface container types
813
+ * @summary List pickface container types
814
+ * @param {string} project The project ID
815
+ * @param {*} [options] Override http request option.
816
+ * @throws {RequiredError}
817
+ */
818
+ listPickfaceContainerTypes(project: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContainerTypes>>;
844
819
  /**
845
820
  * Get a list of pickface logs
846
821
  * @summary Get pickface logs
847
- * @param {string} project What project it is
822
+ * @param {string} project The project ID
848
823
  * @param {string} pickfaceId Unique identifier of a pickface
849
824
  * @param {number} [pageToken] Page reference token
850
825
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
@@ -853,9 +828,9 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
853
828
  */
854
829
  listPickfaceLogs(project: string, pickfaceId: string, pageToken?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListPickfaceLogs200Response>>;
855
830
  /**
856
- * Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
831
+ * Lists pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
857
832
  * @summary List pickfaces
858
- * @param {string} project What project it is
833
+ * @param {string} project The project ID
859
834
  * @param {string} [search] Search term to filter based on pickface code
860
835
  * @param {number} [pageToken] Page reference token
861
836
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
@@ -867,7 +842,7 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
867
842
  /**
868
843
  * Move stock from one pickface to another in a single transaction
869
844
  * @summary Move stock
870
- * @param {string} project What project it is
845
+ * @param {string} project The project ID
871
846
  * @param {string} pickfaceId Unique identifier of a pickface
872
847
  * @param {MoveStockRequest} moveStockRequest Move stock from one pickface to another
873
848
  * @param {*} [options] Override http request option.
@@ -877,7 +852,7 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
877
852
  /**
878
853
  * Print a pickface label
879
854
  * @summary Print pickface label
880
- * @param {string} project What project it is
855
+ * @param {string} project The project ID
881
856
  * @param {string} pickfaceId Unique identifier of a pickface
882
857
  * @param {string} deviceRef Unique identifier of a warehouse device
883
858
  * @param {*} [options] Override http request option.
@@ -887,7 +862,7 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
887
862
  /**
888
863
  * Print pickface labels
889
864
  * @summary Print pickface Labels
890
- * @param {string} project What project it is
865
+ * @param {string} project The project ID
891
866
  * @param {string} deviceRef Unique identifier of a warehouse device
892
867
  * @param {string} [search] Search term to filter based on pickface code
893
868
  * @param {Array<string> | null} [ids] List of pickface ids
@@ -898,7 +873,7 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
898
873
  /**
899
874
  * Resolves an issue on a pickface
900
875
  * @summary Resolve pickface issue
901
- * @param {string} project What project it is
876
+ * @param {string} project The project ID
902
877
  * @param {string} pickfaceId Unique identifier of a pickface
903
878
  * @param {*} [options] Override http request option.
904
879
  * @throws {RequiredError}
@@ -907,7 +882,7 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
907
882
  /**
908
883
  * Suggest pickfaces for putting away stock
909
884
  * @summary Suggest pickfaces
910
- * @param {string} project What project it is
885
+ * @param {string} project The project ID
911
886
  * @param {string} variantRef Unique identifier of a warehouse variant
912
887
  * @param {number} quantity Number of variants
913
888
  * @param {number} [pageToken] Page reference token
@@ -919,7 +894,7 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
919
894
  /**
920
895
  * Update a Pickface
921
896
  * @summary Update Pickface
922
- * @param {string} project What project it is
897
+ * @param {string} project The project ID
923
898
  * @param {string} pickfaceId Unique identifier of a pickface
924
899
  * @param {UpdatePickfaceRequest} updatePickfaceRequest Update pickface schema
925
900
  * @param {*} [options] Override http request option.
@@ -964,14 +939,6 @@ export declare const PickfacesApiFactory: (configuration?: Configuration, basePa
964
939
  * @throws {RequiredError}
965
940
  */
966
941
  getPickface(requestParameters: PickfacesApiGetPickfaceRequest, options?: RawAxiosRequestConfig): AxiosPromise<Pickface>;
967
- /**
968
- * Lists pickface container models
969
- * @summary Get pickface container models
970
- * @param {PickfacesApiGetPickfaceContainerModelsRequest} requestParameters Request parameters.
971
- * @param {*} [options] Override http request option.
972
- * @throws {RequiredError}
973
- */
974
- getPickfaceContainerModels(requestParameters: PickfacesApiGetPickfaceContainerModelsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ContainerModels>;
975
942
  /**
976
943
  * Issue an empty pickface
977
944
  * @summary Issue empty pickface
@@ -988,6 +955,14 @@ export declare const PickfacesApiFactory: (configuration?: Configuration, basePa
988
955
  * @throws {RequiredError}
989
956
  */
990
957
  issueWrongContentsPickface(requestParameters: PickfacesApiIssueWrongContentsPickfaceRequest, options?: RawAxiosRequestConfig): AxiosPromise<Pickface>;
958
+ /**
959
+ * Lists pickface container types
960
+ * @summary List pickface container types
961
+ * @param {PickfacesApiListPickfaceContainerTypesRequest} requestParameters Request parameters.
962
+ * @param {*} [options] Override http request option.
963
+ * @throws {RequiredError}
964
+ */
965
+ listPickfaceContainerTypes(requestParameters: PickfacesApiListPickfaceContainerTypesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ContainerTypes>;
991
966
  /**
992
967
  * Get a list of pickface logs
993
968
  * @summary Get pickface logs
@@ -997,7 +972,7 @@ export declare const PickfacesApiFactory: (configuration?: Configuration, basePa
997
972
  */
998
973
  listPickfaceLogs(requestParameters: PickfacesApiListPickfaceLogsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListPickfaceLogs200Response>;
999
974
  /**
1000
- * Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
975
+ * Lists pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
1001
976
  * @summary List pickfaces
1002
977
  * @param {PickfacesApiListPickfacesRequest} requestParameters Request parameters.
1003
978
  * @param {*} [options] Override http request option.
@@ -1060,7 +1035,7 @@ export declare const PickfacesApiFactory: (configuration?: Configuration, basePa
1060
1035
  */
1061
1036
  export interface PickfacesApiCreatePickfaceRequest {
1062
1037
  /**
1063
- * What project it is
1038
+ * The project ID
1064
1039
  * @type {string}
1065
1040
  * @memberof PickfacesApiCreatePickface
1066
1041
  */
@@ -1079,7 +1054,7 @@ export interface PickfacesApiCreatePickfaceRequest {
1079
1054
  */
1080
1055
  export interface PickfacesApiDeletePickfaceRequest {
1081
1056
  /**
1082
- * What project it is
1057
+ * The project ID
1083
1058
  * @type {string}
1084
1059
  * @memberof PickfacesApiDeletePickface
1085
1060
  */
@@ -1098,7 +1073,7 @@ export interface PickfacesApiDeletePickfaceRequest {
1098
1073
  */
1099
1074
  export interface PickfacesApiExportPickfacesRequest {
1100
1075
  /**
1101
- * What project it is
1076
+ * The project ID
1102
1077
  * @type {string}
1103
1078
  * @memberof PickfacesApiExportPickfaces
1104
1079
  */
@@ -1117,7 +1092,7 @@ export interface PickfacesApiExportPickfacesRequest {
1117
1092
  */
1118
1093
  export interface PickfacesApiGetPickfaceRequest {
1119
1094
  /**
1120
- * What project it is
1095
+ * The project ID
1121
1096
  * @type {string}
1122
1097
  * @memberof PickfacesApiGetPickface
1123
1098
  */
@@ -1129,19 +1104,6 @@ export interface PickfacesApiGetPickfaceRequest {
1129
1104
  */
1130
1105
  readonly pickfaceId: string;
1131
1106
  }
1132
- /**
1133
- * Request parameters for getPickfaceContainerModels operation in PickfacesApi.
1134
- * @export
1135
- * @interface PickfacesApiGetPickfaceContainerModelsRequest
1136
- */
1137
- export interface PickfacesApiGetPickfaceContainerModelsRequest {
1138
- /**
1139
- * What project it is
1140
- * @type {string}
1141
- * @memberof PickfacesApiGetPickfaceContainerModels
1142
- */
1143
- readonly project: string;
1144
- }
1145
1107
  /**
1146
1108
  * Request parameters for issueEmptyPickface operation in PickfacesApi.
1147
1109
  * @export
@@ -1149,7 +1111,7 @@ export interface PickfacesApiGetPickfaceContainerModelsRequest {
1149
1111
  */
1150
1112
  export interface PickfacesApiIssueEmptyPickfaceRequest {
1151
1113
  /**
1152
- * What project it is
1114
+ * The project ID
1153
1115
  * @type {string}
1154
1116
  * @memberof PickfacesApiIssueEmptyPickface
1155
1117
  */
@@ -1174,7 +1136,7 @@ export interface PickfacesApiIssueEmptyPickfaceRequest {
1174
1136
  */
1175
1137
  export interface PickfacesApiIssueWrongContentsPickfaceRequest {
1176
1138
  /**
1177
- * What project it is
1139
+ * The project ID
1178
1140
  * @type {string}
1179
1141
  * @memberof PickfacesApiIssueWrongContentsPickface
1180
1142
  */
@@ -1192,6 +1154,19 @@ export interface PickfacesApiIssueWrongContentsPickfaceRequest {
1192
1154
  */
1193
1155
  readonly issueWrongContentsPickfaceRequest: IssueWrongContentsPickfaceRequest;
1194
1156
  }
1157
+ /**
1158
+ * Request parameters for listPickfaceContainerTypes operation in PickfacesApi.
1159
+ * @export
1160
+ * @interface PickfacesApiListPickfaceContainerTypesRequest
1161
+ */
1162
+ export interface PickfacesApiListPickfaceContainerTypesRequest {
1163
+ /**
1164
+ * The project ID
1165
+ * @type {string}
1166
+ * @memberof PickfacesApiListPickfaceContainerTypes
1167
+ */
1168
+ readonly project: string;
1169
+ }
1195
1170
  /**
1196
1171
  * Request parameters for listPickfaceLogs operation in PickfacesApi.
1197
1172
  * @export
@@ -1199,7 +1174,7 @@ export interface PickfacesApiIssueWrongContentsPickfaceRequest {
1199
1174
  */
1200
1175
  export interface PickfacesApiListPickfaceLogsRequest {
1201
1176
  /**
1202
- * What project it is
1177
+ * The project ID
1203
1178
  * @type {string}
1204
1179
  * @memberof PickfacesApiListPickfaceLogs
1205
1180
  */
@@ -1230,7 +1205,7 @@ export interface PickfacesApiListPickfaceLogsRequest {
1230
1205
  */
1231
1206
  export interface PickfacesApiListPickfacesRequest {
1232
1207
  /**
1233
- * What project it is
1208
+ * The project ID
1234
1209
  * @type {string}
1235
1210
  * @memberof PickfacesApiListPickfaces
1236
1211
  */
@@ -1267,7 +1242,7 @@ export interface PickfacesApiListPickfacesRequest {
1267
1242
  */
1268
1243
  export interface PickfacesApiMoveStockRequest {
1269
1244
  /**
1270
- * What project it is
1245
+ * The project ID
1271
1246
  * @type {string}
1272
1247
  * @memberof PickfacesApiMoveStock
1273
1248
  */
@@ -1292,7 +1267,7 @@ export interface PickfacesApiMoveStockRequest {
1292
1267
  */
1293
1268
  export interface PickfacesApiPrintPickfaceLabelRequest {
1294
1269
  /**
1295
- * What project it is
1270
+ * The project ID
1296
1271
  * @type {string}
1297
1272
  * @memberof PickfacesApiPrintPickfaceLabel
1298
1273
  */
@@ -1317,7 +1292,7 @@ export interface PickfacesApiPrintPickfaceLabelRequest {
1317
1292
  */
1318
1293
  export interface PickfacesApiPrintPickfaceLabelsRequest {
1319
1294
  /**
1320
- * What project it is
1295
+ * The project ID
1321
1296
  * @type {string}
1322
1297
  * @memberof PickfacesApiPrintPickfaceLabels
1323
1298
  */
@@ -1348,7 +1323,7 @@ export interface PickfacesApiPrintPickfaceLabelsRequest {
1348
1323
  */
1349
1324
  export interface PickfacesApiResolvePickfaceIssueRequest {
1350
1325
  /**
1351
- * What project it is
1326
+ * The project ID
1352
1327
  * @type {string}
1353
1328
  * @memberof PickfacesApiResolvePickfaceIssue
1354
1329
  */
@@ -1367,7 +1342,7 @@ export interface PickfacesApiResolvePickfaceIssueRequest {
1367
1342
  */
1368
1343
  export interface PickfacesApiSuggestPickfacesRequest {
1369
1344
  /**
1370
- * What project it is
1345
+ * The project ID
1371
1346
  * @type {string}
1372
1347
  * @memberof PickfacesApiSuggestPickfaces
1373
1348
  */
@@ -1404,7 +1379,7 @@ export interface PickfacesApiSuggestPickfacesRequest {
1404
1379
  */
1405
1380
  export interface PickfacesApiUpdatePickfaceRequest {
1406
1381
  /**
1407
- * What project it is
1382
+ * The project ID
1408
1383
  * @type {string}
1409
1384
  * @memberof PickfacesApiUpdatePickface
1410
1385
  */
@@ -1465,15 +1440,6 @@ export declare class PickfacesApi extends BaseAPI {
1465
1440
  * @memberof PickfacesApi
1466
1441
  */
1467
1442
  getPickface(requestParameters: PickfacesApiGetPickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
1468
- /**
1469
- * Lists pickface container models
1470
- * @summary Get pickface container models
1471
- * @param {PickfacesApiGetPickfaceContainerModelsRequest} requestParameters Request parameters.
1472
- * @param {*} [options] Override http request option.
1473
- * @throws {RequiredError}
1474
- * @memberof PickfacesApi
1475
- */
1476
- getPickfaceContainerModels(requestParameters: PickfacesApiGetPickfaceContainerModelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ContainerModels, any>>;
1477
1443
  /**
1478
1444
  * Issue an empty pickface
1479
1445
  * @summary Issue empty pickface
@@ -1492,6 +1458,15 @@ export declare class PickfacesApi extends BaseAPI {
1492
1458
  * @memberof PickfacesApi
1493
1459
  */
1494
1460
  issueWrongContentsPickface(requestParameters: PickfacesApiIssueWrongContentsPickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
1461
+ /**
1462
+ * Lists pickface container types
1463
+ * @summary List pickface container types
1464
+ * @param {PickfacesApiListPickfaceContainerTypesRequest} requestParameters Request parameters.
1465
+ * @param {*} [options] Override http request option.
1466
+ * @throws {RequiredError}
1467
+ * @memberof PickfacesApi
1468
+ */
1469
+ listPickfaceContainerTypes(requestParameters: PickfacesApiListPickfaceContainerTypesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ContainerTypes, any>>;
1495
1470
  /**
1496
1471
  * Get a list of pickface logs
1497
1472
  * @summary Get pickface logs
@@ -1502,7 +1477,7 @@ export declare class PickfacesApi extends BaseAPI {
1502
1477
  */
1503
1478
  listPickfaceLogs(requestParameters: PickfacesApiListPickfaceLogsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPickfaceLogs200Response, any>>;
1504
1479
  /**
1505
- * Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
1480
+ * Lists pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
1506
1481
  * @summary List pickfaces
1507
1482
  * @param {PickfacesApiListPickfacesRequest} requestParameters Request parameters.
1508
1483
  * @param {*} [options] Override http request option.