@escapenavigator/types 1.10.46 → 1.10.47

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.
@@ -15,6 +15,10 @@ exports.aggregatorsInfo = {
15
15
  title: 'Мир квестов',
16
16
  image: 'https://escapenavigator-images.s3.eu-central-1.amazonaws.com/inside/MIR_QUESTOV.webp',
17
17
  },
18
+ [aggregators_enum_1.AggregatorsEnum.QUEST_STARTS]: {
19
+ title: 'Quest starts',
20
+ image: 'https://escapenavigator-images.s3.eu-central-1.amazonaws.com/inside/QUEST_STARTS.webp',
21
+ },
18
22
  [aggregators_enum_1.AggregatorsEnum.QUEST_HUNTER]: {
19
23
  title: 'Квест хантер',
20
24
  image: 'https://escapenavigator-images.s3.eu-central-1.amazonaws.com/inside/QUEST_HUNTER.webp',
@@ -4,5 +4,6 @@ export declare enum AggregatorsEnum {
4
4
  TOP_KVESTOV = "top-kvestov",
5
5
  MIR_KVESTOV = "mir-kvestov",
6
6
  QUEST_HUNTER = "quest-hunter",
7
- QUEST_GUIDE = "quest-guide"
7
+ QUEST_GUIDE = "quest-guide",
8
+ QUEST_STARTS = "quest-starts"
8
9
  }
@@ -9,4 +9,5 @@ var AggregatorsEnum;
9
9
  AggregatorsEnum["MIR_KVESTOV"] = "mir-kvestov";
10
10
  AggregatorsEnum["QUEST_HUNTER"] = "quest-hunter";
11
11
  AggregatorsEnum["QUEST_GUIDE"] = "quest-guide";
12
+ AggregatorsEnum["QUEST_STARTS"] = "quest-starts";
12
13
  })(AggregatorsEnum = exports.AggregatorsEnum || (exports.AggregatorsEnum = {}));
@@ -9,6 +9,7 @@ export declare enum SourceEnum {
9
9
  QUEST_INFO = "quest-info",
10
10
  TOP_KVESTOV = "top-kvestov",
11
11
  MIR_KVESTOV = "mir-kvestov",
12
+ QUEST_STARTS = "quest-starts",
12
13
  QUEST_HUNTER = "quest-hunter",
13
14
  QUEST_GUIDE = "quest-guide"
14
15
  }
@@ -14,6 +14,7 @@ var SourceEnum;
14
14
  SourceEnum["QUEST_INFO"] = "quest-info";
15
15
  SourceEnum["TOP_KVESTOV"] = "top-kvestov";
16
16
  SourceEnum["MIR_KVESTOV"] = "mir-kvestov";
17
+ SourceEnum["QUEST_STARTS"] = "quest-starts";
17
18
  SourceEnum["QUEST_HUNTER"] = "quest-hunter";
18
19
  SourceEnum["QUEST_GUIDE"] = "quest-guide";
19
20
  })(SourceEnum = exports.SourceEnum || (exports.SourceEnum = {}));