@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.
@@ -1,3 +1,4 @@
1
1
  export interface AchievementTaskPublicMeta {
2
2
  name?: string;
3
+ display_progress_as_count?: boolean;
3
4
  }
package/dist/index.js CHANGED
@@ -861,7 +861,8 @@ var UserAchievementTransform = function UserAchievementTransform(items) {
861
861
  is_completed: t.isCompleted,
862
862
  progress: t.userProgress,
863
863
  execution_count_expected: t.executionCount,
864
- execution_count_actual: t.userExecutedCount
864
+ execution_count_actual: t.userExecutedCount,
865
+ display_progress_as_count: t.task_public_meta.display_progress_as_count
865
866
  };
866
867
  }),
867
868
  related_games: (r.related_games || []).map(function (g) {