@smartico/public-api 0.0.185 → 0.0.186

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.
@@ -460,7 +460,9 @@ const SAWHistoryTransform = items => {
460
460
  saw_prize_id: r.saw_prize_id,
461
461
  prize_amount: r.prize_amount,
462
462
  client_request_id: r.client_request_id,
463
- is_claimed: r.is_claimed
463
+ is_claimed: r.is_claimed,
464
+ create_date_ts: r.create_date_ts,
465
+ acknowledge_date_ts: r.acknowledge_date_ts
464
466
  };
465
467
  return x;
466
468
  });
@@ -855,6 +857,7 @@ const UserAchievementTransform = items => {
855
857
  is_opted_in: r.isOptedIn,
856
858
  time_limit_ms: r.time_limit_ms,
857
859
  active_from_ts: r.active_from_ts,
860
+ active_till_ts: r.active_from_ts,
858
861
  dt_start: r.start_date_ts,
859
862
  reward: r.ach_public_meta.reward,
860
863
  progress: r.progress,