@smartico/public-api 0.0.159 → 0.0.161

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.
@@ -372,6 +372,7 @@ const SAWTemplatesTransform = items => {
372
372
  acknowledge_dp: p.saw_prize_ui_definition.acknowledge_dp,
373
373
  acknowledge_action_title: p.saw_prize_ui_definition.acknowledge_action_title,
374
374
  pool: p.pool,
375
+ pool_initial: p.pool_initial,
375
376
  wins_count: p.wins_count
376
377
  };
377
378
  return y;
@@ -803,6 +804,7 @@ const UserAchievementTransform = items => {
803
804
  is_requires_optin: r.requiresOptin,
804
805
  is_opted_in: r.isOptedIn,
805
806
  time_limit_ms: r.time_limit_ms,
807
+ active_from_ts: r.active_from_ts,
806
808
  dt_start: r.start_date_ts,
807
809
  reward: r.ach_public_meta.reward,
808
810
  progress: r.progress,