lol-constants 2.26.0 → 3.0.0-rc.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (430) hide show
  1. package/README.md +130 -28
  2. package/dist/Locale.d.ts +2 -0
  3. package/dist/Patch.d.ts +3 -0
  4. package/dist/Patch.js +3 -0
  5. package/{core/constants/Champions/ChampionClasses.d.ts → dist/constants/custom.d.ts} +1 -1
  6. package/{core/constants/Champions/ChampionClasses.js → dist/constants/custom.js} +2 -2
  7. package/dist/constants/events.d.ts +49 -0
  8. package/dist/constants/events.js +55 -0
  9. package/dist/constants/history.d.ts +26 -0
  10. package/dist/constants/history.js +29 -0
  11. package/{core/constants/RankedTiers.d.ts → dist/constants/leagues.d.ts} +9 -1
  12. package/{core/constants/RankedTiers.js → dist/constants/leagues.js} +11 -2
  13. package/{core/constants/Locales.d.ts → dist/constants/locales.d.ts} +1 -1
  14. package/{core/constants/Locales.js → dist/constants/locales.js} +2 -2
  15. package/dist/constants/participants.d.ts +38 -0
  16. package/dist/constants/participants.js +43 -0
  17. package/dist/enums/ItemSrTypes.d.ts +11 -0
  18. package/dist/enums/ItemSrTypes.js +10 -0
  19. package/dist/enums/StatRuneSlots.d.ts +6 -0
  20. package/dist/enums/StatRuneSlots.js +5 -0
  21. package/dist/helpers/champion.d.ts +678 -0
  22. package/dist/helpers/champion.js +18 -0
  23. package/dist/helpers/item.d.ts +39 -0
  24. package/dist/helpers/item.js +113 -0
  25. package/dist/helpers/riotId.d.ts +16 -0
  26. package/dist/helpers/riotId.js +33 -0
  27. package/dist/helpers/rune.d.ts +36 -0
  28. package/dist/helpers/rune.js +70 -0
  29. package/dist/helpers/spell.d.ts +6 -0
  30. package/dist/helpers/spell.js +18 -0
  31. package/dist/helpers/type.d.ts +3 -0
  32. package/dist/index.d.ts +30 -0
  33. package/dist/index.js +27 -0
  34. package/dist/lol.d.ts +4029 -0
  35. package/dist/lol.js +182 -0
  36. package/dist/objects/Maps.d.ts +113 -0
  37. package/dist/objects/Maps.js +69 -0
  38. package/dist/objects/Queues.d.ts +192 -0
  39. package/dist/objects/Queues.js +71 -0
  40. package/dist/objects/Regions.d.ts +132 -0
  41. package/dist/objects/Regions.js +55 -0
  42. package/dist/objects/generated/Champions.d.ts +1858 -0
  43. package/dist/objects/generated/Champions.js +4 -0
  44. package/dist/objects/generated/Items.d.ts +5108 -0
  45. package/dist/objects/generated/Items.js +4 -0
  46. package/dist/objects/generated/Runes.d.ts +1477 -0
  47. package/dist/objects/generated/Runes.js +13 -0
  48. package/dist/objects/generated/Spells.d.ts +208 -0
  49. package/dist/objects/generated/Spells.js +4 -0
  50. package/package.json +17 -15
  51. package/assets/constants/BootsItemNames.d.ts +0 -1
  52. package/assets/constants/BootsItemNames.js +0 -13
  53. package/assets/constants/LegendaryItemNames.d.ts +0 -4
  54. package/assets/constants/LegendaryItemNames.js +0 -125
  55. package/assets/constants/StatRunes.d.ts +0 -28
  56. package/assets/constants/StatRunes.js +0 -11
  57. package/assets/constants/StatRunesByRow.d.ts +0 -17
  58. package/assets/constants/StatRunesByRow.js +0 -17
  59. package/assets/constants/base/Champion.d.ts +0 -7903
  60. package/assets/constants/base/Champion.js +0 -1
  61. package/assets/constants/base/Item.d.ts +0 -21193
  62. package/assets/constants/base/Item.js +0 -1
  63. package/assets/constants/base/RunesReforged.d.ts +0 -491
  64. package/assets/constants/base/RunesReforged.js +0 -1
  65. package/assets/constants/base/Summoner.d.ts +0 -582
  66. package/assets/constants/base/Summoner.js +0 -1
  67. package/assets/index.d.ts +0 -4
  68. package/assets/index.js +0 -11
  69. package/assets/scripts/asset-scripts/champion.js +0 -10
  70. package/assets/scripts/asset-scripts/generate-all.d.ts +0 -4
  71. package/assets/scripts/asset-scripts/generate-all.js +0 -4
  72. package/assets/scripts/asset-scripts/item.d.ts +0 -1
  73. package/assets/scripts/asset-scripts/item.js +0 -10
  74. package/assets/scripts/asset-scripts/runes-reforged.d.ts +0 -1
  75. package/assets/scripts/asset-scripts/runes-reforged.js +0 -10
  76. package/assets/scripts/asset-scripts/summoner.d.ts +0 -1
  77. package/assets/scripts/asset-scripts/summoner.js +0 -10
  78. package/assets/scripts/constants/RuneIdComment.d.ts +0 -1
  79. package/assets/scripts/constants/RuneIdComment.js +0 -24
  80. package/assets/scripts/generate-all.d.ts +0 -23
  81. package/assets/scripts/generate-all.js +0 -27
  82. package/assets/scripts/generate-categorized-item-keys-num.d.ts +0 -1
  83. package/assets/scripts/generate-categorized-item-keys-num.js +0 -57
  84. package/assets/scripts/generate-categorized-item-keys.d.ts +0 -1
  85. package/assets/scripts/generate-categorized-item-keys.js +0 -59
  86. package/assets/scripts/generate-categorized-item-names.d.ts +0 -1
  87. package/assets/scripts/generate-categorized-item-names.js +0 -56
  88. package/assets/scripts/generate-champion-ids-by-name.d.ts +0 -1
  89. package/assets/scripts/generate-champion-ids-by-name.js +0 -17
  90. package/assets/scripts/generate-champion-ids.d.ts +0 -1
  91. package/assets/scripts/generate-champion-ids.js +0 -18
  92. package/assets/scripts/generate-champion-keys-num.d.ts +0 -1
  93. package/assets/scripts/generate-champion-keys-num.js +0 -20
  94. package/assets/scripts/generate-champion-keys.d.ts +0 -1
  95. package/assets/scripts/generate-champion-keys.js +0 -18
  96. package/assets/scripts/generate-champion-names.d.ts +0 -1
  97. package/assets/scripts/generate-champion-names.js +0 -18
  98. package/assets/scripts/generate-item-keys-num.d.ts +0 -1
  99. package/assets/scripts/generate-item-keys-num.js +0 -24
  100. package/assets/scripts/generate-item-keys.d.ts +0 -1
  101. package/assets/scripts/generate-item-keys.js +0 -22
  102. package/assets/scripts/generate-item-names.d.ts +0 -1
  103. package/assets/scripts/generate-item-names.js +0 -22
  104. package/assets/scripts/generate-non-stat-rune-ids-num.d.ts +0 -1
  105. package/assets/scripts/generate-non-stat-rune-ids-num.js +0 -21
  106. package/assets/scripts/generate-non-stat-rune-ids.d.ts +0 -1
  107. package/assets/scripts/generate-non-stat-rune-ids.js +0 -22
  108. package/assets/scripts/generate-non-stat-rune-names.d.ts +0 -1
  109. package/assets/scripts/generate-non-stat-rune-names.js +0 -20
  110. package/assets/scripts/generate-rune-ids.d.ts +0 -1
  111. package/assets/scripts/generate-rune-ids.js +0 -27
  112. package/assets/scripts/generate-rune-names.d.ts +0 -1
  113. package/assets/scripts/generate-rune-names.js +0 -25
  114. package/assets/scripts/generate-rune-picking-relationships.d.ts +0 -1
  115. package/assets/scripts/generate-rune-picking-relationships.js +0 -52
  116. package/assets/scripts/generate-rune-sets-by-rune-names-num.d.ts +0 -1
  117. package/assets/scripts/generate-rune-sets-by-rune-names-num.js +0 -121
  118. package/assets/scripts/generate-rune-sets-by-rune-names.d.ts +0 -1
  119. package/assets/scripts/generate-rune-sets-by-rune-names.js +0 -119
  120. package/assets/scripts/generate-rune-sets.d.ts +0 -1
  121. package/assets/scripts/generate-rune-sets.js +0 -116
  122. package/assets/scripts/generate-spell-ids-by-name.d.ts +0 -1
  123. package/assets/scripts/generate-spell-ids-by-name.js +0 -17
  124. package/assets/scripts/generate-spell-ids.d.ts +0 -1
  125. package/assets/scripts/generate-spell-ids.js +0 -18
  126. package/assets/scripts/generate-spell-keys-num.d.ts +0 -1
  127. package/assets/scripts/generate-spell-keys-num.js +0 -20
  128. package/assets/scripts/generate-spell-keys.d.ts +0 -1
  129. package/assets/scripts/generate-spell-keys.js +0 -18
  130. package/assets/scripts/generate-spell-names.d.ts +0 -1
  131. package/assets/scripts/generate-spell-names.js +0 -18
  132. package/assets/scripts/generate-stat-rune-ids.d.ts +0 -1
  133. package/assets/scripts/generate-stat-rune-ids.js +0 -18
  134. package/assets/scripts/generate-stat-rune-names.d.ts +0 -1
  135. package/assets/scripts/generate-stat-rune-names.js +0 -16
  136. package/assets/scripts/helpers/enableEscapedValues.d.ts +0 -15
  137. package/assets/scripts/helpers/enableEscapedValues.js +0 -34
  138. package/assets/scripts/helpers/generateIndexFile.d.ts +0 -1
  139. package/assets/scripts/helpers/generateIndexFile.js +0 -3
  140. package/assets/scripts/helpers/getExportStatement.d.ts +0 -6
  141. package/assets/scripts/helpers/getExportStatement.js +0 -37
  142. package/assets/scripts/helpers/getFmtdComment.d.ts +0 -5
  143. package/assets/scripts/helpers/getFmtdComment.js +0 -11
  144. package/assets/scripts/helpers/validateNumber.d.ts +0 -1
  145. package/assets/scripts/helpers/validateNumber.js +0 -6
  146. package/assets/scripts/helpers/writeToTmpFile.d.ts +0 -13
  147. package/assets/scripts/helpers/writeToTmpFile.js +0 -18
  148. package/assets/scripts/print-file-names.d.ts +0 -1
  149. package/assets/scripts/print-file-names.js +0 -89
  150. package/core/Locale.d.ts +0 -2
  151. package/core/PatchVersion.d.ts +0 -1
  152. package/core/PatchVersion.js +0 -1
  153. package/core/constants/Abilities.d.ts +0 -17
  154. package/core/constants/Abilities.js +0 -19
  155. package/core/constants/BuildingTypes.d.ts +0 -6
  156. package/core/constants/BuildingTypes.js +0 -7
  157. package/core/constants/Champions/ChampionIds.d.ts +0 -171
  158. package/core/constants/Champions/ChampionIds.js +0 -1
  159. package/core/constants/Champions/ChampionIdsByName.d.ts +0 -170
  160. package/core/constants/Champions/ChampionIdsByName.js +0 -1
  161. package/core/constants/Champions/ChampionKeys.d.ts +0 -171
  162. package/core/constants/Champions/ChampionKeys.js +0 -1
  163. package/core/constants/Champions/ChampionKeysNum.d.ts +0 -171
  164. package/core/constants/Champions/ChampionKeysNum.js +0 -1
  165. package/core/constants/Champions/ChampionNames.d.ts +0 -171
  166. package/core/constants/Champions/ChampionNames.js +0 -1
  167. package/core/constants/Continents.d.ts +0 -8
  168. package/core/constants/Continents.js +0 -9
  169. package/core/constants/DataDragonUrls.d.ts +0 -52
  170. package/core/constants/DataDragonUrls.js +0 -58
  171. package/core/constants/DragonTypes.d.ts +0 -11
  172. package/core/constants/DragonTypes.js +0 -12
  173. package/core/constants/GameModes.d.ts +0 -12
  174. package/core/constants/GameModes.js +0 -13
  175. package/core/constants/GameTypes.d.ts +0 -7
  176. package/core/constants/GameTypes.js +0 -8
  177. package/core/constants/Items/BootsItemKeys.d.ts +0 -14
  178. package/core/constants/Items/BootsItemKeys.js +0 -1
  179. package/core/constants/Items/BootsItemKeysNum.d.ts +0 -14
  180. package/core/constants/Items/BootsItemKeysNum.js +0 -1
  181. package/core/constants/Items/BootsItemNames.d.ts +0 -14
  182. package/core/constants/Items/BootsItemNames.js +0 -1
  183. package/core/constants/Items/ItemKeys.d.ts +0 -238
  184. package/core/constants/Items/ItemKeys.js +0 -1
  185. package/core/constants/Items/ItemKeysNum.d.ts +0 -238
  186. package/core/constants/Items/ItemKeysNum.js +0 -1
  187. package/core/constants/Items/ItemNames.d.ts +0 -244
  188. package/core/constants/Items/ItemNames.js +0 -1
  189. package/core/constants/Items/ItemTypes.d.ts +0 -7
  190. package/core/constants/Items/ItemTypes.js +0 -8
  191. package/core/constants/Items/LegendaryItemKeys.d.ts +0 -112
  192. package/core/constants/Items/LegendaryItemKeys.js +0 -1
  193. package/core/constants/Items/LegendaryItemKeysNum.d.ts +0 -112
  194. package/core/constants/Items/LegendaryItemKeysNum.js +0 -1
  195. package/core/constants/Items/LegendaryItemNames.d.ts +0 -112
  196. package/core/constants/Items/LegendaryItemNames.js +0 -1
  197. package/core/constants/KillTypes.d.ts +0 -7
  198. package/core/constants/KillTypes.js +0 -8
  199. package/core/constants/LaneTypes.d.ts +0 -7
  200. package/core/constants/LaneTypes.js +0 -8
  201. package/core/constants/Lanes.d.ts +0 -8
  202. package/core/constants/Lanes.js +0 -9
  203. package/core/constants/LeagueTexts.d.ts +0 -49
  204. package/core/constants/LeagueTexts.js +0 -54
  205. package/core/constants/Levels.d.ts +0 -22
  206. package/core/constants/Levels.js +0 -23
  207. package/core/constants/MapIds.d.ts +0 -17
  208. package/core/constants/MapIds.js +0 -18
  209. package/core/constants/MonsterTypes.d.ts +0 -8
  210. package/core/constants/MonsterTypes.js +0 -9
  211. package/core/constants/ParticipantIds.d.ts +0 -14
  212. package/core/constants/ParticipantIds.js +0 -15
  213. package/core/constants/PlatformApiUris.d.ts +0 -20
  214. package/core/constants/PlatformApiUris.js +0 -21
  215. package/core/constants/PlatformIds.d.ts +0 -23
  216. package/core/constants/PlatformIds.js +0 -26
  217. package/core/constants/Positions.d.ts +0 -9
  218. package/core/constants/Positions.js +0 -10
  219. package/core/constants/QueueIds.d.ts +0 -114
  220. package/core/constants/QueueIds.js +0 -140
  221. package/core/constants/QueueTypes.d.ts +0 -7
  222. package/core/constants/QueueTypes.js +0 -8
  223. package/core/constants/RankedRanks.d.ts +0 -8
  224. package/core/constants/RankedRanks.js +0 -9
  225. package/core/constants/RegionalApiUris.d.ts +0 -8
  226. package/core/constants/RegionalApiUris.js +0 -9
  227. package/core/constants/Regions.d.ts +0 -23
  228. package/core/constants/Regions.js +0 -26
  229. package/core/constants/RelativeTeams.d.ts +0 -6
  230. package/core/constants/RelativeTeams.js +0 -7
  231. package/core/constants/Roles.d.ts +0 -8
  232. package/core/constants/Roles.js +0 -9
  233. package/core/constants/Runes/NonStatRuneIds.d.ts +0 -85
  234. package/core/constants/Runes/NonStatRuneIds.js +0 -1
  235. package/core/constants/Runes/NonStatRuneIdsNum.d.ts +0 -63
  236. package/core/constants/Runes/NonStatRuneIdsNum.js +0 -1
  237. package/core/constants/Runes/NonStatRuneNames.d.ts +0 -63
  238. package/core/constants/Runes/NonStatRuneNames.js +0 -1
  239. package/core/constants/Runes/RuneIconFileNames.d.ts +0 -14
  240. package/core/constants/Runes/RuneIconFileNames.js +0 -97
  241. package/core/constants/Runes/RunePickingRelationships.d.ts +0 -74
  242. package/core/constants/Runes/RunePickingRelationships.js +0 -4
  243. package/core/constants/Runes/RuneSets.d.ts +0 -721
  244. package/core/constants/Runes/RuneSets.js +0 -11
  245. package/core/constants/Runes/RuneSetsByRuneNames.d.ts +0 -765
  246. package/core/constants/Runes/RuneSetsByRuneNames.js +0 -11
  247. package/core/constants/Runes/RuneSetsByRuneNamesNum.d.ts +0 -765
  248. package/core/constants/Runes/RuneSetsByRuneNamesNum.js +0 -11
  249. package/core/constants/Runes/RuneTreeIds.d.ts +0 -11
  250. package/core/constants/Runes/RuneTreeIds.js +0 -14
  251. package/core/constants/Runes/RuneTreeIdsNum.d.ts +0 -11
  252. package/core/constants/Runes/RuneTreeIdsNum.js +0 -14
  253. package/core/constants/Runes/RuneTreeNames.d.ts +0 -11
  254. package/core/constants/Runes/RuneTreeNames.js +0 -14
  255. package/core/constants/Runes/RuneTreeTypes.d.ts +0 -6
  256. package/core/constants/Runes/RuneTreeTypes.js +0 -7
  257. package/core/constants/SkillSlots.d.ts +0 -8
  258. package/core/constants/SkillSlots.js +0 -9
  259. package/core/constants/Skills.d.ts +0 -8
  260. package/core/constants/Skills.js +0 -9
  261. package/core/constants/Spells/SpellIds.d.ts +0 -21
  262. package/core/constants/Spells/SpellIds.js +0 -1
  263. package/core/constants/Spells/SpellIdsByName.d.ts +0 -18
  264. package/core/constants/Spells/SpellIdsByName.js +0 -1
  265. package/core/constants/Spells/SpellKeys.d.ts +0 -21
  266. package/core/constants/Spells/SpellKeys.js +0 -1
  267. package/core/constants/Spells/SpellKeysNum.d.ts +0 -21
  268. package/core/constants/Spells/SpellKeysNum.js +0 -1
  269. package/core/constants/Spells/SpellNames.d.ts +0 -21
  270. package/core/constants/Spells/SpellNames.js +0 -1
  271. package/core/constants/TeamIds.d.ts +0 -6
  272. package/core/constants/TeamIds.js +0 -7
  273. package/core/constants/TowerTypes.d.ts +0 -8
  274. package/core/constants/TowerTypes.js +0 -9
  275. package/core/constants/WardTypes.d.ts +0 -9
  276. package/core/constants/WardTypes.js +0 -10
  277. package/core/helpers/Champions/getChampionIdByKey.d.ts +0 -4
  278. package/core/helpers/Champions/getChampionIdByKey.js +0 -4
  279. package/core/helpers/Champions/getChampionIdByName.d.ts +0 -3
  280. package/core/helpers/Champions/getChampionIdByName.js +0 -4
  281. package/core/helpers/Champions/getChampionKeyById.d.ts +0 -3
  282. package/core/helpers/Champions/getChampionKeyById.js +0 -4
  283. package/core/helpers/Champions/getChampionKeyByName.d.ts +0 -3
  284. package/core/helpers/Champions/getChampionKeyByName.js +0 -5
  285. package/core/helpers/Champions/getChampionNameById.d.ts +0 -3
  286. package/core/helpers/Champions/getChampionNameById.js +0 -5
  287. package/core/helpers/Champions/getChampionNameByKey.d.ts +0 -4
  288. package/core/helpers/Champions/getChampionNameByKey.js +0 -4
  289. package/core/helpers/Champions/isChampionId.d.ts +0 -2
  290. package/core/helpers/Champions/isChampionId.js +0 -4
  291. package/core/helpers/Champions/isChampionKey.d.ts +0 -2
  292. package/core/helpers/Champions/isChampionKey.js +0 -4
  293. package/core/helpers/Champions/isChampionKeyNum.d.ts +0 -2
  294. package/core/helpers/Champions/isChampionKeyNum.js +0 -4
  295. package/core/helpers/Champions/isChampionName.d.ts +0 -2
  296. package/core/helpers/Champions/isChampionName.js +0 -4
  297. package/core/helpers/Items/getItemKeyByName.d.ts +0 -3
  298. package/core/helpers/Items/getItemKeyByName.js +0 -4
  299. package/core/helpers/Items/getItemKeyNumByName.d.ts +0 -3
  300. package/core/helpers/Items/getItemKeyNumByName.js +0 -4
  301. package/core/helpers/Items/getItemNameByKey.d.ts +0 -4
  302. package/core/helpers/Items/getItemNameByKey.js +0 -4
  303. package/core/helpers/Items/isBootsItemKey.d.ts +0 -2
  304. package/core/helpers/Items/isBootsItemKey.js +0 -4
  305. package/core/helpers/Items/isBootsItemKeyNum.d.ts +0 -2
  306. package/core/helpers/Items/isBootsItemKeyNum.js +0 -4
  307. package/core/helpers/Items/isBootsItemName.d.ts +0 -2
  308. package/core/helpers/Items/isBootsItemName.js +0 -4
  309. package/core/helpers/Items/isItemKey.d.ts +0 -2
  310. package/core/helpers/Items/isItemKey.js +0 -4
  311. package/core/helpers/Items/isItemKeyNum.d.ts +0 -2
  312. package/core/helpers/Items/isItemKeyNum.js +0 -4
  313. package/core/helpers/Items/isItemName.d.ts +0 -2
  314. package/core/helpers/Items/isItemName.js +0 -4
  315. package/core/helpers/Items/isLegendaryItemKey.d.ts +0 -2
  316. package/core/helpers/Items/isLegendaryItemKey.js +0 -4
  317. package/core/helpers/Items/isLegendaryItemKeyNum.d.ts +0 -2
  318. package/core/helpers/Items/isLegendaryItemKeyNum.js +0 -4
  319. package/core/helpers/Items/isLegendaryItemName.d.ts +0 -2
  320. package/core/helpers/Items/isLegendaryItemName.js +0 -4
  321. package/core/helpers/Items/isTier2Boots.d.ts +0 -3
  322. package/core/helpers/Items/isTier2Boots.js +0 -9
  323. package/core/helpers/Runes/getNonStatRuneIdByName.d.ts +0 -3
  324. package/core/helpers/Runes/getNonStatRuneIdByName.js +0 -4
  325. package/core/helpers/Runes/getNonStatRuneNameById.d.ts +0 -3
  326. package/core/helpers/Runes/getNonStatRuneNameById.js +0 -4
  327. package/core/helpers/Runes/getRuneCategoryName.d.ts +0 -4
  328. package/core/helpers/Runes/getRuneCategoryName.js +0 -16
  329. package/core/helpers/Runes/getRuneCdnUrl.d.ts +0 -3
  330. package/core/helpers/Runes/getRuneCdnUrl.js +0 -50
  331. package/core/helpers/Runes/getRuneIdByName.d.ts +0 -3
  332. package/core/helpers/Runes/getRuneIdByName.js +0 -4
  333. package/core/helpers/Runes/getRuneNameById.d.ts +0 -3
  334. package/core/helpers/Runes/getRuneNameById.js +0 -4
  335. package/core/helpers/Runes/getStatRuneIdByName.d.ts +0 -3
  336. package/core/helpers/Runes/getStatRuneIdByName.js +0 -4
  337. package/core/helpers/Runes/getStatRuneNameById.d.ts +0 -3
  338. package/core/helpers/Runes/getStatRuneNameById.js +0 -4
  339. package/core/helpers/Runes/isDominationRuneId.d.ts +0 -2
  340. package/core/helpers/Runes/isDominationRuneId.js +0 -4
  341. package/core/helpers/Runes/isDominationRuneIdNum.d.ts +0 -2
  342. package/core/helpers/Runes/isDominationRuneIdNum.js +0 -4
  343. package/core/helpers/Runes/isDominationRuneName.d.ts +0 -2
  344. package/core/helpers/Runes/isDominationRuneName.js +0 -4
  345. package/core/helpers/Runes/isInspirationRuneId.d.ts +0 -2
  346. package/core/helpers/Runes/isInspirationRuneId.js +0 -4
  347. package/core/helpers/Runes/isInspirationRuneIdNum.d.ts +0 -2
  348. package/core/helpers/Runes/isInspirationRuneIdNum.js +0 -4
  349. package/core/helpers/Runes/isInspirationRuneName.d.ts +0 -2
  350. package/core/helpers/Runes/isInspirationRuneName.js +0 -4
  351. package/core/helpers/Runes/isKeystoneRuneId.d.ts +0 -2
  352. package/core/helpers/Runes/isKeystoneRuneId.js +0 -4
  353. package/core/helpers/Runes/isKeystoneRuneIdNum.d.ts +0 -2
  354. package/core/helpers/Runes/isKeystoneRuneIdNum.js +0 -4
  355. package/core/helpers/Runes/isKeystoneRuneName.d.ts +0 -2
  356. package/core/helpers/Runes/isKeystoneRuneName.js +0 -4
  357. package/core/helpers/Runes/isNonStatRuneId.d.ts +0 -2
  358. package/core/helpers/Runes/isNonStatRuneId.js +0 -4
  359. package/core/helpers/Runes/isNonStatRuneIdNum.d.ts +0 -2
  360. package/core/helpers/Runes/isNonStatRuneIdNum.js +0 -4
  361. package/core/helpers/Runes/isNonStatRuneName.d.ts +0 -2
  362. package/core/helpers/Runes/isNonStatRuneName.js +0 -4
  363. package/core/helpers/Runes/isPrecisionRuneId.d.ts +0 -2
  364. package/core/helpers/Runes/isPrecisionRuneId.js +0 -4
  365. package/core/helpers/Runes/isPrecisionRuneIdNum.d.ts +0 -2
  366. package/core/helpers/Runes/isPrecisionRuneIdNum.js +0 -4
  367. package/core/helpers/Runes/isPrecisionRuneName.d.ts +0 -2
  368. package/core/helpers/Runes/isPrecisionRuneName.js +0 -4
  369. package/core/helpers/Runes/isResolveRuneId.d.ts +0 -2
  370. package/core/helpers/Runes/isResolveRuneId.js +0 -4
  371. package/core/helpers/Runes/isResolveRuneIdNum.d.ts +0 -2
  372. package/core/helpers/Runes/isResolveRuneIdNum.js +0 -4
  373. package/core/helpers/Runes/isResolveRuneName.d.ts +0 -2
  374. package/core/helpers/Runes/isResolveRuneName.js +0 -4
  375. package/core/helpers/Runes/isRuneId.d.ts +0 -2
  376. package/core/helpers/Runes/isRuneId.js +0 -4
  377. package/core/helpers/Runes/isRuneIdNum.d.ts +0 -2
  378. package/core/helpers/Runes/isRuneIdNum.js +0 -4
  379. package/core/helpers/Runes/isRuneName.d.ts +0 -2
  380. package/core/helpers/Runes/isRuneName.js +0 -4
  381. package/core/helpers/Runes/isSorceryRuneId.d.ts +0 -2
  382. package/core/helpers/Runes/isSorceryRuneId.js +0 -4
  383. package/core/helpers/Runes/isSorceryRuneIdNum.d.ts +0 -2
  384. package/core/helpers/Runes/isSorceryRuneIdNum.js +0 -4
  385. package/core/helpers/Runes/isSorceryRuneName.d.ts +0 -2
  386. package/core/helpers/Runes/isSorceryRuneName.js +0 -4
  387. package/core/helpers/Runes/isStatRuneId.d.ts +0 -2
  388. package/core/helpers/Runes/isStatRuneId.js +0 -4
  389. package/core/helpers/Runes/isStatRuneIdNum.d.ts +0 -2
  390. package/core/helpers/Runes/isStatRuneIdNum.js +0 -4
  391. package/core/helpers/Runes/isStatRuneName.d.ts +0 -2
  392. package/core/helpers/Runes/isStatRuneName.js +0 -4
  393. package/core/helpers/Spells/getSpellIdByKey.d.ts +0 -4
  394. package/core/helpers/Spells/getSpellIdByKey.js +0 -4
  395. package/core/helpers/Spells/getSpellIdByName.d.ts +0 -3
  396. package/core/helpers/Spells/getSpellIdByName.js +0 -4
  397. package/core/helpers/Spells/getSpellKeyById.d.ts +0 -3
  398. package/core/helpers/Spells/getSpellKeyById.js +0 -4
  399. package/core/helpers/Spells/getSpellKeyByName.d.ts +0 -3
  400. package/core/helpers/Spells/getSpellKeyByName.js +0 -5
  401. package/core/helpers/Spells/getSpellNameById.d.ts +0 -3
  402. package/core/helpers/Spells/getSpellNameById.js +0 -5
  403. package/core/helpers/Spells/getSpellNameByKey.d.ts +0 -4
  404. package/core/helpers/Spells/getSpellNameByKey.js +0 -4
  405. package/core/helpers/Spells/isSpellId.d.ts +0 -2
  406. package/core/helpers/Spells/isSpellId.js +0 -4
  407. package/core/helpers/Spells/isSpellKey.d.ts +0 -2
  408. package/core/helpers/Spells/isSpellKey.js +0 -4
  409. package/core/helpers/Spells/isSpellKeyNum.d.ts +0 -2
  410. package/core/helpers/Spells/isSpellKeyNum.js +0 -4
  411. package/core/helpers/Spells/isSpellName.d.ts +0 -2
  412. package/core/helpers/Spells/isSpellName.js +0 -4
  413. package/core/helpers/getPositionImageUrl.d.ts +0 -2
  414. package/core/helpers/getPositionImageUrl.js +0 -11
  415. package/core/helpers/isRiotId.d.ts +0 -5
  416. package/core/helpers/isRiotId.js +0 -15
  417. package/core/helpers/makeRiotId.d.ts +0 -4
  418. package/core/helpers/makeRiotId.js +0 -5
  419. package/core/helpers/splitRiotId.d.ts +0 -10
  420. package/core/helpers/splitRiotId.js +0 -16
  421. package/core/index.d.ts +0 -139
  422. package/core/index.js +0 -150
  423. package/core/types/championJson.d.ts +0 -85
  424. package/core/types/championJson.js +0 -1
  425. package/core/types/interfaces.d.ts +0 -22
  426. package/core/types/interfaces.js +0 -1
  427. package/core/types/types.d.ts +0 -268
  428. package/core/types/types.js +0 -1
  429. /package/{core → dist}/Locale.js +0 -0
  430. /package/{assets/scripts/asset-scripts/champion.d.ts → dist/helpers/type.js} +0 -0
