@smartico/public-api 0.0.249 → 0.0.251

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.
@@ -912,7 +912,8 @@ const StoreItemTransform = items => {
912
912
  can_buy: r.canBuy,
913
913
  category_ids: (_r$categoryIds = r.categoryIds) != null ? _r$categoryIds : [],
914
914
  pool: r.shopPool,
915
- custom_data: IntUtils.JsonOrText(r.itemPublicMeta.custom_data)
915
+ custom_data: IntUtils.JsonOrText(r.itemPublicMeta.custom_data),
916
+ active_till_date: r.activeTillDate
916
917
  };
917
918
  return x;
918
919
  });