@smartico/public-api 0.0.310 → 0.0.311

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartico/public-api",
3
- "version": "0.0.310",
3
+ "version": "0.0.311",
4
4
  "description": "Smartico public API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -30,10 +30,10 @@ export enum AnalyticsScreenNameId {
30
30
  LiquidSection = 23,
31
31
 
32
32
  ModalMission = 31,
33
- ModalLevel = 33,
33
+ ModalLevel = 32,
34
34
  ModalBadge = 33,
35
35
  ModalStore = 34,
36
- ModalBonus = 33,
36
+ ModalBonus = 35,
37
37
  ModalJackpot = 36,
38
38
  ModalUsername = 37,
39
39
  ModalAvatar = 38,
@@ -205,7 +205,7 @@ export class MissionUtils {
205
205
  });
206
206
 
207
207
  if (replacementValue) {
208
- task.task_public_meta.name =task.task_public_meta.name.replace('{{suggested_games}}', replacementValue);
208
+ task.task_public_meta.name = task.task_public_meta.name.replace('{{suggested_games}}', replacementValue);
209
209
  }
210
210
 
211
211
  return task;