@@ -1 +0,0 @@
1
- export const LegendaryItemNames = { "2065": "Shurelya's Battlesong", "2501": "Overlord's Bloodmail", "2502": "Unending Despair", "2503": "Blackfire Torch", "2504": "Kaenic Rookern", "3002": "Trailblazer", "3003": "Archangel's Staff", "3004": "Manamune", "3011": "Chemtech Putrifier", "3026": "Guardian Angel", "3031": "Infinity Edge", "3032": "Yun Tal Wildarrows", "3033": "Mortal Reminder", "3036": "Lord Dominik's Regards", "3040": "Seraph's Embrace", "3041": "Mejai's Soulstealer", "3042": "Muramana", "3046": "Phantom Dancer", "3050": "Zeke's Convergence", "3053": "Sterak's Gage", "3065": "Spirit Visage", "3068": "Sunfire Aegis", "3071": "Black Cleaver", "3072": "Bloodthirster", "3073": "Experimental Hexplate", "3074": "Ravenous Hydra", "3075": "Thornmail", "3078": "Trinity Force", "3083": "Warmog's Armor", "3084": "Heartsteel", "3085": "Runaan's Hurricane", "3087": "Statikk Shiv", "3089": "Rabadon's Deathcap", "3091": "Wit's End", "3094": "Rapid Firecannon", "3100": "Lich Bane", "3102": "Banshee's Veil", "3107": "Redemption", "3109": "Knight's Vow", "3110": "Frozen Heart", "3115": "Nashor's Tooth", "3116": "Rylai's Crystal Scepter", "3118": "Malignance", "3119": "Winter's Approach", "3121": "Fimbulwinter", "3124": "Guinsoo's Rageblade", "3135": "Void Staff", "3137": "Cryptbloom", "3139": "Mercurial Scimitar", "3142": "Youmuu's Ghostblade", "3143": "Randuin's Omen", "3152": "Hextech Rocketbelt", "3153": "Blade of The Ruined King", "3156": "Maw of Malmortius", "3157": "Zhonya's Hourglass", "3161": "Spear of Shojin", "3165": "Morellonomicon", "3179": "Umbral Glaive", "3181": "Hullbreaker", "3190": "Locket of the Iron Solari", "3222": "Mikael's Blessing", "3302": "Terminus", "3504": "Ardent Censer", "3508": "Essence Reaver", "3742": "Dead Man's Plate", "3748": "Titanic Hydra", "3814": "Edge of Night", "3867": "Bounty of Worlds", "3869": "Celestial Opposition", "3870": "Dream Maker", "3871": "Zaz'Zak's Realmspike", "3876": "Solstice Sleigh", "3877": "Bloodsong", "4005": "Imperial Mandate", "4401": "Force of Nature", "4628": "Horizon Focus", "4629": "Cosmic Drive", "4633": "Riftmaker", "4643": "Vigilant Wardstone", "4645": "Shadowflame", "4646": "Stormsurge", "6333": "Death's Dance", "6609": "Chempunk Chainsword", "6610": "Sundered Sky", "6616": "Staff of Flowing Water", "6617": "Moonstone Renewer", "6620": "Echoes of Helia", "6621": "Dawncore", "6631": "Stridebreaker", "6653": "Liandry's Torment", "6655": "Luden's Companion", "6657": "Rod of Ages", "6662": "Iceborn Gauntlet", "6664": "Hollow Radiance", "6665": "Jak'Sho, The Protean", "6672": "Kraken Slayer", "6673": "Immortal Shieldbow", "6675": "Navori Flickerblade", "6676": "The Collector", "6692": "Eclipse", "6694": "Serylda's Grudge", "6695": "Serpent's Fang", "6696": "Axiom Arc", "6697": "Hubris", "6698": "Profane Hydra", "6699": "Voltaic Cyclosword", "6701": "Opportunity", "8001": "Anathema's Chains", "8020": "Abyssal Mask" };
@@ -1,7 +0,0 @@
1
- export declare const KillTypes: {
2
- readonly KILL_FIRST_BLOOD: "KILL_FIRST_BLOOD";
3
- readonly KILL_MULTI: "KILL_MULTI";
4
- readonly KILL_ACE: "KILL_ACE";
5
- };
6
- export type KillType = typeof KillTypes[keyof typeof KillTypes];
7
- export declare function isKillType(value: any): value is KillType;
@@ -1,8 +0,0 @@
1
- export const KillTypes = {
2
- 'KILL_FIRST_BLOOD': 'KILL_FIRST_BLOOD',
3
- 'KILL_MULTI': 'KILL_MULTI',
4
- 'KILL_ACE': 'KILL_ACE',
5
- };
6
- export function isKillType(value) {
7
- return typeof value == 'string' && value in KillTypes;
8
- }
@@ -1,7 +0,0 @@
1
- export declare const LaneTypes: {
2
- readonly TOP_LANE: "TOP_LANE";
3
- readonly MID_LANE: "MID_LANE";
4
- readonly BOT_LANE: "BOT_LANE";
5
- };
6
- export type LaneType = typeof LaneTypes[keyof typeof LaneTypes];
7
- export declare function isLaneType(value: any): value is LaneType;
@@ -1,8 +0,0 @@
1
- export const LaneTypes = {
2
- 'TOP_LANE': 'TOP_LANE',
3
- 'MID_LANE': 'MID_LANE',
4
- 'BOT_LANE': 'BOT_LANE',
5
- };
6
- export function isLaneType(value) {
7
- return typeof value == 'string' && value in LaneTypes;
8
- }
@@ -1,8 +0,0 @@
1
- export declare const Lanes: {
2
- readonly TOP: "TOP";
3
- readonly JUNGLE: "JUNGLE";
4
- readonly MIDDLE: "MIDDLE";
5
- readonly BOTTOM: "BOTTOM";
6
- };
7
- export type Lane = typeof Lanes[keyof typeof Lanes];
8
- export declare function isLane(lane: any): lane is Lane;
@@ -1,9 +0,0 @@
1
- export const Lanes = {
2
- 'TOP': 'TOP',
3
- 'JUNGLE': 'JUNGLE',
4
- 'MIDDLE': 'MIDDLE',
5
- 'BOTTOM': 'BOTTOM',
6
- };
7
- export function isLane(lane) {
8
- return typeof lane == 'string' && lane in Lanes;
9
- }
@@ -1,49 +0,0 @@
1
- export declare const LeagueTexts: {
2
- readonly HP: "health";
3
- readonly HPR: "health regeneration";
4
- readonly MP: "mana";
5
- readonly MPR: "mana regeneration";
6
- readonly EP: "energy";
7
- readonly EPR: "energy regeneration";
8
- readonly AR: "armor";
9
- readonly MR: "magic resistance";
10
- readonly MS: "movement speed";
11
- readonly AD: "attack damage";
12
- readonly AP: "ability power";
13
- readonly CSD: "critical strike damage";
14
- readonly 'CS%': "critical strike chance";
15
- readonly AS: "attack speed";
16
- readonly HP_b: "bonus health";
17
- readonly HP_max: "maximum health";
18
- readonly HP_current: "current health";
19
- readonly HP_missing: "missing health";
20
- readonly AR_bonus: "bonus armor";
21
- readonly MR_bonus: "bonus magic resistance";
22
- readonly AD_b: "bonus attack damage";
23
- readonly AS_base: "base attack speed";
24
- readonly AS_bonus: "bonus attack speed";
25
- readonly AWindup: "attack windup";
26
- readonly ARatio: "attack ratio";
27
- readonly PD: "physical damage";
28
- readonly MD: "magic damage";
29
- readonly PD_min: "minimum physical damage";
30
- readonly MD_min: "minimum magic damage";
31
- readonly PD_max: "maximum physical damage";
32
- readonly MD_max: "maximum magic damage";
33
- readonly R: "radius";
34
- readonly D: "diamater";
35
- readonly W: "width";
36
- readonly u: "unit(s)";
37
- readonly 'u/s': "units per second";
38
- readonly 'ef.': "effect";
39
- readonly '\u2A01': "range";
40
- readonly '\uD83D\uDDE1\uFE0F': "attack";
41
- readonly '\u23F3': "cooldown";
42
- readonly '\u23F1\uFE0F': "cast duration";
43
- readonly '\uD83D\uDCA7': "ability cost";
44
- readonly '\uD83E\uDDE2': "cap";
45
- readonly '\u278A\u2791\uD83D\uDCC8': "based on level";
46
- };
47
- export type LeagueText = typeof LeagueTexts[keyof typeof LeagueTexts];
48
- export type Abbreviation = keyof typeof LeagueTexts;
49
- export declare function isLeagueText(value: any): value is LeagueText;
@@ -1,54 +0,0 @@
1
- export const LeagueTexts = {
2
- 'HP': 'health',
3
- 'HPR': 'health regeneration',
4
- 'MP': 'mana',
5
- 'MPR': 'mana regeneration',
6
- 'EP': 'energy',
7
- 'EPR': 'energy regeneration',
8
- 'AR': 'armor',
9
- 'MR': 'magic resistance',
10
- 'MS': 'movement speed',
11
- 'AD': 'attack damage',
12
- 'AP': 'ability power',
13
- 'CSD': 'critical strike damage',
14
- 'CS%': 'critical strike chance',
15
- 'AS': 'attack speed',
16
- //
17
- 'HP_b': 'bonus health',
18
- 'HP_max': 'maximum health',
19
- 'HP_current': 'current health',
20
- 'HP_missing': 'missing health',
21
- 'AR_bonus': 'bonus armor',
22
- 'MR_bonus': 'bonus magic resistance',
23
- 'AD_b': 'bonus attack damage',
24
- 'AS_base': 'base attack speed',
25
- 'AS_bonus': 'bonus attack speed',
26
- 'AWindup': 'attack windup',
27
- 'ARatio': 'attack ratio',
28
- //
29
- 'PD': 'physical damage',
30
- 'MD': 'magic damage',
31
- 'PD_min': 'minimum physical damage',
32
- 'MD_min': 'minimum magic damage',
33
- 'PD_max': 'maximum physical damage',
34
- 'MD_max': 'maximum magic damage',
35
- //
36
- 'R': 'radius',
37
- 'D': 'diamater',
38
- 'W': 'width',
39
- 'u': 'unit(s)',
40
- 'u/s': 'units per second',
41
- 'ef.': 'effect',
42
- //
43
- '⨁': 'range',
44
- '🗡️': 'attack',
45
- '⏳': 'cooldown',
46
- '⏱️': 'cast duration',
47
- '💧': 'ability cost',
48
- //
49
- '🧢': 'cap',
50
- '➊➑📈': 'based on level',
51
- };
52
- export function isLeagueText(value) {
53
- return typeof value == 'string' && value in LeagueTexts;
54
- }
@@ -1,22 +0,0 @@
1
- export declare const Levels: {
2
- readonly 1: 1;
3
- readonly 2: 2;
4
- readonly 3: 3;
5
- readonly 4: 4;
6
- readonly 5: 5;
7
- readonly 6: 6;
8
- readonly 7: 7;
9
- readonly 8: 8;
10
- readonly 9: 9;
11
- readonly 10: 10;
12
- readonly 11: 11;
13
- readonly 12: 12;
14
- readonly 13: 13;
15
- readonly 14: 14;
16
- readonly 15: 15;
17
- readonly 16: 16;
18
- readonly 17: 17;
19
- readonly 18: 18;
20
- };
21
- export type Level = typeof Levels[keyof typeof Levels];
22
- export declare function isLevel(level: number): level is Level;
@@ -1,23 +0,0 @@
1
- export const Levels = {
2
- 1: 1,
3
- 2: 2,
4
- 3: 3,
5
- 4: 4,
6
- 5: 5,
7
- 6: 6,
8
- 7: 7,
9
- 8: 8,
10
- 9: 9,
11
- 10: 10,
12
- 11: 11,
13
- 12: 12,
14
- 13: 13,
15
- 14: 14,
16
- 15: 15,
17
- 16: 16,
18
- 17: 17,
19
- 18: 18,
20
- };
21
- export function isLevel(level) {
22
- return level in Levels;
23
- }
@@ -1,17 +0,0 @@
1
- /**
2
- * 11 — Summoner's Rift
3
- *
4
- * 12 — Howling Abyss
5
- *
6
- * 21 — Nexus Blitz
7
- *
8
- * 22 — Convergence
9
- */
10
- export declare const MapIds: {
11
- readonly 11: 11;
12
- readonly 12: 12;
13
- readonly 21: 21;
14
- readonly 22: 22;
15
- };
16
- export type MapId = typeof MapIds[keyof typeof MapIds];
17
- export declare function isMapId(value: number): value is MapId;
@@ -1,18 +0,0 @@
1
- /**
2
- * 11 — Summoner's Rift
3
- *
4
- * 12 — Howling Abyss
5
- *
6
- * 21 — Nexus Blitz
7
- *
8
- * 22 — Convergence
9
- */
10
- export const MapIds = {
11
- 11: 11,
12
- 12: 12,
13
- 21: 21,
14
- 22: 22,
15
- };
16
- export function isMapId(value) {
17
- return value in MapIds;
18
- }
@@ -1,8 +0,0 @@
1
- export declare const MonsterTypes: {
2
- readonly HORDE: "HORDE";
3
- readonly DRAGON: "DRAGON";
4
- readonly RIFTHERALD: "RIFTHERALD";
5
- readonly BARON_NASHOR: "BARON_NASHOR";
6
- };
7
- export type MonsterType = typeof MonsterTypes[keyof typeof MonsterTypes];
8
- export declare function isMonsterType(value: any): value is MonsterType;
@@ -1,9 +0,0 @@
1
- export const MonsterTypes = {
2
- 'HORDE': 'HORDE',
3
- 'DRAGON': 'DRAGON',
4
- 'RIFTHERALD': 'RIFTHERALD',
5
- 'BARON_NASHOR': 'BARON_NASHOR',
6
- };
7
- export function isMonsterType(value) {
8
- return typeof value == 'string' && value in MonsterTypes;
9
- }
@@ -1,14 +0,0 @@
1
- export declare const ParticipantIds: {
2
- readonly 1: 1;
3
- readonly 2: 2;
4
- readonly 3: 3;
5
- readonly 4: 4;
6
- readonly 5: 5;
7
- readonly 6: 6;
8
- readonly 7: 7;
9
- readonly 8: 8;
10
- readonly 9: 9;
11
- readonly 10: 10;
12
- };
13
- export type ParticipantId = typeof ParticipantIds[keyof typeof ParticipantIds];
14
- export declare function isParticipantId(value: number): value is ParticipantId;
@@ -1,15 +0,0 @@
1
- export const ParticipantIds = {
2
- 1: 1,
3
- 2: 2,
4
- 3: 3,
5
- 4: 4,
6
- 5: 5,
7
- 6: 6,
8
- 7: 7,
9
- 8: 8,
10
- 9: 9,
11
- 10: 10,
12
- };
13
- export function isParticipantId(value) {
14
- return value in ParticipantIds;
15
- }
@@ -1,20 +0,0 @@
1
- export declare const PlatformApiUris: {
2
- readonly BR1: "br1.api.riotgames.com";
3
- readonly EUN1: "eun1.api.riotgames.com";
4
- readonly EUW1: "euw1.api.riotgames.com";
5
- readonly JP1: "jp1.api.riotgames.com";
6
- readonly KR: "kr.api.riotgames.com";
7
- readonly LA1: "la1.api.riotgames.com";
8
- readonly LA2: "la2.api.riotgames.com";
9
- readonly NA1: "na1.api.riotgames.com";
10
- readonly OC1: "oc1.api.riotgames.com";
11
- readonly TR1: "tr1.api.riotgames.com";
12
- readonly RU: "ru.api.riotgames.com";
13
- readonly PH2: "ph2.api.riotgames.com";
14
- readonly SG2: "sg2.api.riotgames.com";
15
- readonly TH2: "th2.api.riotgames.com";
16
- readonly TW2: "tw2.api.riotgames.com";
17
- readonly VN2: "vn2.api.riotgames.com";
18
- };
19
- export type PlatformApiUri = typeof PlatformApiUris[keyof typeof PlatformApiUris];
20
- export declare function isPlatformApiUri(value: any): value is PlatformApiUri;
@@ -1,21 +0,0 @@
1
- export const PlatformApiUris = {
2
- 'BR1': 'br1.api.riotgames.com',
3
- 'EUN1': 'eun1.api.riotgames.com',
4
- 'EUW1': 'euw1.api.riotgames.com',
5
- 'JP1': 'jp1.api.riotgames.com',
6
- 'KR': 'kr.api.riotgames.com',
7
- 'LA1': 'la1.api.riotgames.com',
8
- 'LA2': 'la2.api.riotgames.com',
9
- 'NA1': 'na1.api.riotgames.com',
10
- 'OC1': 'oc1.api.riotgames.com',
11
- 'TR1': 'tr1.api.riotgames.com',
12
- 'RU': 'ru.api.riotgames.com',
13
- 'PH2': 'ph2.api.riotgames.com',
14
- 'SG2': 'sg2.api.riotgames.com',
15
- 'TH2': 'th2.api.riotgames.com',
16
- 'TW2': 'tw2.api.riotgames.com',
17
- 'VN2': 'vn2.api.riotgames.com',
18
- };
19
- export function isPlatformApiUri(value) {
20
- return typeof value == 'string' && value in PlatformApiUris;
21
- }
@@ -1,23 +0,0 @@
1
- import { Region } from './Regions';
2
- export declare const PlatformIds: {
3
- readonly BR: "BR1";
4
- readonly EUNE: "EUN1";
5
- readonly EUW: "EUW1";
6
- readonly JP: "JP1";
7
- readonly KR: "KR";
8
- readonly LAN: "LA1";
9
- readonly LAS: "LA2";
10
- readonly NA: "NA1";
11
- readonly OCE: "OC1";
12
- readonly TR: "TR1";
13
- readonly RU: "RU";
14
- readonly PH: "PH2";
15
- readonly SG: "SG2";
16
- readonly TH: "TH2";
17
- readonly TW: "TW2";
18
- readonly VN: "VN2";
19
- readonly PBE: "PBE1";
20
- };
21
- export type PlatformId = typeof PlatformIds[keyof typeof PlatformIds];
22
- export declare function isPlatformId(value: any): value is PlatformId;
23
- export declare function getPlatformIdByRegion(region: Region): PlatformId;
@@ -1,26 +0,0 @@
1
- import { Regions } from './Regions';
2
- export const PlatformIds = {
3
- 'BR': 'BR1',
4
- 'EUNE': 'EUN1',
5
- 'EUW': 'EUW1',
6
- 'JP': 'JP1',
7
- 'KR': 'KR',
8
- 'LAN': 'LA1',
9
- 'LAS': 'LA2',
10
- 'NA': 'NA1',
11
- 'OCE': 'OC1',
12
- 'TR': 'TR1',
13
- 'RU': 'RU',
14
- 'PH': 'PH2',
15
- 'SG': 'SG2',
16
- 'TH': 'TH2',
17
- 'TW': 'TW2',
18
- 'VN': 'VN2',
19
- 'PBE': 'PBE1',
20
- };
21
- export function isPlatformId(value) {
22
- return typeof value == 'string' && value in Regions;
23
- }
24
- export function getPlatformIdByRegion(region) {
25
- return PlatformIds[region];
26
- }
@@ -1,9 +0,0 @@
1
- export declare const Positions: {
2
- readonly TOP: "TOP";
3
- readonly JUNGLE: "JUNGLE";
4
- readonly MIDDLE: "MIDDLE";
5
- readonly BOTTOM: "BOTTOM";
6
- readonly UTILITY: "UTILITY";
7
- };
8
- export type Position = typeof Positions[keyof typeof Positions];
9
- export declare function isPosition(position: any): position is Position;
@@ -1,10 +0,0 @@
1
- export const Positions = {
2
- 'TOP': 'TOP',
3
- 'JUNGLE': 'JUNGLE',
4
- 'MIDDLE': 'MIDDLE',
5
- 'BOTTOM': 'BOTTOM',
6
- 'UTILITY': 'UTILITY',
7
- };
8
- export function isPosition(position) {
9
- return typeof position == 'string' && position in Positions;
10
- }
@@ -1,114 +0,0 @@
1
- /**
2
- * 0 — Custom games
3
- *
4
- * 400 — 5v5 Draft Pick games
5
- *
6
- * 420 — 5v5 Ranked Solo games
7
- *
8
- * 430 — 5v5 Blind Pick games
9
- *
10
- * 440 — 5v5 Ranked Flex games
11
- *
12
- * 450 — 5v5 ARAM games
13
- *
14
- * 700 — Clash games
15
- *
16
- * 720 — ARAM Clash games
17
- *
18
- * 830 — Co-op vs. AI Intro Bot games
19
- *
20
- * 840 — Co-op vs. AI Beginner Bot games
21
- *
22
- * 850 — Co-op vs. AI Intermediate Bot games
23
- *
24
- * 900 — ARURF games
25
- *
26
- * 920 — Legend of the Poro King games
27
- *
28
- * 1010 — Snow ARURF games
29
- *
30
- * 1020 — One for All games
31
- *
32
- * 1090 — Teamfight Tactics games
33
- *
34
- * 1100 — Ranked Teamfight Tactics games
35
- *
36
- * 1110 — Teamfight Tactics Tutorial games
37
- *
38
- * 1111 — Teamfight Tactics test games
39
- *
40
- * 1300 — Nexus Blitz games
41
- *
42
- * 1400 — Ultimate Spellbook games
43
- *
44
- * 1700 — Arena 2v2v2v2
45
- *
46
- * 1900 — Pick URF games
47
- *
48
- * 2000 — Tutorial 1
49
- *
50
- * 2010 — Tutorial 2
51
- *
52
- * 2020 — Tutorial 3
53
- */
54
- export declare const QueueIds: {
55
- readonly 0: 0;
56
- readonly 400: 400;
57
- readonly 420: 420;
58
- readonly 430: 430;
59
- readonly 440: 440;
60
- readonly 450: 450;
61
- readonly 700: 700;
62
- readonly 720: 720;
63
- readonly 830: 830;
64
- readonly 840: 840;
65
- readonly 850: 850;
66
- readonly 900: 900;
67
- readonly 920: 920;
68
- readonly 1010: 1010;
69
- readonly 1020: 1020;
70
- readonly 1090: 1090;
71
- readonly 1100: 1100;
72
- readonly 1110: 1110;
73
- readonly 1111: 1111;
74
- readonly 1300: 1300;
75
- readonly 1400: 1400;
76
- readonly 1700: 1700;
77
- readonly 1900: 1900;
78
- readonly 2000: 2000;
79
- readonly 2010: 2010;
80
- readonly 2020: 2020;
81
- };
82
- export type QueueId = typeof QueueIds[keyof typeof QueueIds];
83
- export declare function isQueueId(value: number): value is QueueId;
84
- export declare const QueueDescriptions: {
85
- [queueId in QueueId]: string;
86
- };
87
- export declare const QueueDescriptionsToIds: {
88
- readonly Custom: 0;
89
- readonly '5v5 Draft Pick': 400;
90
- readonly '5v5 Ranked Solo': 420;
91
- readonly '5v5 Blind Pick': 430;
92
- readonly '5v5 Ranked Flex': 440;
93
- readonly '5v5 ARAM': 450;
94
- readonly Clash: 700;
95
- readonly 'ARAM Clash': 720;
96
- readonly 'Co-op vs. AI Intro Bots': 830;
97
- readonly 'Co-op vs. AI Beginner Bots': 840;
98
- readonly 'Co-op vs. AI Intermediate Bots': 850;
99
- readonly ARURF: 900;
100
- readonly 'Legend of the Poro King': 920;
101
- readonly 'Snow ARURF': 1010;
102
- readonly 'One for All': 1020;
103
- readonly 'Teamfight Tactics': 1090;
104
- readonly 'Ranked Teamfight Tactics': 1100;
105
- readonly 'Teamfight Tactics Tutorial': 1110;
106
- readonly 'Teamfight Tactics test': 1111;
107
- readonly 'Nexus Blitz': 1300;
108
- readonly 'Ultimate Spellbook': 1400;
109
- readonly 'Arena 2v2v2v2': 1700;
110
- readonly URF: 1900;
111
- readonly 'Tutorial 1': 2000;
112
- readonly 'Tutorial 2': 2010;
113
- readonly 'Tutorial 3': 2020;
114
- };