@whiplashmerch/whiplash-api-client 3.1.12 → 3.2.0

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.
@@ -27497,12 +27497,12 @@ const warehouseMock = {
27497
27497
  shipping_zip: '91710',
27498
27498
  shipping_country: 'United States',
27499
27499
  shipping_country_iso2: 'US',
27500
- latitude: 33.9848,
27501
- longitude: -117.695,
27500
+ latitude: '33.9848',
27501
+ longitude: '-117.695',
27502
27502
  slug: 'chino',
27503
27503
  default_pick_strategy: 'paper',
27504
27504
  bin_total_count_max: 100,
27505
- bin_cubic_volume_max: 2454,
27505
+ bin_cubic_volume_max: '2454',
27506
27506
  number_of_groups: undefined,
27507
27507
  active: true,
27508
27508
  square_footage: 50000,
@@ -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;