@whiplashmerch/whiplash-api-client 0.4.110 → 0.4.111
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
|
@@ -20770,6 +20770,9 @@ var PutApiV21FilterSetsIdBatchBatchStrategy;
|
|
|
20770
20770
|
PutApiV21FilterSetsIdBatchBatchStrategy["Proximity"] = "proximity";
|
|
20771
20771
|
PutApiV21FilterSetsIdBatchBatchStrategy["LeastQuantity"] = "least_quantity";
|
|
20772
20772
|
PutApiV21FilterSetsIdBatchBatchStrategy["GreatestQuantity"] = "greatest_quantity";
|
|
20773
|
+
PutApiV21FilterSetsIdBatchBatchStrategy["ProximityOrder"] = "proximity_order";
|
|
20774
|
+
PutApiV21FilterSetsIdBatchBatchStrategy["LeastQuantityOrder"] = "least_quantity_order";
|
|
20775
|
+
PutApiV21FilterSetsIdBatchBatchStrategy["GreatestQuantityOrder"] = "greatest_quantity_order";
|
|
20773
20776
|
})(PutApiV21FilterSetsIdBatchBatchStrategy || (PutApiV21FilterSetsIdBatchBatchStrategy = {}));
|
|
20774
20777
|
var PutApiV21FilterSetsIdBatchGroupBy;
|
|
20775
20778
|
(function (PutApiV21FilterSetsIdBatchGroupBy) {
|
|
@@ -22138,6 +22141,9 @@ var PutApiV2FilterSetsIdBatchBatchStrategy;
|
|
|
22138
22141
|
PutApiV2FilterSetsIdBatchBatchStrategy["Proximity"] = "proximity";
|
|
22139
22142
|
PutApiV2FilterSetsIdBatchBatchStrategy["LeastQuantity"] = "least_quantity";
|
|
22140
22143
|
PutApiV2FilterSetsIdBatchBatchStrategy["GreatestQuantity"] = "greatest_quantity";
|
|
22144
|
+
PutApiV2FilterSetsIdBatchBatchStrategy["ProximityOrder"] = "proximity_order";
|
|
22145
|
+
PutApiV2FilterSetsIdBatchBatchStrategy["LeastQuantityOrder"] = "least_quantity_order";
|
|
22146
|
+
PutApiV2FilterSetsIdBatchBatchStrategy["GreatestQuantityOrder"] = "greatest_quantity_order";
|
|
22141
22147
|
})(PutApiV2FilterSetsIdBatchBatchStrategy || (PutApiV2FilterSetsIdBatchBatchStrategy = {}));
|
|
22142
22148
|
var PutApiV2FilterSetsIdBatchPickStrategy;
|
|
22143
22149
|
(function (PutApiV2FilterSetsIdBatchPickStrategy) {
|