@opfr/quests 1.4.1 → 1.4.3

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.
Files changed (76) hide show
  1. package/dist/canvas.d.ts +1 -2
  2. package/dist/canvas.d.ts.map +1 -1
  3. package/dist/canvas.js.map +1 -1
  4. package/dist/class/userBaseQuest.d.ts +2 -3
  5. package/dist/class/userBaseQuest.d.ts.map +1 -1
  6. package/dist/class/userBaseQuest.js +2 -2
  7. package/dist/class/userBaseQuest.js.map +1 -1
  8. package/dist/events/callbacks.d.ts +1 -1
  9. package/dist/events/callbacks.d.ts.map +1 -1
  10. package/dist/events/callbacks.js +9 -42
  11. package/dist/events/callbacks.js.map +1 -1
  12. package/dist/events/event.d.ts +3 -4
  13. package/dist/events/event.d.ts.map +1 -1
  14. package/dist/events/event.js.map +1 -1
  15. package/dist/events/index.js +1 -1
  16. package/dist/events/index.js.map +1 -1
  17. package/dist/events/types.d.ts +2 -3
  18. package/dist/events/types.d.ts.map +1 -1
  19. package/dist/index.d.ts +1 -0
  20. package/dist/index.d.ts.map +1 -1
  21. package/dist/index.es.js +3993 -4804
  22. package/dist/index.js.map +1 -1
  23. package/dist/index.umd.js +3 -3
  24. package/dist/quests/index.d.ts +1 -21
  25. package/dist/quests/index.d.ts.map +1 -1
  26. package/dist/quests/index.js +0 -30
  27. package/dist/quests/index.js.map +1 -1
  28. package/dist/utils.d.ts +1 -2
  29. package/dist/utils.d.ts.map +1 -1
  30. package/dist/utils.js +2 -17
  31. package/dist/utils.js.map +1 -1
  32. package/package.json +6 -6
  33. package/dist/class/crewBaseQuest.d.ts +0 -14
  34. package/dist/class/crewBaseQuest.d.ts.map +0 -1
  35. package/dist/class/crewBaseQuest.js +0 -70
  36. package/dist/class/crewBaseQuest.js.map +0 -1
  37. package/dist/quests/crewCarpenter.d.ts +0 -70
  38. package/dist/quests/crewCarpenter.d.ts.map +0 -1
  39. package/dist/quests/crewCarpenter.js +0 -95
  40. package/dist/quests/crewCarpenter.js.map +0 -1
  41. package/dist/quests/crewDaily.d.ts +0 -27
  42. package/dist/quests/crewDaily.d.ts.map +0 -1
  43. package/dist/quests/crewDaily.js +0 -39
  44. package/dist/quests/crewDaily.js.map +0 -1
  45. package/dist/quests/crewDisintegration.d.ts +0 -16
  46. package/dist/quests/crewDisintegration.d.ts.map +0 -1
  47. package/dist/quests/crewDisintegration.js +0 -19
  48. package/dist/quests/crewDisintegration.js.map +0 -1
  49. package/dist/quests/crewLevel.d.ts +0 -65
  50. package/dist/quests/crewLevel.d.ts.map +0 -1
  51. package/dist/quests/crewLevel.js +0 -80
  52. package/dist/quests/crewLevel.js.map +0 -1
  53. package/dist/quests/crewMoney.d.ts +0 -65
  54. package/dist/quests/crewMoney.d.ts.map +0 -1
  55. package/dist/quests/crewMoney.js +0 -80
  56. package/dist/quests/crewMoney.js.map +0 -1
  57. package/dist/quests/crewSize.d.ts +0 -65
  58. package/dist/quests/crewSize.d.ts.map +0 -1
  59. package/dist/quests/crewSize.js +0 -80
  60. package/dist/quests/crewSize.js.map +0 -1
  61. package/dist/quests/crewVocal.d.ts +0 -65
  62. package/dist/quests/crewVocal.d.ts.map +0 -1
  63. package/dist/quests/crewVocal.js +0 -90
  64. package/dist/quests/crewVocal.js.map +0 -1
  65. package/dist/quests/raid.d.ts +0 -55
  66. package/dist/quests/raid.d.ts.map +0 -1
  67. package/dist/quests/raid.js +0 -80
  68. package/dist/quests/raid.js.map +0 -1
  69. package/dist/quests/userCrew.d.ts +0 -30
  70. package/dist/quests/userCrew.d.ts.map +0 -1
  71. package/dist/quests/userCrew.js +0 -36
  72. package/dist/quests/userCrew.js.map +0 -1
  73. package/dist/quests/userXpToCrew.d.ts +0 -60
  74. package/dist/quests/userXpToCrew.d.ts.map +0 -1
  75. package/dist/quests/userXpToCrew.js +0 -75
  76. package/dist/quests/userXpToCrew.js.map +0 -1
@@ -6,13 +6,6 @@ import * as BirthdayQuests from './birthday';
6
6
  import * as BotPingQuests from './botPing';
7
7
  import * as CharacteristicsQuests from './characteristics';
8
8
  import * as CraftQuests from './craft';
9
- import * as CrewCarpenterQuests from './crewCarpenter';
10
- import * as CrewDailyQuests from './crewDaily';
11
- import * as CrewDisintegrationQuests from './crewDisintegration';
12
- import * as CrewLevelQuests from './crewLevel';
13
- import * as CrewMoneyQuests from './crewMoney';
14
- import * as CrewSizeQuests from './crewSize';
15
- import * as CrewVocalQuests from './crewVocal';
16
9
  import * as DrawQuests from './draw';
17
10
  import * as EditoQuests from './edito';
18
11
  import * as EveryoneQuests from './everyone';
@@ -21,7 +14,6 @@ import * as ItemsQuests from './items';
21
14
  import * as JoinCrewQuests from './joinCrew';
22
15
  import * as LevelQuests from './level';
23
16
  import * as PremiumQuests from './premium';
24
- import * as RaidQuests from './raid';
25
17
  import * as RandomMessageQuests from './randomMessage';
26
18
  import * as RecipesQuests from './recipe';
27
19
  import * as ReportQuests from './report';
@@ -30,12 +22,10 @@ import * as ShopQuests from './shop';
30
22
  import * as TimeInVoiceQuests from './timeInVoice';
31
23
  import * as TitleQuests from './title';
32
24
  import * as TournamentQuests from './tournament';
33
- import * as UserCrewQuests from './userCrew';
34
25
  import * as UserDailyQuests from './userDaily';
35
- import * as UserXpToCrewQuests from './userXpToCrew';
36
26
  import * as WorkQuests from './work';
37
27
  import * as WriteDifferentChatQuests from './writeDifferentChat';
