@whiplashmerch/whiplash-api-client 1.1.1 → 1.1.3
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
|
@@ -22149,13 +22149,13 @@ var PostApiV21RulesState;
|
|
|
22149
22149
|
/** Which type of rule this is */
|
|
22150
22150
|
var PostApiV21RulesType;
|
|
22151
22151
|
(function (PostApiV21RulesType) {
|
|
22152
|
-
PostApiV21RulesType["RoutingRule"] = "RoutingRule";
|
|
22153
22152
|
PostApiV21RulesType["PackingRule"] = "PackingRule";
|
|
22154
|
-
PostApiV21RulesType["ReplenishmentRule"] = "ReplenishmentRule";
|
|
22155
|
-
PostApiV21RulesType["BackstockRule"] = "BackstockRule";
|
|
22156
|
-
PostApiV21RulesType["BatchingRule"] = "BatchingRule";
|
|
22157
22153
|
PostApiV21RulesType["ShippingMethodRule"] = "ShippingMethodRule";
|
|
22154
|
+
PostApiV21RulesType["RoutingRule"] = "RoutingRule";
|
|
22155
|
+
PostApiV21RulesType["BatchingRule"] = "BatchingRule";
|
|
22156
|
+
PostApiV21RulesType["ReplenishmentRule"] = "ReplenishmentRule";
|
|
22158
22157
|
PostApiV21RulesType["CarrierAccountRule"] = "CarrierAccountRule";
|
|
22158
|
+
PostApiV21RulesType["BackstockRule"] = "BackstockRule";
|
|
22159
22159
|
})(PostApiV21RulesType || (PostApiV21RulesType = {}));
|
|
22160
22160
|
/**
|
|
22161
22161
|
* locale for language settings
|
|
@@ -22964,13 +22964,13 @@ var PostApiV2RulesState;
|
|
|
22964
22964
|
/** Which type of rule this is */
|
|
22965
22965
|
var PostApiV2RulesType;
|
|
22966
22966
|
(function (PostApiV2RulesType) {
|
|
22967
|
-
PostApiV2RulesType["RoutingRule"] = "RoutingRule";
|
|
22968
22967
|
PostApiV2RulesType["PackingRule"] = "PackingRule";
|
|
22969
|
-
PostApiV2RulesType["ReplenishmentRule"] = "ReplenishmentRule";
|
|
22970
|
-
PostApiV2RulesType["BackstockRule"] = "BackstockRule";
|
|
22971
|
-
PostApiV2RulesType["BatchingRule"] = "BatchingRule";
|
|
22972
22968
|
PostApiV2RulesType["ShippingMethodRule"] = "ShippingMethodRule";
|
|
22969
|
+
PostApiV2RulesType["RoutingRule"] = "RoutingRule";
|
|
22970
|
+
PostApiV2RulesType["BatchingRule"] = "BatchingRule";
|
|
22971
|
+
PostApiV2RulesType["ReplenishmentRule"] = "ReplenishmentRule";
|
|
22973
22972
|
PostApiV2RulesType["CarrierAccountRule"] = "CarrierAccountRule";
|
|
22973
|
+
PostApiV2RulesType["BackstockRule"] = "BackstockRule";
|
|
22974
22974
|
})(PostApiV2RulesType || (PostApiV2RulesType = {}));
|
|
22975
22975
|
/**
|
|
22976
22976
|
* locale for language settings
|