@teemill/pickfaces 0.30.0 → 0.30.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 +5 -5
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +5 -5
- package/dist/api.js +1 -1
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +5 -5
- package/dist/esm/api.js +1 -1
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/CreatePickfaceRequest.md +1 -1
- package/docs/Pickface.md +1 -1
- package/docs/UpdatePickfaceRequest.md +1 -1
- package/docs/UpdatePickfacesRequestPickfacesInner.md +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @teemill/pickfaces@0.30.
|
|
1
|
+
## @teemill/pickfaces@0.30.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.30.
|
|
39
|
+
npm install @teemill/pickfaces@0.30.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.30.
|
|
7
|
+
* The version of the OpenAPI document: 0.30.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -141,7 +141,7 @@ export interface CreatePickfaceRequest {
|
|
|
141
141
|
*/
|
|
142
142
|
'zoneId'?: string;
|
|
143
143
|
/**
|
|
144
|
-
* The distance from the nearest label printer to the pickface in
|
|
144
|
+
* The distance from the nearest label printer to the pickface in centimeters. This is used for put away recommendations.
|
|
145
145
|
* @type {number}
|
|
146
146
|
* @memberof CreatePickfaceRequest
|
|
147
147
|
*/
|
|
@@ -346,7 +346,7 @@ export interface Pickface {
|
|
|
346
346
|
*/
|
|
347
347
|
'contents': Array<PickfaceContentsInner>;
|
|
348
348
|
/**
|
|
349
|
-
* The distance from the nearest label printer to the pickface in
|
|
349
|
+
* The distance from the nearest label printer to the pickface in centimeters.
|
|
350
350
|
* @type {number}
|
|
351
351
|
* @memberof Pickface
|
|
352
352
|
*/
|
|
@@ -594,7 +594,7 @@ export interface UpdatePickfaceRequest {
|
|
|
594
594
|
*/
|
|
595
595
|
'name'?: string | null;
|
|
596
596
|
/**
|
|
597
|
-
* The distance from the nearest label printer to the pickface in
|
|
597
|
+
* The distance from the nearest label printer to the pickface in centimeters. This is used for put away recommendations.
|
|
598
598
|
* @type {number}
|
|
599
599
|
* @memberof UpdatePickfaceRequest
|
|
600
600
|
*/
|
|
@@ -756,7 +756,7 @@ export interface UpdatePickfacesRequestPickfacesInner {
|
|
|
756
756
|
*/
|
|
757
757
|
'bulk'?: boolean;
|
|
758
758
|
/**
|
|
759
|
-
* The distance from the nearest label printer to the pickface in
|
|
759
|
+
* The distance from the nearest label printer to the pickface in centimeters. This is used for put away recommendations.
|
|
760
760
|
* @type {number}
|
|
761
761
|
* @memberof UpdatePickfacesRequestPickfacesInner
|
|
762
762
|
*/
|
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.30.
|
|
7
|
+
* The version of the OpenAPI document: 0.30.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.30.
|
|
7
|
+
* The version of the OpenAPI document: 0.30.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.30.
|
|
7
|
+
* The version of the OpenAPI document: 0.30.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Pickfaces API
|
|
3
3
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.30.
|
|
5
|
+
* The version of the OpenAPI document: 0.30.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -131,7 +131,7 @@ export interface CreatePickfaceRequest {
|
|
|
131
131
|
*/
|
|
132
132
|
'zoneId'?: string;
|
|
133
133
|
/**
|
|
134
|
-
* The distance from the nearest label printer to the pickface in
|
|
134
|
+
* The distance from the nearest label printer to the pickface in centimeters. This is used for put away recommendations.
|
|
135
135
|
* @type {number}
|
|
136
136
|
* @memberof CreatePickfaceRequest
|
|
137
137
|
*/
|
|
@@ -336,7 +336,7 @@ export interface Pickface {
|
|
|
336
336
|
*/
|
|
337
337
|
'contents': Array<PickfaceContentsInner>;
|
|
338
338
|
/**
|
|
339
|
-
* The distance from the nearest label printer to the pickface in
|
|
339
|
+
* The distance from the nearest label printer to the pickface in centimeters.
|
|
340
340
|
* @type {number}
|
|
341
341
|
* @memberof Pickface
|
|
342
342
|
*/
|
|
@@ -584,7 +584,7 @@ export interface UpdatePickfaceRequest {
|
|
|
584
584
|
*/
|
|
585
585
|
'name'?: string | null;
|
|
586
586
|
/**
|
|
587
|
-
* The distance from the nearest label printer to the pickface in
|
|
587
|
+
* The distance from the nearest label printer to the pickface in centimeters. This is used for put away recommendations.
|
|
588
588
|
* @type {number}
|
|
589
589
|
* @memberof UpdatePickfaceRequest
|
|
590
590
|
*/
|
|
@@ -740,7 +740,7 @@ export interface UpdatePickfacesRequestPickfacesInner {
|
|
|
740
740
|
*/
|
|
741
741
|
'bulk'?: boolean;
|
|
742
742
|
/**
|
|
743
|
-
* The distance from the nearest label printer to the pickface in
|
|
743
|
+
* The distance from the nearest label printer to the pickface in centimeters. This is used for put away recommendations.
|
|
744
744
|
* @type {number}
|
|
745
745
|
* @memberof UpdatePickfacesRequestPickfacesInner
|
|
746
746
|
*/
|
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.30.
|
|
8
|
+
* The version of the OpenAPI document: 0.30.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.30.
|
|
5
|
+
* The version of the OpenAPI document: 0.30.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.30.
|
|
8
|
+
* The version of the OpenAPI document: 0.30.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.30.
|
|
5
|
+
* The version of the OpenAPI document: 0.30.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.30.
|
|
8
|
+
* The version of the OpenAPI document: 0.30.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.30.
|
|
5
|
+
* The version of the OpenAPI document: 0.30.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.30.
|
|
8
|
+
* The version of the OpenAPI document: 0.30.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Pickfaces API
|
|
3
3
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.30.
|
|
5
|
+
* The version of the OpenAPI document: 0.30.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -131,7 +131,7 @@ export interface CreatePickfaceRequest {
|
|
|
131
131
|
*/
|
|
132
132
|
'zoneId'?: string;
|
|
133
133
|
/**
|
|
134
|
-
* The distance from the nearest label printer to the pickface in
|
|
134
|
+
* The distance from the nearest label printer to the pickface in centimeters. This is used for put away recommendations.
|
|
135
135
|
* @type {number}
|
|
136
136
|
* @memberof CreatePickfaceRequest
|
|
137
137
|
*/
|
|
@@ -336,7 +336,7 @@ export interface Pickface {
|
|
|
336
336
|
*/
|
|
337
337
|
'contents': Array<PickfaceContentsInner>;
|
|
338
338
|
/**
|
|
339
|
-
* The distance from the nearest label printer to the pickface in
|
|
339
|
+
* The distance from the nearest label printer to the pickface in centimeters.
|
|
340
340
|
* @type {number}
|
|
341
341
|
* @memberof Pickface
|
|
342
342
|
*/
|
|
@@ -584,7 +584,7 @@ export interface UpdatePickfaceRequest {
|
|
|
584
584
|
*/
|
|
585
585
|
'name'?: string | null;
|
|
586
586
|
/**
|
|
587
|
-
* The distance from the nearest label printer to the pickface in
|
|
587
|
+
* The distance from the nearest label printer to the pickface in centimeters. This is used for put away recommendations.
|
|
588
588
|
* @type {number}
|
|
589
589
|
* @memberof UpdatePickfaceRequest
|
|
590
590
|
*/
|
|
@@ -740,7 +740,7 @@ export interface UpdatePickfacesRequestPickfacesInner {
|
|
|
740
740
|
*/
|
|
741
741
|
'bulk'?: boolean;
|
|
742
742
|
/**
|
|
743
|
-
* The distance from the nearest label printer to the pickface in
|
|
743
|
+
* The distance from the nearest label printer to the pickface in centimeters. This is used for put away recommendations.
|
|
744
744
|
* @type {number}
|
|
745
745
|
* @memberof UpdatePickfacesRequestPickfacesInner
|
|
746
746
|
*/
|
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.30.
|
|
7
|
+
* The version of the OpenAPI document: 0.30.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.30.
|
|
5
|
+
* The version of the OpenAPI document: 0.30.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.30.
|
|
7
|
+
* The version of the OpenAPI document: 0.30.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.30.
|
|
5
|
+
* The version of the OpenAPI document: 0.30.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.30.
|
|
7
|
+
* The version of the OpenAPI document: 0.30.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.30.
|
|
5
|
+
* The version of the OpenAPI document: 0.30.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.30.
|
|
7
|
+
* The version of the OpenAPI document: 0.30.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Pickfaces API
|
|
3
3
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.30.
|
|
5
|
+
* The version of the OpenAPI document: 0.30.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.30.
|
|
7
|
+
* The version of the OpenAPI document: 0.30.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.30.
|
|
5
|
+
* The version of the OpenAPI document: 0.30.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.30.
|
|
8
|
+
* The version of the OpenAPI document: 0.30.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
|
|
|
11
11
|
**bulk** | **boolean** | Whether the pickface is used for bulk storage | [optional] [default to false]
|
|
12
12
|
**mixedContents** | **boolean** | Whether the pickface can contain mixed contents. | [optional] [default to false]
|
|
13
13
|
**zoneId** | **string** | Typically this field is left empty. Use \'Zones API\' > \'List warehouse zones\' to get a list of available options. | [optional] [default to undefined]
|
|
14
|
-
**distanceFromLabelPrinter** | **number** | The distance from the nearest label printer to the pickface in
|
|
14
|
+
**distanceFromLabelPrinter** | **number** | The distance from the nearest label printer to the pickface in centimeters. This is used for put away recommendations. | [optional] [default to undefined]
|
|
15
15
|
|
|
16
16
|
## Example
|
|
17
17
|
|
package/docs/Pickface.md
CHANGED
|
@@ -19,7 +19,7 @@ Name | Type | Description | Notes
|
|
|
19
19
|
**lastRestocked** | [**PickfaceLog**](PickfaceLog.md) | The last time the pickface was restocked | [default to undefined]
|
|
20
20
|
**issue** | [**PickfaceIssue**](PickfaceIssue.md) | | [default to undefined]
|
|
21
21
|
**contents** | [**Array<PickfaceContentsInner>**](PickfaceContentsInner.md) | | [default to undefined]
|
|
22
|
-
**distanceFromLabelPrinter** | **number** | The distance from the nearest label printer to the pickface in
|
|
22
|
+
**distanceFromLabelPrinter** | **number** | The distance from the nearest label printer to the pickface in centimeters. | [default to undefined]
|
|
23
23
|
|
|
24
24
|
## Example
|
|
25
25
|
|
|
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
|
|
|
12
12
|
**mixedContents** | **boolean** | Whether the pickface can contain mixed contents. | [optional] [default to undefined]
|
|
13
13
|
**bulk** | **boolean** | Whether the pickface is used for bulk storage | [optional] [default to undefined]
|
|
14
14
|
**name** | **string** | A user defined name for the pickface, if this is not provided the location will be used as the name. | [optional] [default to undefined]
|
|
15
|
-
**distanceFromLabelPrinter** | **number** | The distance from the nearest label printer to the pickface in
|
|
15
|
+
**distanceFromLabelPrinter** | **number** | The distance from the nearest label printer to the pickface in centimeters. This is used for put away recommendations. | [optional] [default to undefined]
|
|
16
16
|
**contents** | [**Array<UpdatePickfaceRequestContentsInner>**](UpdatePickfaceRequestContentsInner.md) | | [optional] [default to undefined]
|
|
17
17
|
**purchaseOrderId** | **string** | Unique object identifier | [optional] [default to undefined]
|
|
18
18
|
|
|
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
|
|
|
10
10
|
**enabled** | **boolean** | Whether the pickface is enabled | [optional] [default to undefined]
|
|
11
11
|
**mixedContents** | **boolean** | Whether the pickface can contain mixed contents. | [optional] [default to undefined]
|
|
12
12
|
**bulk** | **boolean** | Whether the pickface is used for bulk storage | [optional] [default to undefined]
|
|
13
|
-
**distanceFromLabelPrinter** | **number** | The distance from the nearest label printer to the pickface in
|
|
13
|
+
**distanceFromLabelPrinter** | **number** | The distance from the nearest label printer to the pickface in centimeters. This is used for put away recommendations. | [optional] [default to undefined]
|
|
14
14
|
|
|
15
15
|
## Example
|
|
16
16
|
|
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.30.
|
|
7
|
+
* The version of the OpenAPI document: 0.30.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|