@whiplashmerch/whiplash-api-client 0.4.82 → 0.4.83

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.
@@ -1703,10 +1703,12 @@ export interface APIV21EntitiesOrderBatchRequest {
1703
1703
  options_batch_qty_min?: number;
1704
1704
  /** the batch strategy used for the batches in this order batch request */
1705
1705
  options_batch_strategy?: string;
1706
- /** the selected grouping option for the order_batches in the request */
1706
+ /** the selected grouping option(s) for the order_batches in the request */
1707
1707
  options_group_by?: string;
1708
1708
  /** whether to include unavailable items in the order_batches */
1709
1709
  options_include_unavailable?: boolean;
1710
+ /** the location roles to pick from for this batch */
1711
+ options_location_roles?: string;
1710
1712
  /** the pick strategy for the order_batches in the request */
1711
1713
  options_pick_strategy?: string;
1712
1714
  /** whether to separate expedited items into their own order_batches */
@@ -5474,10 +5476,12 @@ export interface APIV2EntitiesOrderBatchRequest {
5474
5476
  options_batch_qty_min?: number;
5475
5477
  /** the batch strategy used for the batches in this order batch request */
5476
5478
  options_batch_strategy?: string;
5477
- /** the selected grouping option for the order_batches in the request */
5479
+ /** the selected grouping option(s) for the order_batches in the request */
5478
5480
  options_group_by?: string;
5479
5481
  /** whether to include unavailable items in the order_batches */
5480
5482
  options_include_unavailable?: boolean;
5483
+ /** the location roles to pick from for this batch */
5484
+ options_location_roles?: string;
5481
5485
  /** the pick strategy for the order_batches in the request */
5482
5486
  options_pick_strategy?: string;
5483
5487
  /** whether to separate expedited items into their own order_batches */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whiplashmerch/whiplash-api-client",
3
- "version": "0.4.82",
3
+ "version": "0.4.83",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {