@teemill/pickfaces 0.31.0 → 0.31.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 +1 -1
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +18 -18
- package/dist/api.js +1 -1
- 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 +18 -18
- package/dist/esm/api.js +1 -1
- 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/index.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @teemill/pickfaces@0.31.
|
|
1
|
+
## @teemill/pickfaces@0.31.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.31.
|
|
39
|
+
npm install @teemill/pickfaces@0.31.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.31.
|
|
7
|
+
* The version of the OpenAPI document: 0.31.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
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.31.
|
|
7
|
+
* The version of the OpenAPI document: 0.31.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.31.
|
|
7
|
+
* The version of the OpenAPI document: 0.31.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/configuration.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.31.
|
|
7
|
+
* The version of the OpenAPI document: 0.31.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Pickfaces API
|
|
3
3
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.31.
|
|
5
|
+
* The version of the OpenAPI document: 0.31.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1203,7 +1203,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1203
1203
|
* @param {*} [options] Override http request option.
|
|
1204
1204
|
* @throws {RequiredError}
|
|
1205
1205
|
*/
|
|
1206
|
-
checkedStock(requestParameters: PickfacesApiCheckedStockRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1206
|
+
checkedStock(requestParameters: PickfacesApiCheckedStockRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1207
1207
|
/**
|
|
1208
1208
|
* Create a Pickface
|
|
1209
1209
|
* @summary Create Pickface
|
|
@@ -1211,7 +1211,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1211
1211
|
* @param {*} [options] Override http request option.
|
|
1212
1212
|
* @throws {RequiredError}
|
|
1213
1213
|
*/
|
|
1214
|
-
createPickface(requestParameters: PickfacesApiCreatePickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
|
|
1214
|
+
createPickface(requestParameters: PickfacesApiCreatePickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any, {}>>;
|
|
1215
1215
|
/**
|
|
1216
1216
|
* Delete a Pickface
|
|
1217
1217
|
* @summary Delete Pickface
|
|
@@ -1219,7 +1219,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1219
1219
|
* @param {*} [options] Override http request option.
|
|
1220
1220
|
* @throws {RequiredError}
|
|
1221
1221
|
*/
|
|
1222
|
-
deletePickface(requestParameters: PickfacesApiDeletePickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1222
|
+
deletePickface(requestParameters: PickfacesApiDeletePickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1223
1223
|
/**
|
|
1224
1224
|
* Export pickfaces as a CSV file
|
|
1225
1225
|
* @summary Export pickfaces
|
|
@@ -1227,7 +1227,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1227
1227
|
* @param {*} [options] Override http request option.
|
|
1228
1228
|
* @throws {RequiredError}
|
|
1229
1229
|
*/
|
|
1230
|
-
exportPickfaces(requestParameters: PickfacesApiExportPickfacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
1230
|
+
exportPickfaces(requestParameters: PickfacesApiExportPickfacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
1231
1231
|
/**
|
|
1232
1232
|
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1233
1233
|
* @summary Get pickface
|
|
@@ -1235,7 +1235,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1235
1235
|
* @param {*} [options] Override http request option.
|
|
1236
1236
|
* @throws {RequiredError}
|
|
1237
1237
|
*/
|
|
1238
|
-
getPickface(requestParameters: PickfacesApiGetPickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
|
|
1238
|
+
getPickface(requestParameters: PickfacesApiGetPickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any, {}>>;
|
|
1239
1239
|
/**
|
|
1240
1240
|
* Issue an empty pickface
|
|
1241
1241
|
* @summary Issue empty pickface
|
|
@@ -1243,7 +1243,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1243
1243
|
* @param {*} [options] Override http request option.
|
|
1244
1244
|
* @throws {RequiredError}
|
|
1245
1245
|
*/
|
|
1246
|
-
issueEmptyPickface(requestParameters: PickfacesApiIssueEmptyPickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
|
|
1246
|
+
issueEmptyPickface(requestParameters: PickfacesApiIssueEmptyPickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any, {}>>;
|
|
1247
1247
|
/**
|
|
1248
1248
|
* Issue a pickface with wrong contents
|
|
1249
1249
|
* @summary Issue wrong contents pickface
|
|
@@ -1251,7 +1251,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1251
1251
|
* @param {*} [options] Override http request option.
|
|
1252
1252
|
* @throws {RequiredError}
|
|
1253
1253
|
*/
|
|
1254
|
-
issueWrongContentsPickface(requestParameters: PickfacesApiIssueWrongContentsPickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
|
|
1254
|
+
issueWrongContentsPickface(requestParameters: PickfacesApiIssueWrongContentsPickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any, {}>>;
|
|
1255
1255
|
/**
|
|
1256
1256
|
* Lists pickface container types
|
|
1257
1257
|
* @summary List pickface container types
|
|
@@ -1259,7 +1259,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1259
1259
|
* @param {*} [options] Override http request option.
|
|
1260
1260
|
* @throws {RequiredError}
|
|
1261
1261
|
*/
|
|
1262
|
-
listPickfaceContainerTypes(requestParameters: PickfacesApiListPickfaceContainerTypesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ContainerTypes, any>>;
|
|
1262
|
+
listPickfaceContainerTypes(requestParameters: PickfacesApiListPickfaceContainerTypesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ContainerTypes, any, {}>>;
|
|
1263
1263
|
/**
|
|
1264
1264
|
* Get a list of pickface logs
|
|
1265
1265
|
* @summary Get pickface logs
|
|
@@ -1267,7 +1267,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1267
1267
|
* @param {*} [options] Override http request option.
|
|
1268
1268
|
* @throws {RequiredError}
|
|
1269
1269
|
*/
|
|
1270
|
-
listPickfaceLogs(requestParameters: PickfacesApiListPickfaceLogsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPickfaceLogs200Response, any>>;
|
|
1270
|
+
listPickfaceLogs(requestParameters: PickfacesApiListPickfaceLogsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPickfaceLogs200Response, any, {}>>;
|
|
1271
1271
|
/**
|
|
1272
1272
|
* Lists pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1273
1273
|
* @summary List pickfaces
|
|
@@ -1275,7 +1275,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1275
1275
|
* @param {*} [options] Override http request option.
|
|
1276
1276
|
* @throws {RequiredError}
|
|
1277
1277
|
*/
|
|
1278
|
-
listPickfaces(requestParameters: PickfacesApiListPickfacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPickfaces200Response, any>>;
|
|
1278
|
+
listPickfaces(requestParameters: PickfacesApiListPickfacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPickfaces200Response, any, {}>>;
|
|
1279
1279
|
/**
|
|
1280
1280
|
* Move stock from one pickface to another in a single transaction
|
|
1281
1281
|
* @summary Move stock
|
|
@@ -1283,7 +1283,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1283
1283
|
* @param {*} [options] Override http request option.
|
|
1284
1284
|
* @throws {RequiredError}
|
|
1285
1285
|
*/
|
|
1286
|
-
moveStock(requestParameters: PickfacesApiMoveStockRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
|
|
1286
|
+
moveStock(requestParameters: PickfacesApiMoveStockRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any, {}>>;
|
|
1287
1287
|
/**
|
|
1288
1288
|
* Print a pickface label
|
|
1289
1289
|
* @summary Print pickface label
|
|
@@ -1291,7 +1291,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1291
1291
|
* @param {*} [options] Override http request option.
|
|
1292
1292
|
* @throws {RequiredError}
|
|
1293
1293
|
*/
|
|
1294
|
-
printPickfaceLabel(requestParameters: PickfacesApiPrintPickfaceLabelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1294
|
+
printPickfaceLabel(requestParameters: PickfacesApiPrintPickfaceLabelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1295
1295
|
/**
|
|
1296
1296
|
* Print pickface labels
|
|
1297
1297
|
* @summary Print pickface Labels
|
|
@@ -1299,7 +1299,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1299
1299
|
* @param {*} [options] Override http request option.
|
|
1300
1300
|
* @throws {RequiredError}
|
|
1301
1301
|
*/
|
|
1302
|
-
printPickfaceLabels(requestParameters: PickfacesApiPrintPickfaceLabelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1302
|
+
printPickfaceLabels(requestParameters: PickfacesApiPrintPickfaceLabelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1303
1303
|
/**
|
|
1304
1304
|
* Resolves an issue on a pickface
|
|
1305
1305
|
* @summary Resolve pickface issue
|
|
@@ -1307,7 +1307,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1307
1307
|
* @param {*} [options] Override http request option.
|
|
1308
1308
|
* @throws {RequiredError}
|
|
1309
1309
|
*/
|
|
1310
|
-
resolvePickfaceIssue(requestParameters: PickfacesApiResolvePickfaceIssueRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
|
|
1310
|
+
resolvePickfaceIssue(requestParameters: PickfacesApiResolvePickfaceIssueRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any, {}>>;
|
|
1311
1311
|
/**
|
|
1312
1312
|
* Suggest pickfaces for putting away stock
|
|
1313
1313
|
* @summary Suggest pickfaces
|
|
@@ -1315,7 +1315,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1315
1315
|
* @param {*} [options] Override http request option.
|
|
1316
1316
|
* @throws {RequiredError}
|
|
1317
1317
|
*/
|
|
1318
|
-
suggestPickfaces(requestParameters: PickfacesApiSuggestPickfacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPickfaces200Response, any>>;
|
|
1318
|
+
suggestPickfaces(requestParameters: PickfacesApiSuggestPickfacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPickfaces200Response, any, {}>>;
|
|
1319
1319
|
/**
|
|
1320
1320
|
* Update a Pickface
|
|
1321
1321
|
* @summary Update Pickface
|
|
@@ -1323,7 +1323,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1323
1323
|
* @param {*} [options] Override http request option.
|
|
1324
1324
|
* @throws {RequiredError}
|
|
1325
1325
|
*/
|
|
1326
|
-
updatePickface(requestParameters: PickfacesApiUpdatePickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
|
|
1326
|
+
updatePickface(requestParameters: PickfacesApiUpdatePickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any, {}>>;
|
|
1327
1327
|
/**
|
|
1328
1328
|
* Update pickfaces in bulk
|
|
1329
1329
|
* @summary Update pickfaces
|
|
@@ -1331,7 +1331,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1331
1331
|
* @param {*} [options] Override http request option.
|
|
1332
1332
|
* @throws {RequiredError}
|
|
1333
1333
|
*/
|
|
1334
|
-
updatePickfaces(requestParameters: PickfacesApiUpdatePickfacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPickfaces200Response, any>>;
|
|
1334
|
+
updatePickfaces(requestParameters: PickfacesApiUpdatePickfacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPickfaces200Response, any, {}>>;
|
|
1335
1335
|
}
|
|
1336
1336
|
export declare const ListPickfacesSortByEnum: {
|
|
1337
1337
|
readonly Available: "+available";
|
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.31.
|
|
8
|
+
* The version of the OpenAPI document: 0.31.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Pickfaces API
|
|
3
3
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.31.
|
|
5
|
+
* The version of the OpenAPI document: 0.31.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.31.
|
|
8
|
+
* The version of the OpenAPI document: 0.31.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.31.
|
|
5
|
+
* The version of the OpenAPI document: 0.31.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.31.
|
|
8
|
+
* The version of the OpenAPI document: 0.31.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.31.
|
|
5
|
+
* The version of the OpenAPI document: 0.31.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
|
@@ -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.31.
|
|
8
|
+
* The version of the OpenAPI document: 0.31.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Pickfaces API
|
|
3
3
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.31.
|
|
5
|
+
* The version of the OpenAPI document: 0.31.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1203,7 +1203,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1203
1203
|
* @param {*} [options] Override http request option.
|
|
1204
1204
|
* @throws {RequiredError}
|
|
1205
1205
|
*/
|
|
1206
|
-
checkedStock(requestParameters: PickfacesApiCheckedStockRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1206
|
+
checkedStock(requestParameters: PickfacesApiCheckedStockRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1207
1207
|
/**
|
|
1208
1208
|
* Create a Pickface
|
|
1209
1209
|
* @summary Create Pickface
|
|
@@ -1211,7 +1211,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1211
1211
|
* @param {*} [options] Override http request option.
|
|
1212
1212
|
* @throws {RequiredError}
|
|
1213
1213
|
*/
|
|
1214
|
-
createPickface(requestParameters: PickfacesApiCreatePickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
|
|
1214
|
+
createPickface(requestParameters: PickfacesApiCreatePickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any, {}>>;
|
|
1215
1215
|
/**
|
|
1216
1216
|
* Delete a Pickface
|
|
1217
1217
|
* @summary Delete Pickface
|
|
@@ -1219,7 +1219,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1219
1219
|
* @param {*} [options] Override http request option.
|
|
1220
1220
|
* @throws {RequiredError}
|
|
1221
1221
|
*/
|
|
1222
|
-
deletePickface(requestParameters: PickfacesApiDeletePickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1222
|
+
deletePickface(requestParameters: PickfacesApiDeletePickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1223
1223
|
/**
|
|
1224
1224
|
* Export pickfaces as a CSV file
|
|
1225
1225
|
* @summary Export pickfaces
|
|
@@ -1227,7 +1227,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1227
1227
|
* @param {*} [options] Override http request option.
|
|
1228
1228
|
* @throws {RequiredError}
|
|
1229
1229
|
*/
|
|
1230
|
-
exportPickfaces(requestParameters: PickfacesApiExportPickfacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
1230
|
+
exportPickfaces(requestParameters: PickfacesApiExportPickfacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
1231
1231
|
/**
|
|
1232
1232
|
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1233
1233
|
* @summary Get pickface
|
|
@@ -1235,7 +1235,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1235
1235
|
* @param {*} [options] Override http request option.
|
|
1236
1236
|
* @throws {RequiredError}
|
|
1237
1237
|
*/
|
|
1238
|
-
getPickface(requestParameters: PickfacesApiGetPickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
|
|
1238
|
+
getPickface(requestParameters: PickfacesApiGetPickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any, {}>>;
|
|
1239
1239
|
/**
|
|
1240
1240
|
* Issue an empty pickface
|
|
1241
1241
|
* @summary Issue empty pickface
|
|
@@ -1243,7 +1243,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1243
1243
|
* @param {*} [options] Override http request option.
|
|
1244
1244
|
* @throws {RequiredError}
|
|
1245
1245
|
*/
|
|
1246
|
-
issueEmptyPickface(requestParameters: PickfacesApiIssueEmptyPickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
|
|
1246
|
+
issueEmptyPickface(requestParameters: PickfacesApiIssueEmptyPickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any, {}>>;
|
|
1247
1247
|
/**
|
|
1248
1248
|
* Issue a pickface with wrong contents
|
|
1249
1249
|
* @summary Issue wrong contents pickface
|
|
@@ -1251,7 +1251,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1251
1251
|
* @param {*} [options] Override http request option.
|
|
1252
1252
|
* @throws {RequiredError}
|
|
1253
1253
|
*/
|
|
1254
|
-
issueWrongContentsPickface(requestParameters: PickfacesApiIssueWrongContentsPickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
|
|
1254
|
+
issueWrongContentsPickface(requestParameters: PickfacesApiIssueWrongContentsPickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any, {}>>;
|
|
1255
1255
|
/**
|
|
1256
1256
|
* Lists pickface container types
|
|
1257
1257
|
* @summary List pickface container types
|
|
@@ -1259,7 +1259,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1259
1259
|
* @param {*} [options] Override http request option.
|
|
1260
1260
|
* @throws {RequiredError}
|
|
1261
1261
|
*/
|
|
1262
|
-
listPickfaceContainerTypes(requestParameters: PickfacesApiListPickfaceContainerTypesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ContainerTypes, any>>;
|
|
1262
|
+
listPickfaceContainerTypes(requestParameters: PickfacesApiListPickfaceContainerTypesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ContainerTypes, any, {}>>;
|
|
1263
1263
|
/**
|
|
1264
1264
|
* Get a list of pickface logs
|
|
1265
1265
|
* @summary Get pickface logs
|
|
@@ -1267,7 +1267,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1267
1267
|
* @param {*} [options] Override http request option.
|
|
1268
1268
|
* @throws {RequiredError}
|
|
1269
1269
|
*/
|
|
1270
|
-
listPickfaceLogs(requestParameters: PickfacesApiListPickfaceLogsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPickfaceLogs200Response, any>>;
|
|
1270
|
+
listPickfaceLogs(requestParameters: PickfacesApiListPickfaceLogsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPickfaceLogs200Response, any, {}>>;
|
|
1271
1271
|
/**
|
|
1272
1272
|
* Lists pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1273
1273
|
* @summary List pickfaces
|
|
@@ -1275,7 +1275,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1275
1275
|
* @param {*} [options] Override http request option.
|
|
1276
1276
|
* @throws {RequiredError}
|
|
1277
1277
|
*/
|
|
1278
|
-
listPickfaces(requestParameters: PickfacesApiListPickfacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPickfaces200Response, any>>;
|
|
1278
|
+
listPickfaces(requestParameters: PickfacesApiListPickfacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPickfaces200Response, any, {}>>;
|
|
1279
1279
|
/**
|
|
1280
1280
|
* Move stock from one pickface to another in a single transaction
|
|
1281
1281
|
* @summary Move stock
|
|
@@ -1283,7 +1283,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1283
1283
|
* @param {*} [options] Override http request option.
|
|
1284
1284
|
* @throws {RequiredError}
|
|
1285
1285
|
*/
|
|
1286
|
-
moveStock(requestParameters: PickfacesApiMoveStockRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
|
|
1286
|
+
moveStock(requestParameters: PickfacesApiMoveStockRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any, {}>>;
|
|
1287
1287
|
/**
|
|
1288
1288
|
* Print a pickface label
|
|
1289
1289
|
* @summary Print pickface label
|
|
@@ -1291,7 +1291,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1291
1291
|
* @param {*} [options] Override http request option.
|
|
1292
1292
|
* @throws {RequiredError}
|
|
1293
1293
|
*/
|
|
1294
|
-
printPickfaceLabel(requestParameters: PickfacesApiPrintPickfaceLabelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1294
|
+
printPickfaceLabel(requestParameters: PickfacesApiPrintPickfaceLabelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1295
1295
|
/**
|
|
1296
1296
|
* Print pickface labels
|
|
1297
1297
|
* @summary Print pickface Labels
|
|
@@ -1299,7 +1299,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1299
1299
|
* @param {*} [options] Override http request option.
|
|
1300
1300
|
* @throws {RequiredError}
|
|
1301
1301
|
*/
|
|
1302
|
-
printPickfaceLabels(requestParameters: PickfacesApiPrintPickfaceLabelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1302
|
+
printPickfaceLabels(requestParameters: PickfacesApiPrintPickfaceLabelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1303
1303
|
/**
|
|
1304
1304
|
* Resolves an issue on a pickface
|
|
1305
1305
|
* @summary Resolve pickface issue
|
|
@@ -1307,7 +1307,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1307
1307
|
* @param {*} [options] Override http request option.
|
|
1308
1308
|
* @throws {RequiredError}
|
|
1309
1309
|
*/
|
|
1310
|
-
resolvePickfaceIssue(requestParameters: PickfacesApiResolvePickfaceIssueRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
|
|
1310
|
+
resolvePickfaceIssue(requestParameters: PickfacesApiResolvePickfaceIssueRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any, {}>>;
|
|
1311
1311
|
/**
|
|
1312
1312
|
* Suggest pickfaces for putting away stock
|
|
1313
1313
|
* @summary Suggest pickfaces
|
|
@@ -1315,7 +1315,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1315
1315
|
* @param {*} [options] Override http request option.
|
|
1316
1316
|
* @throws {RequiredError}
|
|
1317
1317
|
*/
|
|
1318
|
-
suggestPickfaces(requestParameters: PickfacesApiSuggestPickfacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPickfaces200Response, any>>;
|
|
1318
|
+
suggestPickfaces(requestParameters: PickfacesApiSuggestPickfacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPickfaces200Response, any, {}>>;
|
|
1319
1319
|
/**
|
|
1320
1320
|
* Update a Pickface
|
|
1321
1321
|
* @summary Update Pickface
|
|
@@ -1323,7 +1323,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1323
1323
|
* @param {*} [options] Override http request option.
|
|
1324
1324
|
* @throws {RequiredError}
|
|
1325
1325
|
*/
|
|
1326
|
-
updatePickface(requestParameters: PickfacesApiUpdatePickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any>>;
|
|
1326
|
+
updatePickface(requestParameters: PickfacesApiUpdatePickfaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pickface, any, {}>>;
|
|
1327
1327
|
/**
|
|
1328
1328
|
* Update pickfaces in bulk
|
|
1329
1329
|
* @summary Update pickfaces
|
|
@@ -1331,7 +1331,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1331
1331
|
* @param {*} [options] Override http request option.
|
|
1332
1332
|
* @throws {RequiredError}
|
|
1333
1333
|
*/
|
|
1334
|
-
updatePickfaces(requestParameters: PickfacesApiUpdatePickfacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPickfaces200Response, any>>;
|
|
1334
|
+
updatePickfaces(requestParameters: PickfacesApiUpdatePickfacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPickfaces200Response, any, {}>>;
|
|
1335
1335
|
}
|
|
1336
1336
|
export declare const ListPickfacesSortByEnum: {
|
|
1337
1337
|
readonly Available: "+available";
|
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.31.
|
|
7
|
+
* The version of the OpenAPI document: 0.31.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
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.31.
|
|
5
|
+
* The version of the OpenAPI document: 0.31.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.31.
|
|
7
|
+
* The version of the OpenAPI document: 0.31.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.31.
|
|
5
|
+
* The version of the OpenAPI document: 0.31.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.31.
|
|
7
|
+
* The version of the OpenAPI document: 0.31.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.31.
|
|
5
|
+
* The version of the OpenAPI document: 0.31.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.31.
|
|
7
|
+
* The version of the OpenAPI document: 0.31.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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.31.
|
|
5
|
+
* The version of the OpenAPI document: 0.31.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.31.
|
|
7
|
+
* The version of the OpenAPI document: 0.31.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.31.
|
|
5
|
+
* The version of the OpenAPI document: 0.31.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.31.
|
|
8
|
+
* The version of the OpenAPI document: 0.31.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/index.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.31.
|
|
7
|
+
* The version of the OpenAPI document: 0.31.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|