@smartico/public-api 0.0.133 → 0.0.134

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.
@@ -753,6 +753,8 @@ const UserAchievementTransform = items => {
753
753
  ach_completed_id: r.ach_completed_id,
754
754
  requires_prize_claim: r.requires_prize_claim,
755
755
  prize_claimed_date_ts: r.prize_claimed_date_ts,
756
+ complete_date: r.complete_date,
757
+ complete_date_ts: r.complete_date_ts,
756
758
  completed_today: completedToday,
757
759
  completed_this_week: completedThisWeek,
758
760
  completed_this_month: completedThisMonth