@teemill/pickfaces 0.15.4 → 0.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/api.ts +21 -9
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +21 -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 +21 -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.
|
|
1
|
+
## @teemill/pickfaces@0.16.0
|
|
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.
|
|
39
|
+
npm install @teemill/pickfaces@0.16.0 --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.
|
|
7
|
+
* The version of the OpenAPI document: 0.16.0
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -116,6 +116,12 @@ export interface CreatePickfaceRequest {
|
|
|
116
116
|
* @memberof CreatePickfaceRequest
|
|
117
117
|
*/
|
|
118
118
|
'containerModelId'?: string;
|
|
119
|
+
/**
|
|
120
|
+
* Unique object identifier
|
|
121
|
+
* @type {string}
|
|
122
|
+
* @memberof CreatePickfaceRequest
|
|
123
|
+
*/
|
|
124
|
+
'zoneId'?: string;
|
|
119
125
|
}
|
|
120
126
|
/**
|
|
121
127
|
*
|
|
@@ -552,6 +558,12 @@ export interface UpdatePickfaceRequest {
|
|
|
552
558
|
* @memberof UpdatePickfaceRequest
|
|
553
559
|
*/
|
|
554
560
|
'containerModelId'?: string;
|
|
561
|
+
/**
|
|
562
|
+
* Unique object identifier
|
|
563
|
+
* @type {string}
|
|
564
|
+
* @memberof UpdatePickfaceRequest
|
|
565
|
+
*/
|
|
566
|
+
'zoneId'?: string;
|
|
555
567
|
/**
|
|
556
568
|
*
|
|
557
569
|
* @type {Array<UpdatePickfaceRequestContentsInner>}
|
|
@@ -755,7 +767,7 @@ export const PickfacesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
755
767
|
};
|
|
756
768
|
},
|
|
757
769
|
/**
|
|
758
|
-
* Get a pickface
|
|
770
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
759
771
|
* @summary Get pickface
|
|
760
772
|
* @param {string} project What project it is
|
|
761
773
|
* @param {string} pickfaceId Unique identifier of a pickface
|
|
@@ -847,7 +859,7 @@ export const PickfacesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
847
859
|
};
|
|
848
860
|
},
|
|
849
861
|
/**
|
|
850
|
-
* Lists all available pickfaces paginated into chunks
|
|
862
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
851
863
|
* @summary List pickfaces
|
|
852
864
|
* @param {string} project What project it is
|
|
853
865
|
* @param {string} [search] Search term to filter based on pickface code
|
|
@@ -1465,7 +1477,7 @@ export const PickfacesApiFp = function(configuration?: Configuration) {
|
|
|
1465
1477
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1466
1478
|
},
|
|
1467
1479
|
/**
|
|
1468
|
-
* Get a pickface
|
|
1480
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1469
1481
|
* @summary Get pickface
|
|
1470
1482
|
* @param {string} project What project it is
|
|
1471
1483
|
* @param {string} pickfaceId Unique identifier of a pickface
|
|
@@ -1492,7 +1504,7 @@ export const PickfacesApiFp = function(configuration?: Configuration) {
|
|
|
1492
1504
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1493
1505
|
},
|
|
1494
1506
|
/**
|
|
1495
|
-
* Lists all available pickfaces paginated into chunks
|
|
1507
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1496
1508
|
* @summary List pickfaces
|
|
1497
1509
|
* @param {string} project What project it is
|
|
1498
1510
|
* @param {string} [search] Search term to filter based on pickface code
|
|
@@ -1686,7 +1698,7 @@ export const PickfacesApiFactory = function (configuration?: Configuration, base
|
|
|
1686
1698
|
return localVarFp.exportPickfaces(requestParameters.project, options).then((request) => request(axios, basePath));
|
|
1687
1699
|
},
|
|
1688
1700
|
/**
|
|
1689
|
-
* Get a pickface
|
|
1701
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1690
1702
|
* @summary Get pickface
|
|
1691
1703
|
* @param {PickfacesApiGetPickfaceRequest} requestParameters Request parameters.
|
|
1692
1704
|
* @param {*} [options] Override http request option.
|
|
@@ -1706,7 +1718,7 @@ export const PickfacesApiFactory = function (configuration?: Configuration, base
|
|
|
1706
1718
|
return localVarFp.getPickfaceContainerModels(requestParameters.project, options).then((request) => request(axios, basePath));
|
|
1707
1719
|
},
|
|
1708
1720
|
/**
|
|
1709
|
-
* Lists all available pickfaces paginated into chunks
|
|
1721
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1710
1722
|
* @summary List pickfaces
|
|
1711
1723
|
* @param {PickfacesApiGetPickfacesRequest} requestParameters Request parameters.
|
|
1712
1724
|
* @param {*} [options] Override http request option.
|
|
@@ -2251,7 +2263,7 @@ export class PickfacesApi extends BaseAPI {
|
|
|
2251
2263
|
}
|
|
2252
2264
|
|
|
2253
2265
|
/**
|
|
2254
|
-
* Get a pickface
|
|
2266
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
2255
2267
|
* @summary Get pickface
|
|
2256
2268
|
* @param {PickfacesApiGetPickfaceRequest} requestParameters Request parameters.
|
|
2257
2269
|
* @param {*} [options] Override http request option.
|
|
@@ -2275,7 +2287,7 @@ export class PickfacesApi extends BaseAPI {
|
|
|
2275
2287
|
}
|
|
2276
2288
|
|
|
2277
2289
|
/**
|
|
2278
|
-
* Lists all available pickfaces paginated into chunks
|
|
2290
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
2279
2291
|
* @summary List pickfaces
|
|
2280
2292
|
* @param {PickfacesApiGetPickfacesRequest} requestParameters Request parameters.
|
|
2281
2293
|
* @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.
|
|
7
|
+
* The version of the OpenAPI document: 0.16.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 0.16.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 0.16.0
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 0.16.0
|
|
6
6
|
* Contact: hello@teemill.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -106,6 +106,12 @@ export interface CreatePickfaceRequest {
|
|
|
106
106
|
* @memberof CreatePickfaceRequest
|
|
107
107
|
*/
|
|
108
108
|
'containerModelId'?: string;
|
|
109
|
+
/**
|
|
110
|
+
* Unique object identifier
|
|
111
|
+
* @type {string}
|
|
112
|
+
* @memberof CreatePickfaceRequest
|
|
113
|
+
*/
|
|
114
|
+
'zoneId'?: string;
|
|
109
115
|
}
|
|
110
116
|
/**
|
|
111
117
|
*
|
|
@@ -542,6 +548,12 @@ export interface UpdatePickfaceRequest {
|
|
|
542
548
|
* @memberof UpdatePickfaceRequest
|
|
543
549
|
*/
|
|
544
550
|
'containerModelId'?: string;
|
|
551
|
+
/**
|
|
552
|
+
* Unique object identifier
|
|
553
|
+
* @type {string}
|
|
554
|
+
* @memberof UpdatePickfaceRequest
|
|
555
|
+
*/
|
|
556
|
+
'zoneId'?: string;
|
|
545
557
|
/**
|
|
546
558
|
*
|
|
547
559
|
* @type {Array<UpdatePickfaceRequestContentsInner>}
|
|
@@ -624,7 +636,7 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
624
636
|
*/
|
|
625
637
|
exportPickfaces: (project: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
626
638
|
/**
|
|
627
|
-
* Get a pickface
|
|
639
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
628
640
|
* @summary Get pickface
|
|
629
641
|
* @param {string} project What project it is
|
|
630
642
|
* @param {string} pickfaceId Unique identifier of a pickface
|
|
@@ -641,7 +653,7 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
641
653
|
*/
|
|
642
654
|
getPickfaceContainerModels: (project: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
643
655
|
/**
|
|
644
|
-
* Lists all available pickfaces paginated into chunks
|
|
656
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
645
657
|
* @summary List pickfaces
|
|
646
658
|
* @param {string} project What project it is
|
|
647
659
|
* @param {string} [search] Search term to filter based on pickface code
|
|
@@ -777,7 +789,7 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
|
|
|
777
789
|
*/
|
|
778
790
|
exportPickfaces(project: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
779
791
|
/**
|
|
780
|
-
* Get a pickface
|
|
792
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
781
793
|
* @summary Get pickface
|
|
782
794
|
* @param {string} project What project it is
|
|
783
795
|
* @param {string} pickfaceId Unique identifier of a pickface
|
|
@@ -794,7 +806,7 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
|
|
|
794
806
|
*/
|
|
795
807
|
getPickfaceContainerModels(project: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContainerModels>>;
|
|
796
808
|
/**
|
|
797
|
-
* Lists all available pickfaces paginated into chunks
|
|
809
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
798
810
|
* @summary List pickfaces
|
|
799
811
|
* @param {string} project What project it is
|
|
800
812
|
* @param {string} [search] Search term to filter based on pickface code
|
|
@@ -928,7 +940,7 @@ export declare const PickfacesApiFactory: (configuration?: Configuration, basePa
|
|
|
928
940
|
*/
|
|
929
941
|
exportPickfaces(requestParameters: PickfacesApiExportPickfacesRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
930
942
|
/**
|
|
931
|
-
* Get a pickface
|
|
943
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
932
944
|
* @summary Get pickface
|
|
933
945
|
* @param {PickfacesApiGetPickfaceRequest} requestParameters Request parameters.
|
|
934
946
|
* @param {*} [options] Override http request option.
|
|
@@ -944,7 +956,7 @@ export declare const PickfacesApiFactory: (configuration?: Configuration, basePa
|
|
|
944
956
|
*/
|
|
945
957
|
getPickfaceContainerModels(requestParameters: PickfacesApiGetPickfaceContainerModelsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ContainerModels>;
|
|
946
958
|
/**
|
|
947
|
-
* Lists all available pickfaces paginated into chunks
|
|
959
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
948
960
|
* @summary List pickfaces
|
|
949
961
|
* @param {PickfacesApiGetPickfacesRequest} requestParameters Request parameters.
|
|
950
962
|
* @param {*} [options] Override http request option.
|
|
@@ -1416,7 +1428,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1416
1428
|
*/
|
|
1417
1429
|
exportPickfaces(requestParameters: PickfacesApiExportPickfacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
1418
1430
|
/**
|
|
1419
|
-
* Get a pickface
|
|
1431
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1420
1432
|
* @summary Get pickface
|
|
1421
1433
|
* @param {PickfacesApiGetPickfaceRequest} requestParameters Request parameters.
|
|
1422
1434
|
* @param {*} [options] Override http request option.
|
|
@@ -1434,7 +1446,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1434
1446
|
*/
|
|
1435
1447
|
getPickfaceContainerModels(requestParameters: PickfacesApiGetPickfaceContainerModelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ContainerModels, any>>;
|
|
1436
1448
|
/**
|
|
1437
|
-
* Lists all available pickfaces paginated into chunks
|
|
1449
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1438
1450
|
* @summary List pickfaces
|
|
1439
1451
|
* @param {PickfacesApiGetPickfacesRequest} requestParameters Request parameters.
|
|
1440
1452
|
* @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.
|
|
8
|
+
* The version of the OpenAPI document: 0.16.0
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 0.16.0
|
|
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.
|
|
8
|
+
* The version of the OpenAPI document: 0.16.0
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 0.16.0
|
|
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.
|
|
8
|
+
* The version of the OpenAPI document: 0.16.0
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 0.16.0
|
|
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.
|
|
8
|
+
* The version of the OpenAPI document: 0.16.0
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 0.16.0
|
|
6
6
|
* Contact: hello@teemill.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -106,6 +106,12 @@ export interface CreatePickfaceRequest {
|
|
|
106
106
|
* @memberof CreatePickfaceRequest
|
|
107
107
|
*/
|
|
108
108
|
'containerModelId'?: string;
|
|
109
|
+
/**
|
|
110
|
+
* Unique object identifier
|
|
111
|
+
* @type {string}
|
|
112
|
+
* @memberof CreatePickfaceRequest
|
|
113
|
+
*/
|
|
114
|
+
'zoneId'?: string;
|
|
109
115
|
}
|
|
110
116
|
/**
|
|
111
117
|
*
|
|
@@ -542,6 +548,12 @@ export interface UpdatePickfaceRequest {
|
|
|
542
548
|
* @memberof UpdatePickfaceRequest
|
|
543
549
|
*/
|
|
544
550
|
'containerModelId'?: string;
|
|
551
|
+
/**
|
|
552
|
+
* Unique object identifier
|
|
553
|
+
* @type {string}
|
|
554
|
+
* @memberof UpdatePickfaceRequest
|
|
555
|
+
*/
|
|
556
|
+
'zoneId'?: string;
|
|
545
557
|
/**
|
|
546
558
|
*
|
|
547
559
|
* @type {Array<UpdatePickfaceRequestContentsInner>}
|
|
@@ -624,7 +636,7 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
624
636
|
*/
|
|
625
637
|
exportPickfaces: (project: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
626
638
|
/**
|
|
627
|
-
* Get a pickface
|
|
639
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
628
640
|
* @summary Get pickface
|
|
629
641
|
* @param {string} project What project it is
|
|
630
642
|
* @param {string} pickfaceId Unique identifier of a pickface
|
|
@@ -641,7 +653,7 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
641
653
|
*/
|
|
642
654
|
getPickfaceContainerModels: (project: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
643
655
|
/**
|
|
644
|
-
* Lists all available pickfaces paginated into chunks
|
|
656
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
645
657
|
* @summary List pickfaces
|
|
646
658
|
* @param {string} project What project it is
|
|
647
659
|
* @param {string} [search] Search term to filter based on pickface code
|
|
@@ -777,7 +789,7 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
|
|
|
777
789
|
*/
|
|
778
790
|
exportPickfaces(project: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
779
791
|
/**
|
|
780
|
-
* Get a pickface
|
|
792
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
781
793
|
* @summary Get pickface
|
|
782
794
|
* @param {string} project What project it is
|
|
783
795
|
* @param {string} pickfaceId Unique identifier of a pickface
|
|
@@ -794,7 +806,7 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
|
|
|
794
806
|
*/
|
|
795
807
|
getPickfaceContainerModels(project: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContainerModels>>;
|
|
796
808
|
/**
|
|
797
|
-
* Lists all available pickfaces paginated into chunks
|
|
809
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
798
810
|
* @summary List pickfaces
|
|
799
811
|
* @param {string} project What project it is
|
|
800
812
|
* @param {string} [search] Search term to filter based on pickface code
|
|
@@ -928,7 +940,7 @@ export declare const PickfacesApiFactory: (configuration?: Configuration, basePa
|
|
|
928
940
|
*/
|
|
929
941
|
exportPickfaces(requestParameters: PickfacesApiExportPickfacesRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
930
942
|
/**
|
|
931
|
-
* Get a pickface
|
|
943
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
932
944
|
* @summary Get pickface
|
|
933
945
|
* @param {PickfacesApiGetPickfaceRequest} requestParameters Request parameters.
|
|
934
946
|
* @param {*} [options] Override http request option.
|
|
@@ -944,7 +956,7 @@ export declare const PickfacesApiFactory: (configuration?: Configuration, basePa
|
|
|
944
956
|
*/
|
|
945
957
|
getPickfaceContainerModels(requestParameters: PickfacesApiGetPickfaceContainerModelsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ContainerModels>;
|
|
946
958
|
/**
|
|
947
|
-
* Lists all available pickfaces paginated into chunks
|
|
959
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
948
960
|
* @summary List pickfaces
|
|
949
961
|
* @param {PickfacesApiGetPickfacesRequest} requestParameters Request parameters.
|
|
950
962
|
* @param {*} [options] Override http request option.
|
|
@@ -1416,7 +1428,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1416
1428
|
*/
|
|
1417
1429
|
exportPickfaces(requestParameters: PickfacesApiExportPickfacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
1418
1430
|
/**
|
|
1419
|
-
* Get a pickface
|
|
1431
|
+
* Get a specific pickface. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1420
1432
|
* @summary Get pickface
|
|
1421
1433
|
* @param {PickfacesApiGetPickfaceRequest} requestParameters Request parameters.
|
|
1422
1434
|
* @param {*} [options] Override http request option.
|
|
@@ -1434,7 +1446,7 @@ export declare class PickfacesApi extends BaseAPI {
|
|
|
1434
1446
|
*/
|
|
1435
1447
|
getPickfaceContainerModels(requestParameters: PickfacesApiGetPickfaceContainerModelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ContainerModels, any>>;
|
|
1436
1448
|
/**
|
|
1437
|
-
* Lists all available pickfaces paginated into chunks
|
|
1449
|
+
* Lists all available pickfaces paginated into chunks. Pickfaces contain useful information such as the items they contain and their level of fullness
|
|
1438
1450
|
* @summary List pickfaces
|
|
1439
1451
|
* @param {PickfacesApiGetPickfacesRequest} requestParameters Request parameters.
|
|
1440
1452
|
* @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.
|
|
7
|
+
* The version of the OpenAPI document: 0.16.0
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 0.16.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 0.16.0
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 0.16.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 0.16.0
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 0.16.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 0.16.0
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 0.16.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 0.16.0
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 0.16.0
|
|
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.
|
|
8
|
+
* The version of the OpenAPI document: 0.16.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 0.16.0
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|