@smartico/public-api 0.0.159 → 0.0.160

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.
@@ -803,6 +803,7 @@ const UserAchievementTransform = items => {
803
803
  is_requires_optin: r.requiresOptin,
804
804
  is_opted_in: r.isOptedIn,
805
805
  time_limit_ms: r.time_limit_ms,
806
+ active_from_ts: r.active_from_ts,
806
807
  dt_start: r.start_date_ts,
807
808
  reward: r.ach_public_meta.reward,
808
809
  progress: r.progress,