@whiplashmerch/whiplash-api-client 1.0.38 → 1.0.39
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/dist/client.esm.js
CHANGED
|
@@ -21267,6 +21267,7 @@ var PostApiV21WarehousesDefaultPickStrategy;
|
|
|
21267
21267
|
(function (PostApiV21WarehousesDefaultPickStrategy) {
|
|
21268
21268
|
PostApiV21WarehousesDefaultPickStrategy["Paper"] = "paper";
|
|
21269
21269
|
PostApiV21WarehousesDefaultPickStrategy["Robot"] = "robot";
|
|
21270
|
+
PostApiV21WarehousesDefaultPickStrategy["Greyorange"] = "greyorange";
|
|
21270
21271
|
})(PostApiV21WarehousesDefaultPickStrategy || (PostApiV21WarehousesDefaultPickStrategy = {}));
|
|
21271
21272
|
/**
|
|
21272
21273
|
* Warehouse shipping label format
|
|
@@ -22080,6 +22081,7 @@ var PostApiV2WarehousesDefaultPickStrategy;
|
|
|
22080
22081
|
(function (PostApiV2WarehousesDefaultPickStrategy) {
|
|
22081
22082
|
PostApiV2WarehousesDefaultPickStrategy["Paper"] = "paper";
|
|
22082
22083
|
PostApiV2WarehousesDefaultPickStrategy["Robot"] = "robot";
|
|
22084
|
+
PostApiV2WarehousesDefaultPickStrategy["Greyorange"] = "greyorange";
|
|
22083
22085
|
})(PostApiV2WarehousesDefaultPickStrategy || (PostApiV2WarehousesDefaultPickStrategy = {}));
|
|
22084
22086
|
/**
|
|
22085
22087
|
* Warehouse shipping label format
|
|
@@ -22136,6 +22138,7 @@ var PutApiV21FilterSetsIdBatchPickStrategy;
|
|
|
22136
22138
|
(function (PutApiV21FilterSetsIdBatchPickStrategy) {
|
|
22137
22139
|
PutApiV21FilterSetsIdBatchPickStrategy["Paper"] = "paper";
|
|
22138
22140
|
PutApiV21FilterSetsIdBatchPickStrategy["Robot"] = "robot";
|
|
22141
|
+
PutApiV21FilterSetsIdBatchPickStrategy["Greyorange"] = "greyorange";
|
|
22139
22142
|
})(PutApiV21FilterSetsIdBatchPickStrategy || (PutApiV21FilterSetsIdBatchPickStrategy = {}));
|
|
22140
22143
|
/** @default "Cart or Robot Picking" */
|
|
22141
22144
|
var PutApiV21FilterSetsIdBatchWaveStrategy;
|
|
@@ -23491,6 +23494,7 @@ var PutApiV2FilterSetsIdBatchPickStrategy;
|
|
|
23491
23494
|
(function (PutApiV2FilterSetsIdBatchPickStrategy) {
|
|
23492
23495
|
PutApiV2FilterSetsIdBatchPickStrategy["Paper"] = "paper";
|
|
23493
23496
|
PutApiV2FilterSetsIdBatchPickStrategy["Robot"] = "robot";
|
|
23497
|
+
PutApiV2FilterSetsIdBatchPickStrategy["Greyorange"] = "greyorange";
|
|
23494
23498
|
})(PutApiV2FilterSetsIdBatchPickStrategy || (PutApiV2FilterSetsIdBatchPickStrategy = {}));
|
|
23495
23499
|
/** @default "Cart or Robot Picking" */
|
|
23496
23500
|
var PutApiV2FilterSetsIdBatchWaveStrategy;
|