38
- export declare const ALL_QUESTS: readonly (typeof UserDailyQuests.DailySendMessage | typeof UserDailyQuests.DailyReadEdito | typeof UserDailyQuests.DailyAnswer | typeof UserDailyQuests.DailyCheckProfile | typeof UserDailyQuests.DailyVocal | typeof UserDailyQuests.DailyAll | typeof UserDailyQuests.Almanax | typeof AlcoholsQuests.Drink50Alcohols | typeof AlcoholsQuests.Drink250Alcohols | typeof AlcoholsQuests.Drink500Alcohols | typeof AlcoholsQuests.Drink1000Alcohols | typeof AlcoholsQuests.Drink2000Alcohols | typeof AlcoholsQuests.Drink10Rhum | typeof AlcoholsQuests.Drink100Rhum | typeof AlcoholsQuests.Drink250Rhum | typeof AlcoholsQuests.Drink500Rhum | typeof AlcoholsQuests.Drink1000Rhum | typeof AlcoholsQuests.Drink10Beer | typeof AlcoholsQuests.Drink100Beer | typeof AlcoholsQuests.Drink250Beer | typeof AlcoholsQuests.Drink500Beer | typeof AlcoholsQuests.Drink1000Beer | typeof AlcoholsQuests.Drink10Wine | typeof AlcoholsQuests.Drink100Wine | typeof AlcoholsQuests.Drink250Wine | typeof AlcoholsQuests.Drink500Wine | typeof AlcoholsQuests.Drink1000Wine | typeof BackgroundQuests.Have1Background | typeof BackgroundQuests.Have25Background | typeof BackgroundQuests.Have50Background | typeof BerryQuests.Have500kBerry | typeof BerryQuests.Have5mBerry | typeof BerryQuests.Have50mBerry | typeof BerryQuests.Have500mBerry | typeof BerryQuests.Have5mdBerry | typeof BetQuests.BetMinValue | typeof BetQuests.LoseEverything | typeof BetQuests.Bet10M | typeof BetQuests.WinOn10MBet | typeof BetQuests.TotalBet10M | typeof BetQuests.TotalBet1Md | typeof BetQuests.Lose10M | typeof BirthdayQuests.Birthday | typeof BotPingQuests.BotPing | typeof CharacteristicsQuests.Have25Strength | typeof CharacteristicsQuests.Have50Strength | typeof CharacteristicsQuests.Have100Strength | typeof CharacteristicsQuests.Have250Strength | typeof CharacteristicsQuests.Have500Strength | typeof CharacteristicsQuests.Have25Agility | typeof CharacteristicsQuests.Have50Agility | typeof CharacteristicsQuests.Have100Agility | typeof CharacteristicsQuests.Have250Agility | typeof CharacteristicsQuests.Have500Agility | typeof CharacteristicsQuests.Have25Intelligence | typeof CharacteristicsQuests.Have50Intelligence | typeof CharacteristicsQuests.Have100Intelligence | typeof CharacteristicsQuests.Have250Intelligence | typeof CharacteristicsQuests.Have500Intelligence | typeof CharacteristicsQuests.Have25Chance | typeof CharacteristicsQuests.Have50Chance | typeof CharacteristicsQuests.Have100Chance | typeof CharacteristicsQuests.Have250Chance | typeof CharacteristicsQuests.Have500Chance | typeof CharacteristicsQuests.Have25Vitality | typeof CharacteristicsQuests.Have50Vitality | typeof CharacteristicsQuests.Have100Vitality | typeof CharacteristicsQuests.Have250Vitality | typeof CharacteristicsQuests.Have500Vitality | typeof CharacteristicsQuests.Have25Wisdom | typeof CharacteristicsQuests.Have50Wisdom | typeof CharacteristicsQuests.Have100Wisdom | typeof CharacteristicsQuests.Have250Wisdom | typeof CharacteristicsQuests.Have500Wisdom | typeof CraftQuests.Craft20Times | typeof CraftQuests.Craft50Times | typeof CraftQuests.Craft200Times | typeof CraftQuests.Craft500Times | typeof CraftQuests.Craft1000Times | typeof CraftQuests.Craft10CookedMeals | typeof CraftQuests.Craft50CookedMeals | typeof CraftQuests.Craft100CookedMeals | typeof CraftQuests.Craft250CookedMeals | typeof CraftQuests.Craft500CookedMeals | typeof CraftQuests.Craft5Scrolls | typeof CraftQuests.Craft10Scrolls | typeof CraftQuests.Craft20Scrolls | typeof CraftQuests.Craft50Scrolls | typeof CraftQuests.Craft100Scrolls | typeof CrewCarpenterQuests.CrewCarpenter1Week | typeof CrewCarpenterQuests.CrewCarpenter1Month | typeof CrewCarpenterQuests.CrewCarpenter3Months | typeof CrewCarpenterQuests.CrewCarpenter6Months | typeof CrewCarpenterQuests.CrewCarpenter1Year | typeof CrewDailyQuests.CrewValidateDaily | typeof CrewDailyQuests.CrewAllMembersDaily | typeof CrewDisintegrationQuests.CrewBreakShip | typeof CrewLevelQuests.CrewBeLevel10 | typeof CrewLevelQuests.CrewBeLevel25 | typeof CrewLevelQuests.CrewBeLevel50 | typeof CrewLevelQuests.CrewBeLevel75 | typeof CrewLevelQuests.CrewBeLevel100 | typeof CrewMoneyQuests.CrewHave100MBerry | typeof CrewMoneyQuests.CrewHave500MBerry | typeof CrewMoneyQuests.CrewHave1MdBerry | typeof CrewMoneyQuests.CrewHave5MdBerry | typeof CrewMoneyQuests.CrewHave50MdBerry | typeof CrewSizeQuests.CrewSize5 | typeof CrewSizeQuests.CrewSize7 | typeof CrewSizeQuests.CrewSize10 | typeof CrewSizeQuests.CrewSize12 | typeof CrewSizeQuests.CrewSize15 | typeof CrewVocalQuests.CrewVocal5 | typeof CrewVocalQuests.CrewVocal7 | typeof CrewVocalQuests.CrewVocal10 | typeof CrewVocalQuests.CrewVocal12 | typeof CrewVocalQuests.CrewVocal15 | typeof DrawQuests.Draw100Quest | typeof DrawQuests.Draw300Quest | typeof DrawQuests.Draw1000Quest | typeof DrawQuests.Draw2000Quest | typeof DrawQuests.Draw5000Quest | typeof EditoQuests.Edito | typeof EveryoneQuests.Everyone | typeof GamesQuests.DoubleSix | typeof GamesQuests.DrawDoubleSix | typeof GamesQuests.SevenQuitteOuDouble | typeof GamesQuests.WinAll5GamesInRow | typeof GamesQuests.LoseAll5GamesInRow | typeof GamesQuests.TenBlackJack | typeof GamesQuests.Paper100 | typeof GamesQuests.Scissor100 | typeof GamesQuests.Rock100 | typeof GamesQuests.GuessInOne | typeof GamesQuests.Bet666 | typeof GamesQuests.WinLose10 | typeof ItemsQuests.Drink100Today | typeof ItemsQuests.Drink200Quest | typeof ItemsQuests.Drink500Quest | typeof ItemsQuests.Drink1000Quest | typeof ItemsQuests.Drink2000Quest | typeof ItemsQuests.Drink5000Quest | typeof ItemsQuests.ChestOpen50Quest | typeof ItemsQuests.ChestOpen150Quest | typeof ItemsQuests.ChestOpen500Quest | typeof ItemsQuests.ChestOpen1000Quest | typeof ItemsQuests.ChestOpen2000Quest | typeof JoinCrewQuests.CrewCreateOrJoin | typeof LevelQuests.BeLevel10 | typeof LevelQuests.BeLevel20 | typeof LevelQuests.BeLevel30 | typeof LevelQuests.BeLevel40 | typeof LevelQuests.BeLevel50 | typeof LevelQuests.BeLevel60 | typeof LevelQuests.BeLevel70 | typeof LevelQuests.BeLevel80 | typeof LevelQuests.BeLevel90 | typeof LevelQuests.BeLevel100 | typeof PremiumQuests.Premium | typeof RaidQuests.Finish10Raids | typeof RaidQuests.Finish25Raids | typeof RaidQuests.Finish50Raids | typeof RaidQuests.Finish100Raids | typeof RaidQuests.Finish200Raids | typeof RandomMessageQuests.RandomMessage20Quest | typeof RandomMessageQuests.RandomMessage50Quest | typeof RandomMessageQuests.RandomMessage100Quest | typeof RandomMessageQuests.RandomMessage200Quest | typeof RandomMessageQuests.RandomMessage500Quest | typeof RecipesQuests.Have1Recipe | typeof RecipesQuests.Have5Recipe | typeof RecipesQuests.Have10Recipe | typeof RecipesQuests.Have25Recipe | typeof RecipesQuests.Have100Recipe | typeof ReportQuests.Report | typeof SendMessageQuests.send100Messages | typeof SendMessageQuests.send1000Messages | typeof SendMessageQuests.send25000Messages | typeof SendMessageQuests.send100000Messages | typeof SendMessageQuests.send200000Messages | typeof import("./shop").default | typeof ShopQuests.SpendShop50M | typeof ShopQuests.SpendShop500M | typeof ShopQuests.SpendShop5Ml | typeof ShopQuests.SpendShop50Ml | typeof TimeInVoiceQuests.Voice10Hours | typeof TimeInVoiceQuests.Voice25Hours | typeof TimeInVoiceQuests.Voice250Hours | typeof TimeInVoiceQuests.Voice2500Hours | typeof TimeInVoiceQuests.Voice5000Hours | typeof TitleQuests.Have10Title | typeof TitleQuests.Have50Title | typeof TitleQuests.Have100Title | typeof TournamentQuests.Insistent | typeof TournamentQuests.Resurrection | typeof TournamentQuests.Rebirth | typeof TournamentQuests.Phoenix | typeof TournamentQuests.Immortal | typeof TournamentQuests.CursedBranch | typeof TournamentQuests.TournamentTop64 | typeof TournamentQuests.ZeroScored | typeof TournamentQuests.GiantHunter | typeof TournamentQuests.Sabotage | typeof TournamentQuests.VictoryByKO | typeof TournamentQuests.Sniper | typeof TournamentQuests.Massacre | typeof TournamentQuests.Annihilation | typeof TournamentQuests.TrollSupreme | typeof TournamentQuests.Champion | typeof TournamentQuests.Master | typeof TournamentQuests.Unstoppable | typeof TournamentQuests.ShootingStar | typeof TournamentQuests.EZ | typeof TournamentQuests.Participation | typeof UserCrewQuests.UserCrew10Percent | typeof UserCrewQuests.UserCrew90Percent | typeof UserXpToCrewQuests.UserBring50kXpToCrew | typeof UserXpToCrewQuests.UserBring500kXpToCrew | typeof UserXpToCrewQuests.UserBring1mXpToCrew | typeof UserXpToCrewQuests.UserBring5mXpToCrew | typeof UserXpToCrewQuests.UserBring50mXpToCrew | typeof WorkQuests.Work100Quest | typeof WorkQuests.Work300Quest | typeof WorkQuests.Work1000Quest | typeof WorkQuests.Work2000Quest | typeof WorkQuests.Work5000Quest | typeof WriteDifferentChatQuests.Write10Chats | typeof WriteDifferentChatQuests.Write20Chats | typeof WriteDifferentChatQuests.Write50Chats | typeof WriteDifferentChatQuests.Write100Chats | typeof WriteDifferentChatQuests.Write200Chats)[];
28
+ export declare const ALL_QUESTS: readonly (typeof UserDailyQuests.DailySendMessage | typeof UserDailyQuests.DailyReadEdito | typeof UserDailyQuests.DailyAnswer | typeof UserDailyQuests.DailyCheckProfile | typeof UserDailyQuests.DailyVocal | typeof UserDailyQuests.DailyAll | typeof UserDailyQuests.Almanax | typeof AlcoholsQuests.Drink50Alcohols | typeof AlcoholsQuests.Drink250Alcohols | typeof AlcoholsQuests.Drink500Alcohols | typeof AlcoholsQuests.Drink1000Alcohols | typeof AlcoholsQuests.Drink2000Alcohols | typeof AlcoholsQuests.Drink10Rhum | typeof AlcoholsQuests.Drink100Rhum | typeof AlcoholsQuests.Drink250Rhum | typeof AlcoholsQuests.Drink500Rhum | typeof AlcoholsQuests.Drink1000Rhum | typeof AlcoholsQuests.Drink10Beer | typeof AlcoholsQuests.Drink100Beer | typeof AlcoholsQuests.Drink250Beer | typeof AlcoholsQuests.Drink500Beer | typeof AlcoholsQuests.Drink1000Beer | typeof AlcoholsQuests.Drink10Wine | typeof AlcoholsQuests.Drink100Wine | typeof AlcoholsQuests.Drink250Wine | typeof AlcoholsQuests.Drink500Wine | typeof AlcoholsQuests.Drink1000Wine | typeof BackgroundQuests.Have1Background | typeof BackgroundQuests.Have25Background | typeof BackgroundQuests.Have50Background | typeof BerryQuests.Have500kBerry | typeof BerryQuests.Have5mBerry | typeof BerryQuests.Have50mBerry | typeof BerryQuests.Have500mBerry | typeof BerryQuests.Have5mdBerry | typeof BetQuests.BetMinValue | typeof BetQuests.LoseEverything | typeof BetQuests.Bet10M | typeof BetQuests.WinOn10MBet | typeof BetQuests.TotalBet10M | typeof BetQuests.TotalBet1Md | typeof BetQuests.Lose10M | typeof BirthdayQuests.Birthday | typeof BotPingQuests.BotPing | typeof CharacteristicsQuests.Have25Strength | typeof CharacteristicsQuests.Have50Strength | typeof CharacteristicsQuests.Have100Strength | typeof CharacteristicsQuests.Have250Strength | typeof CharacteristicsQuests.Have500Strength | typeof CharacteristicsQuests.Have25Agility | typeof CharacteristicsQuests.Have50Agility | typeof CharacteristicsQuests.Have100Agility | typeof CharacteristicsQuests.Have250Agility | typeof CharacteristicsQuests.Have500Agility | typeof CharacteristicsQuests.Have25Intelligence | typeof CharacteristicsQuests.Have50Intelligence | typeof CharacteristicsQuests.Have100Intelligence | typeof CharacteristicsQuests.Have250Intelligence | typeof CharacteristicsQuests.Have500Intelligence | typeof CharacteristicsQuests.Have25Chance | typeof CharacteristicsQuests.Have50Chance | typeof CharacteristicsQuests.Have100Chance | typeof CharacteristicsQuests.Have250Chance | typeof CharacteristicsQuests.Have500Chance | typeof CharacteristicsQuests.Have25Vitality | typeof CharacteristicsQuests.Have50Vitality | typeof CharacteristicsQuests.Have100Vitality | typeof CharacteristicsQuests.Have250Vitality | typeof CharacteristicsQuests.Have500Vitality | typeof CharacteristicsQuests.Have25Wisdom | typeof CharacteristicsQuests.Have50Wisdom | typeof CharacteristicsQuests.Have100Wisdom | typeof CharacteristicsQuests.Have250Wisdom | typeof CharacteristicsQuests.Have500Wisdom | typeof CraftQuests.Craft20Times | typeof CraftQuests.Craft50Times | typeof CraftQuests.Craft200Times | typeof CraftQuests.Craft500Times | typeof CraftQuests.Craft1000Times | typeof CraftQuests.Craft10CookedMeals | typeof CraftQuests.Craft50CookedMeals | typeof CraftQuests.Craft100CookedMeals | typeof CraftQuests.Craft250CookedMeals | typeof CraftQuests.Craft500CookedMeals | typeof CraftQuests.Craft5Scrolls | typeof CraftQuests.Craft10Scrolls | typeof CraftQuests.Craft20Scrolls | typeof CraftQuests.Craft50Scrolls | typeof CraftQuests.Craft100Scrolls | typeof DrawQuests.Draw100Quest | typeof DrawQuests.Draw300Quest | typeof DrawQuests.Draw1000Quest | typeof DrawQuests.Draw2000Quest | typeof DrawQuests.Draw5000Quest | typeof EditoQuests.Edito | typeof EveryoneQuests.Everyone | typeof GamesQuests.DoubleSix | typeof GamesQuests.DrawDoubleSix | typeof GamesQuests.SevenQuitteOuDouble | typeof GamesQuests.WinAll5GamesInRow | typeof GamesQuests.LoseAll5GamesInRow | typeof GamesQuests.TenBlackJack | typeof GamesQuests.Paper100 | typeof GamesQuests.Scissor100 | typeof GamesQuests.Rock100 | typeof GamesQuests.GuessInOne | typeof GamesQuests.Bet666 | typeof GamesQuests.WinLose10 | typeof ItemsQuests.Drink100Today | typeof ItemsQuests.Drink200Quest | typeof ItemsQuests.Drink500Quest | typeof ItemsQuests.Drink1000Quest | typeof ItemsQuests.Drink2000Quest | typeof ItemsQuests.Drink5000Quest | typeof ItemsQuests.ChestOpen50Quest | typeof ItemsQuests.ChestOpen150Quest | typeof ItemsQuests.ChestOpen500Quest | typeof ItemsQuests.ChestOpen1000Quest | typeof ItemsQuests.ChestOpen2000Quest | typeof JoinCrewQuests.CrewCreateOrJoin | typeof LevelQuests.BeLevel10 | typeof LevelQuests.BeLevel20 | typeof LevelQuests.BeLevel30 | typeof LevelQuests.BeLevel40 | typeof LevelQuests.BeLevel50 | typeof LevelQuests.BeLevel60 | typeof LevelQuests.BeLevel70 | typeof LevelQuests.BeLevel80 | typeof LevelQuests.BeLevel90 | typeof LevelQuests.BeLevel100 | typeof PremiumQuests.Premium | typeof RandomMessageQuests.RandomMessage20Quest | typeof RandomMessageQuests.RandomMessage50Quest | typeof RandomMessageQuests.RandomMessage100Quest | typeof RandomMessageQuests.RandomMessage200Quest | typeof RandomMessageQuests.RandomMessage500Quest | typeof RecipesQuests.Have1Recipe | typeof RecipesQuests.Have5Recipe | typeof RecipesQuests.Have10Recipe | typeof RecipesQuests.Have25Recipe | typeof RecipesQuests.Have100Recipe | typeof ReportQuests.Report | typeof SendMessageQuests.send100Messages | typeof SendMessageQuests.send1000Messages | typeof SendMessageQuests.send25000Messages | typeof SendMessageQuests.send100000Messages | typeof SendMessageQuests.send200000Messages | typeof import("./shop").default | typeof ShopQuests.SpendShop50M | typeof ShopQuests.SpendShop500M | typeof ShopQuests.SpendShop5Ml | typeof ShopQuests.SpendShop50Ml | typeof TimeInVoiceQuests.Voice10Hours | typeof TimeInVoiceQuests.Voice25Hours | typeof TimeInVoiceQuests.Voice250Hours | typeof TimeInVoiceQuests.Voice2500Hours | typeof TimeInVoiceQuests.Voice5000Hours | typeof TitleQuests.Have10Title | typeof TitleQuests.Have50Title | typeof TitleQuests.Have100Title | typeof TournamentQuests.Insistent | typeof TournamentQuests.Resurrection | typeof TournamentQuests.Rebirth | typeof TournamentQuests.Phoenix | typeof TournamentQuests.Immortal | typeof TournamentQuests.CursedBranch | typeof TournamentQuests.TournamentTop64 | typeof TournamentQuests.ZeroScored | typeof TournamentQuests.GiantHunter | typeof TournamentQuests.Sabotage | typeof TournamentQuests.VictoryByKO | typeof TournamentQuests.Sniper | typeof TournamentQuests.Massacre | typeof TournamentQuests.Annihilation | typeof TournamentQuests.TrollSupreme | typeof TournamentQuests.Champion | typeof TournamentQuests.Master | typeof TournamentQuests.Unstoppable | typeof TournamentQuests.ShootingStar | typeof TournamentQuests.EZ | typeof TournamentQuests.Participation | typeof WorkQuests.Work100Quest | typeof WorkQuests.Work300Quest | typeof WorkQuests.Work1000Quest | typeof WorkQuests.Work2000Quest | typeof WorkQuests.Work5000Quest | typeof WriteDifferentChatQuests.Write10Chats | typeof WriteDifferentChatQuests.Write20Chats | typeof WriteDifferentChatQuests.Write50Chats | typeof WriteDifferentChatQuests.Write100Chats | typeof WriteDifferentChatQuests.Write200Chats)[];
39
29
  export declare const ALL_QUEST_IDS: string[];
