@whiplashmerch/whiplash-api-client 0.4.95 → 0.4.97
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
|
@@ -18326,6 +18326,7 @@ var ApiV21EntitiesLocationRole;
|
|
|
18326
18326
|
ApiV21EntitiesLocationRole["Pending"] = "pending";
|
|
18327
18327
|
ApiV21EntitiesLocationRole["External"] = "external";
|
|
18328
18328
|
ApiV21EntitiesLocationRole["Dropoff"] = "dropoff";
|
|
18329
|
+
ApiV21EntitiesLocationRole["BStock"] = "b_stock";
|
|
18329
18330
|
})(ApiV21EntitiesLocationRole || (ApiV21EntitiesLocationRole = {}));
|
|
18330
18331
|
/** desired incoterm for the order */
|
|
18331
18332
|
var ApiV21EntitiesOrderIncoterm;
|
|
@@ -18746,6 +18747,7 @@ var ApiV2EntitiesLocationRole;
|
|
|
18746
18747
|
ApiV2EntitiesLocationRole["Pending"] = "pending";
|
|
18747
18748
|
ApiV2EntitiesLocationRole["External"] = "external";
|
|
18748
18749
|
ApiV2EntitiesLocationRole["Dropoff"] = "dropoff";
|
|
18750
|
+
ApiV2EntitiesLocationRole["BStock"] = "b_stock";
|
|
18749
18751
|
})(ApiV2EntitiesLocationRole || (ApiV2EntitiesLocationRole = {}));
|
|
18750
18752
|
/** desired incoterm for the order */
|
|
18751
18753
|
var ApiV2EntitiesOrderIncoterm;
|
|
@@ -19146,6 +19148,7 @@ var PostApiV21ItemsIdLocationsRole;
|
|
|
19146
19148
|
PostApiV21ItemsIdLocationsRole["Pending"] = "pending";
|
|
19147
19149
|
PostApiV21ItemsIdLocationsRole["External"] = "external";
|
|
19148
19150
|
PostApiV21ItemsIdLocationsRole["Dropoff"] = "dropoff";
|
|
19151
|
+
PostApiV21ItemsIdLocationsRole["BStock"] = "b_stock";
|
|
19149
19152
|
})(PostApiV21ItemsIdLocationsRole || (PostApiV21ItemsIdLocationsRole = {}));
|
|
19150
19153
|
/** label format */
|
|
19151
19154
|
var PostApiV21ItemsLabelFormat;
|
|
@@ -19944,6 +19947,7 @@ var PostApiV2ItemsIdLocationsRole;
|
|
|
19944
19947
|
PostApiV2ItemsIdLocationsRole["Pending"] = "pending";
|
|
19945
19948
|
PostApiV2ItemsIdLocationsRole["External"] = "external";
|
|
19946
19949
|
PostApiV2ItemsIdLocationsRole["Dropoff"] = "dropoff";
|
|
19950
|
+
PostApiV2ItemsIdLocationsRole["BStock"] = "b_stock";
|
|
19947
19951
|
})(PostApiV2ItemsIdLocationsRole || (PostApiV2ItemsIdLocationsRole = {}));
|
|
19948
19952
|
/** label format */
|
|
19949
19953
|
var PostApiV2ItemsLabelFormat;
|
|
@@ -20697,6 +20701,7 @@ var PutApiV21FilterSetsIdBatchLocationRoles;
|
|
|
20697
20701
|
PutApiV21FilterSetsIdBatchLocationRoles["Pending"] = "pending";
|
|
20698
20702
|
PutApiV21FilterSetsIdBatchLocationRoles["External"] = "external";
|
|
20699
20703
|
PutApiV21FilterSetsIdBatchLocationRoles["Dropoff"] = "dropoff";
|
|
20704
|
+
PutApiV21FilterSetsIdBatchLocationRoles["BStock"] = "b_stock";
|
|
20700
20705
|
})(PutApiV21FilterSetsIdBatchLocationRoles || (PutApiV21FilterSetsIdBatchLocationRoles = {}));
|
|
20701
20706
|
var PutApiV21FilterSetsIdBatchPickStrategy;
|
|
20702
20707
|
(function (PutApiV21FilterSetsIdBatchPickStrategy) {
|
|
@@ -21705,6 +21710,7 @@ var PutApiV21LocationsIdRole;
|
|
|
21705
21710
|
PutApiV21LocationsIdRole["Pending"] = "pending";
|
|
21706
21711
|
PutApiV21LocationsIdRole["External"] = "external";
|
|
21707
21712
|
PutApiV21LocationsIdRole["Dropoff"] = "dropoff";
|
|
21713
|
+
PutApiV21LocationsIdRole["BStock"] = "b_stock";
|
|
21708
21714
|
})(PutApiV21LocationsIdRole || (PutApiV21LocationsIdRole = {}));
|
|
21709
21715
|
/** desired incoterm for the order */
|
|
21710
21716
|
var PutApiV21OrdersIdIncoterm;
|
|
@@ -23042,6 +23048,7 @@ var PutApiV2LocationsIdRole;
|
|
|
23042
23048
|
PutApiV2LocationsIdRole["Pending"] = "pending";
|
|
23043
23049
|
PutApiV2LocationsIdRole["External"] = "external";
|
|
23044
23050
|
PutApiV2LocationsIdRole["Dropoff"] = "dropoff";
|
|
23051
|
+
PutApiV2LocationsIdRole["BStock"] = "b_stock";
|
|
23045
23052
|
})(PutApiV2LocationsIdRole || (PutApiV2LocationsIdRole = {}));
|
|
23046
23053
|
/** desired incoterm for the order */
|
|
23047
23054
|
var PutApiV2OrdersIdIncoterm;
|