@smartico/public-api 0.0.186 → 0.0.187

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.
@@ -778,7 +778,8 @@ const StoreItemTransform = items => {
778
778
  type: StoreItemTypeNamed(r.itemTypeId),
779
779
  can_buy: r.canBuy,
780
780
  category_ids: (_r$categoryIds = r.categoryIds) != null ? _r$categoryIds : [],
781
- pool: r.shopPool
781
+ pool: r.shopPool,
782
+ custom_data: IntUtils.JsonOrText(r.itemPublicMeta.custom_data)
782
783
  };
783
784
  return x;
784
785
  });