@whiplashmerch/whiplash-api-client 3.2.46 → 3.2.47
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.
|
@@ -3205,6 +3205,8 @@ export interface ApiV2EntitiesOrderBatchRequest {
|
|
|
3205
3205
|
options_group_by?: string[];
|
|
3206
3206
|
/** whether to include unavailable items in the order_batches */
|
|
3207
3207
|
options_include_unavailable?: boolean | null;
|
|
3208
|
+
/** the location range to pick from for this batch */
|
|
3209
|
+
options_location_range?: string | null;
|
|
3208
3210
|
options_location_roles?: string[];
|
|
3209
3211
|
/** the pick strategy for the order_batches in the request */
|
|
3210
3212
|
options_pick_strategy?: string | null;
|
|
@@ -3320,14 +3322,14 @@ export interface ApiV2EntitiesOrderEvent {
|
|
|
3320
3322
|
description?: string;
|
|
3321
3323
|
/** the event type */
|
|
3322
3324
|
event_type?: string;
|
|
3323
|
-
/** saved by name
|
|
3325
|
+
/** saved by name */
|
|
3324
3326
|
saved_by?: string;
|
|
3325
3327
|
/**
|
|
3326
|
-
* saved by id
|
|
3328
|
+
* saved by id
|
|
3327
3329
|
* @format int32
|
|
3328
3330
|
*/
|
|
3329
3331
|
saved_by_id?: number;
|
|
3330
|
-
/** saved by provider
|
|
3332
|
+
/** saved by provider */
|
|
3331
3333
|
saved_via?: string;
|
|
3332
3334
|
}
|
|
3333
3335
|
/** V2 */
|
|
@@ -8472,6 +8474,8 @@ export interface ApiV21EntitiesOrderBatchRequest {
|
|
|
8472
8474
|
options_group_by?: string[];
|
|
8473
8475
|
/** whether to include unavailable items in the order_batches */
|
|
8474
8476
|
options_include_unavailable?: boolean | null;
|
|
8477
|
+
/** the location range to pick from for this batch */
|
|
8478
|
+
options_location_range?: string | null;
|
|
8475
8479
|
options_location_roles?: string[];
|
|
8476
8480
|
/** the pick strategy for the order_batches in the request */
|
|
8477
8481
|
options_pick_strategy?: string | null;
|
|
@@ -8587,14 +8591,14 @@ export interface ApiV21EntitiesOrderEvent {
|
|
|
8587
8591
|
description?: string;
|
|
8588
8592
|
/** the event type */
|
|
8589
8593
|
event_type?: string;
|
|
8590
|
-
/** saved by name
|
|
8594
|
+
/** saved by name */
|
|
8591
8595
|
saved_by?: string;
|
|
8592
8596
|
/**
|
|
8593
|
-
* saved by id
|
|
8597
|
+
* saved by id
|
|
8594
8598
|
* @format int32
|
|
8595
8599
|
*/
|
|
8596
8600
|
saved_by_id?: number;
|
|
8597
|
-
/** saved by provider
|
|
8601
|
+
/** saved by provider */
|
|
8598
8602
|
saved_via?: string;
|
|
8599
8603
|
}
|
|
8600
8604
|
/** V3 */
|
|
@@ -24457,6 +24461,7 @@ export interface PutApiV21FilterSetsIdBatchRequest {
|
|
|
24457
24461
|
pick_strategy?: PutApiV21FilterSetsIdBatchRequestPickStrategy;
|
|
24458
24462
|
short_form?: boolean;
|
|
24459
24463
|
location_roles?: PutApiV21FilterSetsIdBatchRequestLocationRoles;
|
|
24464
|
+
location_range?: string;
|
|
24460
24465
|
bulk_batched?: boolean;
|
|
24461
24466
|
group_by?: PutApiV21FilterSetsIdBatchRequestGroupBy;
|
|
24462
24467
|
wave_strategy?: PutApiV21FilterSetsIdBatchRequestWaveStrategy;
|
|
@@ -27335,6 +27340,7 @@ export interface PutApiV2FilterSetsIdBatchRequest {
|
|
|
27335
27340
|
pick_strategy?: PutApiV2FilterSetsIdBatchRequestPickStrategy;
|
|
27336
27341
|
short_form?: boolean;
|
|
27337
27342
|
location_roles?: PutApiV2FilterSetsIdBatchRequestLocationRoles;
|
|
27343
|
+
location_range?: string;
|
|
27338
27344
|
bulk_batched?: boolean;
|
|
27339
27345
|
group_by?: PutApiV2FilterSetsIdBatchRequestGroupBy;
|
|
27340
27346
|
wave_strategy?: PutApiV2FilterSetsIdBatchRequestWaveStrategy;
|
|
@@ -1684,14 +1684,14 @@ export interface ApiV2EntitiesOrderEvent {
|
|
|
1684
1684
|
description?: string;
|
|
1685
1685
|
/** the event type */
|
|
1686
1686
|
event_type?: string;
|
|
1687
|
-
/** saved by name
|
|
1687
|
+
/** saved by name */
|
|
1688
1688
|
saved_by?: string;
|
|
1689
1689
|
/**
|
|
1690
|
-
* saved by id
|
|
1690
|
+
* saved by id
|
|
1691
1691
|
* @format int32
|
|
1692
1692
|
*/
|
|
1693
1693
|
saved_by_id?: number;
|
|
1694
|
-
/** saved by provider
|
|
1694
|
+
/** saved by provider */
|
|
1695
1695
|
saved_via?: string;
|
|
1696
1696
|
}
|
|
1697
1697
|
|
|
@@ -4424,14 +4424,14 @@ export interface ApiV21EntitiesOrderEvent {
|
|
|
4424
4424
|
description?: string;
|
|
4425
4425
|
/** the event type */
|
|
4426
4426
|
event_type?: string;
|
|
4427
|
-
/** saved by name
|
|
4427
|
+
/** saved by name */
|
|
4428
4428
|
saved_by?: string;
|
|
4429
4429
|
/**
|
|
4430
|
-
* saved by id
|
|
4430
|
+
* saved by id
|
|
4431
4431
|
* @format int32
|
|
4432
4432
|
*/
|
|
4433
4433
|
saved_by_id?: number;
|
|
4434
|
-
/** saved by provider
|
|
4434
|
+
/** saved by provider */
|
|
4435
4435
|
saved_via?: string;
|
|
4436
4436
|
}
|
|
4437
4437
|
|