@hasagi/types 15.23.1 → 16.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lcu-endpoints.d.ts +87 -11
- package/dist/lcu-events.d.ts +12 -381
- package/dist/lcu-types.d.ts +11413 -10462
- package/package.json +3 -3
package/dist/lcu-events.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ export interface LCUWebSocketEvents {
|
|
|
21
21
|
"OnJsonApiEvent_data-store_v1_install-settings": LCUTypes.PluginResourceEvent,
|
|
22
22
|
"OnJsonApiEvent_data-store_v1_system-settings": LCUTypes.PluginResourceEvent,
|
|
23
23
|
"OnJsonApiEvent_deep-links_v1_settings": LCUTypes.PluginResourceEvent,
|
|
24
|
+
"OnJsonApiEvent_entitlements_v1_entitlements": LCUTypes.PluginResourceEvent,
|
|
24
25
|
"OnJsonApiEvent_entitlements_v1_token": LCUTypes.PluginResourceEvent,
|
|
25
26
|
"OnJsonApiEvent_entitlements_v2_token": LCUTypes.PluginResourceEvent,
|
|
26
27
|
"OnJsonApiEvent_ga-restriction_v1_penalty-notifications": LCUTypes.PluginResourceEvent,
|
|
@@ -30,6 +31,7 @@ export interface LCUWebSocketEvents {
|
|
|
30
31
|
"OnJsonApiEvent_lol-anti-addiction_v1_anti-addiction-token": LCUTypes.PluginResourceEvent,
|
|
31
32
|
"OnJsonApiEvent_lol-cap-missions_v1_ready": LCUTypes.PluginResourceEvent,
|
|
32
33
|
"OnJsonApiEvent_lol-catalog_v1_items": LCUTypes.PluginResourceEvent,
|
|
34
|
+
"OnJsonApiEvent_lol-catalog_v1_ready": LCUTypes.PluginResourceEvent,
|
|
33
35
|
"OnJsonApiEvent_lol-challenges_v1_client-state": LCUTypes.PluginResourceEvent,
|
|
34
36
|
"OnJsonApiEvent_lol-challenges_v1_seasons": LCUTypes.PluginResourceEvent,
|
|
35
37
|
"OnJsonApiEvent_lol-champ-select-legacy_v1_bannable-champion-ids": LCUTypes.PluginResourceEvent,
|
|
@@ -46,7 +48,6 @@ export interface LCUWebSocketEvents {
|
|
|
46
48
|
"OnJsonApiEvent_lol-champ-select_v1_session": LCUTypes.PluginResourceEvent,
|
|
47
49
|
"OnJsonApiEvent_lol-champ-select_v1_team-boost": LCUTypes.PluginResourceEvent,
|
|
48
50
|
"OnJsonApiEvent_lol-champion-mastery_v1_champion-mastery-view": LCUTypes.PluginResourceEvent,
|
|
49
|
-
"OnJsonApiEvent_lol-champion-mastery_v1_champion-mastery-view-enabled": LCUTypes.PluginResourceEvent,
|
|
50
51
|
"OnJsonApiEvent_lol-champion-mastery_v1_local-player": LCUTypes.PluginResourceEvent,
|
|
51
52
|
"OnJsonApiEvent_lol-champion-mastery_v1_ready": LCUTypes.PluginResourceEvent,
|
|
52
53
|
"OnJsonApiEvent_lol-champions_v1_inventories": LCUTypes.PluginResourceEvent,
|
|
@@ -102,6 +103,7 @@ export interface LCUWebSocketEvents {
|
|
|
102
103
|
"OnJsonApiEvent_lol-game-data-inventory_v1_ready": LCUTypes.PluginResourceEvent,
|
|
103
104
|
"OnJsonApiEvent_lol-game-queues_v1_custom": LCUTypes.PluginResourceEvent,
|
|
104
105
|
"OnJsonApiEvent_lol-game-queues_v1_custom-non-default": LCUTypes.PluginResourceEvent,
|
|
106
|
+
"OnJsonApiEvent_lol-game-queues_v1_matchmaking-queues": LCUTypes.PluginResourceEvent,
|
|
105
107
|
"OnJsonApiEvent_lol-game-queues_v1_queues": LCUTypes.PluginResourceEvent,
|
|
106
108
|
"OnJsonApiEvent_lol-game-settings_v1_game-settings": LCUTypes.PluginResourceEvent,
|
|
107
109
|
"OnJsonApiEvent_lol-game-settings_v1_input-settings": LCUTypes.PluginResourceEvent,
|
|
@@ -126,7 +128,6 @@ export interface LCUWebSocketEvents {
|
|
|
126
128
|
"OnJsonApiEvent_lol-honor-v2_v1_recognition-history": LCUTypes.PluginResourceEvent,
|
|
127
129
|
"OnJsonApiEvent_lol-honor-v2_v1_team-choices": LCUTypes.PluginResourceEvent,
|
|
128
130
|
"OnJsonApiEvent_lol-hovercard_v1_friend-info": LCUTypes.PluginResourceEvent,
|
|
129
|
-
"OnJsonApiEvent_lol-hovercard_v1_friend-info-by-summoner": LCUTypes.PluginResourceEvent,
|
|
130
131
|
"OnJsonApiEvent_lol-inventory_v1_initial-configuration-complete": LCUTypes.PluginResourceEvent,
|
|
131
132
|
"OnJsonApiEvent_lol-inventory_v1_inventory": LCUTypes.PluginResourceEvent,
|
|
132
133
|
"OnJsonApiEvent_lol-inventory_v1_signedInventory": LCUTypes.PluginResourceEvent,
|
|
@@ -142,7 +143,6 @@ export interface LCUWebSocketEvents {
|
|
|
142
143
|
"OnJsonApiEvent_lol-loadouts_v4_loadouts": LCUTypes.PluginResourceEvent,
|
|
143
144
|
"OnJsonApiEvent_lol-lobby-team-builder_champ-select_v1": LCUTypes.PluginResourceEvent,
|
|
144
145
|
"OnJsonApiEvent_lol-lobby-team-builder_v1_matchmaking": LCUTypes.PluginResourceEvent,
|
|
145
|
-
"OnJsonApiEvent_lol-lobby_v1_lobby": LCUTypes.PluginResourceEvent,
|
|
146
146
|
"OnJsonApiEvent_lol-lobby_v2_comms": LCUTypes.PluginResourceEvent,
|
|
147
147
|
"OnJsonApiEvent_lol-lobby_v2_eligibility": LCUTypes.PluginResourceEvent,
|
|
148
148
|
"OnJsonApiEvent_lol-lobby_v2_lobby": LCUTypes.PluginResourceEvent,
|
|
@@ -169,6 +169,7 @@ export interface LCUWebSocketEvents {
|
|
|
169
169
|
"OnJsonApiEvent_lol-marketplace_v1_products": LCUTypes.PluginResourceEvent,
|
|
170
170
|
"OnJsonApiEvent_lol-marketplace_v1_ready": LCUTypes.PluginResourceEvent,
|
|
171
171
|
"OnJsonApiEvent_lol-matchmaking_v1_search": LCUTypes.PluginResourceEvent,
|
|
172
|
+
"OnJsonApiEvent_lol-metagames_v1_ready": LCUTypes.PluginResourceEvent,
|
|
172
173
|
"OnJsonApiEvent_lol-missions_v1_missions": LCUTypes.PluginResourceEvent,
|
|
173
174
|
"OnJsonApiEvent_lol-missions_v1_series": LCUTypes.PluginResourceEvent,
|
|
174
175
|
"OnJsonApiEvent_lol-nacho_v1_banner": LCUTypes.PluginResourceEvent,
|
|
@@ -199,34 +200,25 @@ export interface LCUWebSocketEvents {
|
|
|
199
200
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces": LCUTypes.PluginResourceEvent,
|
|
200
201
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification": LCUTypes.PluginResourceEvent,
|
|
201
202
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_Enabled": LCUTypes.PluginResourceEvent,
|
|
202
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_IsNewAvsServiceEnabled": LCUTypes.PluginResourceEvent,
|
|
203
203
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_KrPhoneDisplayEnabled": LCUTypes.PluginResourceEvent,
|
|
204
204
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_PasswordEnabled": LCUTypes.PluginResourceEvent,
|
|
205
205
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_PhoneValidationEnabled": LCUTypes.PluginResourceEvent,
|
|
206
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_SettingsEnable": LCUTypes.PluginResourceEvent,
|
|
207
206
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_SettingsEnabled": LCUTypes.PluginResourceEvent,
|
|
208
207
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_SettingsVerifyEnabled": LCUTypes.PluginResourceEvent,
|
|
209
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_ShouldUseNewAvs": LCUTypes.PluginResourceEvent,
|
|
210
208
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_TencentPhoneDisplayEnabled": LCUTypes.PluginResourceEvent,
|
|
211
209
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Banners": LCUTypes.PluginResourceEvent,
|
|
212
210
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Banners_IsEnabledOnProfile": LCUTypes.PluginResourceEvent,
|
|
213
211
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Banners_IsEquipEnabled": LCUTypes.PluginResourceEvent,
|
|
214
212
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Banners_IsOtherSummonersProfileEnabled": LCUTypes.PluginResourceEvent,
|
|
215
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_BetterRewards": LCUTypes.PluginResourceEvent,
|
|
216
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_BetterRewards_DayOneModalEnabled": LCUTypes.PluginResourceEvent,
|
|
217
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_BetterRewards_GetPostgameXpFromRms": LCUTypes.PluginResourceEvent,
|
|
218
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_BetterRewards_VisualUpdateEnabled": LCUTypes.PluginResourceEvent,
|
|
219
213
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_BotConfigurations": LCUTypes.PluginResourceEvent,
|
|
220
214
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_BotConfigurations_IntermediateInCustoms": LCUTypes.PluginResourceEvent,
|
|
221
215
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_BotConfigurations_RiotscriptInCustoms": LCUTypes.PluginResourceEvent,
|
|
222
216
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_CareerStats": LCUTypes.PluginResourceEvent,
|
|
223
217
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_CareerStats_StatsEnabled": LCUTypes.PluginResourceEvent,
|
|
224
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_CareerStats_YearsAllowedToQuerySeasonData": LCUTypes.PluginResourceEvent,
|
|
225
218
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges": LCUTypes.PluginResourceEvent,
|
|
226
219
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_ChallengeUpdateDelaySeconds": LCUTypes.PluginResourceEvent,
|
|
227
220
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_ClientState": LCUTypes.PluginResourceEvent,
|
|
228
221
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_CollectionEnabled": LCUTypes.PluginResourceEvent,
|
|
229
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_CustomizeIdentityEnabled": LCUTypes.PluginResourceEvent,
|
|
230
222
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_DarkModeAllowlistOnly": LCUTypes.PluginResourceEvent,
|
|
231
223
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_EnabledInventoryTypes": LCUTypes.PluginResourceEvent,
|
|
232
224
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_FeatureIntroEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -234,50 +226,35 @@ export interface LCUWebSocketEvents {
|
|
|
234
226
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_MaxNotificationSubscriptionDelaySeconds": LCUTypes.PluginResourceEvent,
|
|
235
227
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_MaxWaitTimeBeforeNotificationSubscriptionSeconds": LCUTypes.PluginResourceEvent,
|
|
236
228
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_NumberOfSuggestedChallenges": LCUTypes.PluginResourceEvent,
|
|
237
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_PartiesV2Enabled": LCUTypes.PluginResourceEvent,
|
|
238
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_PostgameOverride": LCUTypes.PluginResourceEvent,
|
|
239
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_RankIdentityOverride": LCUTypes.PluginResourceEvent,
|
|
240
229
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_SeasonalTooltipEnabled": LCUTypes.PluginResourceEvent,
|
|
241
230
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_WaitTimeBeforeCallChallengeUpdateSeconds": LCUTypes.PluginResourceEvent,
|
|
242
231
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_WaitTimeBeforeDarkModeAdditionalCallsSeconds": LCUTypes.PluginResourceEvent,
|
|
243
232
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig": LCUTypes.PluginResourceEvent,
|
|
244
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_CapUnlockChampionLevel": LCUTypes.PluginResourceEvent,
|
|
245
233
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_ChampionPointQueueTypes": LCUTypes.PluginResourceEvent,
|
|
246
234
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_Enabled": LCUTypes.PluginResourceEvent,
|
|
247
235
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_EndOfGameEnabled": LCUTypes.PluginResourceEvent,
|
|
248
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_GradeEnabled": LCUTypes.PluginResourceEvent,
|
|
249
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_LegsEnabled": LCUTypes.PluginResourceEvent,
|
|
250
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_LootChestsEnabled": LCUTypes.PluginResourceEvent,
|
|
251
236
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_MaxChampionLevel": LCUTypes.PluginResourceEvent,
|
|
252
237
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_MinSummonerLevel": LCUTypes.PluginResourceEvent,
|
|
253
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_ShowGradeAvailablePopup": LCUTypes.PluginResourceEvent,
|
|
254
238
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_SupportedQueueTypes": LCUTypes.PluginResourceEvent,
|
|
255
239
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect": LCUTypes.PluginResourceEvent,
|
|
256
240
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_AllChampsAvailableInAram": LCUTypes.PluginResourceEvent,
|
|
257
241
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_AlwaysShowRewardIcon": LCUTypes.PluginResourceEvent,
|
|
258
242
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_AutoReconnectEnabled": LCUTypes.PluginResourceEvent,
|
|
259
243
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_CollatorChampionFilterEnabled": LCUTypes.PluginResourceEvent,
|
|
260
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_UseActionPatchV2": LCUTypes.PluginResourceEvent,
|
|
261
244
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_UseOptimizedBotChampionSelectProcessor": LCUTypes.PluginResourceEvent,
|
|
262
245
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_UseOptimizedChampSelectProcessor": LCUTypes.PluginResourceEvent,
|
|
263
246
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_UseOptimizedSpellSelectProcessor": LCUTypes.PluginResourceEvent,
|
|
264
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionTradeService": LCUTypes.PluginResourceEvent,
|
|
265
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionTradeService_Enabled": LCUTypes.PluginResourceEvent,
|
|
266
247
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Chat": LCUTypes.PluginResourceEvent,
|
|
267
248
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChatDomain": LCUTypes.PluginResourceEvent,
|
|
268
249
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChatDomain_ChampSelectDomainName": LCUTypes.PluginResourceEvent,
|
|
269
250
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChatDomain_PostGameDomainName": LCUTypes.PluginResourceEvent,
|
|
270
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Chat_ChatHistoryEnabled": LCUTypes.PluginResourceEvent,
|
|
271
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Chat_ChatHistoryThreshold": LCUTypes.PluginResourceEvent,
|
|
272
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Chat_Default_public_chat_rooms": LCUTypes.PluginResourceEvent,
|
|
273
251
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Chat_MaximumRosterSize": LCUTypes.PluginResourceEvent,
|
|
274
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Chat_MobileEnabled": LCUTypes.PluginResourceEvent,
|
|
275
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Chat_Rename_general_group_throttle": LCUTypes.PluginResourceEvent,
|
|
276
252
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Chroma": LCUTypes.PluginResourceEvent,
|
|
277
253
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Chroma_IsEnabled": LCUTypes.PluginResourceEvent,
|
|
278
254
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Clash": LCUTypes.PluginResourceEvent,
|
|
279
255
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig": LCUTypes.PluginResourceEvent,
|
|
280
256
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_AntiCheatModalEnabled": LCUTypes.PluginResourceEvent,
|
|
257
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_AramIntroModalEnabled": LCUTypes.PluginResourceEvent,
|
|
281
258
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_AwardsTabEnabled": LCUTypes.PluginResourceEvent,
|
|
282
259
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_BracketSpectateEnabled": LCUTypes.PluginResourceEvent,
|
|
283
260
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_CapacityIndicatorEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -290,7 +267,6 @@ export interface LCUWebSocketEvents {
|
|
|
290
267
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_HonorLevelRequired": LCUTypes.PluginResourceEvent,
|
|
291
268
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_IconConfig": LCUTypes.PluginResourceEvent,
|
|
292
269
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_InviteModalTiersEnabled": LCUTypes.PluginResourceEvent,
|
|
293
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_IsPlaymodeRestrictionEnabled": LCUTypes.PluginResourceEvent,
|
|
294
270
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_IsRewardsModalEnabled": LCUTypes.PluginResourceEvent,
|
|
295
271
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_LftEnabled": LCUTypes.PluginResourceEvent,
|
|
296
272
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_LoginModalEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -300,7 +276,6 @@ export interface LCUWebSocketEvents {
|
|
|
300
276
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_ThirdPartyInvitesEnabled": LCUTypes.PluginResourceEvent,
|
|
301
277
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_TutorialEnabled": LCUTypes.PluginResourceEvent,
|
|
302
278
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_Visibility": LCUTypes.PluginResourceEvent,
|
|
303
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_Worlds2020LootModalEnabled": LCUTypes.PluginResourceEvent,
|
|
304
279
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Clash_AramIntroModalEnabled": LCUTypes.PluginResourceEvent,
|
|
305
280
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates": LCUTypes.PluginResourceEvent,
|
|
306
281
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_MaxNumPlayersForPracticeToolGame": LCUTypes.PluginResourceEvent,
|
|
@@ -315,7 +290,6 @@ export interface LCUWebSocketEvents {
|
|
|
315
290
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_freeToPlayChampionForNewPlayersIdList": LCUTypes.PluginResourceEvent,
|
|
316
291
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_freeToPlayChampionIdList": LCUTypes.PluginResourceEvent,
|
|
317
292
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_freeToPlayChampionsForNewPlayersMaxLevel": LCUTypes.PluginResourceEvent,
|
|
318
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_gameMapEnabledDTOList": LCUTypes.PluginResourceEvent,
|
|
319
293
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_gameModeToInactiveSpellIds": LCUTypes.PluginResourceEvent,
|
|
320
294
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_inactiveAramSpellIdList": LCUTypes.PluginResourceEvent,
|
|
321
295
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_inactiveChampionIdList": LCUTypes.PluginResourceEvent,
|
|
@@ -350,13 +324,7 @@ export interface LCUWebSocketEvents {
|
|
|
350
324
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_tribunalEnabled": LCUTypes.PluginResourceEvent,
|
|
351
325
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_unobtainableChampionSkinIDList": LCUTypes.PluginResourceEvent,
|
|
352
326
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Clubs": LCUTypes.PluginResourceEvent,
|
|
353
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Clubs_ClubPresenceDecryptionKey": LCUTypes.PluginResourceEvent,
|
|
354
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Clubs_ClubServiceUrl": LCUTypes.PluginResourceEvent,
|
|
355
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Clubs_ClubsActiveIcon": LCUTypes.PluginResourceEvent,
|
|
356
327
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Clubs_ClubsEnabled": LCUTypes.PluginResourceEvent,
|
|
357
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Clubs_ClubsLCUEnabled": LCUTypes.PluginResourceEvent,
|
|
358
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Clubs_ClubsMemberIcon": LCUTypes.PluginResourceEvent,
|
|
359
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Clubs_InviteToClubLobbyEnabled": LCUTypes.PluginResourceEvent,
|
|
360
328
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Companions": LCUTypes.PluginResourceEvent,
|
|
361
329
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Companions_SelectorInChampSelectEnabled": LCUTypes.PluginResourceEvent,
|
|
362
330
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ContextualEducation": LCUTypes.PluginResourceEvent,
|
|
@@ -368,143 +336,16 @@ export interface LCUWebSocketEvents {
|
|
|
368
336
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_CustomGame": LCUTypes.PluginResourceEvent,
|
|
369
337
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_CustomGame_BotsAvailableInAram": LCUTypes.PluginResourceEvent,
|
|
370
338
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_CustomGame_MinorRestrictionsEnabled": LCUTypes.PluginResourceEvent,
|
|
371
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampion": LCUTypes.PluginResourceEvent,
|
|
372
339
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampionSkins": LCUTypes.PluginResourceEvent,
|
|
373
340
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampionSkins_DisabledChampionSkins": LCUTypes.PluginResourceEvent,
|
|
374
341
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampionSkins_DisabledChromas": LCUTypes.PluginResourceEvent,
|
|
375
342
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions": LCUTypes.PluginResourceEvent,
|
|
376
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ARAM": LCUTypes.PluginResourceEvent,
|
|
377
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ARAM_BOT": LCUTypes.PluginResourceEvent,
|
|
378
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ARAM_CLASH": LCUTypes.PluginResourceEvent,
|
|
379
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ARAM_UNRANKED_5x5": LCUTypes.PluginResourceEvent,
|
|
380
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ARSR": LCUTypes.PluginResourceEvent,
|
|
381
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ASCENSION": LCUTypes.PluginResourceEvent,
|
|
382
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_BILGEWATER": LCUTypes.PluginResourceEvent,
|
|
383
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_BOT": LCUTypes.PluginResourceEvent,
|
|
384
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_BOT_3x3": LCUTypes.PluginResourceEvent,
|
|
385
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_BRAWL": LCUTypes.PluginResourceEvent,
|
|
386
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_CHERRY": LCUTypes.PluginResourceEvent,
|
|
387
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_CHERRY_UNRANKED": LCUTypes.PluginResourceEvent,
|
|
388
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_CHONCC_TREASURE_TFT": LCUTypes.PluginResourceEvent,
|
|
389
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_CLASH": LCUTypes.PluginResourceEvent,
|
|
390
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_CLASSIC": LCUTypes.PluginResourceEvent,
|
|
391
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_COUNTER_PICK": LCUTypes.PluginResourceEvent,
|
|
392
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_FIRSTBLOOD": LCUTypes.PluginResourceEvent,
|
|
393
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_FIRSTBLOOD_1x1": LCUTypes.PluginResourceEvent,
|
|
394
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_FIRSTBLOOD_2x2": LCUTypes.PluginResourceEvent,
|
|
395
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_FIVE_YEAR_ANNIVERSARY_TFT": LCUTypes.PluginResourceEvent,
|
|
396
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_GAMEMODEX": LCUTypes.PluginResourceEvent,
|
|
397
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_HEXAKILL": LCUTypes.PluginResourceEvent,
|
|
398
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_KINGPORO": LCUTypes.PluginResourceEvent,
|
|
399
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_KINGPORO-5X5": LCUTypes.PluginResourceEvent,
|
|
400
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_KING_PORO": LCUTypes.PluginResourceEvent,
|
|
401
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_KIWI": LCUTypes.PluginResourceEvent,
|
|
402
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_LNY23_TFT": LCUTypes.PluginResourceEvent,
|
|
403
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_LNY24_TFT": LCUTypes.PluginResourceEvent,
|
|
404
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_LNY25_TFT": LCUTypes.PluginResourceEvent,
|
|
405
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_NEXUSBLITZ": LCUTypes.PluginResourceEvent,
|
|
406
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_NIGHTMARE_BOT": LCUTypes.PluginResourceEvent,
|
|
407
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_NORMAL": LCUTypes.PluginResourceEvent,
|
|
408
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_NORMAL_3x3": LCUTypes.PluginResourceEvent,
|
|
409
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_NORMAL_TFT": LCUTypes.PluginResourceEvent,
|
|
410
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODIN": LCUTypes.PluginResourceEvent,
|
|
411
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODINBOT": LCUTypes.PluginResourceEvent,
|
|
412
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODINBOT-5x5": LCUTypes.PluginResourceEvent,
|
|
413
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODINBOT_5x5": LCUTypes.PluginResourceEvent,
|
|
414
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODIN_UNRANKED": LCUTypes.PluginResourceEvent,
|
|
415
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODYSSEY": LCUTypes.PluginResourceEvent,
|
|
416
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ONEFORALL": LCUTypes.PluginResourceEvent,
|
|
417
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ONEFORALL_5x5": LCUTypes.PluginResourceEvent,
|
|
418
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_PRACTICETOOL": LCUTypes.PluginResourceEvent,
|
|
419
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_PROMETHIUM_TFT": LCUTypes.PluginResourceEvent,
|
|
420
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_PVE_PUZZLE_TFT": LCUTypes.PluginResourceEvent,
|
|
421
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_FLEX_SR": LCUTypes.PluginResourceEvent,
|
|
422
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_FLEX_TT": LCUTypes.PluginResourceEvent,
|
|
423
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_PREMADE_3x3": LCUTypes.PluginResourceEvent,
|
|
424
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_PREMADE_5x5": LCUTypes.PluginResourceEvent,
|
|
425
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_SOLO_5x5": LCUTypes.PluginResourceEvent,
|
|
426
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_TEAM_3x3": LCUTypes.PluginResourceEvent,
|
|
427
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_TEAM_5x5": LCUTypes.PluginResourceEvent,
|
|
428
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_TFT": LCUTypes.PluginResourceEvent,
|
|
429
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_TFT_DOUBLE_UP": LCUTypes.PluginResourceEvent,
|
|
430
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_TFT_PAIRS": LCUTypes.PluginResourceEvent,
|
|
431
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_TFT_TURBO": LCUTypes.PluginResourceEvent,
|
|
432
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RIOTSCRIPT_BOT": LCUTypes.PluginResourceEvent,
|
|
433
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RUBY": LCUTypes.PluginResourceEvent,
|
|
434
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RUBY_TRIAL_1": LCUTypes.PluginResourceEvent,
|
|
435
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RUBY_TRIAL_2": LCUTypes.PluginResourceEvent,
|
|
436
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RUBY_TRIAL_3": LCUTypes.PluginResourceEvent,
|
|
437
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_SET_REVIVAL_5_5_TFT": LCUTypes.PluginResourceEvent,
|
|
438
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_SET_REVIVAL_TFT": LCUTypes.PluginResourceEvent,
|
|
439
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_SF_TFT": LCUTypes.PluginResourceEvent,
|
|
440
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_SIEGE": LCUTypes.PluginResourceEvent,
|
|
441
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_SNOWURF": LCUTypes.PluginResourceEvent,
|
|
442
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_SR_6x6": LCUTypes.PluginResourceEvent,
|
|
443
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_STRAWBERRY": LCUTypes.PluginResourceEvent,
|
|
444
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_SWIFTPLAY": LCUTypes.PluginResourceEvent,
|
|
445
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_TFT": LCUTypes.PluginResourceEvent,
|
|
446
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_TUTORIAL": LCUTypes.PluginResourceEvent,
|
|
447
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_TUTORIAL_MODULE_1": LCUTypes.PluginResourceEvent,
|
|
448
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_TUTORIAL_MODULE_2": LCUTypes.PluginResourceEvent,
|
|
449
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_TUTORIAL_MODULE_3": LCUTypes.PluginResourceEvent,
|
|
450
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_TUTORIAL_TFT": LCUTypes.PluginResourceEvent,
|
|
451
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ULTBOOK": LCUTypes.PluginResourceEvent,
|
|
452
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_URF": LCUTypes.PluginResourceEvent,
|
|
453
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_URF_BOT": LCUTypes.PluginResourceEvent,
|
|
454
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_URF_CLASH": LCUTypes.PluginResourceEvent,
|
|
455
343
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DiscordRP_IsEnabled": LCUTypes.PluginResourceEvent,
|
|
456
344
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DockedPrompt": LCUTypes.PluginResourceEvent,
|
|
457
345
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DockedPrompt_EnabledNewDockedPromptRenderer": LCUTypes.PluginResourceEvent,
|
|
458
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Esports": LCUTypes.PluginResourceEvent,
|
|
459
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_CS_CZ_Enabled": LCUTypes.PluginResourceEvent,
|
|
460
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_DE_DE_Enabled": LCUTypes.PluginResourceEvent,
|
|
461
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EL_GR_Enabled": LCUTypes.PluginResourceEvent,
|
|
462
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EN_AU_Enabled": LCUTypes.PluginResourceEvent,
|
|
463
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EN_GB_Enabled": LCUTypes.PluginResourceEvent,
|
|
464
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EN_PH_Enabled": LCUTypes.PluginResourceEvent,
|
|
465
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EN_PL_Enabled": LCUTypes.PluginResourceEvent,
|
|
466
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EN_SG_Enabled": LCUTypes.PluginResourceEvent,
|
|
467
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EN_US_Enabled": LCUTypes.PluginResourceEvent,
|
|
468
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_ES_AR_Enabled": LCUTypes.PluginResourceEvent,
|
|
469
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_ES_ES_Enabled": LCUTypes.PluginResourceEvent,
|
|
470
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_ES_MX_Enabled": LCUTypes.PluginResourceEvent,
|
|
471
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EsportsHubDataURL": LCUTypes.PluginResourceEvent,
|
|
472
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EsportsHubInitialized": LCUTypes.PluginResourceEvent,
|
|
473
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EsportsHubLongPollMinutes": LCUTypes.PluginResourceEvent,
|
|
474
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EsportsHubShortPollMinutes": LCUTypes.PluginResourceEvent,
|
|
475
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_FR_FR_Enabled": LCUTypes.PluginResourceEvent,
|
|
476
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_HU_HU_Enabled": LCUTypes.PluginResourceEvent,
|
|
477
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_ID_ID_Enabled": LCUTypes.PluginResourceEvent,
|
|
478
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_IT_IT_Enabled": LCUTypes.PluginResourceEvent,
|
|
479
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_JA_JP_Enabled": LCUTypes.PluginResourceEvent,
|
|
480
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_KO_KR_Enabled": LCUTypes.PluginResourceEvent,
|
|
481
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_KillHub": LCUTypes.PluginResourceEvent,
|
|
482
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_Landing_Embed_URL": LCUTypes.PluginResourceEvent,
|
|
483
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_MS_MY_Enabled": LCUTypes.PluginResourceEvent,
|
|
484
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_PL_PL_Enabled": LCUTypes.PluginResourceEvent,
|
|
485
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_PT_BR_Enabled": LCUTypes.PluginResourceEvent,
|
|
486
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_RO_RO_Enabled": LCUTypes.PluginResourceEvent,
|
|
487
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_RU_RU_Enabled": LCUTypes.PluginResourceEvent,
|
|
488
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_Staging": LCUTypes.PluginResourceEvent,
|
|
489
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_TH_TH_Enabled": LCUTypes.PluginResourceEvent,
|
|
490
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_TR_TR_Enabled": LCUTypes.PluginResourceEvent,
|
|
491
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_VN_VN_Enabled": LCUTypes.PluginResourceEvent,
|
|
492
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_ZH_CN_Enabled": LCUTypes.PluginResourceEvent,
|
|
493
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_ZH_MY_Enabled": LCUTypes.PluginResourceEvent,
|
|
494
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_ZH_TW_Enabled": LCUTypes.PluginResourceEvent,
|
|
495
346
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Emotes": LCUTypes.PluginResourceEvent,
|
|
496
347
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Emotes_IsEmotePanelEnabled": LCUTypes.PluginResourceEvent,
|
|
497
|
-
"OnJsonApiEvent_lol-platform-
|
|
498
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings": LCUTypes.PluginResourceEvent,
|
|
499
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_GiftRecipientLevelMin": LCUTypes.PluginResourceEvent,
|
|
500
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_GiftSenderLevelMin": LCUTypes.PluginResourceEvent,
|
|
501
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_GiftSenderRPMax": LCUTypes.PluginResourceEvent,
|
|
502
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_RecipientGiftDailyMax": LCUTypes.PluginResourceEvent,
|
|
503
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_SenderGiftDailyMax": LCUTypes.PluginResourceEvent,
|
|
504
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGifting": LCUTypes.PluginResourceEvent,
|
|
505
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGifting_Enabled": LCUTypes.PluginResourceEvent,
|
|
506
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EoGReporting": LCUTypes.PluginResourceEvent,
|
|
507
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EoGReporting_GameAgnosticReportingTrinary": LCUTypes.PluginResourceEvent,
|
|
348
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Esports": LCUTypes.PluginResourceEvent,
|
|
508
349
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Esports_NotificationsAssetMagickURL": LCUTypes.PluginResourceEvent,
|
|
509
350
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Esports_NotificationsEnabled": LCUTypes.PluginResourceEvent,
|
|
510
351
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Esports_NotificationsServiceEndpoint": LCUTypes.PluginResourceEvent,
|
|
@@ -520,34 +361,17 @@ export interface LCUWebSocketEvents {
|
|
|
520
361
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_GoldenSpatulaClubDisabled": LCUTypes.PluginResourceEvent,
|
|
521
362
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_MaxNotificationSaveDelayMinutes": LCUTypes.PluginResourceEvent,
|
|
522
363
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_NotificationsEnabled": LCUTypes.PluginResourceEvent,
|
|
523
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_QueueToggleNotificationMinutesThreshold": LCUTypes.PluginResourceEvent,
|
|
524
364
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_QueuesDelayedRefreshMaxTimeout": LCUTypes.PluginResourceEvent,
|
|
525
365
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_QueuesDelayedRefreshMinTimeout": LCUTypes.PluginResourceEvent,
|
|
526
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations": LCUTypes.PluginResourceEvent,
|
|
527
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameClientCmdLineToggles": LCUTypes.PluginResourceEvent,
|
|
528
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameClientCmdLineToggles_UseDX11": LCUTypes.PluginResourceEvent,
|
|
529
366
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameInvites": LCUTypes.PluginResourceEvent,
|
|
530
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameInvites_GameInviteServiceEnabled": LCUTypes.PluginResourceEvent,
|
|
531
367
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameInvites_InviteBulkMaxSize": LCUTypes.PluginResourceEvent,
|
|
532
368
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameInvites_LobbyCreationEnabled": LCUTypes.PluginResourceEvent,
|
|
533
369
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameInvites_ServiceEnabled": LCUTypes.PluginResourceEvent,
|
|
534
370
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameTimerSync": LCUTypes.PluginResourceEvent,
|
|
535
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameTimerSync_Enabled": LCUTypes.PluginResourceEvent,
|
|
536
371
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameTimerSync_PercentOfTotalTimerToSyncAt": LCUTypes.PluginResourceEvent,
|
|
537
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Gameflow": LCUTypes.PluginResourceEvent,
|
|
538
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Gameflow_ForceGameLocaleAsEnglish": LCUTypes.PluginResourceEvent,
|
|
539
372
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Gameflow_ShouldSendRiotClientHeartBeat": LCUTypes.PluginResourceEvent,
|
|
540
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GeoInfo": LCUTypes.PluginResourceEvent,
|
|
541
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GuestSlots": LCUTypes.PluginResourceEvent,
|
|
542
373
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Highlights": LCUTypes.PluginResourceEvent,
|
|
543
374
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Highlights_Enabled": LCUTypes.PluginResourceEvent,
|
|
544
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor": LCUTypes.PluginResourceEvent,
|
|
545
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor_DayOneModalEnabled": LCUTypes.PluginResourceEvent,
|
|
546
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor_Enabled": LCUTypes.PluginResourceEvent,
|
|
547
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor_Honor2018Enabled": LCUTypes.PluginResourceEvent,
|
|
548
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor_SecondsToVote": LCUTypes.PluginResourceEvent,
|
|
549
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_IconConfig": LCUTypes.PluginResourceEvent,
|
|
550
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_IconConfig_EnabledState": LCUTypes.PluginResourceEvent,
|
|
551
375
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Inventory": LCUTypes.PluginResourceEvent,
|
|
552
376
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Inventory_BaseServiceUrl": LCUTypes.PluginResourceEvent,
|
|
553
377
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Inventory_Enabled": LCUTypes.PluginResourceEvent,
|
|
@@ -556,43 +380,18 @@ export interface LCUWebSocketEvents {
|
|
|
556
380
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ItemSets_MaxItemSets": LCUTypes.PluginResourceEvent,
|
|
557
381
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ItemSets_RestrictedPageNamesEnabled": LCUTypes.PluginResourceEvent,
|
|
558
382
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ItemSets_SendItemSetsToGame": LCUTypes.PluginResourceEvent,
|
|
559
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Karma": LCUTypes.PluginResourceEvent,
|
|
560
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Karma_Worlds2017VotingEnabled": LCUTypes.PluginResourceEvent,
|
|
561
383
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Kickout": LCUTypes.PluginResourceEvent,
|
|
562
384
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Kickout_Enabled": LCUTypes.PluginResourceEvent,
|
|
563
385
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Kickout_SecurityCheckEnabled": LCUTypes.PluginResourceEvent,
|
|
564
386
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Kickout_SecurityCheckUrl": LCUTypes.PluginResourceEvent,
|
|
565
387
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_KrPlaytimeReminder": LCUTypes.PluginResourceEvent,
|
|
566
388
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_KrPlaytimeReminder_Enabled": LCUTypes.PluginResourceEvent,
|
|
567
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCU": LCUTypes.PluginResourceEvent,
|
|
568
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUACS": LCUTypes.PluginResourceEvent,
|
|
569
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUACS_Endpoint": LCUTypes.PluginResourceEvent,
|
|
570
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUACS_UseIdTokens": LCUTypes.PluginResourceEvent,
|
|
571
389
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections": LCUTypes.PluginResourceEvent,
|
|
572
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_Enabled": LCUTypes.PluginResourceEvent,
|
|
573
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUAugmentsVisible": LCUTypes.PluginResourceEvent,
|
|
574
390
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUCollectiblesChromasEnabled": LCUTypes.PluginResourceEvent,
|
|
575
391
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUCollectiblesFinishersEnabled": LCUTypes.PluginResourceEvent,
|
|
576
392
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUEmotesEnabled": LCUTypes.PluginResourceEvent,
|
|
577
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUMasteriesVisible": LCUTypes.PluginResourceEvent,
|
|
578
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUPerksVisible": LCUTypes.PluginResourceEvent,
|
|
579
393
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCURunesVisible": LCUTypes.PluginResourceEvent,
|
|
580
394
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUSkinsViewerEnabled": LCUTypes.PluginResourceEvent,
|
|
581
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore": LCUTypes.PluginResourceEvent,
|
|
582
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_CanQueryInactiveItems": LCUTypes.PluginResourceEvent,
|
|
583
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_DisableCapRMS": LCUTypes.PluginResourceEvent,
|
|
584
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_EnableDropRatesInPurchaseModal": LCUTypes.PluginResourceEvent,
|
|
585
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_EnableFetchOffers": LCUTypes.PluginResourceEvent,
|
|
586
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_Enabled": LCUTypes.PluginResourceEvent,
|
|
587
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_LookupMissingCatalogItemKeys": LCUTypes.PluginResourceEvent,
|
|
588
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_PlayerGiftingNotificationsEnabled": LCUTypes.PluginResourceEvent,
|
|
589
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_RecommendationsEnabled": LCUTypes.PluginResourceEvent,
|
|
590
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_SinglePageApplicationEnabled": LCUTypes.PluginResourceEvent,
|
|
591
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_UseGameDataAssets": LCUTypes.PluginResourceEvent,
|
|
592
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_UseRMS": LCUTypes.PluginResourceEvent,
|
|
593
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_UseRsoAccessToken": LCUTypes.PluginResourceEvent,
|
|
594
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCU_AirClientAlphaInviteEnabled": LCUTypes.PluginResourceEvent,
|
|
595
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCU_AirClientAlphaInviteURL": LCUTypes.PluginResourceEvent,
|
|
596
395
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAlphaShutdown": LCUTypes.PluginResourceEvent,
|
|
597
396
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAlphaShutdown_Countdown": LCUTypes.PluginResourceEvent,
|
|
598
397
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAlphaShutdown_Enabled": LCUTypes.PluginResourceEvent,
|
|
@@ -604,11 +403,7 @@ export interface LCUWebSocketEvents {
|
|
|
604
403
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionDetails_PawEnabled": LCUTypes.PluginResourceEvent,
|
|
605
404
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionDetails_SkinsSectionEnabled": LCUTypes.PluginResourceEvent,
|
|
606
405
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect": LCUTypes.PluginResourceEvent,
|
|
607
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_AlliedSkinDisplayEnabled": LCUTypes.PluginResourceEvent,
|
|
608
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ChampSelectChangeTooltipDurationMillis": LCUTypes.PluginResourceEvent,
|
|
609
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ChampSelectChangeTooltipKey": LCUTypes.PluginResourceEvent,
|
|
610
406
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ChampSelectMutingEnabled": LCUTypes.PluginResourceEvent,
|
|
611
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ChampSelectReportV2Enabled": LCUTypes.PluginResourceEvent,
|
|
612
407
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ChampTradingTooltipEnabled": LCUTypes.PluginResourceEvent,
|
|
613
408
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_DisableAutoSmiteAssignment": LCUTypes.PluginResourceEvent,
|
|
614
409
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_DraftActionTickSoundThreshold": LCUTypes.PluginResourceEvent,
|
|
@@ -617,23 +412,17 @@ export interface LCUWebSocketEvents {
|
|
|
617
412
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_IsDisconnectNotificationEnabled": LCUTypes.PluginResourceEvent,
|
|
618
413
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_MinPickIntentDuration": LCUTypes.PluginResourceEvent,
|
|
619
414
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_PickOrderSwappingTooltipEnabled": LCUTypes.PluginResourceEvent,
|
|
620
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_PositionAssignmentAnimationEnabled": LCUTypes.PluginResourceEvent,
|
|
621
415
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_PotatoModeForced": LCUTypes.PluginResourceEvent,
|
|
622
416
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_RandomChampionEnabledGameQueues": LCUTypes.PluginResourceEvent,
|
|
623
417
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_RandomChampionRateLimitInterval": LCUTypes.PluginResourceEvent,
|
|
624
418
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_RandomChampionRateLimitMaxActions": LCUTypes.PluginResourceEvent,
|
|
625
419
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ReportingEnabled": LCUTypes.PluginResourceEvent,
|
|
626
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ShowChampSelectChangeTooltip": LCUTypes.PluginResourceEvent,
|
|
627
420
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ShowEmoteButton": LCUTypes.PluginResourceEvent,
|
|
628
421
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_SkinPurchaseEnabled": LCUTypes.PluginResourceEvent,
|
|
629
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_SkinPurchaseNotificationEnabled": LCUTypes.PluginResourceEvent,
|
|
630
422
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_SkinPurchaseTime": LCUTypes.PluginResourceEvent,
|
|
631
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting": LCUTypes.PluginResourceEvent,
|
|
632
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuDisambiguation": LCUTypes.PluginResourceEvent,
|
|
633
423
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification": LCUTypes.PluginResourceEvent,
|
|
634
424
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_Enabled": LCUTypes.PluginResourceEvent,
|
|
635
425
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_IsOptional": LCUTypes.PluginResourceEvent,
|
|
636
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_MandatoryAt": LCUTypes.PluginResourceEvent,
|
|
637
426
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_MaxOptionalLevel": LCUTypes.PluginResourceEvent,
|
|
638
427
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_MinimumSummonerLevel": LCUTypes.PluginResourceEvent,
|
|
639
428
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_RequiredLogins": LCUTypes.PluginResourceEvent,
|
|
@@ -645,29 +434,16 @@ export interface LCUWebSocketEvents {
|
|
|
645
434
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuGameSettings_InterfaceEnabled": LCUTypes.PluginResourceEvent,
|
|
646
435
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuGameSettings_SoundEnabled": LCUTypes.PluginResourceEvent,
|
|
647
436
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHome": LCUTypes.PluginResourceEvent,
|
|
648
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHome_LandingPagesTimeout": LCUTypes.PluginResourceEvent,
|
|
649
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHome_ReloadEnabled": LCUTypes.PluginResourceEvent,
|
|
650
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHome_ReloadPollerInterval": LCUTypes.PluginResourceEvent,
|
|
651
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHome_ReloadStaleInterval": LCUTypes.PluginResourceEvent,
|
|
652
437
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHome_RequireItemLoaded": LCUTypes.PluginResourceEvent,
|
|
653
438
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHovercard": LCUTypes.PluginResourceEvent,
|
|
654
439
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHovercard_Disabled": LCUTypes.PluginResourceEvent,
|
|
655
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHovercard_RoleInfoEnabled": LCUTypes.PluginResourceEvent,
|
|
656
440
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLeagueSpectate": LCUTypes.PluginResourceEvent,
|
|
657
441
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLeagueSpectate_Enabled": LCUTypes.PluginResourceEvent,
|
|
658
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLevelUp": LCUTypes.PluginResourceEvent,
|
|
659
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLevelUp_ModalNotificationDisabled": LCUTypes.PluginResourceEvent,
|
|
660
442
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby": LCUTypes.PluginResourceEvent,
|
|
661
443
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_AutoGrantInviteEnabled": LCUTypes.PluginResourceEvent,
|
|
662
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_GameInvitesEnabled": LCUTypes.PluginResourceEvent,
|
|
663
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_ObserverModeEnabled": LCUTypes.PluginResourceEvent,
|
|
664
444
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_PotatoModeForced": LCUTypes.PluginResourceEvent,
|
|
665
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_PracticeGameEnabled": LCUTypes.PluginResourceEvent,
|
|
666
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_PracticeGameListEnabled": LCUTypes.PluginResourceEvent,
|
|
667
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_QueueEligibilityGateKeeperEnabled": LCUTypes.PluginResourceEvent,
|
|
668
445
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_QueueEligibilityV2Enabled": LCUTypes.PluginResourceEvent,
|
|
669
446
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_SendInventoryTokenMetricsEnabled": LCUTypes.PluginResourceEvent,
|
|
670
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_UseInventoryToken": LCUTypes.PluginResourceEvent,
|
|
671
447
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLoyalty": LCUTypes.PluginResourceEvent,
|
|
672
448
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLoyalty_LeagueUnlockedEnabled": LCUTypes.PluginResourceEvent,
|
|
673
449
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLoyalty_LolcafeEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -675,8 +451,6 @@ export interface LCUWebSocketEvents {
|
|
|
675
451
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuNpe_HardMaxSummonerLevel": LCUTypes.PluginResourceEvent,
|
|
676
452
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuNpe_MaxSummonerLevel": LCUTypes.PluginResourceEvent,
|
|
677
453
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuNpe_RewardsChallengesEnabled": LCUTypes.PluginResourceEvent,
|
|
678
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuNpe_RewardsEnabled": LCUTypes.PluginResourceEvent,
|
|
679
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuNpe_RewardsLoginEnabled": LCUTypes.PluginResourceEvent,
|
|
680
454
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments": LCUTypes.PluginResourceEvent,
|
|
681
455
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments_BypassAccountIds": LCUTypes.PluginResourceEvent,
|
|
682
456
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments_Host": LCUTypes.PluginResourceEvent,
|
|
@@ -692,17 +466,7 @@ export interface LCUWebSocketEvents {
|
|
|
692
466
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPurchaseWidget_CapOrdersUrl": LCUTypes.PluginResourceEvent,
|
|
693
467
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPurchaseWidget_Enabled": LCUTypes.PluginResourceEvent,
|
|
694
468
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPurchaseWidget_NonRefundableDisclaimerEnabled": LCUTypes.PluginResourceEvent,
|
|
695
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPurchaseWidget_PurchaseDisclaimerEnabled": LCUTypes.PluginResourceEvent,
|
|
696
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuReadyCheckUpdate": LCUTypes.PluginResourceEvent,
|
|
697
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuReadyCheckUpdate_Enabled": LCUTypes.PluginResourceEvent,
|
|
698
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuRevivals": LCUTypes.PluginResourceEvent,
|
|
699
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuRevivals_FoundationEnabled": LCUTypes.PluginResourceEvent,
|
|
700
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSentryJSErrors": LCUTypes.PluginResourceEvent,
|
|
701
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSentryJSErrors_Enabled": LCUTypes.PluginResourceEvent,
|
|
702
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSentryJSErrors_SampleRate": LCUTypes.PluginResourceEvent,
|
|
703
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSentryJSErrors_SentryDSN": LCUTypes.PluginResourceEvent,
|
|
704
469
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSettings": LCUTypes.PluginResourceEvent,
|
|
705
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSettings_FullRepairEnabled": LCUTypes.PluginResourceEvent,
|
|
706
470
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial": LCUTypes.PluginResourceEvent,
|
|
707
471
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_AutoLinkEnabled": LCUTypes.PluginResourceEvent,
|
|
708
472
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_ChatWindowResizeEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -712,7 +476,6 @@ export interface LCUWebSocketEvents {
|
|
|
712
476
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_ForceChatFilter": LCUTypes.PluginResourceEvent,
|
|
713
477
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_FriendRequestToastsDisabled": LCUTypes.PluginResourceEvent,
|
|
714
478
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_FriendsListGiftingEnabled": LCUTypes.PluginResourceEvent,
|
|
715
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_LcuSupportedGameQueues": LCUTypes.PluginResourceEvent,
|
|
716
479
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_MoreUnreadsEnabled": LCUTypes.PluginResourceEvent,
|
|
717
480
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_NewChatButtonEnabled": LCUTypes.PluginResourceEvent,
|
|
718
481
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_RecentlyPlayedDisabled": LCUTypes.PluginResourceEvent,
|
|
@@ -724,51 +487,28 @@ export interface LCUWebSocketEvents {
|
|
|
724
487
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSummonerIconPicker": LCUTypes.PluginResourceEvent,
|
|
725
488
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSummonerIconPicker_Enabled": LCUTypes.PluginResourceEvent,
|
|
726
489
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft": LCUTypes.PluginResourceEvent,
|
|
727
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_BattlepassHubEnabled": LCUTypes.PluginResourceEvent,
|
|
728
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_EligibilityInventoryTypes": LCUTypes.PluginResourceEvent,
|
|
729
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_HubEnabled": LCUTypes.PluginResourceEvent,
|
|
730
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_MatchHistoryEnabled": LCUTypes.PluginResourceEvent,
|
|
731
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_OrbEnabled": LCUTypes.PluginResourceEvent,
|
|
732
490
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_PatchNotesUrl": LCUTypes.PluginResourceEvent,
|
|
733
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_PlayButtonEnabled": LCUTypes.PluginResourceEvent,
|
|
734
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_SeriesInternalName": LCUTypes.PluginResourceEvent,
|
|
735
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_TftHomeEnabled": LCUTypes.PluginResourceEvent,
|
|
736
491
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial": LCUTypes.PluginResourceEvent,
|
|
737
492
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_CarouselChampIds": LCUTypes.PluginResourceEvent,
|
|
738
493
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_Enabled": LCUTypes.PluginResourceEvent,
|
|
739
494
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_GameModeSelectEnabled": LCUTypes.PluginResourceEvent,
|
|
740
495
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_IntroABTestPercentage": LCUTypes.PluginResourceEvent,
|
|
741
496
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_NewPlayerExperienceEnabled": LCUTypes.PluginResourceEvent,
|
|
742
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_PracticeToolEnabled": LCUTypes.PluginResourceEvent,
|
|
743
497
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_SkipTutorialPathAfterLevel": LCUTypes.PluginResourceEvent,
|
|
744
498
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_StatsTimeout": LCUTypes.PluginResourceEvent,
|
|
745
499
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_TutorialSummonerIcon": LCUTypes.PluginResourceEvent,
|
|
746
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuUiKit": LCUTypes.PluginResourceEvent,
|
|
747
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuUiKit_CelebrationModalsDisabled": LCUTypes.PluginResourceEvent,
|
|
748
500
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig": LCUTypes.PluginResourceEvent,
|
|
749
501
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_ApexDemotionNotificationEnabled": LCUTypes.PluginResourceEvent,
|
|
750
502
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_ChallengerLaddersEnabled": LCUTypes.PluginResourceEvent,
|
|
751
503
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_ConfigRefreshIntervalSeconds": LCUTypes.PluginResourceEvent,
|
|
752
504
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_DefaultJwtTimeToLiveSeconds": LCUTypes.PluginResourceEvent,
|
|
753
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationSettingsName": LCUTypes.PluginResourceEvent,
|
|
754
505
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationSettingsSchemaVer": LCUTypes.PluginResourceEvent,
|
|
755
506
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationsConfig": LCUTypes.PluginResourceEvent,
|
|
756
507
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationsEnabled": LCUTypes.PluginResourceEvent,
|
|
757
508
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_FlexRestrictionModalEnabled": LCUTypes.PluginResourceEvent,
|
|
758
509
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_IsGlobalNotificationsEnabled": LCUTypes.PluginResourceEvent,
|
|
759
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_IsSplitStartModalEnabled": LCUTypes.PluginResourceEvent,
|
|
760
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_JWTEnabled": LCUTypes.PluginResourceEvent,
|
|
761
510
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_LeagueServiceEnabled": LCUTypes.PluginResourceEvent,
|
|
762
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_MasterTierEnabled": LCUTypes.PluginResourceEvent,
|
|
763
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_PromoHelperEnabled": LCUTypes.PluginResourceEvent,
|
|
764
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_PromotionVignetteV2Enabled": LCUTypes.PluginResourceEvent,
|
|
765
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_Ranked2017Enabled": LCUTypes.PluginResourceEvent,
|
|
766
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_Ranked2019Enabled": LCUTypes.PluginResourceEvent,
|
|
767
511
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_RankedReferenceModalEnabled": LCUTypes.PluginResourceEvent,
|
|
768
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_SeasonModalEnabled": LCUTypes.PluginResourceEvent,
|
|
769
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_SeasonName": LCUTypes.PluginResourceEvent,
|
|
770
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_SendSignedRankedOverview": LCUTypes.PluginResourceEvent,
|
|
771
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_TftSeasonNameLocKey": LCUTypes.PluginResourceEvent,
|
|
772
512
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClient": LCUTypes.PluginResourceEvent,
|
|
773
513
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices": LCUTypes.PluginResourceEvent,
|
|
774
514
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_GSMv2": LCUTypes.PluginResourceEvent,
|
|
@@ -777,15 +517,9 @@ export interface LCUWebSocketEvents {
|
|
|
777
517
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_MarketingPreferences": LCUTypes.PluginResourceEvent,
|
|
778
518
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_Missions": LCUTypes.PluginResourceEvent,
|
|
779
519
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_Parties": LCUTypes.PluginResourceEvent,
|
|
780
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_PlayerBehavior": LCUTypes.PluginResourceEvent,
|
|
781
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_PublishingContent": LCUTypes.PluginResourceEvent,
|
|
782
520
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_Summoner": LCUTypes.PluginResourceEvent,
|
|
783
521
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_Tastes": LCUTypes.PluginResourceEvent,
|
|
784
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_Teambuilder": LCUTypes.PluginResourceEvent,
|
|
785
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientLeagueSessionServicesEnabled": LCUTypes.PluginResourceEvent,
|
|
786
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientServiceTrafficBalanceRate": LCUTypes.PluginResourceEvent,
|
|
787
522
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClient_Enabled": LCUTypes.PluginResourceEvent,
|
|
788
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClient_LeagueSessionEnabled": LCUTypes.PluginResourceEvent,
|
|
789
523
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueSession_FailureRefreshTimeoutSeconds": LCUTypes.PluginResourceEvent,
|
|
790
524
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueSession_RefreshTokenOverride": LCUTypes.PluginResourceEvent,
|
|
791
525
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueSession_UseSessionRefreshV2": LCUTypes.PluginResourceEvent,
|
|
@@ -796,9 +530,6 @@ export interface LCUWebSocketEvents {
|
|
|
796
530
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_EnableStarShardsServices": LCUTypes.PluginResourceEvent,
|
|
797
531
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_EnableStarShardsUpgradeFlow": LCUTypes.PluginResourceEvent,
|
|
798
532
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_Enabled": LCUTypes.PluginResourceEvent,
|
|
799
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_InventoryServiceUrl": LCUTypes.PluginResourceEvent,
|
|
800
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_LoadoutsServiceUrl": LCUTypes.PluginResourceEvent,
|
|
801
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_NewLoadoutPickerEnabled": LCUTypes.PluginResourceEvent,
|
|
802
533
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_UseV4LoadoutFlow": LCUTypes.PluginResourceEvent,
|
|
803
534
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_ValidInventoryTypes": LCUTypes.PluginResourceEvent,
|
|
804
535
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket": LCUTypes.PluginResourceEvent,
|
|
@@ -824,39 +555,18 @@ export interface LCUWebSocketEvents {
|
|
|
824
555
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_platformGameLifecycle": LCUTypes.PluginResourceEvent,
|
|
825
556
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_platformId": LCUTypes.PluginResourceEvent,
|
|
826
557
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_playerStatSummaries": LCUTypes.PluginResourceEvent,
|
|
558
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_reconnectInfo": LCUTypes.PluginResourceEvent,
|
|
827
559
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_restrictedChatGamesRemaining": LCUTypes.PluginResourceEvent,
|
|
828
560
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_restrictedGamesRemainingForRanked": LCUTypes.PluginResourceEvent,
|
|
829
561
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_showEmailVerificationPopup": LCUTypes.PluginResourceEvent,
|
|
830
562
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_simpleMessages": LCUTypes.PluginResourceEvent,
|
|
831
563
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig": LCUTypes.PluginResourceEvent,
|
|
832
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestBundleDiscount1": LCUTypes.PluginResourceEvent,
|
|
833
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestBundleDiscount2": LCUTypes.PluginResourceEvent,
|
|
834
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestBundleDiscount3": LCUTypes.PluginResourceEvent,
|
|
835
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestBundleDiscount4": LCUTypes.PluginResourceEvent,
|
|
836
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestBundleDiscount5": LCUTypes.PluginResourceEvent,
|
|
837
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EnableMythicEssenceDisplay": LCUTypes.PluginResourceEvent,
|
|
838
564
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_Enabled": LCUTypes.PluginResourceEvent,
|
|
839
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EventChestBundleId1": LCUTypes.PluginResourceEvent,
|
|
840
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EventChestBundleId2": LCUTypes.PluginResourceEvent,
|
|
841
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EventChestBundleId3": LCUTypes.PluginResourceEvent,
|
|
842
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EventChestBundleId4": LCUTypes.PluginResourceEvent,
|
|
843
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EventChestBundleId5": LCUTypes.PluginResourceEvent,
|
|
844
565
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EventChestsEnabled": LCUTypes.PluginResourceEvent,
|
|
845
566
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_InitializationGoalFlags": LCUTypes.PluginResourceEvent,
|
|
846
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_LEdgeAccessEnabled": LCUTypes.PluginResourceEvent,
|
|
847
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_LEdgeAccessPercentage": LCUTypes.PluginResourceEvent,
|
|
848
567
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_LcuEnabled": LCUTypes.PluginResourceEvent,
|
|
849
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_LootMilestonesEnabled": LCUTypes.PluginResourceEvent,
|
|
850
568
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_LootOddsQueryEvaluationEnabled": LCUTypes.PluginResourceEvent,
|
|
851
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_MATERIAL_112LearnMoreURL": LCUTypes.PluginResourceEvent,
|
|
852
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_MinSummonerLevel": LCUTypes.PluginResourceEvent,
|
|
853
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_NewPlayerChestEnabled": LCUTypes.PluginResourceEvent,
|
|
854
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_NoRefundConfirmationEnabled": LCUTypes.PluginResourceEvent,
|
|
855
569
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_PurchaseChestsEnabled": LCUTypes.PluginResourceEvent,
|
|
856
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_Visible": LCUTypes.PluginResourceEvent,
|
|
857
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_WorldsTokensEnabled": LCUTypes.PluginResourceEvent,
|
|
858
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Masteries": LCUTypes.PluginResourceEvent,
|
|
859
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Masteries_ShowPointsResetMessage": LCUTypes.PluginResourceEvent,
|
|
860
570
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions": LCUTypes.PluginResourceEvent,
|
|
861
571
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions_EligibilityInventoryTypes": LCUTypes.PluginResourceEvent,
|
|
862
572
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions_MissionsCompressed": LCUTypes.PluginResourceEvent,
|
|
@@ -875,28 +585,19 @@ export interface LCUWebSocketEvents {
|
|
|
875
585
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Mutators_EnabledCustomModes": LCUTypes.PluginResourceEvent,
|
|
876
586
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Mutators_EnabledModes": LCUTypes.PluginResourceEvent,
|
|
877
587
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Mutators_EnabledMutators": LCUTypes.PluginResourceEvent,
|
|
878
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Navigation": LCUTypes.PluginResourceEvent,
|
|
879
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Navigation_NavBarDisplayMode": LCUTypes.PluginResourceEvent,
|
|
880
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Navigation_UseEnhancedMenu": LCUTypes.PluginResourceEvent,
|
|
881
588
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory": LCUTypes.PluginResourceEvent,
|
|
882
589
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_ACSEndpoint": LCUTypes.PluginResourceEvent,
|
|
883
590
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_Enabled": LCUTypes.PluginResourceEvent,
|
|
884
591
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_MatchHistoryWebURL": LCUTypes.PluginResourceEvent,
|
|
885
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_PostIPXPToLegSEnabled": LCUTypes.PluginResourceEvent,
|
|
886
592
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_SharingEnabled": LCUTypes.PluginResourceEvent,
|
|
887
593
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_TftMatchHistoryEnabled": LCUTypes.PluginResourceEvent,
|
|
888
594
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerIntro": LCUTypes.PluginResourceEvent,
|
|
889
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerIntro_IntroUrl": LCUTypes.PluginResourceEvent,
|
|
890
595
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerIntro_NewSummonerIconIds": LCUTypes.PluginResourceEvent,
|
|
891
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerRouter": LCUTypes.PluginResourceEvent,
|
|
892
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerRouter_ABDisablingOfTutorial": LCUTypes.PluginResourceEvent,
|
|
893
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerRouter_QueueID": LCUTypes.PluginResourceEvent,
|
|
894
596
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties": LCUTypes.PluginResourceEvent,
|
|
895
597
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_EnableLobbyCreation": LCUTypes.PluginResourceEvent,
|
|
896
598
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_Enabled": LCUTypes.PluginResourceEvent,
|
|
897
599
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_EnabledForTeamBuilderQueues": LCUTypes.PluginResourceEvent,
|
|
898
600
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_GameflowRegistrationStatusRequired": LCUTypes.PluginResourceEvent,
|
|
899
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_GameflowSamplingProbability": LCUTypes.PluginResourceEvent,
|
|
900
601
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_LoginRegistrationTimeout": LCUTypes.PluginResourceEvent,
|
|
901
602
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_NotificationDelaySamplingPercentage": LCUTypes.PluginResourceEvent,
|
|
902
603
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_OpenPartyEnable": LCUTypes.PluginResourceEvent,
|
|
@@ -920,19 +621,10 @@ export interface LCUWebSocketEvents {
|
|
|
920
621
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_Port": LCUTypes.PluginResourceEvent,
|
|
921
622
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_PromotionEndTime": LCUTypes.PluginResourceEvent,
|
|
922
623
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_PromotionName": LCUTypes.PluginResourceEvent,
|
|
923
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_PromotionStartTime": LCUTypes.PluginResourceEvent,
|
|
924
624
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_Protocol": LCUTypes.PluginResourceEvent,
|
|
925
625
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_ServicePath": LCUTypes.PluginResourceEvent,
|
|
926
626
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_ShowNavButton": LCUTypes.PluginResourceEvent,
|
|
927
627
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_ThemedBackground": LCUTypes.PluginResourceEvent,
|
|
928
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonlizedOffers": LCUTypes.PluginResourceEvent,
|
|
929
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonlizedOffers_BaseServiceURL": LCUTypes.PluginResourceEvent,
|
|
930
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonlizedOffers_HubEnabled": LCUTypes.PluginResourceEvent,
|
|
931
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonlizedOffers_Port": LCUTypes.PluginResourceEvent,
|
|
932
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonlizedOffers_Protocol": LCUTypes.PluginResourceEvent,
|
|
933
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonlizedOffers_ServiceConfig": LCUTypes.PluginResourceEvent,
|
|
934
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonlizedOffers_ServicePath": LCUTypes.PluginResourceEvent,
|
|
935
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PlatformShutdown": LCUTypes.PluginResourceEvent,
|
|
936
628
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PlatformShutdown_Enabled": LCUTypes.PluginResourceEvent,
|
|
937
629
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerBehavior": LCUTypes.PluginResourceEvent,
|
|
938
630
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerBehavior_CodeOfConductEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -951,21 +643,15 @@ export interface LCUWebSocketEvents {
|
|
|
951
643
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Postgame_ShowPositionDetectionEnabled": LCUTypes.PluginResourceEvent,
|
|
952
644
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard": LCUTypes.PluginResourceEvent,
|
|
953
645
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_ACSLookup": LCUTypes.PluginResourceEvent,
|
|
954
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_ChampionMasteryLookup": LCUTypes.PluginResourceEvent,
|
|
955
646
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabled": LCUTypes.PluginResourceEvent,
|
|
956
647
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForBuddyPanelView": LCUTypes.PluginResourceEvent,
|
|
957
648
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForChatFriendsList": LCUTypes.PluginResourceEvent,
|
|
958
649
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForChatGroupChatParticipants": LCUTypes.PluginResourceEvent,
|
|
959
650
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForClubChatParticipants": LCUTypes.PluginResourceEvent,
|
|
960
651
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForCustomGameLobby": LCUTypes.PluginResourceEvent,
|
|
961
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForGameLobbySuggestedPlayers": LCUTypes.PluginResourceEvent,
|
|
962
652
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForSummonerQuickView": LCUTypes.PluginResourceEvent,
|
|
963
653
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForTeamBuilderSuggestedPlayers": LCUTypes.PluginResourceEvent,
|
|
964
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_LeagueLookup": LCUTypes.PluginResourceEvent,
|
|
965
654
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Profiles": LCUTypes.PluginResourceEvent,
|
|
966
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Profiles_EosIconEnabled": LCUTypes.PluginResourceEvent,
|
|
967
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Profiles_EosTooltipShowOnce": LCUTypes.PluginResourceEvent,
|
|
968
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Profiles_RankQueueOnCount": LCUTypes.PluginResourceEvent,
|
|
969
655
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Profiles_SkinsPickerEnabled": LCUTypes.PluginResourceEvent,
|
|
970
656
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PublishingContent": LCUTypes.PluginResourceEvent,
|
|
971
657
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PublishingContent_Enabled": LCUTypes.PluginResourceEvent,
|
|
@@ -976,7 +662,6 @@ export interface LCUWebSocketEvents {
|
|
|
976
662
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueImages_OverrideQueueImage": LCUTypes.PluginResourceEvent,
|
|
977
663
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction": LCUTypes.PluginResourceEvent,
|
|
978
664
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_AllowablePremadeSizesForQueueId440": LCUTypes.PluginResourceEvent,
|
|
979
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_KarmaEnabled": LCUTypes.PluginResourceEvent,
|
|
980
665
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndDivisionForPremadeSize2QueueId1100": LCUTypes.PluginResourceEvent,
|
|
981
666
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndDivisionForPremadeSize2QueueId420": LCUTypes.PluginResourceEvent,
|
|
982
667
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize1": LCUTypes.PluginResourceEvent,
|
|
@@ -1107,92 +792,39 @@ export interface LCUWebSocketEvents {
|
|
|
1107
792
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_ServiceEnabled": LCUTypes.PluginResourceEvent,
|
|
1108
793
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRewards": LCUTypes.PluginResourceEvent,
|
|
1109
794
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRewards_SoloAutoFillProtectionForQueueId440": LCUTypes.PluginResourceEvent,
|
|
795
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRewards_SoloIpRewardsForQueueId440": LCUTypes.PluginResourceEvent,
|
|
1110
796
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Regalia": LCUTypes.PluginResourceEvent,
|
|
1111
797
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Replays": LCUTypes.PluginResourceEvent,
|
|
1112
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Replays_MinSupportedGameServerVersion": LCUTypes.PluginResourceEvent,
|
|
1113
798
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Replays_MinutesUntilReplayConsideredLost": LCUTypes.PluginResourceEvent,
|
|
1114
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Replays_ThirdPersonAccessibleGameQueues": LCUTypes.PluginResourceEvent,
|
|
1115
799
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Rewards": LCUTypes.PluginResourceEvent,
|
|
1116
800
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Rewards_Enabled": LCUTypes.PluginResourceEvent,
|
|
1117
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SLcuChampionSelecttring": LCUTypes.PluginResourceEvent,
|
|
1118
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SLcuChampionSelecttring_RandomChampionRateLimitInterval": LCUTypes.PluginResourceEvent,
|
|
1119
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SLcuChampionSelecttring_RandomChampionRateLimitMaxActions": LCUTypes.PluginResourceEvent,
|
|
1120
801
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Sanitizer": LCUTypes.PluginResourceEvent,
|
|
1121
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Sanitizer_Level1Unfilter": LCUTypes.PluginResourceEvent,
|
|
1122
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward": LCUTypes.PluginResourceEvent,
|
|
1123
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_Enabled": LCUTypes.PluginResourceEvent,
|
|
1124
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_Maximum_team_reward_level": LCUTypes.PluginResourceEvent,
|
|
1125
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_Minimum_points_per_reward_level": LCUTypes.PluginResourceEvent,
|
|
1126
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_Minimum_win_team_reward_level_1": LCUTypes.PluginResourceEvent,
|
|
1127
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_Minimum_win_team_reward_level_2": LCUTypes.PluginResourceEvent,
|
|
1128
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_Minimum_win_team_reward_level_3": LCUTypes.PluginResourceEvent,
|
|
1129
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_QualificationWarningEnabled": LCUTypes.PluginResourceEvent,
|
|
1130
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_ServiceCallEnabled": LCUTypes.PluginResourceEvent,
|
|
1131
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Sentry": LCUTypes.PluginResourceEvent,
|
|
1132
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ServiceStatusAPI": LCUTypes.PluginResourceEvent,
|
|
1133
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ServiceStatusAPI_Enabled": LCUTypes.PluginResourceEvent,
|
|
1134
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory": LCUTypes.PluginResourceEvent,
|
|
1135
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_AdvancedGameDetailsEnabled": LCUTypes.PluginResourceEvent,
|
|
1136
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_AdvancedGameDetailsUrlTemplate": LCUTypes.PluginResourceEvent,
|
|
1137
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_MatchDetailsUrlTemplate": LCUTypes.PluginResourceEvent,
|
|
1138
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_MatchHistoryEnabled": LCUTypes.PluginResourceEvent,
|
|
1139
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_MatchHistoryUrlTemplate": LCUTypes.PluginResourceEvent,
|
|
1140
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_ShareEndOfGameEnabled": LCUTypes.PluginResourceEvent,
|
|
1141
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_ShareGameUrlTemplate": LCUTypes.PluginResourceEvent,
|
|
1142
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinRentals": LCUTypes.PluginResourceEvent,
|
|
1143
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinRentals_Enabled": LCUTypes.PluginResourceEvent,
|
|
1144
802
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinsViewer": LCUTypes.PluginResourceEvent,
|
|
1145
803
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinsViewer_DisableAllPurchase": LCUTypes.PluginResourceEvent,
|
|
1146
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinsViewer_VintageSkinSummonerIconConfig": LCUTypes.PluginResourceEvent,
|
|
1147
804
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard": LCUTypes.PluginResourceEvent,
|
|
1148
805
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_IsSocialLeaderboardEnabled": LCUTypes.PluginResourceEvent,
|
|
1149
806
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_MinsTillCacheExpiry": LCUTypes.PluginResourceEvent,
|
|
1150
807
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_SecsTillAvailabilityCacheExpiry": LCUTypes.PluginResourceEvent,
|
|
1151
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_UseSocialLeaderboardLeaguesEndpoint": LCUTypes.PluginResourceEvent,
|
|
1152
808
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Spectator": LCUTypes.PluginResourceEvent,
|
|
1153
809
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Spectator_SaveReconnectInfoEnabled": LCUTypes.PluginResourceEvent,
|
|
1154
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_String": LCUTypes.PluginResourceEvent,
|
|
1155
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_String_String": LCUTypes.PluginResourceEvent,
|
|
1156
810
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers": LCUTypes.PluginResourceEvent,
|
|
1157
811
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_Enabled": LCUTypes.PluginResourceEvent,
|
|
1158
812
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_FriendsOfFriendsEnabled": LCUTypes.PluginResourceEvent,
|
|
1159
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_FriendsOfFriendsLimit": LCUTypes.PluginResourceEvent,
|
|
1160
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_HonoredPlayersLimit": LCUTypes.PluginResourceEvent,
|
|
1161
813
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_MaxNumReplacements": LCUTypes.PluginResourceEvent,
|
|
1162
814
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_MaxNumSuggestedPlayers": LCUTypes.PluginResourceEvent,
|
|
1163
815
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_OnlineFriendsLimit": LCUTypes.PluginResourceEvent,
|
|
1164
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_PreviousPremadesLimit": LCUTypes.PluginResourceEvent,
|
|
1165
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_VictoriousComradesLimit": LCUTypes.PluginResourceEvent,
|
|
1166
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner": LCUTypes.PluginResourceEvent,
|
|
1167
816
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_ConfigRefreshIntervalSeconds": LCUTypes.PluginResourceEvent,
|
|
1168
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_JWTEnabled": LCUTypes.PluginResourceEvent,
|
|
1169
817
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_JWTMaxTimeoutSeconds": LCUTypes.PluginResourceEvent,
|
|
1170
818
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_JWTMinTimeoutSeconds": LCUTypes.PluginResourceEvent,
|
|
1171
819
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_SummonerProfileCacheEnabled": LCUTypes.PluginResourceEvent,
|
|
1172
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBoost": LCUTypes.PluginResourceEvent,
|
|
1173
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBoost_AllSkinEnabled": LCUTypes.PluginResourceEvent,
|
|
1174
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBoost_RandomSkinEnabled": LCUTypes.PluginResourceEvent,
|
|
1175
820
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft": LCUTypes.PluginResourceEvent,
|
|
1176
821
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_EnableChampionSelectPreferences": LCUTypes.PluginResourceEvent,
|
|
1177
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_EstimatedWaitAdjustmentEnabled": LCUTypes.PluginResourceEvent,
|
|
1178
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_FillPrimaryWaitFactor": LCUTypes.PluginResourceEvent,
|
|
1179
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_FillSecondaryWaitFactor": LCUTypes.PluginResourceEvent,
|
|
1180
822
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_LogAllLCDSMessages": LCUTypes.PluginResourceEvent,
|
|
1181
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_MidPrimaryWaitFactor": LCUTypes.PluginResourceEvent,
|
|
1182
823
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SendAfkCheckMetricsEnabled": LCUTypes.PluginResourceEvent,
|
|
1183
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SendSummonerIconJwt": LCUTypes.PluginResourceEvent,
|
|
1184
824
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_ServiceCallTimeoutMillis": LCUTypes.PluginResourceEvent,
|
|
1185
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SkinPurchaseEnabled": LCUTypes.PluginResourceEvent,
|
|
1186
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SupportPrimaryWaitFactor": LCUTypes.PluginResourceEvent,
|
|
1187
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SupportSecondaryWaitFactor": LCUTypes.PluginResourceEvent,
|
|
1188
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_TBRerollServiceEnabled": LCUTypes.PluginResourceEvent,
|
|
1189
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_TakeoverEnabled": LCUTypes.PluginResourceEvent,
|
|
1190
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_UnlockLockInButtonTimeoutEnabled": LCUTypes.PluginResourceEvent,
|
|
1191
825
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TencentAntiAddiction": LCUTypes.PluginResourceEvent,
|
|
1192
826
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TencentAntiAddiction_AntiAddictionUrl": LCUTypes.PluginResourceEvent,
|
|
1193
827
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TencentAntiAddiction_Enabled": LCUTypes.PluginResourceEvent,
|
|
1194
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ThirdPartyVerification": LCUTypes.PluginResourceEvent,
|
|
1195
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ThirdPartyVerification_CAHServiceEnabled": LCUTypes.PluginResourceEvent,
|
|
1196
828
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Trophies": LCUTypes.PluginResourceEvent,
|
|
1197
829
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Trophies_IsEnabledOnProfile": LCUTypes.PluginResourceEvent,
|
|
1198
830
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Trophies_IsOtherSummonersProfileEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -1235,6 +867,8 @@ export interface LCUWebSocketEvents {
|
|
|
1235
867
|
"OnJsonApiEvent_lol-rewards_v1_groups": LCUTypes.PluginResourceEvent,
|
|
1236
868
|
"OnJsonApiEvent_lol-rso-auth_configuration_v3": LCUTypes.PluginResourceEvent,
|
|
1237
869
|
"OnJsonApiEvent_lol-rso-auth_v1_authorization": LCUTypes.PluginResourceEvent,
|
|
870
|
+
"OnJsonApiEvent_lol-sanctum_v1_banners": LCUTypes.PluginResourceEvent,
|
|
871
|
+
"OnJsonApiEvent_lol-sanctum_v1_ready": LCUTypes.PluginResourceEvent,
|
|
1238
872
|
"OnJsonApiEvent_lol-settings_v1_account": LCUTypes.PluginResourceEvent,
|
|
1239
873
|
"OnJsonApiEvent_lol-settings_v1_local": LCUTypes.PluginResourceEvent,
|
|
1240
874
|
"OnJsonApiEvent_lol-settings_v2_account": LCUTypes.PluginResourceEvent,
|
|
@@ -1243,14 +877,15 @@ export interface LCUWebSocketEvents {
|
|
|
1243
877
|
"OnJsonApiEvent_lol-settings_v2_ready": LCUTypes.PluginResourceEvent,
|
|
1244
878
|
"OnJsonApiEvent_lol-shoppefront_v1_ready": LCUTypes.PluginResourceEvent,
|
|
1245
879
|
"OnJsonApiEvent_lol-shoppefront_v1_stores": LCUTypes.PluginResourceEvent,
|
|
1246
|
-
"OnJsonApiEvent_lol-shutdown_v1_notification": LCUTypes.PluginResourceEvent,
|
|
1247
880
|
"OnJsonApiEvent_lol-spectator_v1_spectate": LCUTypes.PluginResourceEvent,
|
|
881
|
+
"OnJsonApiEvent_lol-statstones_v2_player-summary-self": LCUTypes.PluginResourceEvent,
|
|
1248
882
|
"OnJsonApiEvent_lol-store_v1_getStoreUrl": LCUTypes.PluginResourceEvent,
|
|
1249
883
|
"OnJsonApiEvent_lol-store_v1_store-ready": LCUTypes.PluginResourceEvent,
|
|
1250
884
|
"OnJsonApiEvent_lol-suggested-players_v1_suggested-players": LCUTypes.PluginResourceEvent,
|
|
1251
885
|
"OnJsonApiEvent_lol-summoner-profiles_v1_get-champion-mastery-view": LCUTypes.PluginResourceEvent,
|
|
1252
886
|
"OnJsonApiEvent_lol-summoner-profiles_v1_get-honor-view": LCUTypes.PluginResourceEvent,
|
|
1253
887
|
"OnJsonApiEvent_lol-summoner-profiles_v1_get-privacy-view": LCUTypes.PluginResourceEvent,
|
|
888
|
+
"OnJsonApiEvent_lol-summoner-profiles_v1_get-restriction-view": LCUTypes.PluginResourceEvent,
|
|
1254
889
|
"OnJsonApiEvent_lol-summoner-profiles_v1_get-summoner-level-view": LCUTypes.PluginResourceEvent,
|
|
1255
890
|
"OnJsonApiEvent_lol-summoner_v1_current-summoner": LCUTypes.PluginResourceEvent,
|
|
1256
891
|
"OnJsonApiEvent_lol-summoner_v1_player-alias-state": LCUTypes.PluginResourceEvent,
|
|
@@ -1325,12 +960,8 @@ export interface LCUWebSocketEvents {
|
|
|
1325
960
|
"OnLcdsEvent_com_riotgames_platform_broadcast_BroadcastNotification": LCUTypes.PluginLcdsEvent,
|
|
1326
961
|
"OnLcdsEvent_com_riotgames_platform_client_dynamic_configuration_ClientDynamicConfigurationNotification": LCUTypes.PluginLcdsEvent,
|
|
1327
962
|
"OnLcdsEvent_com_riotgames_platform_game_GameDTO": LCUTypes.PluginLcdsEvent,
|
|
1328
|
-
"OnLcdsEvent_com_riotgames_platform_game_PlayerCredentialsDto": LCUTypes.PluginLcdsEvent,
|
|
1329
963
|
"OnLcdsEvent_com_riotgames_platform_game_TeamSkinRentalDTO": LCUTypes.PluginLcdsEvent,
|
|
1330
964
|
"OnLcdsEvent_com_riotgames_platform_game_message_GameNotification": LCUTypes.PluginLcdsEvent,
|
|
1331
|
-
"OnLcdsEvent_com_riotgames_platform_gameinvite_contract_InvitationRequest": LCUTypes.PluginLcdsEvent,
|
|
1332
|
-
"OnLcdsEvent_com_riotgames_platform_gameinvite_contract_InvitePrivileges": LCUTypes.PluginLcdsEvent,
|
|
1333
|
-
"OnLcdsEvent_com_riotgames_platform_gameinvite_contract_RemovedFromLobbyNotification": LCUTypes.PluginLcdsEvent,
|
|
1334
965
|
"OnLcdsEvent_com_riotgames_platform_leaverbuster_event_messaging_LeaverBusterLowPriorityQueueAbandoned": LCUTypes.PluginLcdsEvent,
|
|
1335
966
|
"OnLcdsEvent_com_riotgames_platform_loyalty_message_LoyaltyStateChangeNotification": LCUTypes.PluginLcdsEvent,
|
|
1336
967
|
"OnLcdsEvent_com_riotgames_platform_matchmaking_SearchingForMatchNotification": LCUTypes.PluginLcdsEvent,
|