@smartico/public-api 0.0.82 → 0.0.83

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.
@@ -573,6 +573,7 @@ const UserAchievementTransform = items => {
573
573
  return {
574
574
  id: t.task_id,
575
575
  name: (_t$task_public_meta = t.task_public_meta) == null ? void 0 : _t$task_public_meta.name,
576
+ points_reward: t.points_reward,
576
577
  is_completed: t.isCompleted,
577
578
  progress: t.userProgress
578
579
  };