@teemill/warehouse-prefab-applications 0.11.0 → 0.11.2
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 +2 -2
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +20 -20
- 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 +20 -20
- 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/warehouse-prefab-applications@0.11.
|
|
1
|
+
## @teemill/warehouse-prefab-applications@0.11.2
|
|
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/warehouse-prefab-applications@0.11.
|
|
39
|
+
npm install @teemill/warehouse-prefab-applications@0.11.2 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Warehouse Prefab Applications API
|
|
5
5
|
* Manage PodOS Warehouse Prefab Applications
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.11.
|
|
7
|
+
* The version of the OpenAPI document: 0.11.2
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -169,7 +169,7 @@ export interface PrefabApplicationCatalogApplication {
|
|
|
169
169
|
}
|
|
170
170
|
export interface PrefabApplicationsResponse {
|
|
171
171
|
'prefabApplications'?: Array<PrefabApplication>;
|
|
172
|
-
'nextPageToken'?: number;
|
|
172
|
+
'nextPageToken'?: number | null;
|
|
173
173
|
}
|
|
174
174
|
export interface PrintPrefabApplication202Response {
|
|
175
175
|
'message'?: string;
|
package/base.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Warehouse Prefab Applications API
|
|
5
5
|
* Manage PodOS Warehouse Prefab Applications
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.11.
|
|
7
|
+
* The version of the OpenAPI document: 0.11.2
|
|
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
|
* Warehouse Prefab Applications API
|
|
5
5
|
* Manage PodOS Warehouse Prefab Applications
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.11.
|
|
7
|
+
* The version of the OpenAPI document: 0.11.2
|
|
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
|
* Warehouse Prefab Applications API
|
|
5
5
|
* Manage PodOS Warehouse Prefab Applications
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.11.
|
|
7
|
+
* The version of the OpenAPI document: 0.11.2
|
|
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
|
* Warehouse Prefab Applications API
|
|
3
3
|
* Manage PodOS Warehouse Prefab Applications
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.11.
|
|
5
|
+
* The version of the OpenAPI document: 0.11.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -153,7 +153,7 @@ export interface PrefabApplicationCatalogApplication {
|
|
|
153
153
|
}
|
|
154
154
|
export interface PrefabApplicationsResponse {
|
|
155
155
|
'prefabApplications'?: Array<PrefabApplication>;
|
|
156
|
-
'nextPageToken'?: number;
|
|
156
|
+
'nextPageToken'?: number | null;
|
|
157
157
|
}
|
|
158
158
|
export interface PrintPrefabApplication202Response {
|
|
159
159
|
'message'?: string;
|
|
@@ -476,7 +476,7 @@ export declare class BatchesApi extends BaseAPI {
|
|
|
476
476
|
* @param {*} [options] Override http request option.
|
|
477
477
|
* @throws {RequiredError}
|
|
478
478
|
*/
|
|
479
|
-
createBatch(requestParameters: BatchesApiCreateBatchRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Batch, any>>;
|
|
479
|
+
createBatch(requestParameters: BatchesApiCreateBatchRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Batch, any, {}>>;
|
|
480
480
|
/**
|
|
481
481
|
* Get a batch of applications
|
|
482
482
|
* @summary Get batch
|
|
@@ -484,7 +484,7 @@ export declare class BatchesApi extends BaseAPI {
|
|
|
484
484
|
* @param {*} [options] Override http request option.
|
|
485
485
|
* @throws {RequiredError}
|
|
486
486
|
*/
|
|
487
|
-
getBatch(requestParameters: BatchesApiGetBatchRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Batch, any>>;
|
|
487
|
+
getBatch(requestParameters: BatchesApiGetBatchRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Batch, any, {}>>;
|
|
488
488
|
/**
|
|
489
489
|
* Lists all prefab applications in a batch paginated into chunks
|
|
490
490
|
* @summary List batch applications
|
|
@@ -492,7 +492,7 @@ export declare class BatchesApi extends BaseAPI {
|
|
|
492
492
|
* @param {*} [options] Override http request option.
|
|
493
493
|
* @throws {RequiredError}
|
|
494
494
|
*/
|
|
495
|
-
listBatchPrefabApplications(requestParameters: BatchesApiListBatchPrefabApplicationsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListBatchPrefabApplications200Response, any>>;
|
|
495
|
+
listBatchPrefabApplications(requestParameters: BatchesApiListBatchPrefabApplicationsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListBatchPrefabApplications200Response, any, {}>>;
|
|
496
496
|
/**
|
|
497
497
|
* Lists all batches available paginated into chunks
|
|
498
498
|
* @summary List batches
|
|
@@ -500,7 +500,7 @@ export declare class BatchesApi extends BaseAPI {
|
|
|
500
500
|
* @param {*} [options] Override http request option.
|
|
501
501
|
* @throws {RequiredError}
|
|
502
502
|
*/
|
|
503
|
-
listBatches(requestParameters: BatchesApiListBatchesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListBatches200Response, any>>;
|
|
503
|
+
listBatches(requestParameters: BatchesApiListBatchesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListBatches200Response, any, {}>>;
|
|
504
504
|
/**
|
|
505
505
|
* Send print files to printer
|
|
506
506
|
* @summary Print batch
|
|
@@ -508,7 +508,7 @@ export declare class BatchesApi extends BaseAPI {
|
|
|
508
508
|
* @param {*} [options] Override http request option.
|
|
509
509
|
* @throws {RequiredError}
|
|
510
510
|
*/
|
|
511
|
-
printBatch(requestParameters: BatchesApiPrintBatchRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrintPrefabApplication202Response, any>>;
|
|
511
|
+
printBatch(requestParameters: BatchesApiPrintBatchRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrintPrefabApplication202Response, any, {}>>;
|
|
512
512
|
}
|
|
513
513
|
/**
|
|
514
514
|
* PrefabApplicationsApi - axios parameter creator
|
|
@@ -722,7 +722,7 @@ export declare class PrefabApplicationsApi extends BaseAPI {
|
|
|
722
722
|
* @param {*} [options] Override http request option.
|
|
723
723
|
* @throws {RequiredError}
|
|
724
724
|
*/
|
|
725
|
-
getPrefabApplication(requestParameters: PrefabApplicationsApiGetPrefabApplicationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrefabApplication, any>>;
|
|
725
|
+
getPrefabApplication(requestParameters: PrefabApplicationsApiGetPrefabApplicationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrefabApplication, any, {}>>;
|
|
726
726
|
/**
|
|
727
727
|
* Lists all prefab applications paginated into chunks
|
|
728
728
|
* @summary List prefab applications
|
|
@@ -730,7 +730,7 @@ export declare class PrefabApplicationsApi extends BaseAPI {
|
|
|
730
730
|
* @param {*} [options] Override http request option.
|
|
731
731
|
* @throws {RequiredError}
|
|
732
732
|
*/
|
|
733
|
-
listPrefabApplications(requestParameters: PrefabApplicationsApiListPrefabApplicationsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrefabApplicationsResponse, any>>;
|
|
733
|
+
listPrefabApplications(requestParameters: PrefabApplicationsApiListPrefabApplicationsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrefabApplicationsResponse, any, {}>>;
|
|
734
734
|
/**
|
|
735
735
|
* Send print file to printer
|
|
736
736
|
* @summary Print
|
|
@@ -738,7 +738,7 @@ export declare class PrefabApplicationsApi extends BaseAPI {
|
|
|
738
738
|
* @param {*} [options] Override http request option.
|
|
739
739
|
* @throws {RequiredError}
|
|
740
740
|
*/
|
|
741
|
-
printPrefabApplication(requestParameters: PrefabApplicationsApiPrintPrefabApplicationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrintPrefabApplication202Response, any>>;
|
|
741
|
+
printPrefabApplication(requestParameters: PrefabApplicationsApiPrintPrefabApplicationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrintPrefabApplication202Response, any, {}>>;
|
|
742
742
|
/**
|
|
743
743
|
* Update a prefab application
|
|
744
744
|
* @summary Update prefab application
|
|
@@ -746,7 +746,7 @@ export declare class PrefabApplicationsApi extends BaseAPI {
|
|
|
746
746
|
* @param {*} [options] Override http request option.
|
|
747
747
|
* @throws {RequiredError}
|
|
748
748
|
*/
|
|
749
|
-
updatePrefabApplication(requestParameters: PrefabApplicationsApiUpdatePrefabApplicationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrefabApplication, any>>;
|
|
749
|
+
updatePrefabApplication(requestParameters: PrefabApplicationsApiUpdatePrefabApplicationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrefabApplication, any, {}>>;
|
|
750
750
|
}
|
|
751
751
|
/**
|
|
752
752
|
* TraysApi - axios parameter creator
|
|
@@ -1191,7 +1191,7 @@ export declare class TraysApi extends BaseAPI {
|
|
|
1191
1191
|
* @param {*} [options] Override http request option.
|
|
1192
1192
|
* @throws {RequiredError}
|
|
1193
1193
|
*/
|
|
1194
|
-
createTray(requestParameters: TraysApiCreateTrayRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Tray, any>>;
|
|
1194
|
+
createTray(requestParameters: TraysApiCreateTrayRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Tray, any, {}>>;
|
|
1195
1195
|
/**
|
|
1196
1196
|
* Delete a tray
|
|
1197
1197
|
* @summary Delete tray
|
|
@@ -1199,7 +1199,7 @@ export declare class TraysApi extends BaseAPI {
|
|
|
1199
1199
|
* @param {*} [options] Override http request option.
|
|
1200
1200
|
* @throws {RequiredError}
|
|
1201
1201
|
*/
|
|
1202
|
-
deleteTray(requestParameters: TraysApiDeleteTrayRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1202
|
+
deleteTray(requestParameters: TraysApiDeleteTrayRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1203
1203
|
/**
|
|
1204
1204
|
* Get a tray of applications
|
|
1205
1205
|
* @summary Get tray
|
|
@@ -1207,7 +1207,7 @@ export declare class TraysApi extends BaseAPI {
|
|
|
1207
1207
|
* @param {*} [options] Override http request option.
|
|
1208
1208
|
* @throws {RequiredError}
|
|
1209
1209
|
*/
|
|
1210
|
-
getTray(requestParameters: TraysApiGetTrayRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Tray, any>>;
|
|
1210
|
+
getTray(requestParameters: TraysApiGetTrayRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Tray, any, {}>>;
|
|
1211
1211
|
/**
|
|
1212
1212
|
* Lists all prefab applications in a tray paginated into chunks
|
|
1213
1213
|
* @summary List tray applications
|
|
@@ -1215,7 +1215,7 @@ export declare class TraysApi extends BaseAPI {
|
|
|
1215
1215
|
* @param {*} [options] Override http request option.
|
|
1216
1216
|
* @throws {RequiredError}
|
|
1217
1217
|
*/
|
|
1218
|
-
listTrayPrefabApplications(requestParameters: TraysApiListTrayPrefabApplicationsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListBatchPrefabApplications200Response, any>>;
|
|
1218
|
+
listTrayPrefabApplications(requestParameters: TraysApiListTrayPrefabApplicationsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListBatchPrefabApplications200Response, any, {}>>;
|
|
1219
1219
|
/**
|
|
1220
1220
|
* Lists all prefab application trays paginated into chunks
|
|
1221
1221
|
* @summary List trays
|
|
@@ -1223,7 +1223,7 @@ export declare class TraysApi extends BaseAPI {
|
|
|
1223
1223
|
* @param {*} [options] Override http request option.
|
|
1224
1224
|
* @throws {RequiredError}
|
|
1225
1225
|
*/
|
|
1226
|
-
listTrays(requestParameters: TraysApiListTraysRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTrays200Response, any>>;
|
|
1226
|
+
listTrays(requestParameters: TraysApiListTraysRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTrays200Response, any, {}>>;
|
|
1227
1227
|
/**
|
|
1228
1228
|
* Print a tray label
|
|
1229
1229
|
* @summary Print tray label
|
|
@@ -1231,7 +1231,7 @@ export declare class TraysApi extends BaseAPI {
|
|
|
1231
1231
|
* @param {*} [options] Override http request option.
|
|
1232
1232
|
* @throws {RequiredError}
|
|
1233
1233
|
*/
|
|
1234
|
-
printTrayLabel(requestParameters: TraysApiPrintTrayLabelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1234
|
+
printTrayLabel(requestParameters: TraysApiPrintTrayLabelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1235
1235
|
/**
|
|
1236
1236
|
* Print tray labels
|
|
1237
1237
|
* @summary Print trays
|
|
@@ -1239,7 +1239,7 @@ export declare class TraysApi extends BaseAPI {
|
|
|
1239
1239
|
* @param {*} [options] Override http request option.
|
|
1240
1240
|
* @throws {RequiredError}
|
|
1241
1241
|
*/
|
|
1242
|
-
printTrayLabels(requestParameters: TraysApiPrintTrayLabelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrintPrefabApplication202Response, any>>;
|
|
1242
|
+
printTrayLabels(requestParameters: TraysApiPrintTrayLabelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrintPrefabApplication202Response, any, {}>>;
|
|
1243
1243
|
/**
|
|
1244
1244
|
* Suggest trays based on either a prefabApplicationRef, or a catalogApplicationRef and a quantity. If catalogApplicationRef is provided, quantity must also be provided.
|
|
1245
1245
|
* @summary Suggest trays
|
|
@@ -1247,7 +1247,7 @@ export declare class TraysApi extends BaseAPI {
|
|
|
1247
1247
|
* @param {*} [options] Override http request option.
|
|
1248
1248
|
* @throws {RequiredError}
|
|
1249
1249
|
*/
|
|
1250
|
-
suggestTrays(requestParameters: TraysApiSuggestTraysRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SuggestTrays200Response, any>>;
|
|
1250
|
+
suggestTrays(requestParameters: TraysApiSuggestTraysRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SuggestTrays200Response, any, {}>>;
|
|
1251
1251
|
/**
|
|
1252
1252
|
* Update a tray of applications
|
|
1253
1253
|
* @summary Update tray
|
|
@@ -1255,5 +1255,5 @@ export declare class TraysApi extends BaseAPI {
|
|
|
1255
1255
|
* @param {*} [options] Override http request option.
|
|
1256
1256
|
* @throws {RequiredError}
|
|
1257
1257
|
*/
|
|
1258
|
-
updateTray(requestParameters: TraysApiUpdateTrayRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Tray, any>>;
|
|
1258
|
+
updateTray(requestParameters: TraysApiUpdateTrayRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Tray, any, {}>>;
|
|
1259
1259
|
}
|
package/dist/api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Warehouse Prefab Applications API
|
|
6
6
|
* Manage PodOS Warehouse Prefab Applications
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.11.
|
|
8
|
+
* The version of the OpenAPI document: 0.11.2
|
|
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
|
* Warehouse Prefab Applications API
|
|
3
3
|
* Manage PodOS Warehouse Prefab Applications
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.11.
|
|
5
|
+
* The version of the OpenAPI document: 0.11.2
|
|
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
|
* Warehouse Prefab Applications API
|
|
6
6
|
* Manage PodOS Warehouse Prefab Applications
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.11.
|
|
8
|
+
* The version of the OpenAPI document: 0.11.2
|
|
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
|
* Warehouse Prefab Applications API
|
|
3
3
|
* Manage PodOS Warehouse Prefab Applications
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.11.
|
|
5
|
+
* The version of the OpenAPI document: 0.11.2
|
|
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
|
* Warehouse Prefab Applications API
|
|
6
6
|
* Manage PodOS Warehouse Prefab Applications
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.11.
|
|
8
|
+
* The version of the OpenAPI document: 0.11.2
|
|
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
|
* Warehouse Prefab Applications API
|
|
3
3
|
* Manage PodOS Warehouse Prefab Applications
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.11.
|
|
5
|
+
* The version of the OpenAPI document: 0.11.2
|
|
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
|
* Warehouse Prefab Applications API
|
|
6
6
|
* Manage PodOS Warehouse Prefab Applications
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.11.
|
|
8
|
+
* The version of the OpenAPI document: 0.11.2
|
|
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
|
* Warehouse Prefab Applications API
|
|
3
3
|
* Manage PodOS Warehouse Prefab Applications
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.11.
|
|
5
|
+
* The version of the OpenAPI document: 0.11.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -153,7 +153,7 @@ export interface PrefabApplicationCatalogApplication {
|
|
|
153
153
|
}
|
|
154
154
|
export interface PrefabApplicationsResponse {
|
|
155
155
|
'prefabApplications'?: Array<PrefabApplication>;
|
|
156
|
-
'nextPageToken'?: number;
|
|
156
|
+
'nextPageToken'?: number | null;
|
|
157
157
|
}
|
|
158
158
|
export interface PrintPrefabApplication202Response {
|
|
159
159
|
'message'?: string;
|
|
@@ -476,7 +476,7 @@ export declare class BatchesApi extends BaseAPI {
|
|
|
476
476
|
* @param {*} [options] Override http request option.
|
|
477
477
|
* @throws {RequiredError}
|
|
478
478
|
*/
|
|
479
|
-
createBatch(requestParameters: BatchesApiCreateBatchRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Batch, any>>;
|
|
479
|
+
createBatch(requestParameters: BatchesApiCreateBatchRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Batch, any, {}>>;
|
|
480
480
|
/**
|
|
481
481
|
* Get a batch of applications
|
|
482
482
|
* @summary Get batch
|
|
@@ -484,7 +484,7 @@ export declare class BatchesApi extends BaseAPI {
|
|
|
484
484
|
* @param {*} [options] Override http request option.
|
|
485
485
|
* @throws {RequiredError}
|
|
486
486
|
*/
|
|
487
|
-
getBatch(requestParameters: BatchesApiGetBatchRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Batch, any>>;
|
|
487
|
+
getBatch(requestParameters: BatchesApiGetBatchRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Batch, any, {}>>;
|
|
488
488
|
/**
|
|
489
489
|
* Lists all prefab applications in a batch paginated into chunks
|
|
490
490
|
* @summary List batch applications
|
|
@@ -492,7 +492,7 @@ export declare class BatchesApi extends BaseAPI {
|
|
|
492
492
|
* @param {*} [options] Override http request option.
|
|
493
493
|
* @throws {RequiredError}
|
|
494
494
|
*/
|
|
495
|
-
listBatchPrefabApplications(requestParameters: BatchesApiListBatchPrefabApplicationsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListBatchPrefabApplications200Response, any>>;
|
|
495
|
+
listBatchPrefabApplications(requestParameters: BatchesApiListBatchPrefabApplicationsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListBatchPrefabApplications200Response, any, {}>>;
|
|
496
496
|
/**
|
|
497
497
|
* Lists all batches available paginated into chunks
|
|
498
498
|
* @summary List batches
|
|
@@ -500,7 +500,7 @@ export declare class BatchesApi extends BaseAPI {
|
|
|
500
500
|
* @param {*} [options] Override http request option.
|
|
501
501
|
* @throws {RequiredError}
|
|
502
502
|
*/
|
|
503
|
-
listBatches(requestParameters: BatchesApiListBatchesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListBatches200Response, any>>;
|
|
503
|
+
listBatches(requestParameters: BatchesApiListBatchesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListBatches200Response, any, {}>>;
|
|
504
504
|
/**
|
|
505
505
|
* Send print files to printer
|
|
506
506
|
* @summary Print batch
|
|
@@ -508,7 +508,7 @@ export declare class BatchesApi extends BaseAPI {
|
|
|
508
508
|
* @param {*} [options] Override http request option.
|
|
509
509
|
* @throws {RequiredError}
|
|
510
510
|
*/
|
|
511
|
-
printBatch(requestParameters: BatchesApiPrintBatchRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrintPrefabApplication202Response, any>>;
|
|
511
|
+
printBatch(requestParameters: BatchesApiPrintBatchRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrintPrefabApplication202Response, any, {}>>;
|
|
512
512
|
}
|
|
513
513
|
/**
|
|
514
514
|
* PrefabApplicationsApi - axios parameter creator
|
|
@@ -722,7 +722,7 @@ export declare class PrefabApplicationsApi extends BaseAPI {
|
|
|
722
722
|
* @param {*} [options] Override http request option.
|
|
723
723
|
* @throws {RequiredError}
|
|
724
724
|
*/
|
|
725
|
-
getPrefabApplication(requestParameters: PrefabApplicationsApiGetPrefabApplicationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrefabApplication, any>>;
|
|
725
|
+
getPrefabApplication(requestParameters: PrefabApplicationsApiGetPrefabApplicationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrefabApplication, any, {}>>;
|
|
726
726
|
/**
|
|
727
727
|
* Lists all prefab applications paginated into chunks
|
|
728
728
|
* @summary List prefab applications
|
|
@@ -730,7 +730,7 @@ export declare class PrefabApplicationsApi extends BaseAPI {
|
|
|
730
730
|
* @param {*} [options] Override http request option.
|
|
731
731
|
* @throws {RequiredError}
|
|
732
732
|
*/
|
|
733
|
-
listPrefabApplications(requestParameters: PrefabApplicationsApiListPrefabApplicationsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrefabApplicationsResponse, any>>;
|
|
733
|
+
listPrefabApplications(requestParameters: PrefabApplicationsApiListPrefabApplicationsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrefabApplicationsResponse, any, {}>>;
|
|
734
734
|
/**
|
|
735
735
|
* Send print file to printer
|
|
736
736
|
* @summary Print
|
|
@@ -738,7 +738,7 @@ export declare class PrefabApplicationsApi extends BaseAPI {
|
|
|
738
738
|
* @param {*} [options] Override http request option.
|
|
739
739
|
* @throws {RequiredError}
|
|
740
740
|
*/
|
|
741
|
-
printPrefabApplication(requestParameters: PrefabApplicationsApiPrintPrefabApplicationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrintPrefabApplication202Response, any>>;
|
|
741
|
+
printPrefabApplication(requestParameters: PrefabApplicationsApiPrintPrefabApplicationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrintPrefabApplication202Response, any, {}>>;
|
|
742
742
|
/**
|
|
743
743
|
* Update a prefab application
|
|
744
744
|
* @summary Update prefab application
|
|
@@ -746,7 +746,7 @@ export declare class PrefabApplicationsApi extends BaseAPI {
|
|
|
746
746
|
* @param {*} [options] Override http request option.
|
|
747
747
|
* @throws {RequiredError}
|
|
748
748
|
*/
|
|
749
|
-
updatePrefabApplication(requestParameters: PrefabApplicationsApiUpdatePrefabApplicationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrefabApplication, any>>;
|
|
749
|
+
updatePrefabApplication(requestParameters: PrefabApplicationsApiUpdatePrefabApplicationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrefabApplication, any, {}>>;
|
|
750
750
|
}
|
|
751
751
|
/**
|
|
752
752
|
* TraysApi - axios parameter creator
|
|
@@ -1191,7 +1191,7 @@ export declare class TraysApi extends BaseAPI {
|
|
|
1191
1191
|
* @param {*} [options] Override http request option.
|
|
1192
1192
|
* @throws {RequiredError}
|
|
1193
1193
|
*/
|
|
1194
|
-
createTray(requestParameters: TraysApiCreateTrayRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Tray, any>>;
|
|
1194
|
+
createTray(requestParameters: TraysApiCreateTrayRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Tray, any, {}>>;
|
|
1195
1195
|
/**
|
|
1196
1196
|
* Delete a tray
|
|
1197
1197
|
* @summary Delete tray
|
|
@@ -1199,7 +1199,7 @@ export declare class TraysApi extends BaseAPI {
|
|
|
1199
1199
|
* @param {*} [options] Override http request option.
|
|
1200
1200
|
* @throws {RequiredError}
|
|
1201
1201
|
*/
|
|
1202
|
-
deleteTray(requestParameters: TraysApiDeleteTrayRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1202
|
+
deleteTray(requestParameters: TraysApiDeleteTrayRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1203
1203
|
/**
|
|
1204
1204
|
* Get a tray of applications
|
|
1205
1205
|
* @summary Get tray
|
|
@@ -1207,7 +1207,7 @@ export declare class TraysApi extends BaseAPI {
|
|
|
1207
1207
|
* @param {*} [options] Override http request option.
|
|
1208
1208
|
* @throws {RequiredError}
|
|
1209
1209
|
*/
|
|
1210
|
-
getTray(requestParameters: TraysApiGetTrayRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Tray, any>>;
|
|
1210
|
+
getTray(requestParameters: TraysApiGetTrayRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Tray, any, {}>>;
|
|
1211
1211
|
/**
|
|
1212
1212
|
* Lists all prefab applications in a tray paginated into chunks
|
|
1213
1213
|
* @summary List tray applications
|
|
@@ -1215,7 +1215,7 @@ export declare class TraysApi extends BaseAPI {
|
|
|
1215
1215
|
* @param {*} [options] Override http request option.
|
|
1216
1216
|
* @throws {RequiredError}
|
|
1217
1217
|
*/
|
|
1218
|
-
listTrayPrefabApplications(requestParameters: TraysApiListTrayPrefabApplicationsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListBatchPrefabApplications200Response, any>>;
|
|
1218
|
+
listTrayPrefabApplications(requestParameters: TraysApiListTrayPrefabApplicationsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListBatchPrefabApplications200Response, any, {}>>;
|
|
1219
1219
|
/**
|
|
1220
1220
|
* Lists all prefab application trays paginated into chunks
|
|
1221
1221
|
* @summary List trays
|
|
@@ -1223,7 +1223,7 @@ export declare class TraysApi extends BaseAPI {
|
|
|
1223
1223
|
* @param {*} [options] Override http request option.
|
|
1224
1224
|
* @throws {RequiredError}
|
|
1225
1225
|
*/
|
|
1226
|
-
listTrays(requestParameters: TraysApiListTraysRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTrays200Response, any>>;
|
|
1226
|
+
listTrays(requestParameters: TraysApiListTraysRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTrays200Response, any, {}>>;
|
|
1227
1227
|
/**
|
|
1228
1228
|
* Print a tray label
|
|
1229
1229
|
* @summary Print tray label
|
|
@@ -1231,7 +1231,7 @@ export declare class TraysApi extends BaseAPI {
|
|
|
1231
1231
|
* @param {*} [options] Override http request option.
|
|
1232
1232
|
* @throws {RequiredError}
|
|
1233
1233
|
*/
|
|
1234
|
-
printTrayLabel(requestParameters: TraysApiPrintTrayLabelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1234
|
+
printTrayLabel(requestParameters: TraysApiPrintTrayLabelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1235
1235
|
/**
|
|
1236
1236
|
* Print tray labels
|
|
1237
1237
|
* @summary Print trays
|
|
@@ -1239,7 +1239,7 @@ export declare class TraysApi extends BaseAPI {
|
|
|
1239
1239
|
* @param {*} [options] Override http request option.
|
|
1240
1240
|
* @throws {RequiredError}
|
|
1241
1241
|
*/
|
|
1242
|
-
printTrayLabels(requestParameters: TraysApiPrintTrayLabelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrintPrefabApplication202Response, any>>;
|
|
1242
|
+
printTrayLabels(requestParameters: TraysApiPrintTrayLabelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrintPrefabApplication202Response, any, {}>>;
|
|
1243
1243
|
/**
|
|
1244
1244
|
* Suggest trays based on either a prefabApplicationRef, or a catalogApplicationRef and a quantity. If catalogApplicationRef is provided, quantity must also be provided.
|
|
1245
1245
|
* @summary Suggest trays
|
|
@@ -1247,7 +1247,7 @@ export declare class TraysApi extends BaseAPI {
|
|
|
1247
1247
|
* @param {*} [options] Override http request option.
|
|
1248
1248
|
* @throws {RequiredError}
|
|
1249
1249
|
*/
|
|
1250
|
-
suggestTrays(requestParameters: TraysApiSuggestTraysRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SuggestTrays200Response, any>>;
|
|
1250
|
+
suggestTrays(requestParameters: TraysApiSuggestTraysRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SuggestTrays200Response, any, {}>>;
|
|
1251
1251
|
/**
|
|
1252
1252
|
* Update a tray of applications
|
|
1253
1253
|
* @summary Update tray
|
|
@@ -1255,5 +1255,5 @@ export declare class TraysApi extends BaseAPI {
|
|
|
1255
1255
|
* @param {*} [options] Override http request option.
|
|
1256
1256
|
* @throws {RequiredError}
|
|
1257
1257
|
*/
|
|
1258
|
-
updateTray(requestParameters: TraysApiUpdateTrayRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Tray, any>>;
|
|
1258
|
+
updateTray(requestParameters: TraysApiUpdateTrayRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Tray, any, {}>>;
|
|
1259
1259
|
}
|
package/dist/esm/api.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Warehouse Prefab Applications API
|
|
5
5
|
* Manage PodOS Warehouse Prefab Applications
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.11.
|
|
7
|
+
* The version of the OpenAPI document: 0.11.2
|
|
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
|
* Warehouse Prefab Applications API
|
|
3
3
|
* Manage PodOS Warehouse Prefab Applications
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.11.
|
|
5
|
+
* The version of the OpenAPI document: 0.11.2
|
|
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
|
* Warehouse Prefab Applications API
|
|
5
5
|
* Manage PodOS Warehouse Prefab Applications
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.11.
|
|
7
|
+
* The version of the OpenAPI document: 0.11.2
|
|
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
|
* Warehouse Prefab Applications API
|
|
3
3
|
* Manage PodOS Warehouse Prefab Applications
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.11.
|
|
5
|
+
* The version of the OpenAPI document: 0.11.2
|
|
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
|
* Warehouse Prefab Applications API
|
|
5
5
|
* Manage PodOS Warehouse Prefab Applications
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.11.
|
|
7
|
+
* The version of the OpenAPI document: 0.11.2
|
|
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
|
* Warehouse Prefab Applications API
|
|
3
3
|
* Manage PodOS Warehouse Prefab Applications
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.11.
|
|
5
|
+
* The version of the OpenAPI document: 0.11.2
|
|
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
|
* Warehouse Prefab Applications API
|
|
5
5
|
* Manage PodOS Warehouse Prefab Applications
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.11.
|
|
7
|
+
* The version of the OpenAPI document: 0.11.2
|
|
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
|
* Warehouse Prefab Applications API
|
|
3
3
|
* Manage PodOS Warehouse Prefab Applications
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.11.
|
|
5
|
+
* The version of the OpenAPI document: 0.11.2
|
|
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
|
* Warehouse Prefab Applications API
|
|
5
5
|
* Manage PodOS Warehouse Prefab Applications
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.11.
|
|
7
|
+
* The version of the OpenAPI document: 0.11.2
|
|
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
|
* Warehouse Prefab Applications API
|
|
3
3
|
* Manage PodOS Warehouse Prefab Applications
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.11.
|
|
5
|
+
* The version of the OpenAPI document: 0.11.2
|
|
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
|
* Warehouse Prefab Applications API
|
|
6
6
|
* Manage PodOS Warehouse Prefab Applications
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.11.
|
|
8
|
+
* The version of the OpenAPI document: 0.11.2
|
|
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
|
* Warehouse Prefab Applications API
|
|
5
5
|
* Manage PodOS Warehouse Prefab Applications
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.11.
|
|
7
|
+
* The version of the OpenAPI document: 0.11.2
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/package.json
CHANGED