@teemill/pickfaces 0.13.0 → 0.15.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/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Pickfaces API
3
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
4
  *
5
- * The version of the OpenAPI document: 0.13.0
5
+ * The version of the OpenAPI document: 0.15.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -126,6 +126,38 @@ export interface GetPickfaces200Response {
126
126
  */
127
127
  'nextPageToken'?: number;
128
128
  }
129
+ /**
130
+ *
131
+ * @export
132
+ * @interface IssueEmptyPickfaceRequest
133
+ */
134
+ export interface IssueEmptyPickfaceRequest {
135
+ /**
136
+ * A reference to the resource location
137
+ * @type {string}
138
+ * @memberof IssueEmptyPickfaceRequest
139
+ */
140
+ 'issueRef'?: string;
141
+ }
142
+ /**
143
+ *
144
+ * @export
145
+ * @interface IssueWrongContentsPickfaceRequest
146
+ */
147
+ export interface IssueWrongContentsPickfaceRequest {
148
+ /**
149
+ * A reference to the resource location
150
+ * @type {string}
151
+ * @memberof IssueWrongContentsPickfaceRequest
152
+ */
153
+ 'issueRef'?: string;
154
+ /**
155
+ * A reference to the resource location
156
+ * @type {string}
157
+ * @memberof IssueWrongContentsPickfaceRequest
158
+ */
159
+ 'variantRef'?: string;
160
+ }
129
161
  /**
130
162
  *
131
163
  * @export
@@ -224,6 +256,12 @@ export interface Pickface {
224
256
  * @memberof Pickface
225
257
  */
226
258
  'lastRestocked'?: PickfaceLastRestocked;
259
+ /**
260
+ *
261
+ * @type {PickfaceIssue}
262
+ * @memberof Pickface
263
+ */
264
+ 'issue'?: PickfaceIssue | null;
227
265
  /**
228
266
  *
229
267
  * @type {Array<PickfaceContentsInner>}
@@ -356,6 +394,25 @@ export interface PickfaceContentsInnerQuantity {
356
394
  */
357
395
  'reserved'?: number;
358
396
  }
397
+ /**
398
+ * The open issue for the pickface
399
+ * @export
400
+ * @interface PickfaceIssue
401
+ */
402
+ export interface PickfaceIssue {
403
+ /**
404
+ * Unique object identifier
405
+ * @type {string}
406
+ * @memberof PickfaceIssue
407
+ */
408
+ 'id'?: string;
409
+ /**
410
+ * A reference to the resource location
411
+ * @type {string}
412
+ * @memberof PickfaceIssue
413
+ */
414
+ 'ref'?: string;
415
+ }
359
416
  /**
360
417
  *
361
418
  * @export
@@ -596,6 +653,26 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
596
653
  * @throws {RequiredError}
597
654
  */
