@smartico/public-api 0.0.151 → 0.0.152

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.
@@ -820,7 +820,8 @@ const UserAchievementTransform = items => {
820
820
  is_completed: t.isCompleted,
821
821
  progress: t.userProgress,
822
822
  execution_count_expected: t.executionCount,
823
- execution_count_actual: t.userExecutedCount
823
+ execution_count_actual: t.userExecutedCount,
824
+ display_progress_as_count: t.task_public_meta.display_progress_as_count
824
825
  };
825
826
  }),
826
827
  related_games: (r.related_games || []).map(g => ({