@whiplashmerch/whiplash-api-client 3.1.11 → 3.1.13

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.
@@ -23986,11 +23986,11 @@ var PostApiV21RulesRequestState;
23986
23986
  var PostApiV21RulesRequestType;
23987
23987
  (function (PostApiV21RulesRequestType) {
23988
23988
  PostApiV21RulesRequestType["BackstockRule"] = "BackstockRule";
23989
- PostApiV21RulesRequestType["CarrierAccountRule"] = "CarrierAccountRule";
23990
- PostApiV21RulesRequestType["RoutingRule"] = "RoutingRule";
23991
23989
  PostApiV21RulesRequestType["BatchingRule"] = "BatchingRule";
23990
+ PostApiV21RulesRequestType["CarrierAccountRule"] = "CarrierAccountRule";
23992
23991
  PostApiV21RulesRequestType["PackingRule"] = "PackingRule";
23993
23992
  PostApiV21RulesRequestType["ReplenishmentRule"] = "ReplenishmentRule";
23993
+ PostApiV21RulesRequestType["RoutingRule"] = "RoutingRule";
23994
23994
  PostApiV21RulesRequestType["ShippingMethodRule"] = "ShippingMethodRule";
23995
23995
  })(PostApiV21RulesRequestType || (PostApiV21RulesRequestType = {}));
23996
23996
  /** locale for language settings */
@@ -24824,11 +24824,11 @@ var PostApiV2RulesRequestState;
24824
24824
  var PostApiV2RulesRequestType;
24825
24825
  (function (PostApiV2RulesRequestType) {
24826
24826
  PostApiV2RulesRequestType["BackstockRule"] = "BackstockRule";
24827
- PostApiV2RulesRequestType["CarrierAccountRule"] = "CarrierAccountRule";
24828
- PostApiV2RulesRequestType["RoutingRule"] = "RoutingRule";
24829
24827
  PostApiV2RulesRequestType["BatchingRule"] = "BatchingRule";
24828
+ PostApiV2RulesRequestType["CarrierAccountRule"] = "CarrierAccountRule";
24830
24829
  PostApiV2RulesRequestType["PackingRule"] = "PackingRule";
24831
24830
  PostApiV2RulesRequestType["ReplenishmentRule"] = "ReplenishmentRule";
24831
+ PostApiV2RulesRequestType["RoutingRule"] = "RoutingRule";
24832
24832
  PostApiV2RulesRequestType["ShippingMethodRule"] = "ShippingMethodRule";
24833
24833
  })(PostApiV2RulesRequestType || (PostApiV2RulesRequestType = {}));
24834
24834
  /** locale for language settings */
@@ -41499,7 +41499,7 @@ const loadRelatedObjects = async (client, input, config, perPage = 25) => {
41499
41499
  const cacheKey = conf.cacheKey || conf.entityKey;
41500
41500
  if (modelCacheMap[cacheKey] === undefined)
41501
41501
  modelCacheMap[cacheKey] = {};
41502
- // there is an ongoing promise related to this cache, wait for it to end before reusing it
41502
+ // there is an ongoing promise related to this cache, wait for it to end before reusing it
41503
41503
  if (promiseMap[cacheKey] !== undefined)
41504
41504
  await promiseMap[cacheKey];
41505
41505
  let p;