@teemill/pickfaces 0.38.0 → 0.38.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 +4 -4
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +4 -4
- package/dist/api.js +3 -3
- 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 +4 -4
- package/dist/esm/api.js +3 -3
- 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/PickfacesApi.md +2 -2
- package/index.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @teemill/pickfaces@0.38.
|
|
1
|
+
## @teemill/pickfaces@0.38.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.38.
|
|
39
|
+
npm install @teemill/pickfaces@0.38.1 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces
|
|
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.38.
|
|
7
|
+
* The version of the OpenAPI document: 0.38.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1239,7 +1239,7 @@ export const PickfacesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
1239
1239
|
* @param {string} project The project ID
|
|
1240
1240
|
* @param {string} variantRef Unique identifier of a warehouse variant
|
|
1241
1241
|
* @param {number} quantity Number of variants
|
|
1242
|
-
* @param {number} [sellThroughRate]
|
|
1242
|
+
* @param {number} [sellThroughRate] Normalised 0–100 sell-through rate used to bias empty-pickface suggestions toward the label printer. Omit this parameter to use the project\'s live override-first rate from sell_through_rates, log-normalised against the project maximum. Supply a value to keep the previous client-normalised behaviour.
|
|
1243
1243
|
* @param {number} [pageToken] Page reference token
|
|
1244
1244
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
1245
1245
|
* @param {boolean} [bulk] Whether to suggest bulk pickfaces
|
|
@@ -1634,7 +1634,7 @@ export const PickfacesApiFp = function(configuration?: Configuration) {
|
|
|
1634
1634
|
* @param {string} project The project ID
|
|
1635
1635
|
* @param {string} variantRef Unique identifier of a warehouse variant
|
|
1636
1636
|
* @param {number} quantity Number of variants
|
|
1637
|
-
* @param {number} [sellThroughRate]
|
|
1637
|
+
* @param {number} [sellThroughRate] Normalised 0–100 sell-through rate used to bias empty-pickface suggestions toward the label printer. Omit this parameter to use the project\'s live override-first rate from sell_through_rates, log-normalised against the project maximum. Supply a value to keep the previous client-normalised behaviour.
|
|
1638
1638
|
* @param {number} [pageToken] Page reference token
|
|
1639
1639
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
1640
1640
|
* @param {boolean} [bulk] Whether to suggest bulk pickfaces
|
|
@@ -2148,7 +2148,7 @@ export interface PickfacesApiSuggestPickfacesRequest {
|
|
|
2148
2148
|
readonly quantity: number
|
|
2149
2149
|
|
|
2150
2150
|
/**
|
|
2151
|
-
*
|
|
2151
|
+
* Normalised 0–100 sell-through rate used to bias empty-pickface suggestions toward the label printer. Omit this parameter to use the project\'s live override-first rate from sell_through_rates, log-normalised against the project maximum. Supply a value to keep the previous client-normalised behaviour.
|
|
2152
2152
|
*/
|
|
2153
2153
|
readonly sellThroughRate?: number
|
|
2154
2154
|
|
package/base.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces
|
|
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.38.
|
|
7
|
+
* The version of the OpenAPI document: 0.38.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
|
|
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.38.
|
|
7
|
+
* The version of the OpenAPI document: 0.38.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/configuration.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Pickfaces
|
|
4
4
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 0.38.
|
|
6
|
+
* The version of the OpenAPI document: 0.38.1
|
|
7
7
|
*
|
|
8
8
|
*
|
|
9
9
|
* 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
|
|
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.38.
|
|
5
|
+
* The version of the OpenAPI document: 0.38.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -607,7 +607,7 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
607
607
|
* @param {string} project The project ID
|
|
608
608
|
* @param {string} variantRef Unique identifier of a warehouse variant
|
|
609
609
|
* @param {number} quantity Number of variants
|
|
610
|
-
* @param {number} [sellThroughRate]
|
|
610
|
+
* @param {number} [sellThroughRate] Normalised 0–100 sell-through rate used to bias empty-pickface suggestions toward the label printer. Omit this parameter to use the project\'s live override-first rate from sell_through_rates, log-normalised against the project maximum. Supply a value to keep the previous client-normalised behaviour.
|
|
611
611
|
* @param {number} [pageToken] Page reference token
|
|
612
612
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
613
613
|
* @param {boolean} [bulk] Whether to suggest bulk pickfaces
|
|
@@ -783,7 +783,7 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
|
|
|
783
783
|
* @param {string} project The project ID
|
|
784
784
|
* @param {string} variantRef Unique identifier of a warehouse variant
|
|
785
785
|
* @param {number} quantity Number of variants
|
|
786
|
-
* @param {number} [sellThroughRate]
|
|
786
|
+
* @param {number} [sellThroughRate] Normalised 0–100 sell-through rate used to bias empty-pickface suggestions toward the label printer. Omit this parameter to use the project\'s live override-first rate from sell_through_rates, log-normalised against the project maximum. Supply a value to keep the previous client-normalised behaviour.
|
|
787
787
|
* @param {number} [pageToken] Page reference token
|
|
788
788
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
789
789
|
* @param {boolean} [bulk] Whether to suggest bulk pickfaces
|
|
@@ -1199,7 +1199,7 @@ export interface PickfacesApiSuggestPickfacesRequest {
|
|
|
1199
1199
|
*/
|
|
1200
1200
|
readonly quantity: number;
|
|
1201
1201
|
/**
|
|
1202
|
-
*
|
|
1202
|
+
* Normalised 0–100 sell-through rate used to bias empty-pickface suggestions toward the label printer. Omit this parameter to use the project\'s live override-first rate from sell_through_rates, log-normalised against the project maximum. Supply a value to keep the previous client-normalised behaviour.
|
|
1203
1203
|
*/
|
|
1204
1204
|
readonly sellThroughRate?: number;
|
|
1205
1205
|
/**
|
package/dist/api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Pickfaces
|
|
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.38.
|
|
8
|
+
* The version of the OpenAPI document: 0.38.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -694,7 +694,7 @@ const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
694
694
|
* @param {string} project The project ID
|
|
695
695
|
* @param {string} variantRef Unique identifier of a warehouse variant
|
|
696
696
|
* @param {number} quantity Number of variants
|
|
697
|
-
* @param {number} [sellThroughRate]
|
|
697
|
+
* @param {number} [sellThroughRate] Normalised 0–100 sell-through rate used to bias empty-pickface suggestions toward the label printer. Omit this parameter to use the project\'s live override-first rate from sell_through_rates, log-normalised against the project maximum. Supply a value to keep the previous client-normalised behaviour.
|
|
698
698
|
* @param {number} [pageToken] Page reference token
|
|
699
699
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
700
700
|
* @param {boolean} [bulk] Whether to suggest bulk pickfaces
|
|
@@ -1104,7 +1104,7 @@ const PickfacesApiFp = function (configuration) {
|
|
|
1104
1104
|
* @param {string} project The project ID
|
|
1105
1105
|
* @param {string} variantRef Unique identifier of a warehouse variant
|
|
1106
1106
|
* @param {number} quantity Number of variants
|
|
1107
|
-
* @param {number} [sellThroughRate]
|
|
1107
|
+
* @param {number} [sellThroughRate] Normalised 0–100 sell-through rate used to bias empty-pickface suggestions toward the label printer. Omit this parameter to use the project\'s live override-first rate from sell_through_rates, log-normalised against the project maximum. Supply a value to keep the previous client-normalised behaviour.
|
|
1108
1108
|
* @param {number} [pageToken] Page reference token
|
|
1109
1109
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
1110
1110
|
* @param {boolean} [bulk] Whether to suggest bulk pickfaces
|
package/dist/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Pickfaces
|
|
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.38.
|
|
5
|
+
* The version of the OpenAPI document: 0.38.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
|
|
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.38.
|
|
8
|
+
* The version of the OpenAPI document: 0.38.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
|
|
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.38.
|
|
5
|
+
* The version of the OpenAPI document: 0.38.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
|
|
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.38.
|
|
8
|
+
* The version of the OpenAPI document: 0.38.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
|
|
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.38.
|
|
5
|
+
* The version of the OpenAPI document: 0.38.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
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces
|
|
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.38.
|
|
7
|
+
* The version of the OpenAPI document: 0.38.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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
|
|
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.38.
|
|
5
|
+
* The version of the OpenAPI document: 0.38.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -607,7 +607,7 @@ export declare const PickfacesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
607
607
|
* @param {string} project The project ID
|
|
608
608
|
* @param {string} variantRef Unique identifier of a warehouse variant
|
|
609
609
|
* @param {number} quantity Number of variants
|
|
610
|
-
* @param {number} [sellThroughRate]
|
|
610
|
+
* @param {number} [sellThroughRate] Normalised 0–100 sell-through rate used to bias empty-pickface suggestions toward the label printer. Omit this parameter to use the project\'s live override-first rate from sell_through_rates, log-normalised against the project maximum. Supply a value to keep the previous client-normalised behaviour.
|
|
611
611
|
* @param {number} [pageToken] Page reference token
|
|
612
612
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
613
613
|
* @param {boolean} [bulk] Whether to suggest bulk pickfaces
|
|
@@ -783,7 +783,7 @@ export declare const PickfacesApiFp: (configuration?: Configuration) => {
|
|
|
783
783
|
* @param {string} project The project ID
|
|
784
784
|
* @param {string} variantRef Unique identifier of a warehouse variant
|
|
785
785
|
* @param {number} quantity Number of variants
|
|
786
|
-
* @param {number} [sellThroughRate]
|
|
786
|
+
* @param {number} [sellThroughRate] Normalised 0–100 sell-through rate used to bias empty-pickface suggestions toward the label printer. Omit this parameter to use the project\'s live override-first rate from sell_through_rates, log-normalised against the project maximum. Supply a value to keep the previous client-normalised behaviour.
|
|
787
787
|
* @param {number} [pageToken] Page reference token
|
|
788
788
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
789
789
|
* @param {boolean} [bulk] Whether to suggest bulk pickfaces
|
|
@@ -1199,7 +1199,7 @@ export interface PickfacesApiSuggestPickfacesRequest {
|
|
|
1199
1199
|
*/
|
|
1200
1200
|
readonly quantity: number;
|
|
1201
1201
|
/**
|
|
1202
|
-
*
|
|
1202
|
+
* Normalised 0–100 sell-through rate used to bias empty-pickface suggestions toward the label printer. Omit this parameter to use the project\'s live override-first rate from sell_through_rates, log-normalised against the project maximum. Supply a value to keep the previous client-normalised behaviour.
|
|
1203
1203
|
*/
|
|
1204
1204
|
readonly sellThroughRate?: number;
|
|
1205
1205
|
/**
|
package/dist/esm/api.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces
|
|
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.38.
|
|
7
|
+
* The version of the OpenAPI document: 0.38.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -691,7 +691,7 @@ export const PickfacesApiAxiosParamCreator = function (configuration) {
|
|
|
691
691
|
* @param {string} project The project ID
|
|
692
692
|
* @param {string} variantRef Unique identifier of a warehouse variant
|
|
693
693
|
* @param {number} quantity Number of variants
|
|
694
|
-
* @param {number} [sellThroughRate]
|
|
694
|
+
* @param {number} [sellThroughRate] Normalised 0–100 sell-through rate used to bias empty-pickface suggestions toward the label printer. Omit this parameter to use the project\'s live override-first rate from sell_through_rates, log-normalised against the project maximum. Supply a value to keep the previous client-normalised behaviour.
|
|
695
695
|
* @param {number} [pageToken] Page reference token
|
|
696
696
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
697
697
|
* @param {boolean} [bulk] Whether to suggest bulk pickfaces
|
|
@@ -1100,7 +1100,7 @@ export const PickfacesApiFp = function (configuration) {
|
|
|
1100
1100
|
* @param {string} project The project ID
|
|
1101
1101
|
* @param {string} variantRef Unique identifier of a warehouse variant
|
|
1102
1102
|
* @param {number} quantity Number of variants
|
|
1103
|
-
* @param {number} [sellThroughRate]
|
|
1103
|
+
* @param {number} [sellThroughRate] Normalised 0–100 sell-through rate used to bias empty-pickface suggestions toward the label printer. Omit this parameter to use the project\'s live override-first rate from sell_through_rates, log-normalised against the project maximum. Supply a value to keep the previous client-normalised behaviour.
|
|
1104
1104
|
* @param {number} [pageToken] Page reference token
|
|
1105
1105
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
1106
1106
|
* @param {boolean} [bulk] Whether to suggest bulk pickfaces
|
package/dist/esm/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Pickfaces
|
|
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.38.
|
|
5
|
+
* The version of the OpenAPI document: 0.38.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
|
|
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.38.
|
|
7
|
+
* The version of the OpenAPI document: 0.38.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
|
|
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.38.
|
|
5
|
+
* The version of the OpenAPI document: 0.38.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
|
|
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.38.
|
|
7
|
+
* The version of the OpenAPI document: 0.38.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
|
|
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.38.
|
|
5
|
+
* The version of the OpenAPI document: 0.38.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Pickfaces
|
|
4
4
|
* Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 0.38.
|
|
6
|
+
* The version of the OpenAPI document: 0.38.1
|
|
7
7
|
*
|
|
8
8
|
*
|
|
9
9
|
* 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
|
|
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.38.
|
|
5
|
+
* The version of the OpenAPI document: 0.38.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
|
|
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.38.
|
|
7
|
+
* The version of the OpenAPI document: 0.38.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
|
|
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.38.
|
|
5
|
+
* The version of the OpenAPI document: 0.38.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
|
|
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.38.
|
|
8
|
+
* The version of the OpenAPI document: 0.38.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/docs/PickfacesApi.md
CHANGED
|
@@ -903,7 +903,7 @@ const apiInstance = new PickfacesApi(configuration);
|
|
|
903
903
|
let project: string; //The project ID (default to undefined)
|
|
904
904
|
let variantRef: string; //Unique identifier of a warehouse variant (default to undefined)
|
|
905
905
|
let quantity: number; //Number of variants (default to undefined)
|
|
906
|
-
let sellThroughRate: number; //
|
|
906
|
+
let sellThroughRate: number; //Normalised 0–100 sell-through rate used to bias empty-pickface suggestions toward the label printer. Omit this parameter to use the project\'s live override-first rate from sell_through_rates, log-normalised against the project maximum. Supply a value to keep the previous client-normalised behaviour. (optional) (default to undefined)
|
|
907
907
|
let pageToken: number; //Page reference token (optional) (default to 1)
|
|
908
908
|
let pageSize: number; //Max page size. This is the maximum page size that will be returned, but it might be smaller. (optional) (default to 100)
|
|
909
909
|
let bulk: boolean; //Whether to suggest bulk pickfaces (optional) (default to false)
|
|
@@ -926,7 +926,7 @@ const { status, data } = await apiInstance.suggestPickfaces(
|
|
|
926
926
|
| **project** | [**string**] | The project ID | defaults to undefined|
|
|
927
927
|
| **variantRef** | [**string**] | Unique identifier of a warehouse variant | defaults to undefined|
|
|
928
928
|
| **quantity** | [**number**] | Number of variants | defaults to undefined|
|
|
929
|
-
| **sellThroughRate** | [**number**] |
|
|
929
|
+
| **sellThroughRate** | [**number**] | Normalised 0–100 sell-through rate used to bias empty-pickface suggestions toward the label printer. Omit this parameter to use the project\'s live override-first rate from sell_through_rates, log-normalised against the project maximum. Supply a value to keep the previous client-normalised behaviour. | (optional) defaults to undefined|
|
|
930
930
|
| **pageToken** | [**number**] | Page reference token | (optional) defaults to 1|
|
|
931
931
|
| **pageSize** | [**number**] | Max page size. This is the maximum page size that will be returned, but it might be smaller. | (optional) defaults to 100|
|
|
932
932
|
| **bulk** | [**boolean**] | Whether to suggest bulk pickfaces | (optional) defaults to false|
|
package/index.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Pickfaces
|
|
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.38.
|
|
7
|
+
* The version of the OpenAPI document: 0.38.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|