@teemill/pickfaces 0.15.4 → 0.15.5
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 +9 -9
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +9 -9
- package/dist/api.js +9 -9
- 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 +9 -9
- package/dist/esm/api.js +9 -9
- 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.15.
|
|
1
|
+
## @teemill/pickfaces@0.15.5
|
|
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.15.
|
|
39
|
+
npm install @teemill/pickfaces@0.15.5 --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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.15.
|
|
7
|
+
* The version of the OpenAPI document: 0.15.5
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -755,7 +755,7 @@ export const PickfacesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
755
755
|
};
|
|
756
756
|
},
|
|
757
757
|
/**
|
|
758
|
-
* Get a pickface
|
|
758
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
759
759
|
* @summary Get pickface
|
|
760
760
|
* @param {string} project What project it is
|
|
761
761
|
* @param {string} pickfaceId Unique identifier of a pickface
|
|
@@ -847,7 +847,7 @@ export const PickfacesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
847
847
|
};
|
|
848
848
|
},
|
|
849
849
|
/**
|
|
850
|
-
* Lists all available pickfaces paginated into chunks
|
|
850
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
851
851
|
* @summary List pickfaces
|
|
852
852
|
* @param {string} project What project it is
|
|
853
853
|
* @param {string} [search] Search term to filter based on pickface code
|
|
@@ -1465,7 +1465,7 @@ export const PickfacesApiFp = function(configuration?: Configuration) {
|
|
|
1465
1465
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1466
1466
|
},
|
|
1467
1467
|
/**
|
|
1468
|
-
* Get a pickface
|
|
1468
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1469
1469
|
* @summary Get pickface
|
|
1470
1470
|
* @param {string} project What project it is
|
|
1471
1471
|
* @param {string} pickfaceId Unique identifier of a pickface
|
|
@@ -1492,7 +1492,7 @@ export const PickfacesApiFp = function(configuration?: Configuration) {
|
|
|
1492
1492
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1493
1493
|
},
|
|
1494
1494
|
/**
|
|
1495
|
-
* Lists all available pickfaces paginated into chunks
|
|
1495
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1496
1496
|
* @summary List pickfaces
|
|
1497
1497
|
* @param {string} project What project it is
|
|
1498
1498
|
* @param {string} [search] Search term to filter based on pickface code
|
|
@@ -1686,7 +1686,7 @@ export const PickfacesApiFactory = function (configuration?: Configuration, base
|
|
|
1686
1686
|
return localVarFp.exportPickfaces(requestParameters.project, options).then((request) => request(axios, basePath));
|
|
1687
1687
|
},
|
|
1688
1688
|
/**
|
|
1689
|
-
* Get a pickface
|
|
1689
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1690
1690
|
* @summary Get pickface
|
|
1691
1691
|
* @param {PickfacesApiGetPickfaceRequest} requestParameters Request parameters.
|
|
1692
1692
|
* @param {*} [options] Override http request option.
|
|
@@ -1706,7 +1706,7 @@ export const PickfacesApiFactory = function (configuration?: Configuration, base
|
|
|
1706
1706
|
return localVarFp.getPickfaceContainerModels(requestParameters.project, options).then((request) => request(axios, basePath));
|
|
1707
1707
|
},
|
|
1708
1708
|
/**
|
|
1709
|
-
* Lists all available pickfaces paginated into chunks
|
|
1709
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1710
1710
|
* @summary List pickfaces
|
|
1711
1711
|
* @param {PickfacesApiGetPickfacesRequest} requestParameters Request parameters.
|
|
1712
1712
|
* @param {*} [options] Override http request option.
|
|
@@ -2251,7 +2251,7 @@ export class PickfacesApi extends BaseAPI {
|
|
|
2251
2251
|
}
|
|
2252
2252
|
|
|
2253
2253
|
/**
|
|
2254
|
-
* Get a pickface
|
|
2254
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
2255
2255
|
* @summary Get pickface
|
|
2256
2256
|
* @param {PickfacesApiGetPickfaceRequest} requestParameters Request parameters.
|
|
2257
2257
|
* @param {*} [options] Override http request option.
|
|
@@ -2275,7 +2275,7 @@ export class PickfacesApi extends BaseAPI {
|
|
|
2275
2275
|
}
|
|
2276
2276
|
|
|
2277
2277
|
/**
|
|
2278
|
-
* Lists all available pickfaces paginated into chunks
|
|
2278
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
2279
2279
|
* @summary List pickfaces
|
|
2280
2280
|
* @param {PickfacesApiGetPickfacesRequest} requestParameters Request parameters.
|
|
2281
2281
|
* @param {*} [options] Override http request option.
|
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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.15.
|
|
7
|
+
* The version of the OpenAPI document: 0.15.5
|
|
8
8
|
* Contact: hello@teemill.com
|
|
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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.15.
|
|
7
|
+
* The version of the OpenAPI document: 0.15.5
|
|
8
8
|
* Contact: hello@teemill.com
|
|
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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.15.
|
|
7
|
+
* The version of the OpenAPI document: 0.15.5
|
|
8
8
|
* Contact: hello@teemill.com
|
|
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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.15.
|
|
5
|
+
* The version of the OpenAPI document: 0.15.5
|
|
6
6
|
* Contact: hello@teemill.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -624,7 +624,7 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
624
624
|
*/
|
|
625
625
|
exportPickfaces: (project: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
626
626
|
/**
|
|
627
|
-
* Get a pickface
|
|
627
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
628
628
|
* @summary Get pickface
|
|
629
629
|
* @param {string} project What project it is
|
|
630
630
|
* @param {string} pickfaceId Unique identifier of a pickface
|
|
@@ -641,7 +641,7 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
641
641
|
*/
|
|
642
642
|
getPickfaceContainerModels: (project: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
643
643
|
/**
|
|
644
|
-
* Lists all available pickfaces paginated into chunks
|
|
644
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
645
645
|
* @summary List pickfaces
|
|
646
646
|
* @param {string} project What project it is
|
|
647
647
|
* @param {string} [search] Search term to filter based on pickface code
|
|
@@ -777,7 +777,7 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
|
|
|
777
777
|
*/
|
|
778
778
|
exportPickfaces(project: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
779
779
|
/**
|
|
780
|
-
* Get a pickface
|
|
780
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
781
781
|
* @summary Get pickface
|
|
782
782
|
* @param {string} project What project it is
|
|
783
783
|
* @param {string} pickfaceId Unique identifier of a pickface
|
|
@@ -794,7 +794,7 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
|
|
|
794
794
|
*/
|
|
795
795
|
getPickfaceContainerModels(project: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContainerModels>>;
|
|
796
796
|
/**
|
|
797
|
-
* Lists all available pickfaces paginated into chunks
|
|
797
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
798
798
|
* @summary List pickfaces
|
|
799
799
|
* @param {string} project What project it is
|
|
800
800
|
* @param {string} [search] Search term to filter based on pickface code
|
|
@@ -928,7 +928,7 @@ export declare const PickfacesApiFactory: (configuration?: Configuration, basePa
|
|
|
928
928
|
*/
|
|
929
929
|
exportPickfaces(requestParameters: PickfacesApiExportPickfacesRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
930
930
|
/**
|
|
931
|
-
* Get a pickface
|
|
931
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
932
932
|
* @summary Get pickface
|
|
933
933
|
* @param {PickfacesApiGetPickfaceRequest} requestParameters Request parameters.
|
|
934
934
|
* @param {*} [options] Override http request option.
|
|
@@ -944,7 +944,7 @@ export declare const PickfacesApiFactory: (configuration?: Configuration, basePa
|
|
|
944
944
|
*/
|
|
945
945
|
getPickfaceContainerModels(requestParameters: PickfacesApiGetPickfaceContainerModelsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ContainerModels>;
|
|
946
946
|
/**
|
|
947
|
-
* Lists all available pickfaces paginated into chunks
|
|
947
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
948
948
|
* @summary List pickfaces
|
|
949
949
|
* @param {PickfacesApiGetPickfacesRequest} requestParameters Request parameters.
|
|
950
950
|
* @param {*} [options] Override http request option.
|
|
@@ -1416,7 +1416,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1416
1416
|
*/
|
|
1417
1417
|
exportPickfaces(requestParameters: PickfacesApiExportPickfacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
1418
1418
|
/**
|
|
1419
|
-
* Get a pickface
|
|
1419
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1420
1420
|
* @summary Get pickface
|
|
1421
1421
|
* @param {PickfacesApiGetPickfaceRequest} requestParameters Request parameters.
|
|
1422
1422
|
* @param {*} [options] Override http request option.
|
|
@@ -1434,7 +1434,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1434
1434
|
*/
|
|
1435
1435
|
getPickfaceContainerModels(requestParameters: PickfacesApiGetPickfaceContainerModelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ContainerModels, any>>;
|
|
1436
1436
|
/**
|
|
1437
|
-
* Lists all available pickfaces paginated into chunks
|
|
1437
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1438
1438
|
* @summary List pickfaces
|
|
1439
1439
|
* @param {PickfacesApiGetPickfacesRequest} requestParameters Request parameters.
|
|
1440
1440
|
* @param {*} [options] Override http request option.
|
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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.15.
|
|
8
|
+
* The version of the OpenAPI document: 0.15.5
|
|
9
9
|
* Contact: hello@teemill.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -157,7 +157,7 @@ const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
157
157
|
};
|
|
158
158
|
}),
|
|
159
159
|
/**
|
|
160
|
-
* Get a pickface
|
|
160
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
161
161
|
* @summary Get pickface
|
|
162
162
|
* @param {string} project What project it is
|
|
163
163
|
* @param {string} pickfaceId Unique identifier of a pickface
|
|
@@ -233,7 +233,7 @@ const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
233
233
|
};
|
|
234
234
|
}),
|
|
235
235
|
/**
|
|
236
|
-
* Lists all available pickfaces paginated into chunks
|
|
236
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
237
237
|
* @summary List pickfaces
|
|
238
238
|
* @param {string} project What project it is
|
|
239
239
|
* @param {string} [search] Search term to filter based on pickface code
|
|
@@ -763,7 +763,7 @@ const PickfacesApiFp = function (configuration) {
|
|
|
763
763
|
});
|
|
764
764
|
},
|
|
765
765
|
/**
|
|
766
|
-
* Get a pickface
|
|
766
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
767
767
|
* @summary Get pickface
|
|
768
768
|
* @param {string} project What project it is
|
|
769
769
|
* @param {string} pickfaceId Unique identifier of a pickface
|
|
@@ -796,7 +796,7 @@ const PickfacesApiFp = function (configuration) {
|
|
|
796
796
|
});
|
|
797
797
|
},
|
|
798
798
|
/**
|
|
799
|
-
* Lists all available pickfaces paginated into chunks
|
|
799
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
800
800
|
* @summary List pickfaces
|
|
801
801
|
* @param {string} project What project it is
|
|
802
802
|
* @param {string} [search] Search term to filter based on pickface code
|
|
@@ -1020,7 +1020,7 @@ const PickfacesApiFactory = function (configuration, basePath, axios) {
|
|
|
1020
1020
|
return localVarFp.exportPickfaces(requestParameters.project, options).then((request) => request(axios, basePath));
|
|
1021
1021
|
},
|
|
1022
1022
|
/**
|
|
1023
|
-
* Get a pickface
|
|
1023
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1024
1024
|
* @summary Get pickface
|
|
1025
1025
|
* @param {PickfacesApiGetPickfaceRequest} requestParameters Request parameters.
|
|
1026
1026
|
* @param {*} [options] Override http request option.
|
|
@@ -1040,7 +1040,7 @@ const PickfacesApiFactory = function (configuration, basePath, axios) {
|
|
|
1040
1040
|
return localVarFp.getPickfaceContainerModels(requestParameters.project, options).then((request) => request(axios, basePath));
|
|
1041
1041
|
},
|
|
1042
1042
|
/**
|
|
1043
|
-
* Lists all available pickfaces paginated into chunks
|
|
1043
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1044
1044
|
* @summary List pickfaces
|
|
1045
1045
|
* @param {PickfacesApiGetPickfacesRequest} requestParameters Request parameters.
|
|
1046
1046
|
* @param {*} [options] Override http request option.
|
|
@@ -1183,7 +1183,7 @@ class PickfacesApi extends base_1.BaseAPI {
|
|
|
1183
1183
|
return (0, exports.PickfacesApiFp)(this.configuration).exportPickfaces(requestParameters.project, options).then((request) => request(this.axios, this.basePath));
|
|
1184
1184
|
}
|
|
1185
1185
|
/**
|
|
1186
|
-
* Get a pickface
|
|
1186
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1187
1187
|
* @summary Get pickface
|
|
1188
1188
|
* @param {PickfacesApiGetPickfaceRequest} requestParameters Request parameters.
|
|
1189
1189
|
* @param {*} [options] Override http request option.
|
|
@@ -1205,7 +1205,7 @@ class PickfacesApi extends base_1.BaseAPI {
|
|
|
1205
1205
|
return (0, exports.PickfacesApiFp)(this.configuration).getPickfaceContainerModels(requestParameters.project, options).then((request) => request(this.axios, this.basePath));
|
|
1206
1206
|
}
|
|
1207
1207
|
/**
|
|
1208
|
-
* Lists all available pickfaces paginated into chunks
|
|
1208
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1209
1209
|
* @summary List pickfaces
|
|
1210
1210
|
* @param {PickfacesApiGetPickfacesRequest} requestParameters Request parameters.
|
|
1211
1211
|
* @param {*} [options] Override http request option.
|
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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.15.
|
|
5
|
+
* The version of the OpenAPI document: 0.15.5
|
|
6
6
|
* Contact: hello@teemill.com
|
|
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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.15.
|
|
8
|
+
* The version of the OpenAPI document: 0.15.5
|
|
9
9
|
* Contact: hello@teemill.com
|
|
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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.15.
|
|
5
|
+
* The version of the OpenAPI document: 0.15.5
|
|
6
6
|
* Contact: hello@teemill.com
|
|
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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.15.
|
|
8
|
+
* The version of the OpenAPI document: 0.15.5
|
|
9
9
|
* Contact: hello@teemill.com
|
|
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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.15.
|
|
5
|
+
* The version of the OpenAPI document: 0.15.5
|
|
6
6
|
* Contact: hello@teemill.com
|
|
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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.15.
|
|
8
|
+
* The version of the OpenAPI document: 0.15.5
|
|
9
9
|
* Contact: hello@teemill.com
|
|
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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.15.
|
|
5
|
+
* The version of the OpenAPI document: 0.15.5
|
|
6
6
|
* Contact: hello@teemill.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -624,7 +624,7 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
624
624
|
*/
|
|
625
625
|
exportPickfaces: (project: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
626
626
|
/**
|
|
627
|
-
* Get a pickface
|
|
627
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
628
628
|
* @summary Get pickface
|
|
629
629
|
* @param {string} project What project it is
|
|
630
630
|
* @param {string} pickfaceId Unique identifier of a pickface
|
|
@@ -641,7 +641,7 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
641
641
|
*/
|
|
642
642
|
getPickfaceContainerModels: (project: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
643
643
|
/**
|
|
644
|
-
* Lists all available pickfaces paginated into chunks
|
|
644
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
645
645
|
* @summary List pickfaces
|
|
646
646
|
* @param {string} project What project it is
|
|
647
647
|
* @param {string} [search] Search term to filter based on pickface code
|
|
@@ -777,7 +777,7 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
|
|
|
777
777
|
*/
|
|
778
778
|
exportPickfaces(project: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
779
779
|
/**
|
|
780
|
-
* Get a pickface
|
|
780
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
781
781
|
* @summary Get pickface
|
|
782
782
|
* @param {string} project What project it is
|
|
783
783
|
* @param {string} pickfaceId Unique identifier of a pickface
|
|
@@ -794,7 +794,7 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
|
|
|
794
794
|
*/
|
|
795
795
|
getPickfaceContainerModels(project: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContainerModels>>;
|
|
796
796
|
/**
|
|
797
|
-
* Lists all available pickfaces paginated into chunks
|
|
797
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
798
798
|
* @summary List pickfaces
|
|
799
799
|
* @param {string} project What project it is
|
|
800
800
|
* @param {string} [search] Search term to filter based on pickface code
|
|
@@ -928,7 +928,7 @@ export declare const PickfacesApiFactory: (configuration?: Configuration, basePa
|
|
|
928
928
|
*/
|
|
929
929
|
exportPickfaces(requestParameters: PickfacesApiExportPickfacesRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
930
930
|
/**
|
|
931
|
-
* Get a pickface
|
|
931
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
932
932
|
* @summary Get pickface
|
|
933
933
|
* @param {PickfacesApiGetPickfaceRequest} requestParameters Request parameters.
|
|
934
934
|
* @param {*} [options] Override http request option.
|
|
@@ -944,7 +944,7 @@ export declare const PickfacesApiFactory: (configuration?: Configuration, basePa
|
|
|
944
944
|
*/
|
|
945
945
|
getPickfaceContainerModels(requestParameters: PickfacesApiGetPickfaceContainerModelsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ContainerModels>;
|
|
946
946
|
/**
|
|
947
|
-
* Lists all available pickfaces paginated into chunks
|
|
947
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
948
948
|
* @summary List pickfaces
|
|
949
949
|
* @param {PickfacesApiGetPickfacesRequest} requestParameters Request parameters.
|
|
950
950
|
* @param {*} [options] Override http request option.
|
|
@@ -1416,7 +1416,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1416
1416
|
*/
|
|
1417
1417
|
exportPickfaces(requestParameters: PickfacesApiExportPickfacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
1418
1418
|
/**
|
|
1419
|
-
* Get a pickface
|
|
1419
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1420
1420
|
* @summary Get pickface
|
|
1421
1421
|
* @param {PickfacesApiGetPickfaceRequest} requestParameters Request parameters.
|
|
1422
1422
|
* @param {*} [options] Override http request option.
|
|
@@ -1434,7 +1434,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1434
1434
|
*/
|
|
1435
1435
|
getPickfaceContainerModels(requestParameters: PickfacesApiGetPickfaceContainerModelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ContainerModels, any>>;
|
|
1436
1436
|
/**
|
|
1437
|
-
* Lists all available pickfaces paginated into chunks
|
|
1437
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1438
1438
|
* @summary List pickfaces
|
|
1439
1439
|
* @param {PickfacesApiGetPickfacesRequest} requestParameters Request parameters.
|
|
1440
1440
|
* @param {*} [options] Override http request option.
|
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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.15.
|
|
7
|
+
* The version of the OpenAPI document: 0.15.5
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -154,7 +154,7 @@ export const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
154
154
|
};
|
|
155
155
|
}),
|
|
156
156
|
/**
|
|
157
|
-
* Get a pickface
|
|
157
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
158
158
|
* @summary Get pickface
|
|
159
159
|
* @param {string} project What project it is
|
|
160
160
|
* @param {string} pickfaceId Unique identifier of a pickface
|
|
@@ -230,7 +230,7 @@ export const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
230
230
|
};
|
|
231
231
|
}),
|
|
232
232
|
/**
|
|
233
|
-
* Lists all available pickfaces paginated into chunks
|
|
233
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
234
234
|
* @summary List pickfaces
|
|
235
235
|
* @param {string} project What project it is
|
|
236
236
|
* @param {string} [search] Search term to filter based on pickface code
|
|
@@ -759,7 +759,7 @@ export const PickfacesApiFp = function (configuration) {
|
|
|
759
759
|
});
|
|
760
760
|
},
|
|
761
761
|
/**
|
|
762
|
-
* Get a pickface
|
|
762
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
763
763
|
* @summary Get pickface
|
|
764
764
|
* @param {string} project What project it is
|
|
765
765
|
* @param {string} pickfaceId Unique identifier of a pickface
|
|
@@ -792,7 +792,7 @@ export const PickfacesApiFp = function (configuration) {
|
|
|
792
792
|
});
|
|
793
793
|
},
|
|
794
794
|
/**
|
|
795
|
-
* Lists all available pickfaces paginated into chunks
|
|
795
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
796
796
|
* @summary List pickfaces
|
|
797
797
|
* @param {string} project What project it is
|
|
798
798
|
* @param {string} [search] Search term to filter based on pickface code
|
|
@@ -1015,7 +1015,7 @@ export const PickfacesApiFactory = function (configuration, basePath, axios) {
|
|
|
1015
1015
|
return localVarFp.exportPickfaces(requestParameters.project, options).then((request) => request(axios, basePath));
|
|
1016
1016
|
},
|
|
1017
1017
|
/**
|
|
1018
|
-
* Get a pickface
|
|
1018
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1019
1019
|
* @summary Get pickface
|
|
1020
1020
|
* @param {PickfacesApiGetPickfaceRequest} requestParameters Request parameters.
|
|
1021
1021
|
* @param {*} [options] Override http request option.
|
|
@@ -1035,7 +1035,7 @@ export const PickfacesApiFactory = function (configuration, basePath, axios) {
|
|
|
1035
1035
|
return localVarFp.getPickfaceContainerModels(requestParameters.project, options).then((request) => request(axios, basePath));
|
|
1036
1036
|
},
|
|
1037
1037
|
/**
|
|
1038
|
-
* Lists all available pickfaces paginated into chunks
|
|
1038
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1039
1039
|
* @summary List pickfaces
|
|
1040
1040
|
* @param {PickfacesApiGetPickfacesRequest} requestParameters Request parameters.
|
|
1041
1041
|
* @param {*} [options] Override http request option.
|
|
@@ -1177,7 +1177,7 @@ export class PickfacesApi extends BaseAPI {
|
|
|
1177
1177
|
return PickfacesApiFp(this.configuration).exportPickfaces(requestParameters.project, options).then((request) => request(this.axios, this.basePath));
|
|
1178
1178
|
}
|
|
1179
1179
|
/**
|
|
1180
|
-
* Get a pickface
|
|
1180
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1181
1181
|
* @summary Get pickface
|
|
1182
1182
|
* @param {PickfacesApiGetPickfaceRequest} requestParameters Request parameters.
|
|
1183
1183
|
* @param {*} [options] Override http request option.
|
|
@@ -1199,7 +1199,7 @@ export class PickfacesApi extends BaseAPI {
|
|
|
1199
1199
|
return PickfacesApiFp(this.configuration).getPickfaceContainerModels(requestParameters.project, options).then((request) => request(this.axios, this.basePath));
|
|
1200
1200
|
}
|
|
1201
1201
|
/**
|
|
1202
|
-
* Lists all available pickfaces paginated into chunks
|
|
1202
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1203
1203
|
* @summary List pickfaces
|
|
1204
1204
|
* @param {PickfacesApiGetPickfacesRequest} requestParameters Request parameters.
|
|
1205
1205
|
* @param {*} [options] Override http request option.
|
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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.15.
|
|
5
|
+
* The version of the OpenAPI document: 0.15.5
|
|
6
6
|
* Contact: hello@teemill.com
|
|
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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.15.
|
|
7
|
+
* The version of the OpenAPI document: 0.15.5
|
|
8
8
|
* Contact: hello@teemill.com
|
|
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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.15.
|
|
5
|
+
* The version of the OpenAPI document: 0.15.5
|
|
6
6
|
* Contact: hello@teemill.com
|
|
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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.15.
|
|
7
|
+
* The version of the OpenAPI document: 0.15.5
|
|
8
8
|
* Contact: hello@teemill.com
|
|
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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.15.
|
|
5
|
+
* The version of the OpenAPI document: 0.15.5
|
|
6
6
|
* Contact: hello@teemill.com
|
|
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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.15.
|
|
7
|
+
* The version of the OpenAPI document: 0.15.5
|
|
8
8
|
* Contact: hello@teemill.com
|
|
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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.15.
|
|
5
|
+
* The version of the OpenAPI document: 0.15.5
|
|
6
6
|
* Contact: hello@teemill.com
|
|
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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.15.
|
|
7
|
+
* The version of the OpenAPI document: 0.15.5
|
|
8
8
|
* Contact: hello@teemill.com
|
|
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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.15.
|
|
5
|
+
* The version of the OpenAPI document: 0.15.5
|
|
6
6
|
* Contact: hello@teemill.com
|
|
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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.15.
|
|
8
|
+
* The version of the OpenAPI document: 0.15.5
|
|
9
9
|
* Contact: hello@teemill.com
|
|
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. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.15.
|
|
7
|
+
* The version of the OpenAPI document: 0.15.5
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|