@teemill/pickfaces 0.35.0 → 0.35.1
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 +2 -2
- package/api.ts +24 -41
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +3 -9
- package/dist/api.js +23 -11
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +3 -9
- package/dist/esm/api.js +23 -11
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/PickfacesApi.md +0 -3
- package/index.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @teemill/pickfaces@0.35.
|
|
1
|
+
## @teemill/pickfaces@0.35.1
|
|
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.35.
|
|
39
|
+
npm install @teemill/pickfaces@0.35.1 --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.35.
|
|
7
|
+
* The version of the OpenAPI document: 0.35.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -18,7 +18,7 @@ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
|
18
18
|
import globalAxios from 'axios';
|
|
19
19
|
// Some imports not used depending on template conditions
|
|
20
20
|
// @ts-ignore
|
|
21
|
-
import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from './common';
|
|
21
|
+
import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction, replaceWithSerializableTypeIfNeeded } from './common';
|
|
22
22
|
import type { RequestArgs } from './base';
|
|
23
23
|
// @ts-ignore
|
|
24
24
|
import { BASE_PATH, COLLECTION_FORMATS, BaseAPI, RequiredError, operationServerMap } from './base';
|
|
@@ -485,8 +485,8 @@ export const PickfacesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
485
485
|
localVarQueryParameter['project'] = project;
|
|
486
486
|
}
|
|
487
487
|
|
|
488
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
488
489
|
|
|
489
|
-
|
|
490
490
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
491
491
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
492
492
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -532,9 +532,8 @@ export const PickfacesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
532
532
|
localVarQueryParameter['project'] = project;
|
|
533
533
|
}
|
|
534
534
|
|
|
535
|
-
|
|
536
|
-
|
|
537
535
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
536
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
538
537
|
|
|
539
538
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
540
539
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -583,8 +582,8 @@ export const PickfacesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
583
582
|
localVarQueryParameter['project'] = project;
|
|
584
583
|
}
|
|
585
584
|
|
|
585
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
586
586
|
|
|
587
|
-
|
|
588
587
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
589
588
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
590
589
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -632,8 +631,8 @@ export const PickfacesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
632
631
|
localVarQueryParameter['search'] = search;
|
|
633
632
|
}
|
|
634
633
|
|
|
634
|
+
localVarHeaderParameter['Accept'] = 'text/csv,application/json';
|
|
635
635
|
|
|
636
|
-
|
|
637
636
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
638
637
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
639
638
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -680,8 +679,8 @@ export const PickfacesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
680
679
|
localVarQueryParameter['project'] = project;
|
|
681
680
|
}
|
|
682
681
|
|
|
682
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
683
683
|
|
|
684
|
-
|
|
685
684
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
686
685
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
687
686
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -731,9 +730,8 @@ export const PickfacesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
731
730
|
localVarQueryParameter['project'] = project;
|
|
732
731
|
}
|
|
733
732
|
|
|
734
|
-
|
|
735
|
-
|
|
736
733
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
734
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
737
735
|
|
|
738
736
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
739
737
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -785,9 +783,8 @@ export const PickfacesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
785
783
|
localVarQueryParameter['project'] = project;
|
|
786
784
|
}
|
|
787
785
|
|
|
788
|
-
|
|
789
|
-
|
|
790
786
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
787
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
791
788
|
|
|
792
789
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
793
790
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -832,8 +829,8 @@ export const PickfacesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
832
829
|
localVarQueryParameter['project'] = project;
|
|
833
830
|
}
|
|
834
831
|
|
|
832
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
835
833
|
|
|
836
|
-
|
|
837
834
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
838
835
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
839
836
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -890,8 +887,8 @@ export const PickfacesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
890
887
|
localVarQueryParameter['pageSize'] = pageSize;
|
|
891
888
|
}
|
|
892
889
|
|
|
890
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
893
891
|
|
|
894
|
-
|
|
895
892
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
896
893
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
897
894
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -968,8 +965,8 @@ export const PickfacesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
968
965
|
updatedEnd;
|
|
969
966
|
}
|
|
970
967
|
|
|
968
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
971
969
|
|
|
972
|
-
|
|
973
970
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
974
971
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
975
972
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -1019,9 +1016,8 @@ export const PickfacesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
1019
1016
|
localVarQueryParameter['project'] = project;
|
|
1020
1017
|
}
|
|
1021
1018
|
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
1019
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1020
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1025
1021
|
|
|
1026
1022
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1027
1023
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -1077,8 +1073,8 @@ export const PickfacesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
1077
1073
|
localVarQueryParameter['deviceRef'] = deviceRef;
|
|
1078
1074
|
}
|
|
1079
1075
|
|
|
1076
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1080
1077
|
|
|
1081
|
-
|
|
1082
1078
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1083
1079
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1084
1080
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -1093,12 +1089,11 @@ export const PickfacesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
1093
1089
|
* @summary Print pickface Labels
|
|
1094
1090
|
* @param {string} project The project ID
|
|
1095
1091
|
* @param {string} deviceRef Unique identifier of a warehouse device
|
|
1096
|
-
* @param {string} [search] Search term to filter based on pickface code
|
|
1097
1092
|
* @param {Array<string> | null} [ids] List of pickface ids
|
|
1098
1093
|
* @param {*} [options] Override http request option.
|
|
1099
1094
|
* @throws {RequiredError}
|
|
1100
1095
|
*/
|
|
1101
|
-
printPickfaceLabels: async (project: string, deviceRef: string,
|
|
1096
|
+
printPickfaceLabels: async (project: string, deviceRef: string, ids?: Array<string> | null, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1102
1097
|
// verify required parameter 'project' is not null or undefined
|
|
1103
1098
|
assertParamExists('printPickfaceLabels', 'project', project)
|
|
1104
1099
|
// verify required parameter 'deviceRef' is not null or undefined
|
|
@@ -1126,10 +1121,6 @@ export const PickfacesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
1126
1121
|
localVarQueryParameter['project'] = project;
|
|
1127
1122
|
}
|
|
1128
1123
|
|
|
1129
|
-
if (search !== undefined) {
|
|
1130
|
-
localVarQueryParameter['search'] = search;
|
|
1131
|
-
}
|
|
1132
|
-
|
|
1133
1124
|
if (deviceRef !== undefined) {
|
|
1134
1125
|
localVarQueryParameter['deviceRef'] = deviceRef;
|
|
1135
1126
|
}
|
|
@@ -1138,8 +1129,8 @@ export const PickfacesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
1138
1129
|
localVarQueryParameter['ids'] = ids;
|
|
1139
1130
|
}
|
|
1140
1131
|
|
|
1132
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1141
1133
|
|
|
1142
|
-
|
|
1143
1134
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1144
1135
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1145
1136
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -1186,8 +1177,8 @@ export const PickfacesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
1186
1177
|
localVarQueryParameter['project'] = project;
|
|
1187
1178
|
}
|
|
1188
1179
|
|
|
1180
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1189
1181
|
|
|
1190
|
-
|
|
1191
1182
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1192
1183
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1193
1184
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -1264,8 +1255,8 @@ export const PickfacesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
1264
1255
|
localVarQueryParameter['bulk'] = bulk;
|
|
1265
1256
|
}
|
|
1266
1257
|
|
|
1258
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1267
1259
|
|
|
1268
|
-
|
|
1269
1260
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1270
1261
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1271
1262
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -1313,9 +1304,8 @@ export const PickfacesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
1313
1304
|
localVarQueryParameter['project'] = project;
|
|
1314
1305
|
}
|
|
1315
1306
|
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
1307
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1308
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1319
1309
|
|
|
1320
1310
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1321
1311
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -1363,9 +1353,8 @@ export const PickfacesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
1363
1353
|
localVarQueryParameter['project'] = project;
|
|
1364
1354
|
}
|
|
1365
1355
|
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
1356
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1357
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1369
1358
|
|
|
1370
1359
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1371
1360
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -1569,13 +1558,12 @@ export const PickfacesApiFp = function(configuration?: Configuration) {
|
|
|
1569
1558
|
* @summary Print pickface Labels
|
|
1570
1559
|
* @param {string} project The project ID
|
|
1571
1560
|
* @param {string} deviceRef Unique identifier of a warehouse device
|
|
1572
|
-
* @param {string} [search] Search term to filter based on pickface code
|
|
1573
1561
|
* @param {Array<string> | null} [ids] List of pickface ids
|
|
1574
1562
|
* @param {*} [options] Override http request option.
|
|
1575
1563
|
* @throws {RequiredError}
|
|
1576
1564
|
*/
|
|
1577
|
-
async printPickfaceLabels(project: string, deviceRef: string,
|
|
1578
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.printPickfaceLabels(project, deviceRef,
|
|
1565
|
+
async printPickfaceLabels(project: string, deviceRef: string, ids?: Array<string> | null, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
1566
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.printPickfaceLabels(project, deviceRef, ids, options);
|
|
1579
1567
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1580
1568
|
const localVarOperationServerBasePath = operationServerMap['PickfacesApi.printPickfaceLabels']?.[localVarOperationServerIndex]?.url;
|
|
1581
1569
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -1779,7 +1767,7 @@ export const PickfacesApiFactory = function (configuration?: Configuration, base
|
|
|
1779
1767
|
* @throws {RequiredError}
|
|
1780
1768
|
*/
|
|
1781
1769
|
printPickfaceLabels(requestParameters: PickfacesApiPrintPickfaceLabelsRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
1782
|
-
return localVarFp.printPickfaceLabels(requestParameters.project, requestParameters.deviceRef, requestParameters.
|
|
1770
|
+
return localVarFp.printPickfaceLabels(requestParameters.project, requestParameters.deviceRef, requestParameters.ids, options).then((request) => request(axios, basePath));
|
|
1783
1771
|
},
|
|
1784
1772
|
/**
|
|
1785
1773
|
* Resolves an issue on a pickface
|
|
@@ -2068,11 +2056,6 @@ export interface PickfacesApiPrintPickfaceLabelsRequest {
|
|
|
2068
2056
|
*/
|
|
2069
2057
|
readonly deviceRef: string
|
|
2070
2058
|
|
|
2071
|
-
/**
|
|
2072
|
-
* Search term to filter based on pickface code
|
|
2073
|
-
*/
|
|
2074
|
-
readonly search?: string
|
|
2075
|
-
|
|
2076
2059
|
/**
|
|
2077
2060
|
* List of pickface ids
|
|
2078
2061
|
*/
|
|
@@ -2310,7 +2293,7 @@ export class PickfacesApi extends BaseAPI {
|
|
|
2310
2293
|
* @throws {RequiredError}
|
|
2311
2294
|
*/
|
|
2312
2295
|
public printPickfaceLabels(requestParameters: PickfacesApiPrintPickfaceLabelsRequest, options?: RawAxiosRequestConfig) {
|
|
2313
|
-
return PickfacesApiFp(this.configuration).printPickfaceLabels(requestParameters.project, requestParameters.deviceRef, requestParameters.
|
|
2296
|
+
return PickfacesApiFp(this.configuration).printPickfaceLabels(requestParameters.project, requestParameters.deviceRef, requestParameters.ids, options).then((request) => request(this.axios, this.basePath));
|
|
2314
2297
|
}
|
|
2315
2298
|
|
|
2316
2299
|
/**
|
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.35.
|
|
7
|
+
* The version of the OpenAPI document: 0.35.1
|
|
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.35.
|
|
7
|
+
* The version of the OpenAPI document: 0.35.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/configuration.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Pickfaces API
|
|
4
4
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 0.35.
|
|
6
|
+
* The version of the OpenAPI document: 0.35.1
|
|
7
7
|
*
|
|
8
8
|
*
|
|
9
9
|
* 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.35.
|
|
5
|
+
* The version of the OpenAPI document: 0.35.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -549,12 +549,11 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
549
549
|
* @summary Print pickface Labels
|
|
550
550
|
* @param {string} project The project ID
|
|
551
551
|
* @param {string} deviceRef Unique identifier of a warehouse device
|
|
552
|
-
* @param {string} [search] Search term to filter based on pickface code
|
|
553
552
|
* @param {Array<string> | null} [ids] List of pickface ids
|
|
554
553
|
* @param {*} [options] Override http request option.
|
|
555
554
|
* @throws {RequiredError}
|
|
556
555
|
*/
|
|
557
|
-
printPickfaceLabels: (project: string, deviceRef: string,
|
|
556
|
+
printPickfaceLabels: (project: string, deviceRef: string, ids?: Array<string> | null, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
558
557
|
/**
|
|
559
558
|
* Resolves an issue on a pickface
|
|
560
559
|
* @summary Resolve pickface issue
|
|
@@ -725,12 +724,11 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
|
|
|
725
724
|
* @summary Print pickface Labels
|
|
726
725
|
* @param {string} project The project ID
|
|
727
726
|
* @param {string} deviceRef Unique identifier of a warehouse device
|
|
728
|
-
* @param {string} [search] Search term to filter based on pickface code
|
|
729
727
|
* @param {Array<string> | null} [ids] List of pickface ids
|
|
730
728
|
* @param {*} [options] Override http request option.
|
|
731
729
|
* @throws {RequiredError}
|
|
732
730
|
*/
|
|
733
|
-
printPickfaceLabels(project: string, deviceRef: string,
|
|
731
|
+
printPickfaceLabels(project: string, deviceRef: string, ids?: Array<string> | null, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
734
732
|
/**
|
|
735
733
|
* Resolves an issue on a pickface
|
|
736
734
|
* @summary Resolve pickface issue
|
|
@@ -1123,10 +1121,6 @@ export interface PickfacesApiPrintPickfaceLabelsRequest {
|
|
|
1123
1121
|
* Unique identifier of a warehouse device
|
|
1124
1122
|
*/
|
|
1125
1123
|
readonly deviceRef: string;
|
|
1126
|
-
/**
|
|
1127
|
-
* Search term to filter based on pickface code
|
|
1128
|
-
*/
|
|
1129
|
-
readonly search?: string;
|
|
1130
1124
|
/**
|
|
1131
1125
|
* List of pickface ids
|
|
1132
1126
|
*/
|
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.35.
|
|
8
|
+
* The version of the OpenAPI document: 0.35.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -81,6 +81,7 @@ const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
81
81
|
if (project !== undefined) {
|
|
82
82
|
localVarQueryParameter['project'] = project;
|
|
83
83
|
}
|
|
84
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
84
85
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
85
86
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
86
87
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -121,6 +122,7 @@ const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
121
122
|
localVarQueryParameter['project'] = project;
|
|
122
123
|
}
|
|
123
124
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
125
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
124
126
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
125
127
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
126
128
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -162,6 +164,7 @@ const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
162
164
|
if (project !== undefined) {
|
|
163
165
|
localVarQueryParameter['project'] = project;
|
|
164
166
|
}
|
|
167
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
165
168
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
166
169
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
167
170
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -202,6 +205,7 @@ const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
202
205
|
if (search !== undefined) {
|
|
203
206
|
localVarQueryParameter['search'] = search;
|
|
204
207
|
}
|
|
208
|
+
localVarHeaderParameter['Accept'] = 'text/csv,application/json';
|
|
205
209
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
206
210
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
207
211
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -242,6 +246,7 @@ const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
242
246
|
if (project !== undefined) {
|
|
243
247
|
localVarQueryParameter['project'] = project;
|
|
244
248
|
}
|
|
249
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
245
250
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
246
251
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
247
252
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -286,6 +291,7 @@ const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
286
291
|
localVarQueryParameter['project'] = project;
|
|
287
292
|
}
|
|
288
293
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
294
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
289
295
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
290
296
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
291
297
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -331,6 +337,7 @@ const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
331
337
|
localVarQueryParameter['project'] = project;
|
|
332
338
|
}
|
|
333
339
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
340
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
334
341
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
335
342
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
336
343
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -368,6 +375,7 @@ const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
368
375
|
if (project !== undefined) {
|
|
369
376
|
localVarQueryParameter['project'] = project;
|
|
370
377
|
}
|
|
378
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
371
379
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
372
380
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
373
381
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -416,6 +424,7 @@ const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
416
424
|
if (pageSize !== undefined) {
|
|
417
425
|
localVarQueryParameter['pageSize'] = pageSize;
|
|
418
426
|
}
|
|
427
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
419
428
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
420
429
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
421
430
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -480,6 +489,7 @@ const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
480
489
|
updatedEnd.toISOString() :
|
|
481
490
|
updatedEnd;
|
|
482
491
|
}
|
|
492
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
483
493
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
484
494
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
485
495
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -524,6 +534,7 @@ const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
524
534
|
localVarQueryParameter['project'] = project;
|
|
525
535
|
}
|
|
526
536
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
537
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
527
538
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
528
539
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
529
540
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -571,6 +582,7 @@ const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
571
582
|
if (deviceRef !== undefined) {
|
|
572
583
|
localVarQueryParameter['deviceRef'] = deviceRef;
|
|
573
584
|
}
|
|
585
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
574
586
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
575
587
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
576
588
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -584,12 +596,11 @@ const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
584
596
|
* @summary Print pickface Labels
|
|
585
597
|
* @param {string} project The project ID
|
|
586
598
|
* @param {string} deviceRef Unique identifier of a warehouse device
|
|
587
|
-
* @param {string} [search] Search term to filter based on pickface code
|
|
588
599
|
* @param {Array<string> | null} [ids] List of pickface ids
|
|
589
600
|
* @param {*} [options] Override http request option.
|
|
590
601
|
* @throws {RequiredError}
|
|
591
602
|
*/
|
|
592
|
-
printPickfaceLabels: (project_1, deviceRef_1,
|
|
603
|
+
printPickfaceLabels: (project_1, deviceRef_1, ids_1, ...args_1) => __awaiter(this, [project_1, deviceRef_1, ids_1, ...args_1], void 0, function* (project, deviceRef, ids, options = {}) {
|
|
593
604
|
// verify required parameter 'project' is not null or undefined
|
|
594
605
|
(0, common_1.assertParamExists)('printPickfaceLabels', 'project', project);
|
|
595
606
|
// verify required parameter 'deviceRef' is not null or undefined
|
|
@@ -612,15 +623,13 @@ const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
612
623
|
if (project !== undefined) {
|
|
613
624
|
localVarQueryParameter['project'] = project;
|
|
614
625
|
}
|
|
615
|
-
if (search !== undefined) {
|
|
616
|
-
localVarQueryParameter['search'] = search;
|
|
617
|
-
}
|
|
618
626
|
if (deviceRef !== undefined) {
|
|
619
627
|
localVarQueryParameter['deviceRef'] = deviceRef;
|
|
620
628
|
}
|
|
621
629
|
if (ids) {
|
|
622
630
|
localVarQueryParameter['ids'] = ids;
|
|
623
631
|
}
|
|
632
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
624
633
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
625
634
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
626
635
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -661,6 +670,7 @@ const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
661
670
|
if (project !== undefined) {
|
|
662
671
|
localVarQueryParameter['project'] = project;
|
|
663
672
|
}
|
|
673
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
664
674
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
665
675
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
666
676
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -725,6 +735,7 @@ const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
725
735
|
if (bulk !== undefined) {
|
|
726
736
|
localVarQueryParameter['bulk'] = bulk;
|
|
727
737
|
}
|
|
738
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
728
739
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
729
740
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
730
741
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -767,6 +778,7 @@ const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
767
778
|
localVarQueryParameter['project'] = project;
|
|
768
779
|
}
|
|
769
780
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
781
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
770
782
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
771
783
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
772
784
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -808,6 +820,7 @@ const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
808
820
|
localVarQueryParameter['project'] = project;
|
|
809
821
|
}
|
|
810
822
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
823
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
811
824
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
812
825
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
813
826
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1045,15 +1058,14 @@ const PickfacesApiFp = function (configuration) {
|
|
|
1045
1058
|
* @summary Print pickface Labels
|
|
1046
1059
|
* @param {string} project The project ID
|
|
1047
1060
|
* @param {string} deviceRef Unique identifier of a warehouse device
|
|
1048
|
-
* @param {string} [search] Search term to filter based on pickface code
|
|
1049
1061
|
* @param {Array<string> | null} [ids] List of pickface ids
|
|
1050
1062
|
* @param {*} [options] Override http request option.
|
|
1051
1063
|
* @throws {RequiredError}
|
|
1052
1064
|
*/
|
|
1053
|
-
printPickfaceLabels(project, deviceRef,
|
|
1065
|
+
printPickfaceLabels(project, deviceRef, ids, options) {
|
|
1054
1066
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1055
1067
|
var _a, _b, _c;
|
|
1056
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.printPickfaceLabels(project, deviceRef,
|
|
1068
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.printPickfaceLabels(project, deviceRef, ids, options);
|
|
1057
1069
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1058
1070
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PickfacesApi.printPickfaceLabels']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1059
1071
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -1270,7 +1282,7 @@ const PickfacesApiFactory = function (configuration, basePath, axios) {
|
|
|
1270
1282
|
* @throws {RequiredError}
|
|
1271
1283
|
*/
|
|
1272
1284
|
printPickfaceLabels(requestParameters, options) {
|
|
1273
|
-
return localVarFp.printPickfaceLabels(requestParameters.project, requestParameters.deviceRef, requestParameters.
|
|
1285
|
+
return localVarFp.printPickfaceLabels(requestParameters.project, requestParameters.deviceRef, requestParameters.ids, options).then((request) => request(axios, basePath));
|
|
1274
1286
|
},
|
|
1275
1287
|
/**
|
|
1276
1288
|
* Resolves an issue on a pickface
|
|
@@ -1447,7 +1459,7 @@ class PickfacesApi extends base_1.BaseAPI {
|
|
|
1447
1459
|
* @throws {RequiredError}
|
|
1448
1460
|
*/
|
|
1449
1461
|
printPickfaceLabels(requestParameters, options) {
|
|
1450
|
-
return (0, exports.PickfacesApiFp)(this.configuration).printPickfaceLabels(requestParameters.project, requestParameters.deviceRef, requestParameters.
|
|
1462
|
+
return (0, exports.PickfacesApiFp)(this.configuration).printPickfaceLabels(requestParameters.project, requestParameters.deviceRef, requestParameters.ids, options).then((request) => request(this.axios, this.basePath));
|
|
1451
1463
|
}
|
|
1452
1464
|
/**
|
|
1453
1465
|
* Resolves an issue on a pickface
|
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.35.
|
|
5
|
+
* The version of the OpenAPI document: 0.35.1
|
|
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.35.
|
|
8
|
+
* The version of the OpenAPI document: 0.35.1
|
|
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.35.
|
|
5
|
+
* The version of the OpenAPI document: 0.35.1
|
|
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.35.
|
|
8
|
+
* The version of the OpenAPI document: 0.35.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.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.35.
|
|
5
|
+
* The version of the OpenAPI document: 0.35.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.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.35.
|
|
7
|
+
* The version of the OpenAPI document: 0.35.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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.35.
|
|
5
|
+
* The version of the OpenAPI document: 0.35.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -549,12 +549,11 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
549
549
|
* @summary Print pickface Labels
|
|
550
550
|
* @param {string} project The project ID
|
|
551
551
|
* @param {string} deviceRef Unique identifier of a warehouse device
|
|
552
|
-
* @param {string} [search] Search term to filter based on pickface code
|
|
553
552
|
* @param {Array<string> | null} [ids] List of pickface ids
|
|
554
553
|
* @param {*} [options] Override http request option.
|
|
555
554
|
* @throws {RequiredError}
|
|
556
555
|
*/
|
|
557
|
-
printPickfaceLabels: (project: string, deviceRef: string,
|
|
556
|
+
printPickfaceLabels: (project: string, deviceRef: string, ids?: Array<string> | null, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
558
557
|
/**
|
|
559
558
|
* Resolves an issue on a pickface
|
|
560
559
|
* @summary Resolve pickface issue
|
|
@@ -725,12 +724,11 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
|
|
|
725
724
|
* @summary Print pickface Labels
|
|
726
725
|
* @param {string} project The project ID
|
|
727
726
|
* @param {string} deviceRef Unique identifier of a warehouse device
|
|
728
|
-
* @param {string} [search] Search term to filter based on pickface code
|
|
729
727
|
* @param {Array<string> | null} [ids] List of pickface ids
|
|
730
728
|
* @param {*} [options] Override http request option.
|
|
731
729
|
* @throws {RequiredError}
|
|
732
730
|
*/
|
|
733
|
-
printPickfaceLabels(project: string, deviceRef: string,
|
|
731
|
+
printPickfaceLabels(project: string, deviceRef: string, ids?: Array<string> | null, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
734
732
|
/**
|
|
735
733
|
* Resolves an issue on a pickface
|
|
736
734
|
* @summary Resolve pickface issue
|
|
@@ -1123,10 +1121,6 @@ export interface PickfacesApiPrintPickfaceLabelsRequest {
|
|
|
1123
1121
|
* Unique identifier of a warehouse device
|
|
1124
1122
|
*/
|
|
1125
1123
|
readonly deviceRef: string;
|
|
1126
|
-
/**
|
|
1127
|
-
* Search term to filter based on pickface code
|
|
1128
|
-
*/
|
|
1129
|
-
readonly search?: string;
|
|
1130
1124
|
/**
|
|
1131
1125
|
* List of pickface ids
|
|
1132
1126
|
*/
|
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.35.
|
|
7
|
+
* The version of the OpenAPI document: 0.35.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -78,6 +78,7 @@ export const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
78
78
|
if (project !== undefined) {
|
|
79
79
|
localVarQueryParameter['project'] = project;
|
|
80
80
|
}
|
|
81
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
81
82
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
82
83
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
83
84
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -118,6 +119,7 @@ export const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
118
119
|
localVarQueryParameter['project'] = project;
|
|
119
120
|
}
|
|
120
121
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
122
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
121
123
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
122
124
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
123
125
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -159,6 +161,7 @@ export const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
159
161
|
if (project !== undefined) {
|
|
160
162
|
localVarQueryParameter['project'] = project;
|
|
161
163
|
}
|
|
164
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
162
165
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
163
166
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
164
167
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -199,6 +202,7 @@ export const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
199
202
|
if (search !== undefined) {
|
|
200
203
|
localVarQueryParameter['search'] = search;
|
|
201
204
|
}
|
|
205
|
+
localVarHeaderParameter['Accept'] = 'text/csv,application/json';
|
|
202
206
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
203
207
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
204
208
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -239,6 +243,7 @@ export const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
239
243
|
if (project !== undefined) {
|
|
240
244
|
localVarQueryParameter['project'] = project;
|
|
241
245
|
}
|
|
246
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
242
247
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
243
248
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
244
249
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -283,6 +288,7 @@ export const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
283
288
|
localVarQueryParameter['project'] = project;
|
|
284
289
|
}
|
|
285
290
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
291
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
286
292
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
287
293
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
288
294
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -328,6 +334,7 @@ export const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
328
334
|
localVarQueryParameter['project'] = project;
|
|
329
335
|
}
|
|
330
336
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
337
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
331
338
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
332
339
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
333
340
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -365,6 +372,7 @@ export const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
365
372
|
if (project !== undefined) {
|
|
366
373
|
localVarQueryParameter['project'] = project;
|
|
367
374
|
}
|
|
375
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
368
376
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
369
377
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
370
378
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -413,6 +421,7 @@ export const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
413
421
|
if (pageSize !== undefined) {
|
|
414
422
|
localVarQueryParameter['pageSize'] = pageSize;
|
|
415
423
|
}
|
|
424
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
416
425
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
417
426
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
418
427
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -477,6 +486,7 @@ export const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
477
486
|
updatedEnd.toISOString() :
|
|
478
487
|
updatedEnd;
|
|
479
488
|
}
|
|
489
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
480
490
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
481
491
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
482
492
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -521,6 +531,7 @@ export const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
521
531
|
localVarQueryParameter['project'] = project;
|
|
522
532
|
}
|
|
523
533
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
534
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
524
535
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
525
536
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
526
537
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -568,6 +579,7 @@ export const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
568
579
|
if (deviceRef !== undefined) {
|
|
569
580
|
localVarQueryParameter['deviceRef'] = deviceRef;
|
|
570
581
|
}
|
|
582
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
571
583
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
572
584
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
573
585
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -581,12 +593,11 @@ export const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
581
593
|
* @summary Print pickface Labels
|
|
582
594
|
* @param {string} project The project ID
|
|
583
595
|
* @param {string} deviceRef Unique identifier of a warehouse device
|
|
584
|
-
* @param {string} [search] Search term to filter based on pickface code
|
|
585
596
|
* @param {Array<string> | null} [ids] List of pickface ids
|
|
586
597
|
* @param {*} [options] Override http request option.
|
|
587
598
|
* @throws {RequiredError}
|
|
588
599
|
*/
|
|
589
|
-
printPickfaceLabels: (project_1, deviceRef_1,
|
|
600
|
+
printPickfaceLabels: (project_1, deviceRef_1, ids_1, ...args_1) => __awaiter(this, [project_1, deviceRef_1, ids_1, ...args_1], void 0, function* (project, deviceRef, ids, options = {}) {
|
|
590
601
|
// verify required parameter 'project' is not null or undefined
|
|
591
602
|
assertParamExists('printPickfaceLabels', 'project', project);
|
|
592
603
|
// verify required parameter 'deviceRef' is not null or undefined
|
|
@@ -609,15 +620,13 @@ export const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
609
620
|
if (project !== undefined) {
|
|
610
621
|
localVarQueryParameter['project'] = project;
|
|
611
622
|
}
|
|
612
|
-
if (search !== undefined) {
|
|
613
|
-
localVarQueryParameter['search'] = search;
|
|
614
|
-
}
|
|
615
623
|
if (deviceRef !== undefined) {
|
|
616
624
|
localVarQueryParameter['deviceRef'] = deviceRef;
|
|
617
625
|
}
|
|
618
626
|
if (ids) {
|
|
619
627
|
localVarQueryParameter['ids'] = ids;
|
|
620
628
|
}
|
|
629
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
621
630
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
622
631
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
623
632
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -658,6 +667,7 @@ export const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
658
667
|
if (project !== undefined) {
|
|
659
668
|
localVarQueryParameter['project'] = project;
|
|
660
669
|
}
|
|
670
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
661
671
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
662
672
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
663
673
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -722,6 +732,7 @@ export const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
722
732
|
if (bulk !== undefined) {
|
|
723
733
|
localVarQueryParameter['bulk'] = bulk;
|
|
724
734
|
}
|
|
735
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
725
736
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
726
737
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
727
738
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -764,6 +775,7 @@ export const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
764
775
|
localVarQueryParameter['project'] = project;
|
|
765
776
|
}
|
|
766
777
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
778
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
767
779
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
768
780
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
769
781
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -805,6 +817,7 @@ export const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
805
817
|
localVarQueryParameter['project'] = project;
|
|
806
818
|
}
|
|
807
819
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
820
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
808
821
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
809
822
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
810
823
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1041,15 +1054,14 @@ export const PickfacesApiFp = function (configuration) {
|
|
|
1041
1054
|
* @summary Print pickface Labels
|
|
1042
1055
|
* @param {string} project The project ID
|
|
1043
1056
|
* @param {string} deviceRef Unique identifier of a warehouse device
|
|
1044
|
-
* @param {string} [search] Search term to filter based on pickface code
|
|
1045
1057
|
* @param {Array<string> | null} [ids] List of pickface ids
|
|
1046
1058
|
* @param {*} [options] Override http request option.
|
|
1047
1059
|
* @throws {RequiredError}
|
|
1048
1060
|
*/
|
|
1049
|
-
printPickfaceLabels(project, deviceRef,
|
|
1061
|
+
printPickfaceLabels(project, deviceRef, ids, options) {
|
|
1050
1062
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1051
1063
|
var _a, _b, _c;
|
|
1052
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.printPickfaceLabels(project, deviceRef,
|
|
1064
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.printPickfaceLabels(project, deviceRef, ids, options);
|
|
1053
1065
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1054
1066
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['PickfacesApi.printPickfaceLabels']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1055
1067
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -1265,7 +1277,7 @@ export const PickfacesApiFactory = function (configuration, basePath, axios) {
|
|
|
1265
1277
|
* @throws {RequiredError}
|
|
1266
1278
|
*/
|
|
1267
1279
|
printPickfaceLabels(requestParameters, options) {
|
|
1268
|
-
return localVarFp.printPickfaceLabels(requestParameters.project, requestParameters.deviceRef, requestParameters.
|
|
1280
|
+
return localVarFp.printPickfaceLabels(requestParameters.project, requestParameters.deviceRef, requestParameters.ids, options).then((request) => request(axios, basePath));
|
|
1269
1281
|
},
|
|
1270
1282
|
/**
|
|
1271
1283
|
* Resolves an issue on a pickface
|
|
@@ -1441,7 +1453,7 @@ export class PickfacesApi extends BaseAPI {
|
|
|
1441
1453
|
* @throws {RequiredError}
|
|
1442
1454
|
*/
|
|
1443
1455
|
printPickfaceLabels(requestParameters, options) {
|
|
1444
|
-
return PickfacesApiFp(this.configuration).printPickfaceLabels(requestParameters.project, requestParameters.deviceRef, requestParameters.
|
|
1456
|
+
return PickfacesApiFp(this.configuration).printPickfaceLabels(requestParameters.project, requestParameters.deviceRef, requestParameters.ids, options).then((request) => request(this.axios, this.basePath));
|
|
1445
1457
|
}
|
|
1446
1458
|
/**
|
|
1447
1459
|
* Resolves an issue on a pickface
|
package/dist/esm/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.35.
|
|
5
|
+
* The version of the OpenAPI document: 0.35.1
|
|
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.35.
|
|
7
|
+
* The version of the OpenAPI document: 0.35.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/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.35.
|
|
5
|
+
* The version of the OpenAPI document: 0.35.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/common.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.35.
|
|
7
|
+
* The version of the OpenAPI document: 0.35.1
|
|
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.35.
|
|
5
|
+
* The version of the OpenAPI document: 0.35.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Pickfaces API
|
|
4
4
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 0.35.
|
|
6
|
+
* The version of the OpenAPI document: 0.35.1
|
|
7
7
|
*
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/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.35.
|
|
5
|
+
* The version of the OpenAPI document: 0.35.1
|
|
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.35.
|
|
7
|
+
* The version of the OpenAPI document: 0.35.1
|
|
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.35.
|
|
5
|
+
* The version of the OpenAPI document: 0.35.1
|
|
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.35.
|
|
8
|
+
* The version of the OpenAPI document: 0.35.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/docs/PickfacesApi.md
CHANGED
|
@@ -779,13 +779,11 @@ const apiInstance = new PickfacesApi(configuration);
|
|
|
779
779
|
|
|
780
780
|
let project: string; //The project ID (default to undefined)
|
|
781
781
|
let deviceRef: string; //Unique identifier of a warehouse device (default to undefined)
|
|
782
|
-
let search: string; //Search term to filter based on pickface code (optional) (default to undefined)
|
|
783
782
|
let ids: Array<string>; //List of pickface ids (optional) (default to undefined)
|
|
784
783
|
|
|
785
784
|
const { status, data } = await apiInstance.printPickfaceLabels(
|
|
786
785
|
project,
|
|
787
786
|
deviceRef,
|
|
788
|
-
search,
|
|
789
787
|
ids
|
|
790
788
|
);
|
|
791
789
|
```
|
|
@@ -796,7 +794,6 @@ const { status, data } = await apiInstance.printPickfaceLabels(
|
|
|
796
794
|
|------------- | ------------- | ------------- | -------------|
|
|
797
795
|
| **project** | [**string**] | The project ID | defaults to undefined|
|
|
798
796
|
| **deviceRef** | [**string**] | Unique identifier of a warehouse device | defaults to undefined|
|
|
799
|
-
| **search** | [**string**] | Search term to filter based on pickface code | (optional) defaults to undefined|
|
|
800
797
|
| **ids** | **Array<string>** | List of pickface ids | (optional) defaults to undefined|
|
|
801
798
|
|
|
802
799
|
|
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.35.
|
|
7
|
+
* The version of the OpenAPI document: 0.35.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|