@smartico/public-api 0.0.82 → 0.0.84

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.
@@ -551,7 +551,7 @@ const UserAchievementTransform = items => {
551
551
  return items.filter(r => r.ach_id >= 1).map(r => ({
552
552
  id: r.ach_id,
553
553
  name: r.ach_public_meta.name,
554
- desription: r.ach_public_meta.description,
554
+ description: r.ach_public_meta.description,
555
555
  unlock_mission_description: r.ach_public_meta.unlock_mission_description,
556
556
  image: r.ach_public_meta.image_url,
557
557
  is_completed: r.isCompleted,
@@ -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
  };