@smartico/public-api 0.0.320 → 0.0.322

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.
@@ -8,7 +8,7 @@ export interface SAWTemplateUI {
8
8
  name: string;
9
9
  description?: string;
10
10
  over_limit_message?: string;
11
- hide_prize_names?: string;
11
+ hide_prize_names?: boolean;
12
12
  no_attempts_message?: string;
13
13
  thumbnail?: string;
14
14
  sectors_count: number;
package/dist/index.js CHANGED
@@ -1434,18 +1434,6 @@ var UserAchievementTransform = function UserAchievementTransform(items) {
1434
1434
  MissionUtils.replaceFavGameNameTag({
1435
1435
  task: t
1436
1436
  });
1437
- x.name = MissionUtils.replaceTagsFavMissionTask({
1438
- task: t,
1439
- valueToReplace: x.name
1440
- });
1441
- x.sub_header = MissionUtils.replaceTagsFavMissionTask({
1442
- task: t,
1443
- valueToReplace: x.sub_header
1444
- });
1445
- x.description = MissionUtils.replaceTagsFavMissionTask({
1446
- task: t,
1447
- valueToReplace: x.description
1448
- });
1449
1437
  return {
1450
1438
  id: t.task_id,
1451
1439
  name: (_t$task_public_meta = t.task_public_meta) == null ? void 0 : _t$task_public_meta.name,