@teemill/pickfaces 0.20.0 → 0.20.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/api.ts +6 -6
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +2 -2
- package/dist/api.d.ts +6 -6
- 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 +2 -2
- package/dist/esm/api.d.ts +6 -6
- 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 +2 -2
- 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.20.
|
|
1
|
+
## @teemill/pickfaces@0.20.1
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @teemill/pickfaces@0.20.
|
|
39
|
+
npm install @teemill/pickfaces@0.20.1 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.20.
|
|
7
|
+
* The version of the OpenAPI document: 0.20.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -105,19 +105,19 @@ export interface ContainerTypes {
|
|
|
105
105
|
*/
|
|
106
106
|
export interface CreatePickfaceRequest {
|
|
107
107
|
/**
|
|
108
|
-
*
|
|
108
|
+
* A human readable location for the pickface i.e. \"1 Wf 49\"
|
|
109
109
|
* @type {string}
|
|
110
110
|
* @memberof CreatePickfaceRequest
|
|
111
111
|
*/
|
|
112
112
|
'location': string;
|
|
113
113
|
/**
|
|
114
|
-
*
|
|
114
|
+
* Use \'Pickfaces API\' > \'List pickface container types\' to get a list of available options.
|
|
115
115
|
* @type {string}
|
|
116
116
|
* @memberof CreatePickfaceRequest
|
|
117
117
|
*/
|
|
118
118
|
'containerTypeId': string;
|
|
119
119
|
/**
|
|
120
|
-
*
|
|
120
|
+
* Typically this field is left empty. Use \'Zones API\' > \'List warehouse zones\' to get a list of available options.
|
|
121
121
|
* @type {string}
|
|
122
122
|
* @memberof CreatePickfaceRequest
|
|
123
123
|
*/
|
|
@@ -250,7 +250,7 @@ export interface Pickface {
|
|
|
250
250
|
*/
|
|
251
251
|
'ref'?: string;
|
|
252
252
|
/**
|
|
253
|
-
*
|
|
253
|
+
* The human readable location of the pickface
|
|
254
254
|
* @type {string}
|
|
255
255
|
* @memberof Pickface
|
|
256
256
|
*/
|
|
@@ -330,7 +330,7 @@ export interface PickfaceContentsInner {
|
|
|
330
330
|
*/
|
|
331
331
|
'variantRef'?: string;
|
|
332
332
|
/**
|
|
333
|
-
*
|
|
333
|
+
* The ID of the project that the contents belongs to. For example, if you had a 3PL item this would be the project that created the product.
|
|
334
334
|
* @type {string}
|
|
335
335
|
* @memberof PickfaceContentsInner
|
|
336
336
|
*/
|
package/base.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.20.
|
|
7
|
+
* The version of the OpenAPI document: 0.20.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/common.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.20.
|
|
7
|
+
* The version of the OpenAPI document: 0.20.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/configuration.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.20.
|
|
7
|
+
* The version of the OpenAPI document: 0.20.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -92,7 +92,7 @@ export class Configuration {
|
|
|
92
92
|
this.baseOptions = {
|
|
93
93
|
headers: {
|
|
94
94
|
...param.baseOptions?.headers,
|
|
95
|
-
'User-Agent': "OpenAPI-Generator/0.20.
|
|
95
|
+
'User-Agent': "OpenAPI-Generator/0.20.1/typescript-axios"
|
|
96
96
|
},
|
|
97
97
|
...param.baseOptions
|
|
98
98
|
};
|
package/dist/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Pickfaces API
|
|
3
3
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.20.
|
|
5
|
+
* The version of the OpenAPI document: 0.20.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -95,19 +95,19 @@ export interface ContainerTypes {
|
|
|
95
95
|
*/
|
|
96
96
|
export interface CreatePickfaceRequest {
|
|
97
97
|
/**
|
|
98
|
-
*
|
|
98
|
+
* A human readable location for the pickface i.e. \"1 Wf 49\"
|
|
99
99
|
* @type {string}
|
|
100
100
|
* @memberof CreatePickfaceRequest
|
|
101
101
|
*/
|
|
102
102
|
'location': string;
|
|
103
103
|
/**
|
|
104
|
-
*
|
|
104
|
+
* Use \'Pickfaces API\' > \'List pickface container types\' to get a list of available options.
|
|
105
105
|
* @type {string}
|
|
106
106
|
* @memberof CreatePickfaceRequest
|
|
107
107
|
*/
|
|
108
108
|
'containerTypeId': string;
|
|
109
109
|
/**
|
|
110
|
-
*
|
|
110
|
+
* Typically this field is left empty. Use \'Zones API\' > \'List warehouse zones\' to get a list of available options.
|
|
111
111
|
* @type {string}
|
|
112
112
|
* @memberof CreatePickfaceRequest
|
|
113
113
|
*/
|
|
@@ -240,7 +240,7 @@ export interface Pickface {
|
|
|
240
240
|
*/
|
|
241
241
|
'ref'?: string;
|
|
242
242
|
/**
|
|
243
|
-
*
|
|
243
|
+
* The human readable location of the pickface
|
|
244
244
|
* @type {string}
|
|
245
245
|
* @memberof Pickface
|
|
246
246
|
*/
|
|
@@ -320,7 +320,7 @@ export interface PickfaceContentsInner {
|
|
|
320
320
|
*/
|
|
321
321
|
'variantRef'?: string;
|
|
322
322
|
/**
|
|
323
|
-
*
|
|
323
|
+
* The ID of the project that the contents belongs to. For example, if you had a 3PL item this would be the project that created the product.
|
|
324
324
|
* @type {string}
|
|
325
325
|
* @memberof PickfaceContentsInner
|
|
326
326
|
*/
|
package/dist/api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Pickfaces API
|
|
6
6
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.20.
|
|
8
|
+
* The version of the OpenAPI document: 0.20.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Pickfaces API
|
|
3
3
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.20.
|
|
5
|
+
* The version of the OpenAPI document: 0.20.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/base.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Pickfaces API
|
|
6
6
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.20.
|
|
8
|
+
* The version of the OpenAPI document: 0.20.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/common.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Pickfaces API
|
|
3
3
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.20.
|
|
5
|
+
* The version of the OpenAPI document: 0.20.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/common.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Pickfaces API
|
|
6
6
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.20.
|
|
8
|
+
* The version of the OpenAPI document: 0.20.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Pickfaces API
|
|
3
3
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.20.
|
|
5
|
+
* The version of the OpenAPI document: 0.20.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Pickfaces API
|
|
6
6
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.20.
|
|
8
|
+
* The version of the OpenAPI document: 0.20.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -23,7 +23,7 @@ class Configuration {
|
|
|
23
23
|
this.accessToken = param.accessToken;
|
|
24
24
|
this.basePath = param.basePath;
|
|
25
25
|
this.serverIndex = param.serverIndex;
|
|
26
|
-
this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/0.20.
|
|
26
|
+
this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/0.20.1/typescript-axios" }) }, param.baseOptions);
|
|
27
27
|
this.formDataCtor = param.formDataCtor;
|
|
28
28
|
}
|
|
29
29
|
/**
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Pickfaces API
|
|
3
3
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.20.
|
|
5
|
+
* The version of the OpenAPI document: 0.20.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -95,19 +95,19 @@ export interface ContainerTypes {
|
|
|
95
95
|
*/
|
|
96
96
|
export interface CreatePickfaceRequest {
|
|
97
97
|
/**
|
|
98
|
-
*
|
|
98
|
+
* A human readable location for the pickface i.e. \"1 Wf 49\"
|
|
99
99
|
* @type {string}
|
|
100
100
|
* @memberof CreatePickfaceRequest
|
|
101
101
|
*/
|
|
102
102
|
'location': string;
|
|
103
103
|
/**
|
|
104
|
-
*
|
|
104
|
+
* Use \'Pickfaces API\' > \'List pickface container types\' to get a list of available options.
|
|
105
105
|
* @type {string}
|
|
106
106
|
* @memberof CreatePickfaceRequest
|
|
107
107
|
*/
|
|
108
108
|
'containerTypeId': string;
|
|
109
109
|
/**
|
|
110
|
-
*
|
|
110
|
+
* Typically this field is left empty. Use \'Zones API\' > \'List warehouse zones\' to get a list of available options.
|
|
111
111
|
* @type {string}
|
|
112
112
|
* @memberof CreatePickfaceRequest
|
|
113
113
|
*/
|
|
@@ -240,7 +240,7 @@ export interface Pickface {
|
|
|
240
240
|
*/
|
|
241
241
|
'ref'?: string;
|
|
242
242
|
/**
|
|
243
|
-
*
|
|
243
|
+
* The human readable location of the pickface
|
|
244
244
|
* @type {string}
|
|
245
245
|
* @memberof Pickface
|
|
246
246
|
*/
|
|
@@ -320,7 +320,7 @@ export interface PickfaceContentsInner {
|
|
|
320
320
|
*/
|
|
321
321
|
'variantRef'?: string;
|
|
322
322
|
/**
|
|
323
|
-
*
|
|
323
|
+
* The ID of the project that the contents belongs to. For example, if you had a 3PL item this would be the project that created the product.
|
|
324
324
|
* @type {string}
|
|
325
325
|
* @memberof PickfaceContentsInner
|
|
326
326
|
*/
|
package/dist/esm/api.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.20.
|
|
7
|
+
* The version of the OpenAPI document: 0.20.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Pickfaces API
|
|
3
3
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.20.
|
|
5
|
+
* The version of the OpenAPI document: 0.20.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/base.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.20.
|
|
7
|
+
* The version of the OpenAPI document: 0.20.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/common.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Pickfaces API
|
|
3
3
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.20.
|
|
5
|
+
* The version of the OpenAPI document: 0.20.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/common.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.20.
|
|
7
|
+
* The version of the OpenAPI document: 0.20.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Pickfaces API
|
|
3
3
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.20.
|
|
5
|
+
* The version of the OpenAPI document: 0.20.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.20.
|
|
7
|
+
* The version of the OpenAPI document: 0.20.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -20,7 +20,7 @@ export class Configuration {
|
|
|
20
20
|
this.accessToken = param.accessToken;
|
|
21
21
|
this.basePath = param.basePath;
|
|
22
22
|
this.serverIndex = param.serverIndex;
|
|
23
|
-
this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/0.20.
|
|
23
|
+
this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/0.20.1/typescript-axios" }) }, param.baseOptions);
|
|
24
24
|
this.formDataCtor = param.formDataCtor;
|
|
25
25
|
}
|
|
26
26
|
/**
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Pickfaces API
|
|
3
3
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.20.
|
|
5
|
+
* The version of the OpenAPI document: 0.20.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.20.
|
|
7
|
+
* The version of the OpenAPI document: 0.20.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Pickfaces API
|
|
3
3
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.20.
|
|
5
|
+
* The version of the OpenAPI document: 0.20.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Pickfaces API
|
|
6
6
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.20.
|
|
8
|
+
* The version of the OpenAPI document: 0.20.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/index.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces API
|
|
5
5
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.20.
|
|
7
|
+
* The version of the OpenAPI document: 0.20.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|