40
30
  export * from './alcohols';
41
31
  export * from './background';
@@ -45,13 +35,6 @@ export * from './birthday';
45
35
  export * from './botPing';
46
36
  export * from './characteristics';
47
37
  export * from './craft';
48
- export * from './crewCarpenter';
49
- export * from './crewDaily';
50
- export * from './crewDisintegration';
51
- export * from './crewLevel';
52
- export * from './crewMoney';
53
- export * from './crewSize';
54
- export * from './crewVocal';
55
38
  export * from './draw';
56
39
  export * from './edito';
57
40
  export * from './everyone';
@@ -60,7 +43,6 @@ export * from './items';
60
43
  export * from './joinCrew';
61
44
  export * from './level';
62
45
  export * from './premium';
63
- export * from './raid';
64
46
  export * from './randomMessage';
65
47
  export * from './recipe';
66
48
  export * from './report';
@@ -69,9 +51,7 @@ export * from './shop';
69
51
  export * from './timeInVoice';
70
52
  export * from './title';
71
53
  export * from './tournament';
72
- export * from './userCrew';
73
54
  export * from './userDaily';
74
- export * from './userXpToCrew';
75
55
  export * from './work';
76
56
  export * from './writeDifferentChat';
77
57
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/quests/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/quests/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,cAAc,MAAM,YAAY,CAAC;AAC7C,OAAO,KAAK,gBAAgB,MAAM,cAAc,CAAC;AACjD,OAAO,KAAK,WAAW,MAAM,SAAS,CAAC;AACvC,OAAO,KAAK,SAAS,MAAM,OAAO,CAAC;AACnC,OAAO,KAAK,cAAc,MAAM,YAAY,CAAC;AAC7C,OAAO,KAAK,aAAa,MAAM,WAAW,CAAC;AAC3C,OAAO,KAAK,qBAAqB,MAAM,mBAAmB,CAAC;AAC3D,OAAO,KAAK,WAAW,MAAM,SAAS,CAAC;AACvC,OAAO,KAAK,UAAU,MAAM,QAAQ,CAAC;AACrC,OAAO,KAAK,WAAW,MAAM,SAAS,CAAC;AACvC,OAAO,KAAK,cAAc,MAAM,YAAY,CAAC;AAC7C,OAAO,KAAK,WAAW,MAAM,SAAS,CAAC;AACvC,OAAO,KAAK,WAAW,MAAM,SAAS,CAAC;AACvC,OAAO,KAAK,cAAc,MAAM,YAAY,CAAC;AAC7C,OAAO,KAAK,WAAW,MAAM,SAAS,CAAC;AACvC,OAAO,KAAK,aAAa,MAAM,WAAW,CAAC;AAC3C,OAAO,KAAK,mBAAmB,MAAM,iBAAiB,CAAC;AACvD,OAAO,KAAK,aAAa,MAAM,UAAU,CAAC;AAC1C,OAAO,KAAK,YAAY,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,iBAAiB,MAAM,eAAe,CAAC;AACnD,OAAO,KAAK,UAAU,MAAM,QAAQ,CAAC;AACrC,OAAO,KAAK,iBAAiB,MAAM,eAAe,CAAC;AACnD,OAAO,KAAK,WAAW,MAAM,SAAS,CAAC;AACvC,OAAO,KAAK,gBAAgB,MAAM,cAAc,CAAC;AACjD,OAAO,KAAK,eAAe,MAAM,aAAa,CAAC;AAC/C,OAAO,KAAK,UAAU,MAAM,QAAQ,CAAC;AACrC,OAAO,KAAK,wBAAwB,MAAM,sBAAsB,CAAC;AAEjE,eAAO,MAAM,UAAU,kpOA4Bb,CAAC;AAEX,eAAO,MAAM,aAAa,UAAoD,CAAC;AAQ/E,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,sBAAsB,CAAC"}
@@ -7,13 +7,6 @@ import * as BirthdayQuests from './birthday';
7
7
  import * as BotPingQuests from './botPing';
8
8
  import * as CharacteristicsQuests from './characteristics';
9
9
  import * as CraftQuests from './craft';
10
- import * as CrewCarpenterQuests from './crewCarpenter';
11
- import * as CrewDailyQuests from './crewDaily';
12
- import * as CrewDisintegrationQuests from './crewDisintegration';
13
- import * as CrewLevelQuests from './crewLevel';
14
- import * as CrewMoneyQuests from './crewMoney';
15
- import * as CrewSizeQuests from './crewSize';
16
- import * as CrewVocalQuests from './crewVocal';
17
10
  import * as DrawQuests from './draw';
18
11
  import * as EditoQuests from './edito';
19
12
  import * as EveryoneQuests from './everyone';
@@ -22,7 +15,6 @@ import * as ItemsQuests from './items';
22
15
  import * as JoinCrewQuests from './joinCrew';
23
16
  import * as LevelQuests from './level';
24
17
  import * as PremiumQuests from './premium';
25
- import * as RaidQuests from './raid';
26
18
  import * as RandomMessageQuests from './randomMessage';
27
19
  import * as RecipesQuests from './recipe';
28
20
  import * as ReportQuests from './report';
@@ -31,9 +23,7 @@ import * as ShopQuests from './shop';
31
23
  import * as TimeInVoiceQuests from './timeInVoice';
32
24
  import * as TitleQuests from './title';
33
25
  import * as TournamentQuests from './tournament';
34
- import * as UserCrewQuests from './userCrew';
35
26
  import * as UserDailyQuests from './userDaily';
36
- import * as UserXpToCrewQuests from './userXpToCrew';
37
27
  import * as WorkQuests from './work';
38
28
  import * as WriteDifferentChatQuests from './writeDifferentChat';