598
655
  getPickfaces: (project: string, search?: string, pageToken?: number, pageSize?: number, filters?: Array<GetPickfacesFiltersEnum>, sortBy?: Array<string>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
656
+ /**
657
+ * Issue an empty pickface
658
+ * @summary Issue empty pickface
659
+ * @param {string} project What project it is
660
+ * @param {string} pickfaceId Unique identifier of a pickface
661
+ * @param {IssueEmptyPickfaceRequest} issueEmptyPickfaceRequest pickface issue schema
662
+ * @param {*} [options] Override http request option.
663
+ * @throws {RequiredError}
664
+ */
665
+ issueEmptyPickface: (project: string, pickfaceId: string, issueEmptyPickfaceRequest: IssueEmptyPickfaceRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
666
+ /**
667
+ * Issue a pickface with wrong contents
668
+ * @summary Issue wrong contents pickface
669
+ * @param {string} project What project it is
670
+ * @param {string} pickfaceId Unique identifier of a pickface
671
+ * @param {IssueWrongContentsPickfaceRequest} issueWrongContentsPickfaceRequest pickface issue schema
672
+ * @param {*} [options] Override http request option.
673
+ * @throws {RequiredError}
674
+ */
675
+ issueWrongContentsPickface: (project: string, pickfaceId: string, issueWrongContentsPickfaceRequest: IssueWrongContentsPickfaceRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
599
676
  /**
600
677
  * Get a list of pickface logs
601
678
  * @summary Get pickface logs
@@ -627,6 +704,25 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
627
704
  * @throws {RequiredError}
628
705
  */
629
706
  printPickfaceLabel: (project: string, pickfaceId: string, deviceRef: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
707
+ /**
708
+ * Print pickface labels
709
+ * @summary Print pickface Labels
710
+ * @param {string} project What project it is
711
+ * @param {string} deviceRef Unique identifier of a warehouse device
712
+ * @param {Array<string>} ids List of pickface ids
713
+ * @param {*} [options] Override http request option.
714
+ * @throws {RequiredError}
715
+ */
716
+ printPickfaceLabels: (project: string, deviceRef: string, ids: Array<string>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
717
+ /**
718
+ * Resolves an issue on a pickface
719
+ * @summary Resolve pickface issue
720
+ * @param {string} project What project it is
721
+ * @param {string} pickfaceId Unique identifier of a pickface
722
+ * @param {*} [options] Override http request option.
723
+ * @throws {RequiredError}
724
+ */
725
+ resolvePickfaceIssue: (project: string, pickfaceId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
630
726
  /**
631
727
  * Suggest pickfaces for putting away stock
632
728
  * @summary Suggest pickfaces
@@ -711,6 +807,26 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
711
807
  * @throws {RequiredError}
712
808
  */
713
809
  getPickfaces(project: string, search?: string, pageToken?: number, pageSize?: number, filters?: Array<GetPickfacesFiltersEnum>, sortBy?: Array<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPickfaces200Response>>;
810
+ /**
811
+ * Issue an empty pickface
812
+ * @summary Issue empty pickface
813
+ * @param {string} project What project it is
814
+ * @param {string} pickfaceId Unique identifier of a pickface
815
+ * @param {IssueEmptyPickfaceRequest} issueEmptyPickfaceRequest pickface issue schema
816
+ * @param {*} [options] Override http request option.
817
+ * @throws {RequiredError}
818
+ */
819
+ issueEmptyPickface(project: string, pickfaceId: string, issueEmptyPickfaceRequest: IssueEmptyPickfaceRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Pickface>>;
820
+ /**
821
+ * Issue a pickface with wrong contents
822
+ * @summary Issue wrong contents pickface
823
+ * @param {string} project What project it is
824
+ * @param {string} pickfaceId Unique identifier of a pickface
825
+ * @param {IssueWrongContentsPickfaceRequest} issueWrongContentsPickfaceRequest pickface issue schema
826
+ * @param {*} [options] Override http request option.
827
+ * @throws {RequiredError}
828
+ */
829
+ issueWrongContentsPickface(project: string, pickfaceId: string, issueWrongContentsPickfaceRequest: IssueWrongContentsPickfaceRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Pickface>>;
714
830
  /**
715
831
  * Get a list of pickface logs
716
832
  * @summary Get pickface logs
@@ -742,6 +858,25 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
742
858
  * @throws {RequiredError}
743
859
  */
744
860
  printPickfaceLabel(project: string, pickfaceId: string, deviceRef: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
861
+ /**
862
+ * Print pickface labels
863
+ * @summary Print pickface Labels
864
+ * @param {string} project What project it is
865
+ * @param {string} deviceRef Unique identifier of a warehouse device
866
+ * @param {Array<string>} ids List of pickface ids
867
+ * @param {*} [options] Override http request option.
868
+ * @throws {RequiredError}
869
+ */
870
+ printPickfaceLabels(project: string, deviceRef: string, ids: Array<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
871
+ /**
872
+ * Resolves an issue on a pickface
873
+ * @summary Resolve pickface issue
874
+ * @param {string} project What project it is
875
+ * @param {string} pickfaceId Unique identifier of a pickface
876
+ * @param {*} [options] Override http request option.
877
+ * @throws {RequiredError}
878
+ */
879
+ resolvePickfaceIssue(project: string, pickfaceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Pickface>>;
745
880
  /**
746
881
  * Suggest pickfaces for putting away stock
747
882
  * @summary Suggest pickfaces
@@ -818,6 +953,22 @@ export declare const PickfacesApiFactory: (configuration?: Configuration, basePa
818
953
  * @throws {RequiredError}
819
954
  */
820
955
  getPickfaces(requestParameters: PickfacesApiGetPickfacesRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetPickfaces200Response>;
956
+ /**
957
+ * Issue an empty pickface
958
+ * @summary Issue empty pickface
959
+ * @param {PickfacesApiIssueEmptyPickfaceRequest} requestParameters Request parameters.
960
+ * @param {*} [options] Override http request option.
961
+ * @throws {RequiredError}
962
+ */
963
+ issueEmptyPickface(requestParameters: PickfacesApiIssueEmptyPickfaceRequest, options?: RawAxiosRequestConfig): AxiosPromise<Pickface>;
964
+ /**
965
+ * Issue a pickface with wrong contents
966
+ * @summary Issue wrong contents pickface
967
+ * @param {PickfacesApiIssueWrongContentsPickfaceRequest} requestParameters Request parameters.
968
+ * @param {*} [options] Override http request option.
969
+ * @throws {RequiredError}
970
+ */
971
+ issueWrongContentsPickface(requestParameters: PickfacesApiIssueWrongContentsPickfaceRequest, options?: RawAxiosRequestConfig): AxiosPromise<Pickface>;
821
972
  /**
822
973
  * Get a list of pickface logs
823
974
  * @summary Get pickface logs
@@ -842,6 +993,22 @@ export declare const PickfacesApiFactory: (configuration?: Configuration, basePa
842
993
  * @throws {RequiredError}
843
994
  */
844
995
  printPickfaceLabel(requestParameters: PickfacesApiPrintPickfaceLabelRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
996
+ /**
997
+ * Print pickface labels
998
+ * @summary Print pickface Labels
999
+ * @param {PickfacesApiPrintPickfaceLabelsRequest} requestParameters Request parameters.
1000
+ * @param {*} [options] Override http request option.
1001
+ * @throws {RequiredError}
1002
+ */
1003
+ printPickfaceLabels(requestParameters: PickfacesApiPrintPickfaceLabelsRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
1004
+ /**
1005
+ * Resolves an issue on a pickface
1006
+ * @summary Resolve pickface issue
1007
+ * @param {PickfacesApiResolvePickfaceIssueRequest} requestParameters Request parameters.
1008
+ * @param {*} [options] Override http request option.
1009
+ * @throws {RequiredError}
1010
+ */
1011
+ resolvePickfaceIssue(requestParameters: PickfacesApiResolvePickfaceIssueRequest, options?: RawAxiosRequestConfig): AxiosPromise<Pickface>;
845
1012
  /**
846
1013
  * Suggest pickfaces for putting away stock
847
1014
  * @summary Suggest pickfaces
@@ -985,6 +1152,56 @@ export interface PickfacesApiGetPickfacesRequest {
985
1152
  */
986
1153
  readonly sortBy?: Array<string>;
987
1154
  }
1155
+ /**
1156
+ * Request parameters for issueEmptyPickface operation in PickfacesApi.
1157
+ * @export
1158
+ * @interface PickfacesApiIssueEmptyPickfaceRequest
1159
+ */
1160
+ export interface PickfacesApiIssueEmptyPickfaceRequest {
1161
+ /**
1162
+ * What project it is
1163
+ * @type {string}
1164
+ * @memberof PickfacesApiIssueEmptyPickface
1165
+ */
1166
+ readonly project: string;
1167
+ /**
1168
+ * Unique identifier of a pickface
1169
+ * @type {string}
1170
+ * @memberof PickfacesApiIssueEmptyPickface
1171
+ */
1172
+ readonly pickfaceId: string;
1173
+ /**
1174
+ * pickface issue schema
1175
+ * @type {IssueEmptyPickfaceRequest}
1176
+ * @memberof PickfacesApiIssueEmptyPickface
1177
+ */
1178
+ readonly issueEmptyPickfaceRequest: IssueEmptyPickfaceRequest;
1179
+ }
1180
+ /**
1181
+ * Request parameters for issueWrongContentsPickface operation in PickfacesApi.
1182
+ * @export
1183
+ * @interface PickfacesApiIssueWrongContentsPickfaceRequest
1184
+ */
1185
+ export interface PickfacesApiIssueWrongContentsPickfaceRequest {
1186
+ /**
1187
+ * What project it is
1188
+ * @type {string}
1189
+ * @memberof PickfacesApiIssueWrongContentsPickface
1190
+ */
1191
+ readonly project: string;
1192
+ /**
1193
+ * Unique identifier of a pickface
1194
+ * @type {string}
1195
+ * @memberof PickfacesApiIssueWrongContentsPickface
1196
+ */
1197
+ readonly pickfaceId: string;
1198
+ /**
1199
+ * pickface issue schema
1200
+ * @type {IssueWrongContentsPickfaceRequest}
1201
+ * @memberof PickfacesApiIssueWrongContentsPickface
1202
+ */
1203
+ readonly issueWrongContentsPickfaceRequest: IssueWrongContentsPickfaceRequest;
1204
+ }
988
1205
  /**
989
1206
  * Request parameters for listPickfaceLogs operation in PickfacesApi.
990
1207
  * @export
@@ -1066,6 +1283,50 @@ export interface PickfacesApiPrintPickfaceLabelRequest {
1066
1283
  */
1067
1284
  readonly deviceRef: string;
1068
1285
  }
1286
+ /**
1287
+ * Request parameters for printPickfaceLabels operation in PickfacesApi.
1288
+ * @export
1289
+ * @interface PickfacesApiPrintPickfaceLabelsRequest
1290
+ */
1291
+ export interface PickfacesApiPrintPickfaceLabelsRequest {
1292
+ /**
1293
+ * What project it is
1294
+ * @type {string}
1295
+ * @memberof PickfacesApiPrintPickfaceLabels
1296
+ */
1297
+ readonly project: string;
1298
+ /**
1299
+ * Unique identifier of a warehouse device
1300
+ * @type {string}
1301
+ * @memberof PickfacesApiPrintPickfaceLabels
1302
+ */
1303
+ readonly deviceRef: string;
1304
+ /**
1305
+ * List of pickface ids
1306
+ * @type {Array<string>}
1307
+ * @memberof PickfacesApiPrintPickfaceLabels
1308
+ */
1309
+ readonly ids: Array<string>;
1310
+ }
1311
+ /**
1312
+ * Request parameters for resolvePickfaceIssue operation in PickfacesApi.
1313
+ * @export
1314
+ * @interface PickfacesApiResolvePickfaceIssueRequest
1315
+ */
1316
+ export interface PickfacesApiResolvePickfaceIssueRequest {
1317
+ /**
1318
+ * What project it is
1319
+ * @type {string}
1320
+ * @memberof PickfacesApiResolvePickfaceIssue
1321
+ */
1322
+ readonly project: string;
1323
+ /**
1324
+ * Unique identifier of a pickface
1325
+ * @type {string}
1326
+ * @memberof PickfacesApiResolvePickfaceIssue
1327
+ */
1328
+ readonly pickfaceId: string;
1329
+ }
1069
1330
  /**
1070
1331
  * Request parameters for suggestPickfaces operation in PickfacesApi.
1071
1332
  * @export
@@ -1189,6 +1450,24 @@ export declare class PickfacesApi extends BaseAPI {
1189
1450
  * @memberof PickfacesApi
1190
1451
  */
1191
1452
  getPickfaces(requestParameters: PickfacesApiGetPickfacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPickfaces200Response, any>>;
1453
+ /**
1454
+ * Issue an empty pickface
1455
+ * @summary Issue empty pickface
1456
+ * @param {PickfacesApiIssueEmptyPickfaceRequest} requestParameters Request parameters.
1457
+ * @param {*} [options] Override http request option.
1458
+ * @throws {RequiredError}
1459
+ * @memberof PickfacesApi
1460
+ */
1461
+ issueEmptyPickface(requestParameters: PickfacesApiIssueEmptyPickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
1462
+ /**
1463
+ * Issue a pickface with wrong contents
1464
+ * @summary Issue wrong contents pickface
1465
+ * @param {PickfacesApiIssueWrongContentsPickfaceRequest} requestParameters Request parameters.
1466
+ * @param {*} [options] Override http request option.
1467
+ * @throws {RequiredError}
1468
+ * @memberof PickfacesApi
1469
+ */
1470
+ issueWrongContentsPickface(requestParameters: PickfacesApiIssueWrongContentsPickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
1192
1471
  /**
1193
1472
  * Get a list of pickface logs
1194
1473
  * @summary Get pickface logs
@@ -1216,6 +1495,24 @@ export declare class PickfacesApi extends BaseAPI {
1216
1495
  * @memberof PickfacesApi
1217
1496
  */
1218
1497
  printPickfaceLabel(requestParameters: PickfacesApiPrintPickfaceLabelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1498
+ /**
1499
+ * Print pickface labels
1500
+ * @summary Print pickface Labels
1501
+ * @param {PickfacesApiPrintPickfaceLabelsRequest} requestParameters Request parameters.
1502
+ * @param {*} [options] Override http request option.
1503
+ * @throws {RequiredError}
1504
+ * @memberof PickfacesApi
1505
+ */
1506
+ printPickfaceLabels(requestParameters: PickfacesApiPrintPickfaceLabelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1507
+ /**
1508
+ * Resolves an issue on a pickface
1509
+ * @summary Resolve pickface issue
1510
+ * @param {PickfacesApiResolvePickfaceIssueRequest} requestParameters Request parameters.
1511
+ * @param {*} [options] Override http request option.
1512
+ * @throws {RequiredError}
1513
+ * @memberof PickfacesApi
1514
+ */
1515
+ resolvePickfaceIssue(requestParameters: PickfacesApiResolvePickfaceIssueRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
1219
1516
  /**
1220
1517
  * Suggest pickfaces for putting away stock
1221
1518
  * @summary Suggest pickfaces