39
29
  export const ALL_QUESTS = [
@@ -45,13 +35,6 @@ export const ALL_QUESTS = [
45
35
  ...Object.values(BotPingQuests),
46
36
  ...Object.values(CharacteristicsQuests),
47
37
  ...Object.values(CraftQuests),
48
- ...Object.values(CrewCarpenterQuests),
49
- ...Object.values(CrewDailyQuests),
50
- ...Object.values(CrewDisintegrationQuests),
51
- ...Object.values(CrewLevelQuests),
52
- ...Object.values(CrewMoneyQuests),
53
- ...Object.values(CrewSizeQuests),
54
- ...Object.values(CrewVocalQuests),
55
38
  ...Object.values(DrawQuests),
56
39
  ...Object.values(EditoQuests),
57
40
  ...Object.values(EveryoneQuests),
@@ -60,7 +43,6 @@ export const ALL_QUESTS = [
60
43
  ...Object.values(JoinCrewQuests),
61
44
  ...Object.values(LevelQuests),
62
45
  ...Object.values(PremiumQuests),
63
- ...Object.values(RaidQuests),
64
46
  ...Object.values(RandomMessageQuests),
65
47
  ...Object.values(RecipesQuests),
66
48
  ...Object.values(ReportQuests),
@@ -69,9 +51,7 @@ export const ALL_QUESTS = [
69
51
  ...Object.values(TimeInVoiceQuests),
70
52
  ...Object.values(TitleQuests),
71
53
  ...Object.values(TournamentQuests),
72
- ...Object.values(UserCrewQuests),
73
54
  ...Object.values(UserDailyQuests),
74
- ...Object.values(UserXpToCrewQuests),
75
55
  ...Object.values(WorkQuests),
76
56
  ...Object.values(WriteDifferentChatQuests),
77
57
  ];
@@ -87,13 +67,6 @@ export * from './birthday';
87
67
  export * from './botPing';
88
68
  export * from './characteristics';
89
69
  export * from './craft';
90
- export * from './crewCarpenter';
91
- export * from './crewDaily';
92
- export * from './crewDisintegration';
93
- export * from './crewLevel';
94
- export * from './crewMoney';
95
- export * from './crewSize';
96
- export * from './crewVocal';
97
70
  export * from './draw';
98
71
  export * from './edito';
99
72
  export * from './everyone';
@@ -102,7 +75,6 @@ export * from './items';
102
75
  export * from './joinCrew';
103
76
  export * from './level';
104
77
  export * from './premium';
105
- export * from './raid';
106
78
  export * from './randomMessage';
107
79
  export * from './recipe';
108
80
  export * from './report';
@@ -111,9 +83,7 @@ export * from './shop';
111
83
  export * from './timeInVoice';
112
84
  export * from './title';
113
85
  export * from './tournament';
114
- export * from './userCrew';
115
86
  export * from './userDaily';
116
- export * from './userXpToCrew';
117
87
  export * from './work';
118
88
  export * from './writeDifferentChat';
119
89
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/quests/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAE3C,OAAO,KAAK,cAAc,MAAM,YAAY,CAAC;AAC7C,OAAO,KAAK,gBAAgB,MAAM,cAAc,CAAC;AACjD,OAAO,KAAK,WAAW,MAAM,SAAS,CAAC;AACvC,OAAO,KAAK,SAAS,MAAM,OAAO,CAAC;AACnC,OAAO,KAAK,cAAc,MAAM,YAAY,CAAC;AAC7C,OAAO,KAAK,aAAa,MAAM,WAAW,CAAC;AAC3C,OAAO,KAAK,qBAAqB,MAAM,mBAAmB,CAAC;AAC3D,OAAO,KAAK,WAAW,MAAM,SAAS,CAAC;AACvC,OAAO,KAAK,mBAAmB,MAAM,iBAAiB,CAAC;AACvD,OAAO,KAAK,eAAe,MAAM,aAAa,CAAC;AAC/C,OAAO,KAAK,wBAAwB,MAAM,sBAAsB,CAAC;AACjE,OAAO,KAAK,eAAe,MAAM,aAAa,CAAC;AAC/C,OAAO,KAAK,eAAe,MAAM,aAAa,CAAC;AAC/C,OAAO,KAAK,cAAc,MAAM,YAAY,CAAC;AAC7C,OAAO,KAAK,eAAe,MAAM,aAAa,CAAC;AAC/C,OAAO,KAAK,UAAU,MAAM,QAAQ,CAAC;AACrC,OAAO,KAAK,WAAW,MAAM,SAAS,CAAC;AACvC,OAAO,KAAK,cAAc,MAAM,YAAY,CAAC;AAC7C,OAAO,KAAK,WAAW,MAAM,SAAS,CAAC;AACvC,OAAO,KAAK,WAAW,MAAM,SAAS,CAAC;AACvC,OAAO,KAAK,cAAc,MAAM,YAAY,CAAC;AAC7C,OAAO,KAAK,WAAW,MAAM,SAAS,CAAC;AACvC,OAAO,KAAK,aAAa,MAAM,WAAW,CAAC;AAC3C,OAAO,KAAK,UAAU,MAAM,QAAQ,CAAC;AACrC,OAAO,KAAK,mBAAmB,MAAM,iBAAiB,CAAC;AACvD,OAAO,KAAK,aAAa,MAAM,UAAU,CAAC;AAC1C,OAAO,KAAK,YAAY,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,iBAAiB,MAAM,eAAe,CAAC;AACnD,OAAO,KAAK,UAAU,MAAM,QAAQ,CAAC;AACrC,OAAO,KAAK,iBAAiB,MAAM,eAAe,CAAC;AACnD,OAAO,KAAK,WAAW,MAAM,SAAS,CAAC;AACvC,OAAO,KAAK,gBAAgB,MAAM,cAAc,CAAC;AACjD,OAAO,KAAK,cAAc,MAAM,YAAY,CAAC;AAC7C,OAAO,KAAK,eAAe,MAAM,aAAa,CAAC;AAC/C,OAAO,KAAK,kBAAkB,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,UAAU,MAAM,QAAQ,CAAC;AACrC,OAAO,KAAK,wBAAwB,MAAM,sBAAsB,CAAC;AAEjE,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,GAAG,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC;IAChC,GAAG,MAAM,CAAC,MAAM,CAAC,gBAAgB,CAAC;IAClC,GAAG,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC;IAC7B,GAAG,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC;IAC3B,GAAG,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC;IAChC,GAAG,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC;IAC/B,GAAG,MAAM,CAAC,MAAM,CAAC,qBAAqB,CAAC;IACvC,GAAG,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC;IAC7B,GAAG,MAAM,CAAC,MAAM,CAAC,mBAAmB,CAAC;IACrC,GAAG,MAAM,CAAC,MAAM,CAAC,eAAe,CAAC;IACjC,GAAG,MAAM,CAAC,MAAM,CAAC,wBAAwB,CAAC;IAC1C,GAAG,MAAM,CAAC,MAAM,CAAC,eAAe,CAAC;IACjC,GAAG,MAAM,CAAC,MAAM,CAAC,eAAe,CAAC;IACjC,GAAG,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC;IAChC,GAAG,MAAM,CAAC,MAAM,CAAC,eAAe,CAAC;IACjC,GAAG,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC;IAC5B,GAAG,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC;IAC7B,GAAG,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC;IAChC,GAAG,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC;IAC7B,GAAG,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC;IAC7B,GAAG,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC;IAChC,GAAG,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC;IAC7B,GAAG,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC;IAC/B,GAAG,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC;IAC5B,GAAG,MAAM,CAAC,MAAM,CAAC,mBAAmB,CAAC;IACrC,GAAG,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC;IAC/B,GAAG,MAAM,CAAC,MAAM,CAAC,YAAY,CAAC;IAC9B,GAAG,MAAM,CAAC,MAAM,CAAC,iBAAiB,CAAC;IACnC,GAAG,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC;IAC5B,GAAG,MAAM,CAAC,MAAM,CAAC,iBAAiB,CAAC;IACnC,GAAG,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC;IAC7B,GAAG,MAAM,CAAC,MAAM,CAAC,gBAAgB,CAAC;IAClC,GAAG,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC;IAChC,GAAG,MAAM,CAAC,MAAM,CAAC,eAAe,CAAC;IACjC,GAAG,MAAM,CAAC,MAAM,CAAC,kBAAkB,CAAC;IACpC,GAAG,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC;IAC5B,GAAG,MAAM,CAAC,MAAM,CAAC,wBAAwB,CAAC;CAClC,CAAC;AAEX,MAAM,CAAC,MAAM,aAAa,GAAG,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC,EAAE,CAAC,IAAI,UAAU,EAAE,CAAC,EAAE,CAAC,CAAC;AAE/E,IAAI,aAAa,CAAC,MAAM,KAAK,CAAC,GAAG,IAAI,GAAG,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAChE,MAAM,KAAK,CACT,2DAA2D,OAAO,CAAC,aAAa,EAAE,CAAC,GAAG,IAAI,GAAG,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE,CACjH,CAAC;AACJ,CAAC;AAED,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,QAAQ,CAAC;AACvB,cAAc,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/quests/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAE3C,OAAO,KAAK,cAAc,MAAM,YAAY,CAAC;AAC7C,OAAO,KAAK,gBAAgB,MAAM,cAAc,CAAC;AACjD,OAAO,KAAK,WAAW,MAAM,SAAS,CAAC;AACvC,OAAO,KAAK,SAAS,MAAM,OAAO,CAAC;AACnC,OAAO,KAAK,cAAc,MAAM,YAAY,CAAC;AAC7C,OAAO,KAAK,aAAa,MAAM,WAAW,CAAC;AAC3C,OAAO,KAAK,qBAAqB,MAAM,mBAAmB,CAAC;AAC3D,OAAO,KAAK,WAAW,MAAM,SAAS,CAAC;AACvC,OAAO,KAAK,UAAU,MAAM,QAAQ,CAAC;AACrC,OAAO,KAAK,WAAW,MAAM,SAAS,CAAC;AACvC,OAAO,KAAK,cAAc,MAAM,YAAY,CAAC;AAC7C,OAAO,KAAK,WAAW,MAAM,SAAS,CAAC;AACvC,OAAO,KAAK,WAAW,MAAM,SAAS,CAAC;AACvC,OAAO,KAAK,cAAc,MAAM,YAAY,CAAC;AAC7C,OAAO,KAAK,WAAW,MAAM,SAAS,CAAC;AACvC,OAAO,KAAK,aAAa,MAAM,WAAW,CAAC;AAC3C,OAAO,KAAK,mBAAmB,MAAM,iBAAiB,CAAC;AACvD,OAAO,KAAK,aAAa,MAAM,UAAU,CAAC;AAC1C,OAAO,KAAK,YAAY,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,iBAAiB,MAAM,eAAe,CAAC;AACnD,OAAO,KAAK,UAAU,MAAM,QAAQ,CAAC;AACrC,OAAO,KAAK,iBAAiB,MAAM,eAAe,CAAC;AACnD,OAAO,KAAK,WAAW,MAAM,SAAS,CAAC;AACvC,OAAO,KAAK,gBAAgB,MAAM,cAAc,CAAC;AACjD,OAAO,KAAK,eAAe,MAAM,aAAa,CAAC;AAC/C,OAAO,KAAK,UAAU,MAAM,QAAQ,CAAC;AACrC,OAAO,KAAK,wBAAwB,MAAM,sBAAsB,CAAC;AAEjE,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,GAAG,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC;IAChC,GAAG,MAAM,CAAC,MAAM,CAAC,gBAAgB,CAAC;IAClC,GAAG,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC;IAC7B,GAAG,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC;IAC3B,GAAG,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC;IAChC,GAAG,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC;IAC/B,GAAG,MAAM,CAAC,MAAM,CAAC,qBAAqB,CAAC;IACvC,GAAG,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC;IAC7B,GAAG,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC;IAC5B,GAAG,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC;IAC7B,GAAG,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC;IAChC,GAAG,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC;IAC7B,GAAG,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC;IAC7B,GAAG,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC;IAChC,GAAG,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC;IAC7B,GAAG,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC;IAC/B,GAAG,MAAM,CAAC,MAAM,CAAC,mBAAmB,CAAC;IACrC,GAAG,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC;IAC/B,GAAG,MAAM,CAAC,MAAM,CAAC,YAAY,CAAC;IAC9B,GAAG,MAAM,CAAC,MAAM,CAAC,iBAAiB,CAAC;IACnC,GAAG,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC;IAC5B,GAAG,MAAM,CAAC,MAAM,CAAC,iBAAiB,CAAC;IACnC,GAAG,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC;IAC7B,GAAG,MAAM,CAAC,MAAM,CAAC,gBAAgB,CAAC;IAClC,GAAG,MAAM,CAAC,MAAM,CAAC,eAAe,CAAC;IACjC,GAAG,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC;IAC5B,GAAG,MAAM,CAAC,MAAM,CAAC,wBAAwB,CAAC;CAClC,CAAC;AAEX,MAAM,CAAC,MAAM,aAAa,GAAG,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC,EAAE,CAAC,IAAI,UAAU,EAAE,CAAC,EAAE,CAAC,CAAC;AAE/E,IAAI,aAAa,CAAC,MAAM,KAAK,CAAC,GAAG,IAAI,GAAG,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAChE,MAAM,KAAK,CACT,2DAA2D,OAAO,CAAC,aAAa,EAAE,CAAC,GAAG,IAAI,GAAG,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE,CACjH,CAAC;AACJ,CAAC;AAED,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,sBAAsB,CAAC"}
package/dist/utils.d.ts CHANGED
@@ -6,6 +6,5 @@ export declare const getFactionTitle: (user: ObjectId, faction: FactionId) => Pr
6
6
  export declare const getQuestBadgeEmojis: (quest: BaseQuest, faction: FactionId) => string;
7
7
  export declare const getBadgeEmojisFromId: (badgeId: Badge["id"]) => string | undefined;
8
8
  export declare const getQuestById: (questId: string) => BaseQuest | null;
9
- export declare const getQuestsByDependency: (dependency: QuestMiddlewareEventName) => (typeof import("./quests").DailySendMessage | typeof import("./quests").DailyReadEdito | typeof import("./quests").DailyAnswer | typeof import("./quests").DailyCheckProfile | typeof import("./quests").DailyVocal | typeof import("./quests").DailyAll | typeof import("./quests").Almanax | typeof import("./quests").Drink50Alcohols | typeof import("./quests").Drink250Alcohols | typeof import("./quests").Drink500Alcohols | typeof import("./quests").Drink1000Alcohols | typeof import("./quests").Drink2000Alcohols | typeof import("./quests").Drink10Rhum | typeof import("./quests").Drink100Rhum | typeof import("./quests").Drink250Rhum | typeof import("./quests").Drink500Rhum | typeof import("./quests").Drink1000Rhum | typeof import("./quests").Drink10Beer | typeof import("./quests").Drink100Beer | typeof import("./quests").Drink250Beer | typeof import("./quests").Drink500Beer | typeof import("./quests").Drink1000Beer | typeof import("./quests").Drink10Wine | typeof import("./quests").Drink100Wine | typeof import("./quests").Drink250Wine | typeof import("./quests").Drink500Wine | typeof import("./quests").Drink1000Wine | typeof import("./quests").Have1Background | typeof import("./quests").Have25Background | typeof import("./quests").Have50Background | typeof import("./quests").Have500kBerry | typeof import("./quests").Have5mBerry | typeof import("./quests").Have50mBerry | typeof import("./quests").Have500mBerry | typeof import("./quests").Have5mdBerry | typeof import("./quests").BetMinValue | typeof import("./quests").LoseEverything | typeof import("./quests").Bet10M | typeof import("./quests").WinOn10MBet | typeof import("./quests").TotalBet10M | typeof import("./quests").TotalBet1Md | typeof import("./quests").Lose10M | typeof import("./quests").Birthday | typeof import("./quests").BotPing | typeof import("./quests").Have25Strength | typeof import("./quests").Have50Strength | typeof import("./quests").Have100Strength | typeof import("./quests").Have250Strength | typeof import("./quests").Have500Strength | typeof import("./quests").Have25Agility | typeof import("./quests").Have50Agility | typeof import("./quests").Have100Agility | typeof import("./quests").Have250Agility | typeof import("./quests").Have500Agility | typeof import("./quests").Have25Intelligence | typeof import("./quests").Have50Intelligence | typeof import("./quests").Have100Intelligence | typeof import("./quests").Have250Intelligence | typeof import("./quests").Have500Intelligence | typeof import("./quests").Have25Chance | typeof import("./quests").Have50Chance | typeof import("./quests").Have100Chance | typeof import("./quests").Have250Chance | typeof import("./quests").Have500Chance | typeof import("./quests").Have25Vitality | typeof import("./quests").Have50Vitality | typeof import("./quests").Have100Vitality | typeof import("./quests").Have250Vitality | typeof import("./quests").Have500Vitality | typeof import("./quests").Have25Wisdom | typeof import("./quests").Have50Wisdom | typeof import("./quests").Have100Wisdom | typeof import("./quests").Have250Wisdom | typeof import("./quests").Have500Wisdom | typeof import("./quests").Craft20Times | typeof import("./quests").Craft50Times | typeof import("./quests").Craft200Times | typeof import("./quests").Craft500Times | typeof import("./quests").Craft1000Times | typeof import("./quests").Craft10CookedMeals | typeof import("./quests").Craft50CookedMeals | typeof import("./quests").Craft100CookedMeals | typeof import("./quests").Craft250CookedMeals | typeof import("./quests").Craft500CookedMeals | typeof import("./quests").Craft5Scrolls | typeof import("./quests").Craft10Scrolls | typeof import("./quests").Craft20Scrolls | typeof import("./quests").Craft50Scrolls | typeof import("./quests").Craft100Scrolls | typeof import("./quests").CrewCarpenter1Week | typeof import("./quests").CrewCarpenter1Month | typeof import("./quests").CrewCarpenter3Months | typeof import("./quests").CrewCarpenter6Months | typeof import("./quests").CrewCarpenter1Year | typeof import("./quests").CrewValidateDaily | typeof import("./quests").CrewAllMembersDaily | typeof import("./quests").CrewBreakShip | typeof import("./quests").CrewBeLevel10 | typeof import("./quests").CrewBeLevel25 | typeof import("./quests").CrewBeLevel50 | typeof import("./quests").CrewBeLevel75 | typeof import("./quests").CrewBeLevel100 | typeof import("./quests").CrewHave100MBerry | typeof import("./quests").CrewHave500MBerry | typeof import("./quests").CrewHave1MdBerry | typeof import("./quests").CrewHave5MdBerry | typeof import("./quests").CrewHave50MdBerry | typeof import("./quests").CrewSize5 | typeof import("./quests").CrewSize7 | typeof import("./quests").CrewSize10 | typeof import("./quests").CrewSize12 | typeof import("./quests").CrewSize15 | typeof import("./quests").CrewVocal5 | typeof import("./quests").CrewVocal7 | typeof import("./quests").CrewVocal10 | typeof import("./quests").CrewVocal12 | typeof import("./quests").CrewVocal15 | typeof import("./quests").Draw100Quest | typeof import("./quests").Draw300Quest | typeof import("./quests").Draw1000Quest | typeof import("./quests").Draw2000Quest | typeof import("./quests").Draw5000Quest | typeof import("./quests").Edito | typeof import("./quests").Everyone | typeof import("./quests").DoubleSix | typeof import("./quests").DrawDoubleSix | typeof import("./quests").SevenQuitteOuDouble | typeof import("./quests").WinAll5GamesInRow | typeof import("./quests").LoseAll5GamesInRow | typeof import("./quests").TenBlackJack | typeof import("./quests").Paper100 | typeof import("./quests").Scissor100 | typeof import("./quests").Rock100 | typeof import("./quests").GuessInOne | typeof import("./quests").Bet666 | typeof import("./quests").WinLose10 | typeof import("./quests").Drink100Today | typeof import("./quests").Drink200Quest | typeof import("./quests").Drink500Quest | typeof import("./quests").Drink1000Quest | typeof import("./quests").Drink2000Quest | typeof import("./quests").Drink5000Quest | typeof import("./quests").ChestOpen50Quest | typeof import("./quests").ChestOpen150Quest | typeof import("./quests").ChestOpen500Quest | typeof import("./quests").ChestOpen1000Quest | typeof import("./quests").ChestOpen2000Quest | typeof import("./quests").CrewCreateOrJoin | typeof import("./quests").BeLevel10 | typeof import("./quests").BeLevel20 | typeof import("./quests").BeLevel30 | typeof import("./quests").BeLevel40 | typeof import("./quests").BeLevel50 | typeof import("./quests").BeLevel60 | typeof import("./quests").BeLevel70 | typeof import("./quests").BeLevel80 | typeof import("./quests").BeLevel90 | typeof import("./quests").BeLevel100 | typeof import("./quests").Premium | typeof import("./quests").Finish10Raids | typeof import("./quests").Finish25Raids | typeof import("./quests").Finish50Raids | typeof import("./quests").Finish100Raids | typeof import("./quests").Finish200Raids | typeof import("./quests").RandomMessage20Quest | typeof import("./quests").RandomMessage50Quest | typeof import("./quests").RandomMessage100Quest | typeof import("./quests").RandomMessage200Quest | typeof import("./quests").RandomMessage500Quest | typeof import("./quests").Have1Recipe | typeof import("./quests").Have5Recipe | typeof import("./quests").Have10Recipe | typeof import("./quests").Have25Recipe | typeof import("./quests").Have100Recipe | typeof import("./quests").Report | typeof import("./quests").send100Messages | typeof import("./quests").send1000Messages | typeof import("./quests").send25000Messages | typeof import("./quests").send100000Messages | typeof import("./quests").send200000Messages | typeof import("./quests/shop").default | typeof import("./quests").SpendShop50M | typeof import("./quests").SpendShop500M | typeof import("./quests").SpendShop5Ml | typeof import("./quests").SpendShop50Ml | typeof import("./quests").Voice10Hours | typeof import("./quests").Voice25Hours | typeof import("./quests").Voice250Hours | typeof import("./quests").Voice2500Hours | typeof import("./quests").Voice5000Hours | typeof import("./quests").Have10Title | typeof import("./quests").Have50Title | typeof import("./quests").Have100Title | typeof import("./quests").Insistent | typeof import("./quests").Resurrection | typeof import("./quests").Rebirth | typeof import("./quests").Phoenix | typeof import("./quests").Immortal | typeof import("./quests").CursedBranch | typeof import("./quests").TournamentTop64 | typeof import("./quests").ZeroScored | typeof import("./quests").GiantHunter | typeof import("./quests").Sabotage | typeof import("./quests").VictoryByKO | typeof import("./quests").Sniper | typeof import("./quests").Massacre | typeof import("./quests").Annihilation | typeof import("./quests").TrollSupreme | typeof import("./quests").Champion | typeof import("./quests").Master | typeof import("./quests").Unstoppable | typeof import("./quests").ShootingStar | typeof import("./quests").EZ | typeof import("./quests").Participation | typeof import("./quests").UserCrew10Percent | typeof import("./quests").UserCrew90Percent | typeof import("./quests").UserBring50kXpToCrew | typeof import("./quests").UserBring500kXpToCrew | typeof import("./quests").UserBring1mXpToCrew | typeof import("./quests").UserBring5mXpToCrew | typeof import("./quests").UserBring50mXpToCrew | typeof import("./quests").Work100Quest | typeof import("./quests").Work300Quest | typeof import("./quests").Work1000Quest | typeof import("./quests").Work2000Quest | typeof import("./quests").Work5000Quest | typeof import("./quests").Write10Chats | typeof import("./quests").Write20Chats | typeof import("./quests").Write50Chats | typeof import("./quests").Write100Chats | typeof import("./quests").Write200Chats)[];
10
- export declare const getQuestsByCrewDependency: (dependency: QuestMiddlewareEventName) => (typeof import("./quests").DailySendMessage | typeof import("./quests").DailyReadEdito | typeof import("./quests").DailyAnswer | typeof import("./quests").DailyCheckProfile | typeof import("./quests").DailyVocal | typeof import("./quests").DailyAll | typeof import("./quests").Almanax | typeof import("./quests").Drink50Alcohols | typeof import("./quests").Drink250Alcohols | typeof import("./quests").Drink500Alcohols | typeof import("./quests").Drink1000Alcohols | typeof import("./quests").Drink2000Alcohols | typeof import("./quests").Drink10Rhum | typeof import("./quests").Drink100Rhum | typeof import("./quests").Drink250Rhum | typeof import("./quests").Drink500Rhum | typeof import("./quests").Drink1000Rhum | typeof import("./quests").Drink10Beer | typeof import("./quests").Drink100Beer | typeof import("./quests").Drink250Beer | typeof import("./quests").Drink500Beer | typeof import("./quests").Drink1000Beer | typeof import("./quests").Drink10Wine | typeof import("./quests").Drink100Wine | typeof import("./quests").Drink250Wine | typeof import("./quests").Drink500Wine | typeof import("./quests").Drink1000Wine | typeof import("./quests").Have1Background | typeof import("./quests").Have25Background | typeof import("./quests").Have50Background | typeof import("./quests").Have500kBerry | typeof import("./quests").Have5mBerry | typeof import("./quests").Have50mBerry | typeof import("./quests").Have500mBerry | typeof import("./quests").Have5mdBerry | typeof import("./quests").BetMinValue | typeof import("./quests").LoseEverything | typeof import("./quests").Bet10M | typeof import("./quests").WinOn10MBet | typeof import("./quests").TotalBet10M | typeof import("./quests").TotalBet1Md | typeof import("./quests").Lose10M | typeof import("./quests").Birthday | typeof import("./quests").BotPing | typeof import("./quests").Have25Strength | typeof import("./quests").Have50Strength | typeof import("./quests").Have100Strength | typeof import("./quests").Have250Strength | typeof import("./quests").Have500Strength | typeof import("./quests").Have25Agility | typeof import("./quests").Have50Agility | typeof import("./quests").Have100Agility | typeof import("./quests").Have250Agility | typeof import("./quests").Have500Agility | typeof import("./quests").Have25Intelligence | typeof import("./quests").Have50Intelligence | typeof import("./quests").Have100Intelligence | typeof import("./quests").Have250Intelligence | typeof import("./quests").Have500Intelligence | typeof import("./quests").Have25Chance | typeof import("./quests").Have50Chance | typeof import("./quests").Have100Chance | typeof import("./quests").Have250Chance | typeof import("./quests").Have500Chance | typeof import("./quests").Have25Vitality | typeof import("./quests").Have50Vitality | typeof import("./quests").Have100Vitality | typeof import("./quests").Have250Vitality | typeof import("./quests").Have500Vitality | typeof import("./quests").Have25Wisdom | typeof import("./quests").Have50Wisdom | typeof import("./quests").Have100Wisdom | typeof import("./quests").Have250Wisdom | typeof import("./quests").Have500Wisdom | typeof import("./quests").Craft20Times | typeof import("./quests").Craft50Times | typeof import("./quests").Craft200Times | typeof import("./quests").Craft500Times | typeof import("./quests").Craft1000Times | typeof import("./quests").Craft10CookedMeals | typeof import("./quests").Craft50CookedMeals | typeof import("./quests").Craft100CookedMeals | typeof import("./quests").Craft250CookedMeals | typeof import("./quests").Craft500CookedMeals | typeof import("./quests").Craft5Scrolls | typeof import("./quests").Craft10Scrolls | typeof import("./quests").Craft20Scrolls | typeof import("./quests").Craft50Scrolls | typeof import("./quests").Craft100Scrolls | typeof import("./quests").CrewCarpenter1Week | typeof import("./quests").CrewCarpenter1Month | typeof import("./quests").CrewCarpenter3Months | typeof import("./quests").CrewCarpenter6Months | typeof import("./quests").CrewCarpenter1Year | typeof import("./quests").CrewValidateDaily | typeof import("./quests").CrewAllMembersDaily | typeof import("./quests").CrewBreakShip | typeof import("./quests").CrewBeLevel10 | typeof import("./quests").CrewBeLevel25 | typeof import("./quests").CrewBeLevel50 | typeof import("./quests").CrewBeLevel75 | typeof import("./quests").CrewBeLevel100 | typeof import("./quests").CrewHave100MBerry | typeof import("./quests").CrewHave500MBerry | typeof import("./quests").CrewHave1MdBerry | typeof import("./quests").CrewHave5MdBerry | typeof import("./quests").CrewHave50MdBerry | typeof import("./quests").CrewSize5 | typeof import("./quests").CrewSize7 | typeof import("./quests").CrewSize10 | typeof import("./quests").CrewSize12 | typeof import("./quests").CrewSize15 | typeof import("./quests").CrewVocal5 | typeof import("./quests").CrewVocal7 | typeof import("./quests").CrewVocal10 | typeof import("./quests").CrewVocal12 | typeof import("./quests").CrewVocal15 | typeof import("./quests").Draw100Quest | typeof import("./quests").Draw300Quest | typeof import("./quests").Draw1000Quest | typeof import("./quests").Draw2000Quest | typeof import("./quests").Draw5000Quest | typeof import("./quests").Edito | typeof import("./quests").Everyone | typeof import("./quests").DoubleSix | typeof import("./quests").DrawDoubleSix | typeof import("./quests").SevenQuitteOuDouble | typeof import("./quests").WinAll5GamesInRow | typeof import("./quests").LoseAll5GamesInRow | typeof import("./quests").TenBlackJack | typeof import("./quests").Paper100 | typeof import("./quests").Scissor100 | typeof import("./quests").Rock100 | typeof import("./quests").GuessInOne | typeof import("./quests").Bet666 | typeof import("./quests").WinLose10 | typeof import("./quests").Drink100Today | typeof import("./quests").Drink200Quest | typeof import("./quests").Drink500Quest | typeof import("./quests").Drink1000Quest | typeof import("./quests").Drink2000Quest | typeof import("./quests").Drink5000Quest | typeof import("./quests").ChestOpen50Quest | typeof import("./quests").ChestOpen150Quest | typeof import("./quests").ChestOpen500Quest | typeof import("./quests").ChestOpen1000Quest | typeof import("./quests").ChestOpen2000Quest | typeof import("./quests").CrewCreateOrJoin | typeof import("./quests").BeLevel10 | typeof import("./quests").BeLevel20 | typeof import("./quests").BeLevel30 | typeof import("./quests").BeLevel40 | typeof import("./quests").BeLevel50 | typeof import("./quests").BeLevel60 | typeof import("./quests").BeLevel70 | typeof import("./quests").BeLevel80 | typeof import("./quests").BeLevel90 | typeof import("./quests").BeLevel100 | typeof import("./quests").Premium | typeof import("./quests").Finish10Raids | typeof import("./quests").Finish25Raids | typeof import("./quests").Finish50Raids | typeof import("./quests").Finish100Raids | typeof import("./quests").Finish200Raids | typeof import("./quests").RandomMessage20Quest | typeof import("./quests").RandomMessage50Quest | typeof import("./quests").RandomMessage100Quest | typeof import("./quests").RandomMessage200Quest | typeof import("./quests").RandomMessage500Quest | typeof import("./quests").Have1Recipe | typeof import("./quests").Have5Recipe | typeof import("./quests").Have10Recipe | typeof import("./quests").Have25Recipe | typeof import("./quests").Have100Recipe | typeof import("./quests").Report | typeof import("./quests").send100Messages | typeof import("./quests").send1000Messages | typeof import("./quests").send25000Messages | typeof import("./quests").send100000Messages | typeof import("./quests").send200000Messages | typeof import("./quests/shop").default | typeof import("./quests").SpendShop50M | typeof import("./quests").SpendShop500M | typeof import("./quests").SpendShop5Ml | typeof import("./quests").SpendShop50Ml | typeof import("./quests").Voice10Hours | typeof import("./quests").Voice25Hours | typeof import("./quests").Voice250Hours | typeof import("./quests").Voice2500Hours | typeof import("./quests").Voice5000Hours | typeof import("./quests").Have10Title | typeof import("./quests").Have50Title | typeof import("./quests").Have100Title | typeof import("./quests").Insistent | typeof import("./quests").Resurrection | typeof import("./quests").Rebirth | typeof import("./quests").Phoenix | typeof import("./quests").Immortal | typeof import("./quests").CursedBranch | typeof import("./quests").TournamentTop64 | typeof import("./quests").ZeroScored | typeof import("./quests").GiantHunter | typeof import("./quests").Sabotage | typeof import("./quests").VictoryByKO | typeof import("./quests").Sniper | typeof import("./quests").Massacre | typeof import("./quests").Annihilation | typeof import("./quests").TrollSupreme | typeof import("./quests").Champion | typeof import("./quests").Master | typeof import("./quests").Unstoppable | typeof import("./quests").ShootingStar | typeof import("./quests").EZ | typeof import("./quests").Participation | typeof import("./quests").UserCrew10Percent | typeof import("./quests").UserCrew90Percent | typeof import("./quests").UserBring50kXpToCrew | typeof import("./quests").UserBring500kXpToCrew | typeof import("./quests").UserBring1mXpToCrew | typeof import("./quests").UserBring5mXpToCrew | typeof import("./quests").UserBring50mXpToCrew | typeof import("./quests").Work100Quest | typeof import("./quests").Work300Quest | typeof import("./quests").Work1000Quest | typeof import("./quests").Work2000Quest | typeof import("./quests").Work5000Quest | typeof import("./quests").Write10Chats | typeof import("./quests").Write20Chats | typeof import("./quests").Write50Chats | typeof import("./quests").Write100Chats | typeof import("./quests").Write200Chats)[];
9
+ export declare const getQuestsByDependency: (dependency: QuestMiddlewareEventName) => (typeof import("./quests").DailySendMessage | typeof import("./quests").DailyReadEdito | typeof import("./quests").DailyAnswer | typeof import("./quests").DailyCheckProfile | typeof import("./quests").DailyVocal | typeof import("./quests").DailyAll | typeof import("./quests").Almanax | typeof import("./quests").Drink50Alcohols | typeof import("./quests").Drink250Alcohols | typeof import("./quests").Drink500Alcohols | typeof import("./quests").Drink1000Alcohols | typeof import("./quests").Drink2000Alcohols | typeof import("./quests").Drink10Rhum | typeof import("./quests").Drink100Rhum | typeof import("./quests").Drink250Rhum | typeof import("./quests").Drink500Rhum | typeof import("./quests").Drink1000Rhum | typeof import("./quests").Drink10Beer | typeof import("./quests").Drink100Beer | typeof import("./quests").Drink250Beer | typeof import("./quests").Drink500Beer | typeof import("./quests").Drink1000Beer | typeof import("./quests").Drink10Wine | typeof import("./quests").Drink100Wine | typeof import("./quests").Drink250Wine | typeof import("./quests").Drink500Wine | typeof import("./quests").Drink1000Wine | typeof import("./quests").Have1Background | typeof import("./quests").Have25Background | typeof import("./quests").Have50Background | typeof import("./quests").Have500kBerry | typeof import("./quests").Have5mBerry | typeof import("./quests").Have50mBerry | typeof import("./quests").Have500mBerry | typeof import("./quests").Have5mdBerry | typeof import("./quests").BetMinValue | typeof import("./quests").LoseEverything | typeof import("./quests").Bet10M | typeof import("./quests").WinOn10MBet | typeof import("./quests").TotalBet10M | typeof import("./quests").TotalBet1Md | typeof import("./quests").Lose10M | typeof import("./quests").Birthday | typeof import("./quests").BotPing | typeof import("./quests").Have25Strength | typeof import("./quests").Have50Strength | typeof import("./quests").Have100Strength | typeof import("./quests").Have250Strength | typeof import("./quests").Have500Strength | typeof import("./quests").Have25Agility | typeof import("./quests").Have50Agility | typeof import("./quests").Have100Agility | typeof import("./quests").Have250Agility | typeof import("./quests").Have500Agility | typeof import("./quests").Have25Intelligence | typeof import("./quests").Have50Intelligence | typeof import("./quests").Have100Intelligence | typeof import("./quests").Have250Intelligence | typeof import("./quests").Have500Intelligence | typeof import("./quests").Have25Chance | typeof import("./quests").Have50Chance | typeof import("./quests").Have100Chance | typeof import("./quests").Have250Chance | typeof import("./quests").Have500Chance | typeof import("./quests").Have25Vitality | typeof import("./quests").Have50Vitality | typeof import("./quests").Have100Vitality | typeof import("./quests").Have250Vitality | typeof import("./quests").Have500Vitality | typeof import("./quests").Have25Wisdom | typeof import("./quests").Have50Wisdom | typeof import("./quests").Have100Wisdom | typeof import("./quests").Have250Wisdom | typeof import("./quests").Have500Wisdom | typeof import("./quests").Craft20Times | typeof import("./quests").Craft50Times | typeof import("./quests").Craft200Times | typeof import("./quests").Craft500Times | typeof import("./quests").Craft1000Times | typeof import("./quests").Craft10CookedMeals | typeof import("./quests").Craft50CookedMeals | typeof import("./quests").Craft100CookedMeals | typeof import("./quests").Craft250CookedMeals | typeof import("./quests").Craft500CookedMeals | typeof import("./quests").Craft5Scrolls | typeof import("./quests").Craft10Scrolls | typeof import("./quests").Craft20Scrolls | typeof import("./quests").Craft50Scrolls | typeof import("./quests").Craft100Scrolls | typeof import("./quests").Draw100Quest | typeof import("./quests").Draw300Quest | typeof import("./quests").Draw1000Quest | typeof import("./quests").Draw2000Quest | typeof import("./quests").Draw5000Quest | typeof import("./quests").Edito | typeof import("./quests").Everyone | typeof import("./quests").DoubleSix | typeof import("./quests").DrawDoubleSix | typeof import("./quests").SevenQuitteOuDouble | typeof import("./quests").WinAll5GamesInRow | typeof import("./quests").LoseAll5GamesInRow | typeof import("./quests").TenBlackJack | typeof import("./quests").Paper100 | typeof import("./quests").Scissor100 | typeof import("./quests").Rock100 | typeof import("./quests").GuessInOne | typeof import("./quests").Bet666 | typeof import("./quests").WinLose10 | typeof import("./quests").Drink100Today | typeof import("./quests").Drink200Quest | typeof import("./quests").Drink500Quest | typeof import("./quests").Drink1000Quest | typeof import("./quests").Drink2000Quest | typeof import("./quests").Drink5000Quest | typeof import("./quests").ChestOpen50Quest | typeof import("./quests").ChestOpen150Quest | typeof import("./quests").ChestOpen500Quest | typeof import("./quests").ChestOpen1000Quest | typeof import("./quests").ChestOpen2000Quest | typeof import("./quests").CrewCreateOrJoin | typeof import("./quests").BeLevel10 | typeof import("./quests").BeLevel20 | typeof import("./quests").BeLevel30 | typeof import("./quests").BeLevel40 | typeof import("./quests").BeLevel50 | typeof import("./quests").BeLevel60 | typeof import("./quests").BeLevel70 | typeof import("./quests").BeLevel80 | typeof import("./quests").BeLevel90 | typeof import("./quests").BeLevel100 | typeof import("./quests").Premium | typeof import("./quests").RandomMessage20Quest | typeof import("./quests").RandomMessage50Quest | typeof import("./quests").RandomMessage100Quest | typeof import("./quests").RandomMessage200Quest | typeof import("./quests").RandomMessage500Quest | typeof import("./quests").Have1Recipe | typeof import("./quests").Have5Recipe | typeof import("./quests").Have10Recipe | typeof import("./quests").Have25Recipe | typeof import("./quests").Have100Recipe | typeof import("./quests").Report | typeof import("./quests").send100Messages | typeof import("./quests").send1000Messages | typeof import("./quests").send25000Messages | typeof import("./quests").send100000Messages | typeof import("./quests").send200000Messages | typeof import("./quests/shop").default | typeof import("./quests").SpendShop50M | typeof import("./quests").SpendShop500M | typeof import("./quests").SpendShop5Ml | typeof import("./quests").SpendShop50Ml | typeof import("./quests").Voice10Hours | typeof import("./quests").Voice25Hours | typeof import("./quests").Voice250Hours | typeof import("./quests").Voice2500Hours | typeof import("./quests").Voice5000Hours | typeof import("./quests").Have10Title | typeof import("./quests").Have50Title | typeof import("./quests").Have100Title | typeof import("./quests").Insistent | typeof import("./quests").Resurrection | typeof import("./quests").Rebirth | typeof import("./quests").Phoenix | typeof import("./quests").Immortal | typeof import("./quests").CursedBranch | typeof import("./quests").TournamentTop64 | typeof import("./quests").ZeroScored | typeof import("./quests").GiantHunter | typeof import("./quests").Sabotage | typeof import("./quests").VictoryByKO | typeof import("./quests").Sniper | typeof import("./quests").Massacre | typeof import("./quests").Annihilation | typeof import("./quests").TrollSupreme | typeof import("./quests").Champion | typeof import("./quests").Master | typeof import("./quests").Unstoppable | typeof import("./quests").ShootingStar | typeof import("./quests").EZ | typeof import("./quests").Participation | typeof import("./quests").Work100Quest | typeof import("./quests").Work300Quest | typeof import("./quests").Work1000Quest | typeof import("./quests").Work2000Quest | typeof import("./quests").Work5000Quest | typeof import("./quests").Write10Chats | typeof import("./quests").Write20Chats | typeof import("./quests").Write50Chats | typeof import("./quests").Write100Chats | typeof import("./quests").Write200Chats)[];
11
10
  //# sourceMappingURL=utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EACL,KAAK,KAAK,EAEV,KAAK,SAAS,EAGf,MAAM,mBAAmB,CAAC;AAE3B,OAAO,KAAK,EAAE,QAAQ,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAC;AASzE,eAAO,MAAM,uBAAuB,GAAU,MAAM,QAAQ,oBAQ3D,CAAC;AAEF,eAAO,MAAM,eAAe,GAAU,MAAM,QAAQ,EAAE,SAAS,SAAS,kEAOvE,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,OAAO,SAAS,EAAE,SAAS,SAAS,WAUvE,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAI,SAAS,KAAK,CAAC,IAAI,CAAC,uBAOxD,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,SAAS,MAAM,KAAG,SAAS,GAAG,IAS1D,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,YAAY,wBAAwB,kgTAiBzE,CAAC;AAEF,eAAO,MAAM,yBAAyB,GACpC,YAAY,wBAAwB,kgTAYrC,CAAC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EACL,KAAK,KAAK,EAEV,KAAK,SAAS,EAGf,MAAM,mBAAmB,CAAC;AAE3B,OAAO,KAAK,EAAE,QAAQ,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAC;AAKzE,eAAO,MAAM,uBAAuB,GAAU,MAAM,QAAQ,oBAQ3D,CAAC;AAEF,eAAO,MAAM,eAAe,GAAU,MAAM,QAAQ,EAAE,SAAS,SAAS,kEAOvE,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,OAAO,SAAS,EAAE,SAAS,SAAS,WAUvE,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAI,SAAS,KAAK,CAAC,IAAI,CAAC,uBAOxD,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,SAAS,MAAM,KAAG,SAAS,GAAG,IAS1D,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,YAAY,wBAAwB,wyPAMzE,CAAC"}
package/dist/utils.js CHANGED
@@ -1,8 +1,6 @@
1
1
  import { BadgeList, QuestStatus, progressiveBadgeTypeGuard, } from '@opfr/definitions';
2
2
  import { emojis } from '@opfr/emojis';
3
3
  import { ornamentService, userQuestService } from '@opfr/services';
4
- import {} from './class/crewBaseQuest';
5
- import {} from './class/userBaseQuest';
6
4
  import { ALL_QUESTS } from './quests';
7
5
  export const getFactionTitleStrength = async (user) => {
8
6
  const userQuests = await userQuestService.getMany({
@@ -50,21 +48,8 @@ export const getQuestById = (questId) => {
50
48
  return null;
51
49
  };
52
50
  export const getQuestsByDependency = (dependency) => {
53
- return ALL_QUESTS.filter((QuestClass) => {
54
- let crewConditionPassed = true;
55
- if ('crewDependencies' in QuestClass) {
56
- crewConditionPassed = QuestClass.crewDependencies.includes(dependency);
57
- }
58
- return (crewConditionPassed &&
59
- QuestClass.dependencies.includes(dependency));
60
- });
61
- };
62
- export const getQuestsByCrewDependency = (dependency) => {
63
- return ALL_QUESTS.filter((QuestClass) => {
64
- if ('crewDependencies' in QuestClass) {
65
- return QuestClass.crewDependencies.includes(dependency);
66
- }
67
- return false;
51
+ return ALL_QUESTS.filter(QuestClass => {
52
+ return QuestClass.dependencies.includes(dependency);
68
53
  });
69
54
  };
70
55
  //# sourceMappingURL=utils.js.map
package/dist/utils.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"utils.js","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"utils.js","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opfr/quests",
3
- "version": "1.4.1",
3
+ "version": "1.4.3",
4
4
  "private": false,
5
5
  "description": "OPFR quests",
6
6
  "author": "Matthieu VEIGA",
@@ -17,11 +17,11 @@
17
17
  "@opfr/utils-type": "^1.0.0"
18
18
  },
19
19
  "devDependencies": {
20
- "@opfr/canvas": "^1.1.0",
21
- "@opfr/definitions": "^1.6.0",
20
+ "@opfr/canvas": "^1.1.1",
21
+ "@opfr/definitions": "^1.6.1",
22
22
  "@opfr/emojis": "^1.1.0",
23
- "@opfr/services": "^1.5.0",
24
- "@opfr/utils-lang": "^1.1.0",
23
+ "@opfr/services": "^1.5.1",
24
+ "@opfr/utils-lang": "^1.1.1",
25
25
  "@opfr/utils-type": "^1.1.0"
26
26
  },
27
27
  "main": "./dist/index.umd.js",
@@ -42,5 +42,5 @@
42
42
  "node_modules",
43
43
  "dist"
44
44
  ],
45
- "gitHead": "510026082ae206f4d29ecb84b824b82a841215c5"
45
+ "gitHead": "1e228c7d1e0a8e88625598c1a1d08f327eb119b7"
46
46
  }
@@ -1,14 +0,0 @@
1
- import { type QUEST_MIDDLEWARE_EVENT_NAME } from '@opfr/services';
2
- import type { ObjectId, QuestMiddlewareEventName } from '@opfr/services';
3
- import { UserBaseQuest } from './userBaseQuest';
4
- export type CrewQuestMiddlewareEventName = Extract<QuestMiddlewareEventName, typeof QUEST_MIDDLEWARE_EVENT_NAME.CREW | typeof QUEST_MIDDLEWARE_EVENT_NAME.CREW_META | typeof QUEST_MIDDLEWARE_EVENT_NAME.CREW_ORNAMENTS | typeof QUEST_MIDDLEWARE_EVENT_NAME.CREW_QUEST | typeof QUEST_MIDDLEWARE_EVENT_NAME.CREW_STATS_ENGAGEMENT | typeof QUEST_MIDDLEWARE_EVENT_NAME.CREW_STATS_FREQUENCY>;
5
- export declare abstract class CrewBaseQuest extends UserBaseQuest {
6
- abstract readonly berry: number;
7
- abstract readonly xp: number;
8
- abstract readonly crew: true;
9
- static crewDependencies: CrewQuestMiddlewareEventName[];
10
- completeForCrew(crewId: ObjectId): Promise<void>;
11
- applyCrewReward(crewId: ObjectId): Promise<void>;
12
- isCompletedForCrew(crewId: ObjectId): Promise<boolean>;
13
- }
14
- //# sourceMappingURL=crewBaseQuest.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"crewBaseQuest.d.ts","sourceRoot":"","sources":["../../src/class/crewBaseQuest.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,KAAK,2BAA2B,EAIjC,MAAM,gBAAgB,CAAC;AACxB,OAAO,KAAK,EAAQ,QAAQ,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAC;AAI/E,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,MAAM,MAAM,4BAA4B,GAAG,OAAO,CAChD,wBAAwB,EACtB,OAAO,2BAA2B,CAAC,IAAI,GACvC,OAAO,2BAA2B,CAAC,SAAS,GAC5C,OAAO,2BAA2B,CAAC,cAAc,GACjD,OAAO,2BAA2B,CAAC,UAAU,GAC7C,OAAO,2BAA2B,CAAC,qBAAqB,GACxD,OAAO,2BAA2B,CAAC,oBAAoB,CAC1D,CAAC;AAEF,8BAAsB,aAAc,SAAQ,aAAa;IACvD,kBAA2B,KAAK,EAAE,MAAM,CAAC;IACzC,kBAA2B,EAAE,EAAE,MAAM,CAAC;IAEtC,kBAA2B,IAAI,EAAE,IAAI,CAAC;IAEtC,OAAc,gBAAgB,EAAE,4BAA4B,EAAE,CAAM;IAE9D,eAAe,CAAC,MAAM,EAAE,QAAQ;IA+ChC,eAAe,CAAC,MAAM,EAAE,QAAQ;IAMhC,kBAAkB,CAAC,MAAM,EAAE,QAAQ;CAkB1C"}
@@ -1,70 +0,0 @@
1
- import { QuestStatus } from '@opfr/definitions';
2
- import { crewOrnamentsService, crewQuestService, userCrewService, } from '@opfr/services';
3
- import { sameDay } from '@opfr/utils-lang';
4
- import { emitQuestCompleteEvent } from '../events';
5
- import { UserBaseQuest } from './userBaseQuest';
6
- export class CrewBaseQuest extends UserBaseQuest {
7
- static crewDependencies = [];
8
- async completeForCrew(crewId) {
9
- if (await this.isCompletedForCrew(crewId)) {
10
- return;
11
- }
12
- const TODAY_START = new Date();
13
- TODAY_START.setHours(0, 0, 0, 0);
14
- let resultDoc;
15
- if (this.daily) {
16
- resultDoc = await crewQuestService.completeQuest({
17
- lastCompletionDate: { $lt: TODAY_START },
18
- questId: this.id,
19
- crew: crewId,
20
- });
21
- }
22
- else if (this.repeatable) {
23
- resultDoc = await crewQuestService.completeQuest({
24
- questId: this.id,
25
- crew: crewId,
26
- });
27
- }
28
- else {
29
- resultDoc = await crewQuestService.completeQuest({
30
- questId: this.id,
31
- crew: crewId,
32
- status: QuestStatus.IN_PROGRESS,
33
- });
34
- }
35
- if (!resultDoc) {
36
- return;
37
- }
38
- const allUserIds = await userCrewService.getAllUserIdsFromCrew(crewId);
39
- const completedUserIds = [];
40
- await this.applyCrewReward(crewId);
41
- for (const userId of allUserIds) {
42
- const userReward = await this.complete(userId, false);
43
- if (userReward) {
44
- completedUserIds.push(userId);
45
- }
46
- }
47
- emitQuestCompleteEvent(completedUserIds, this);
48
- }
49
- async applyCrewReward(crewId) {
50
- if (this.badge) {
51
- await crewOrnamentsService.unlockBadge(crewId, this.badge, this.rankId);
52
- }
53
- }
54
- async isCompletedForCrew(crewId) {
55
- const { lastCompletionDate, status } = await crewQuestService.get({
56
- crew: crewId,
57
- questId: this.id,
58
- });
59
- if (this.repeatable) {
60
- return false;
61
- }
62
- if (this.daily) {
63
- return (status === 'COMPLETED' &&
64
- !!lastCompletionDate &&
65
- sameDay(lastCompletionDate, new Date()));
66
- }
67
- return status === 'COMPLETED';
68
- }
69
- }
70
- //# sourceMappingURL=crewBaseQuest.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"crewBaseQuest.js","sourceRoot":"","sources":["../../src/class/crewBaseQuest.ts"],"names":[],"mappings":"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"}
@@ -1,70 +0,0 @@
1
- import { type ObjectId } from '@opfr/services';
2
- import { CrewBaseQuest } from '../class/crewBaseQuest';
3
- import type { QuestValidationDocumentMap } from '../types';
4
- export declare class CrewCarpenter1Week extends CrewBaseQuest {
5
- name: string;
6
- id: string;
7
- rankId: import("@opfr/definitions").RankId.COMMON;
8
- description: string;
9
- berry: number;
10
- xp: number;
11
- crew: true;
12
- secret: boolean;
13
- badge: import("@opfr/definitions").Badge;
14
- static crewDependencies: "middleware/quest/CREW_STATS_FREQUENCY"[];
15
- isValidated({ crewStatsFrequency }: QuestValidationDocumentMap, crewId: ObjectId): Promise<boolean>;
16
- }
17
- export declare class CrewCarpenter1Month extends CrewBaseQuest {
18
- name: string;
19
- id: string;
20
- rankId: import("@opfr/definitions").RankId.RARE;
21
- description: string;
22
- berry: number;
23
- xp: number;
24
- crew: true;
25
- secret: boolean;
26
- badge: import("@opfr/definitions").Badge;
27
- static crewDependencies: "middleware/quest/CREW_STATS_FREQUENCY"[];
28
- isValidated({ crewStatsFrequency }: QuestValidationDocumentMap, crewId: ObjectId): Promise<boolean>;
29
- }
30
- export declare class CrewCarpenter3Months extends CrewBaseQuest {
31
- name: string;
32
- id: string;
33
- rankId: import("@opfr/definitions").RankId.EPIC;
34
- description: string;
35
- berry: number;
36
- xp: number;
37
- crew: true;
38
- secret: boolean;
39
- badge: import("@opfr/definitions").Badge;
40
- static crewDependencies: "middleware/quest/CREW_STATS_FREQUENCY"[];
41
- isValidated({ crewStatsFrequency }: QuestValidationDocumentMap, crewId: ObjectId): Promise<boolean>;
42
- }
43
- export declare class CrewCarpenter6Months extends CrewBaseQuest {
44
- name: string;
45
- id: string;
46
- rankId: import("@opfr/definitions").RankId.LEGENDARY;
47
- description: string;
48
- berry: number;
49
- xp: number;
50
- crew: true;
51
- secret: boolean;
52
- badge: import("@opfr/definitions").Badge;
53
- static crewDependencies: "middleware/quest/CREW_STATS_FREQUENCY"[];
54
- isValidated({ crewStatsFrequency }: QuestValidationDocumentMap, crewId: ObjectId): Promise<boolean>;
55
- }
56
- export declare class CrewCarpenter1Year extends CrewBaseQuest {
57
- name: string;
58
- id: string;
59
- rankId: import("@opfr/definitions").RankId.MYTHIC;
60
- description: string;
61
- berry: number;
62
- xp: number;
63
- crew: true;
64
- secret: boolean;
65
- titleId: string;
66
- badge: import("@opfr/definitions").Badge;
67
- static crewDependencies: "middleware/quest/CREW_STATS_FREQUENCY"[];
68
- isValidated({ crewStatsFrequency }: QuestValidationDocumentMap, crewId: ObjectId): Promise<boolean>;
69
- }
70
- //# sourceMappingURL=crewCarpenter.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"crewCarpenter.d.ts","sourceRoot":"","sources":["../../src/quests/crewCarpenter.ts"],"names":[],"mappings":"AACA,OAAO,EACL,KAAK,QAAQ,EAGd,MAAM,gBAAgB,CAAC;AAExB,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,UAAU,CAAC;AAE3D,qBAAa,kBAAmB,SAAQ,aAAa;IACnD,IAAI,SAAoB;IACxB,EAAE,SAA2B;IAC7B,MAAM,4CAAmB;IACzB,WAAW,SAAgE;IAC3E,KAAK,SAAU;IACf,EAAE,SAAS;IACX,IAAI,EAAG,IAAI,CAAU;IACrB,MAAM,UAAQ;IAEd,KAAK,oCAAuB;IAE5B,OAAgB,gBAAgB,4CAE9B;IAEI,WAAW,CACf,EAAE,kBAAkB,EAAE,EAAE,0BAA0B,EAClD,MAAM,EAAE,QAAQ;CAMnB;AAED,qBAAa,mBAAoB,SAAQ,aAAa;IACpD,IAAI,SAAyB;IAC7B,EAAE,SAA4B;IAC9B,MAAM,0CAAiB;IACvB,WAAW,SAA6D;IACxE,KAAK,SAAW;IAChB,EAAE,SAAU;IACZ,IAAI,EAAG,IAAI,CAAU;IACrB,MAAM,UAAQ;IAEd,KAAK,oCAAuB;IAE5B,OAAgB,gBAAgB,4CAE9B;IAEI,WAAW,CACf,EAAE,kBAAkB,EAAE,EAAE,0BAA0B,EAClD,MAAM,EAAE,QAAQ;CAMnB;AAED,qBAAa,oBAAqB,SAAQ,aAAa;IACrD,IAAI,SAA2D;IAC/D,EAAE,SAA6B;IAC/B,MAAM,0CAAiB;IACvB,WAAW,SAA6D;IACxE,KAAK,SAAa;IAClB,EAAE,SAAU;IACZ,IAAI,EAAG,IAAI,CAAU;IACrB,MAAM,UAAQ;IAEd,KAAK,oCAAuB;IAE5B,OAAgB,gBAAgB,4CAE9B;IAEI,WAAW,CACf,EAAE,kBAAkB,EAAE,EAAE,0BAA0B,EAClD,MAAM,EAAE,QAAQ;CAMnB;AAED,qBAAa,oBAAqB,SAAQ,aAAa;IACrD,IAAI,SAAwC;IAC5C,EAAE,SAA6B;IAC/B,MAAM,+CAAsB;IAC5B,WAAW,SAA6D;IACxE,KAAK,SAAc;IACnB,EAAE,SAAW;IACb,IAAI,EAAG,IAAI,CAAU;IACrB,MAAM,UAAQ;IAEd,KAAK,oCAAuB;IAE5B,OAAgB,gBAAgB,4CAE9B;IAEI,WAAW,CACf,EAAE,kBAAkB,EAAE,EAAE,0BAA0B,EAClD,MAAM,EAAE,QAAQ;CAMnB;AAED,qBAAa,kBAAmB,SAAQ,aAAa;IACnD,IAAI,SAAmD;IACvD,EAAE,SAA2B;IAC7B,MAAM,4CAAmB;IACzB,WAAW,SAA2D;IACtE,KAAK,SAAc;IACnB,EAAE,SAAW;IACb,IAAI,EAAG,IAAI,CAAU;IACrB,MAAM,UAAQ;IAEd,OAAO,SAAkC;IACzC,KAAK,oCAAuB;IAE5B,OAAgB,gBAAgB,4CAE9B;IAEI,WAAW,CACf,EAAE,kBAAkB,EAAE,EAAE,0BAA0B,EAClD,MAAM,EAAE,QAAQ;CAMnB"}