@hasagi/types 15.23.1 → 16.1.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 +81 -8
- package/dist/lcu-events.d.ts +15 -386
- package/dist/lcu-types.d.ts +2926 -1937
- 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,8 +31,10 @@ 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,
|
|
37
|
+
"OnJsonApiEvent_lol-challenges_v1_summary-player-data": LCUTypes.PluginResourceEvent,
|
|
35
38
|
"OnJsonApiEvent_lol-champ-select-legacy_v1_bannable-champion-ids": LCUTypes.PluginResourceEvent,
|
|
36
39
|
"OnJsonApiEvent_lol-champ-select-legacy_v1_current-champion": LCUTypes.PluginResourceEvent,
|
|
37
40
|
"OnJsonApiEvent_lol-champ-select-legacy_v1_disabled-champion-ids": LCUTypes.PluginResourceEvent,
|
|
@@ -62,9 +65,7 @@ export interface LCUWebSocketEvents {
|
|
|
62
65
|
"OnJsonApiEvent_lol-chat_v1_resources": LCUTypes.PluginResourceEvent,
|
|
63
66
|
"OnJsonApiEvent_lol-chat_v1_session": LCUTypes.PluginResourceEvent,
|
|
64
67
|
"OnJsonApiEvent_lol-chat_v1_settings": LCUTypes.PluginResourceEvent,
|
|
65
|
-
"OnJsonApiEvent_lol-clash_v1_all-tournaments": LCUTypes.PluginResourceEvent,
|
|
66
68
|
"OnJsonApiEvent_lol-clash_v1_checkin-allowed": LCUTypes.PluginResourceEvent,
|
|
67
|
-
"OnJsonApiEvent_lol-clash_v1_currentTournamentIds": LCUTypes.PluginResourceEvent,
|
|
68
69
|
"OnJsonApiEvent_lol-clash_v1_disabled-config": LCUTypes.PluginResourceEvent,
|
|
69
70
|
"OnJsonApiEvent_lol-clash_v1_enabled": LCUTypes.PluginResourceEvent,
|
|
70
71
|
"OnJsonApiEvent_lol-clash_v1_iconconfig": LCUTypes.PluginResourceEvent,
|
|
@@ -74,9 +75,6 @@ export interface LCUWebSocketEvents {
|
|
|
74
75
|
"OnJsonApiEvent_lol-clash_v1_ready": LCUTypes.PluginResourceEvent,
|
|
75
76
|
"OnJsonApiEvent_lol-clash_v1_simple-state-flags": LCUTypes.PluginResourceEvent,
|
|
76
77
|
"OnJsonApiEvent_lol-clash_v1_time": LCUTypes.PluginResourceEvent,
|
|
77
|
-
"OnJsonApiEvent_lol-clash_v1_tournament": LCUTypes.PluginResourceEvent,
|
|
78
|
-
"OnJsonApiEvent_lol-clash_v1_tournament-state-info": LCUTypes.PluginResourceEvent,
|
|
79
|
-
"OnJsonApiEvent_lol-clash_v1_tournament-summary": LCUTypes.PluginResourceEvent,
|
|
80
78
|
"OnJsonApiEvent_lol-clash_v1_visible": LCUTypes.PluginResourceEvent,
|
|
81
79
|
"OnJsonApiEvent_lol-clash_v1_voice-enabled": LCUTypes.PluginResourceEvent,
|
|
82
80
|
"OnJsonApiEvent_lol-clash_v2_playmode-restricted": LCUTypes.PluginResourceEvent,
|
|
@@ -102,6 +100,7 @@ export interface LCUWebSocketEvents {
|
|
|
102
100
|
"OnJsonApiEvent_lol-game-data-inventory_v1_ready": LCUTypes.PluginResourceEvent,
|
|
103
101
|
"OnJsonApiEvent_lol-game-queues_v1_custom": LCUTypes.PluginResourceEvent,
|
|
104
102
|
"OnJsonApiEvent_lol-game-queues_v1_custom-non-default": LCUTypes.PluginResourceEvent,
|
|
103
|
+
"OnJsonApiEvent_lol-game-queues_v1_matchmaking-queues": LCUTypes.PluginResourceEvent,
|
|
105
104
|
"OnJsonApiEvent_lol-game-queues_v1_queues": LCUTypes.PluginResourceEvent,
|
|
106
105
|
"OnJsonApiEvent_lol-game-settings_v1_game-settings": LCUTypes.PluginResourceEvent,
|
|
107
106
|
"OnJsonApiEvent_lol-game-settings_v1_input-settings": LCUTypes.PluginResourceEvent,
|
|
@@ -126,7 +125,6 @@ export interface LCUWebSocketEvents {
|
|
|
126
125
|
"OnJsonApiEvent_lol-honor-v2_v1_recognition-history": LCUTypes.PluginResourceEvent,
|
|
127
126
|
"OnJsonApiEvent_lol-honor-v2_v1_team-choices": LCUTypes.PluginResourceEvent,
|
|
128
127
|
"OnJsonApiEvent_lol-hovercard_v1_friend-info": LCUTypes.PluginResourceEvent,
|
|
129
|
-
"OnJsonApiEvent_lol-hovercard_v1_friend-info-by-summoner": LCUTypes.PluginResourceEvent,
|
|
130
128
|
"OnJsonApiEvent_lol-inventory_v1_initial-configuration-complete": LCUTypes.PluginResourceEvent,
|
|
131
129
|
"OnJsonApiEvent_lol-inventory_v1_inventory": LCUTypes.PluginResourceEvent,
|
|
132
130
|
"OnJsonApiEvent_lol-inventory_v1_signedInventory": LCUTypes.PluginResourceEvent,
|
|
@@ -142,7 +140,6 @@ export interface LCUWebSocketEvents {
|
|
|
142
140
|
"OnJsonApiEvent_lol-loadouts_v4_loadouts": LCUTypes.PluginResourceEvent,
|
|
143
141
|
"OnJsonApiEvent_lol-lobby-team-builder_champ-select_v1": LCUTypes.PluginResourceEvent,
|
|
144
142
|
"OnJsonApiEvent_lol-lobby-team-builder_v1_matchmaking": LCUTypes.PluginResourceEvent,
|
|
145
|
-
"OnJsonApiEvent_lol-lobby_v1_lobby": LCUTypes.PluginResourceEvent,
|
|
146
143
|
"OnJsonApiEvent_lol-lobby_v2_comms": LCUTypes.PluginResourceEvent,
|
|
147
144
|
"OnJsonApiEvent_lol-lobby_v2_eligibility": LCUTypes.PluginResourceEvent,
|
|
148
145
|
"OnJsonApiEvent_lol-lobby_v2_lobby": LCUTypes.PluginResourceEvent,
|
|
@@ -169,6 +166,7 @@ export interface LCUWebSocketEvents {
|
|
|
169
166
|
"OnJsonApiEvent_lol-marketplace_v1_products": LCUTypes.PluginResourceEvent,
|
|
170
167
|
"OnJsonApiEvent_lol-marketplace_v1_ready": LCUTypes.PluginResourceEvent,
|
|
171
168
|
"OnJsonApiEvent_lol-matchmaking_v1_search": LCUTypes.PluginResourceEvent,
|
|
169
|
+
"OnJsonApiEvent_lol-metagames_v1_ready": LCUTypes.PluginResourceEvent,
|
|
172
170
|
"OnJsonApiEvent_lol-missions_v1_missions": LCUTypes.PluginResourceEvent,
|
|
173
171
|
"OnJsonApiEvent_lol-missions_v1_series": LCUTypes.PluginResourceEvent,
|
|
174
172
|
"OnJsonApiEvent_lol-nacho_v1_banner": LCUTypes.PluginResourceEvent,
|
|
@@ -199,34 +197,25 @@ export interface LCUWebSocketEvents {
|
|
|
199
197
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces": LCUTypes.PluginResourceEvent,
|
|
200
198
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification": LCUTypes.PluginResourceEvent,
|
|
201
199
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_Enabled": LCUTypes.PluginResourceEvent,
|
|
202
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_IsNewAvsServiceEnabled": LCUTypes.PluginResourceEvent,
|
|
203
200
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_KrPhoneDisplayEnabled": LCUTypes.PluginResourceEvent,
|
|
204
201
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_PasswordEnabled": LCUTypes.PluginResourceEvent,
|
|
205
202
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_PhoneValidationEnabled": LCUTypes.PluginResourceEvent,
|
|
206
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_SettingsEnable": LCUTypes.PluginResourceEvent,
|
|
207
203
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_SettingsEnabled": LCUTypes.PluginResourceEvent,
|
|
208
204
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_SettingsVerifyEnabled": LCUTypes.PluginResourceEvent,
|
|
209
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_ShouldUseNewAvs": LCUTypes.PluginResourceEvent,
|
|
210
205
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_TencentPhoneDisplayEnabled": LCUTypes.PluginResourceEvent,
|
|
211
206
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Banners": LCUTypes.PluginResourceEvent,
|
|
212
207
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Banners_IsEnabledOnProfile": LCUTypes.PluginResourceEvent,
|
|
213
208
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Banners_IsEquipEnabled": LCUTypes.PluginResourceEvent,
|
|
214
209
|
"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
210
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_BotConfigurations": LCUTypes.PluginResourceEvent,
|
|
220
211
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_BotConfigurations_IntermediateInCustoms": LCUTypes.PluginResourceEvent,
|
|
221
212
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_BotConfigurations_RiotscriptInCustoms": LCUTypes.PluginResourceEvent,
|
|
222
213
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_CareerStats": LCUTypes.PluginResourceEvent,
|
|
223
214
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_CareerStats_StatsEnabled": LCUTypes.PluginResourceEvent,
|
|
224
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_CareerStats_YearsAllowedToQuerySeasonData": LCUTypes.PluginResourceEvent,
|
|
225
215
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges": LCUTypes.PluginResourceEvent,
|
|
226
216
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_ChallengeUpdateDelaySeconds": LCUTypes.PluginResourceEvent,
|
|
227
217
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_ClientState": LCUTypes.PluginResourceEvent,
|
|
228
218
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_CollectionEnabled": LCUTypes.PluginResourceEvent,
|
|
229
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_CustomizeIdentityEnabled": LCUTypes.PluginResourceEvent,
|
|
230
219
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_DarkModeAllowlistOnly": LCUTypes.PluginResourceEvent,
|
|
231
220
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_EnabledInventoryTypes": LCUTypes.PluginResourceEvent,
|
|
232
221
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_FeatureIntroEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -234,50 +223,35 @@ export interface LCUWebSocketEvents {
|
|
|
234
223
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_MaxNotificationSubscriptionDelaySeconds": LCUTypes.PluginResourceEvent,
|
|
235
224
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_MaxWaitTimeBeforeNotificationSubscriptionSeconds": LCUTypes.PluginResourceEvent,
|
|
236
225
|
"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
226
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_SeasonalTooltipEnabled": LCUTypes.PluginResourceEvent,
|
|
241
227
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_WaitTimeBeforeCallChallengeUpdateSeconds": LCUTypes.PluginResourceEvent,
|
|
242
228
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_WaitTimeBeforeDarkModeAdditionalCallsSeconds": LCUTypes.PluginResourceEvent,
|
|
243
229
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig": LCUTypes.PluginResourceEvent,
|
|
244
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_CapUnlockChampionLevel": LCUTypes.PluginResourceEvent,
|
|
245
230
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_ChampionPointQueueTypes": LCUTypes.PluginResourceEvent,
|
|
246
231
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_Enabled": LCUTypes.PluginResourceEvent,
|
|
247
232
|
"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
233
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_MaxChampionLevel": LCUTypes.PluginResourceEvent,
|
|
252
234
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_MinSummonerLevel": LCUTypes.PluginResourceEvent,
|
|
253
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_ShowGradeAvailablePopup": LCUTypes.PluginResourceEvent,
|
|
254
235
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_SupportedQueueTypes": LCUTypes.PluginResourceEvent,
|
|
255
236
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect": LCUTypes.PluginResourceEvent,
|
|
256
237
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_AllChampsAvailableInAram": LCUTypes.PluginResourceEvent,
|
|
257
238
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_AlwaysShowRewardIcon": LCUTypes.PluginResourceEvent,
|
|
258
239
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_AutoReconnectEnabled": LCUTypes.PluginResourceEvent,
|
|
259
240
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_CollatorChampionFilterEnabled": LCUTypes.PluginResourceEvent,
|
|
260
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_UseActionPatchV2": LCUTypes.PluginResourceEvent,
|
|
261
241
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_UseOptimizedBotChampionSelectProcessor": LCUTypes.PluginResourceEvent,
|
|
262
242
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_UseOptimizedChampSelectProcessor": LCUTypes.PluginResourceEvent,
|
|
263
243
|
"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
244
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Chat": LCUTypes.PluginResourceEvent,
|
|
267
245
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChatDomain": LCUTypes.PluginResourceEvent,
|
|
268
246
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ChatDomain_ChampSelectDomainName": LCUTypes.PluginResourceEvent,
|
|
269
247
|
"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
248
|
"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
249
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Chroma": LCUTypes.PluginResourceEvent,
|
|
277
250
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Chroma_IsEnabled": LCUTypes.PluginResourceEvent,
|
|
278
251
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Clash": LCUTypes.PluginResourceEvent,
|
|
279
252
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig": LCUTypes.PluginResourceEvent,
|
|
280
253
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_AntiCheatModalEnabled": LCUTypes.PluginResourceEvent,
|
|
254
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_AramIntroModalEnabled": LCUTypes.PluginResourceEvent,
|
|
281
255
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_AwardsTabEnabled": LCUTypes.PluginResourceEvent,
|
|
282
256
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_BracketSpectateEnabled": LCUTypes.PluginResourceEvent,
|
|
283
257
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_CapacityIndicatorEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -290,7 +264,6 @@ export interface LCUWebSocketEvents {
|
|
|
290
264
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_HonorLevelRequired": LCUTypes.PluginResourceEvent,
|
|
291
265
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_IconConfig": LCUTypes.PluginResourceEvent,
|
|
292
266
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_InviteModalTiersEnabled": LCUTypes.PluginResourceEvent,
|
|
293
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_IsPlaymodeRestrictionEnabled": LCUTypes.PluginResourceEvent,
|
|
294
267
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_IsRewardsModalEnabled": LCUTypes.PluginResourceEvent,
|
|
295
268
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_LftEnabled": LCUTypes.PluginResourceEvent,
|
|
296
269
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_LoginModalEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -300,7 +273,6 @@ export interface LCUWebSocketEvents {
|
|
|
300
273
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_ThirdPartyInvitesEnabled": LCUTypes.PluginResourceEvent,
|
|
301
274
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_TutorialEnabled": LCUTypes.PluginResourceEvent,
|
|
302
275
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_Visibility": LCUTypes.PluginResourceEvent,
|
|
303
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_Worlds2020LootModalEnabled": LCUTypes.PluginResourceEvent,
|
|
304
276
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Clash_AramIntroModalEnabled": LCUTypes.PluginResourceEvent,
|
|
305
277
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates": LCUTypes.PluginResourceEvent,
|
|
306
278
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_MaxNumPlayersForPracticeToolGame": LCUTypes.PluginResourceEvent,
|
|
@@ -315,7 +287,6 @@ export interface LCUWebSocketEvents {
|
|
|
315
287
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_freeToPlayChampionForNewPlayersIdList": LCUTypes.PluginResourceEvent,
|
|
316
288
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_freeToPlayChampionIdList": LCUTypes.PluginResourceEvent,
|
|
317
289
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_freeToPlayChampionsForNewPlayersMaxLevel": LCUTypes.PluginResourceEvent,
|
|
318
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_gameMapEnabledDTOList": LCUTypes.PluginResourceEvent,
|
|
319
290
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_gameModeToInactiveSpellIds": LCUTypes.PluginResourceEvent,
|
|
320
291
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_inactiveAramSpellIdList": LCUTypes.PluginResourceEvent,
|
|
321
292
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_inactiveChampionIdList": LCUTypes.PluginResourceEvent,
|
|
@@ -350,13 +321,7 @@ export interface LCUWebSocketEvents {
|
|
|
350
321
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_tribunalEnabled": LCUTypes.PluginResourceEvent,
|
|
351
322
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_unobtainableChampionSkinIDList": LCUTypes.PluginResourceEvent,
|
|
352
323
|
"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
324
|
"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
325
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Companions": LCUTypes.PluginResourceEvent,
|
|
361
326
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Companions_SelectorInChampSelectEnabled": LCUTypes.PluginResourceEvent,
|
|
362
327
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ContextualEducation": LCUTypes.PluginResourceEvent,
|
|
@@ -368,143 +333,16 @@ export interface LCUWebSocketEvents {
|
|
|
368
333
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_CustomGame": LCUTypes.PluginResourceEvent,
|
|
369
334
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_CustomGame_BotsAvailableInAram": LCUTypes.PluginResourceEvent,
|
|
370
335
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_CustomGame_MinorRestrictionsEnabled": LCUTypes.PluginResourceEvent,
|
|
371
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampion": LCUTypes.PluginResourceEvent,
|
|
372
336
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampionSkins": LCUTypes.PluginResourceEvent,
|
|
373
337
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampionSkins_DisabledChampionSkins": LCUTypes.PluginResourceEvent,
|
|
374
338
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampionSkins_DisabledChromas": LCUTypes.PluginResourceEvent,
|
|
375
339
|
"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
340
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DiscordRP_IsEnabled": LCUTypes.PluginResourceEvent,
|
|
456
341
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DockedPrompt": LCUTypes.PluginResourceEvent,
|
|
457
342
|
"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
343
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Emotes": LCUTypes.PluginResourceEvent,
|
|
496
344
|
"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,
|
|
345
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Esports": LCUTypes.PluginResourceEvent,
|
|
508
346
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Esports_NotificationsAssetMagickURL": LCUTypes.PluginResourceEvent,
|
|
509
347
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Esports_NotificationsEnabled": LCUTypes.PluginResourceEvent,
|
|
510
348
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Esports_NotificationsServiceEndpoint": LCUTypes.PluginResourceEvent,
|
|
@@ -520,34 +358,17 @@ export interface LCUWebSocketEvents {
|
|
|
520
358
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_GoldenSpatulaClubDisabled": LCUTypes.PluginResourceEvent,
|
|
521
359
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_MaxNotificationSaveDelayMinutes": LCUTypes.PluginResourceEvent,
|
|
522
360
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_NotificationsEnabled": LCUTypes.PluginResourceEvent,
|
|
523
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_QueueToggleNotificationMinutesThreshold": LCUTypes.PluginResourceEvent,
|
|
524
361
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_QueuesDelayedRefreshMaxTimeout": LCUTypes.PluginResourceEvent,
|
|
525
362
|
"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
363
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameInvites": LCUTypes.PluginResourceEvent,
|
|
530
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameInvites_GameInviteServiceEnabled": LCUTypes.PluginResourceEvent,
|
|
531
364
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameInvites_InviteBulkMaxSize": LCUTypes.PluginResourceEvent,
|
|
532
365
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameInvites_LobbyCreationEnabled": LCUTypes.PluginResourceEvent,
|
|
533
366
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameInvites_ServiceEnabled": LCUTypes.PluginResourceEvent,
|
|
534
367
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameTimerSync": LCUTypes.PluginResourceEvent,
|
|
535
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameTimerSync_Enabled": LCUTypes.PluginResourceEvent,
|
|
536
368
|
"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
369
|
"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
370
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Highlights": LCUTypes.PluginResourceEvent,
|
|
543
371
|
"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
372
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Inventory": LCUTypes.PluginResourceEvent,
|
|
552
373
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Inventory_BaseServiceUrl": LCUTypes.PluginResourceEvent,
|
|
553
374
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Inventory_Enabled": LCUTypes.PluginResourceEvent,
|
|
@@ -556,43 +377,18 @@ export interface LCUWebSocketEvents {
|
|
|
556
377
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ItemSets_MaxItemSets": LCUTypes.PluginResourceEvent,
|
|
557
378
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ItemSets_RestrictedPageNamesEnabled": LCUTypes.PluginResourceEvent,
|
|
558
379
|
"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
380
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Kickout": LCUTypes.PluginResourceEvent,
|
|
562
381
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Kickout_Enabled": LCUTypes.PluginResourceEvent,
|
|
563
382
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Kickout_SecurityCheckEnabled": LCUTypes.PluginResourceEvent,
|
|
564
383
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Kickout_SecurityCheckUrl": LCUTypes.PluginResourceEvent,
|
|
565
384
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_KrPlaytimeReminder": LCUTypes.PluginResourceEvent,
|
|
566
385
|
"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
386
|
"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
387
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUCollectiblesChromasEnabled": LCUTypes.PluginResourceEvent,
|
|
575
388
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUCollectiblesFinishersEnabled": LCUTypes.PluginResourceEvent,
|
|
576
389
|
"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
390
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCURunesVisible": LCUTypes.PluginResourceEvent,
|
|
580
391
|
"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
392
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAlphaShutdown": LCUTypes.PluginResourceEvent,
|
|
597
393
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAlphaShutdown_Countdown": LCUTypes.PluginResourceEvent,
|
|
598
394
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAlphaShutdown_Enabled": LCUTypes.PluginResourceEvent,
|
|
@@ -604,11 +400,7 @@ export interface LCUWebSocketEvents {
|
|
|
604
400
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionDetails_PawEnabled": LCUTypes.PluginResourceEvent,
|
|
605
401
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionDetails_SkinsSectionEnabled": LCUTypes.PluginResourceEvent,
|
|
606
402
|
"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
403
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ChampSelectMutingEnabled": LCUTypes.PluginResourceEvent,
|
|
611
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ChampSelectReportV2Enabled": LCUTypes.PluginResourceEvent,
|
|
612
404
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ChampTradingTooltipEnabled": LCUTypes.PluginResourceEvent,
|
|
613
405
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_DisableAutoSmiteAssignment": LCUTypes.PluginResourceEvent,
|
|
614
406
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_DraftActionTickSoundThreshold": LCUTypes.PluginResourceEvent,
|
|
@@ -617,23 +409,17 @@ export interface LCUWebSocketEvents {
|
|
|
617
409
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_IsDisconnectNotificationEnabled": LCUTypes.PluginResourceEvent,
|
|
618
410
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_MinPickIntentDuration": LCUTypes.PluginResourceEvent,
|
|
619
411
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_PickOrderSwappingTooltipEnabled": LCUTypes.PluginResourceEvent,
|
|
620
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_PositionAssignmentAnimationEnabled": LCUTypes.PluginResourceEvent,
|
|
621
412
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_PotatoModeForced": LCUTypes.PluginResourceEvent,
|
|
622
413
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_RandomChampionEnabledGameQueues": LCUTypes.PluginResourceEvent,
|
|
623
414
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_RandomChampionRateLimitInterval": LCUTypes.PluginResourceEvent,
|
|
624
415
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_RandomChampionRateLimitMaxActions": LCUTypes.PluginResourceEvent,
|
|
625
416
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ReportingEnabled": LCUTypes.PluginResourceEvent,
|
|
626
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ShowChampSelectChangeTooltip": LCUTypes.PluginResourceEvent,
|
|
627
417
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ShowEmoteButton": LCUTypes.PluginResourceEvent,
|
|
628
418
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_SkinPurchaseEnabled": LCUTypes.PluginResourceEvent,
|
|
629
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_SkinPurchaseNotificationEnabled": LCUTypes.PluginResourceEvent,
|
|
630
419
|
"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
420
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification": LCUTypes.PluginResourceEvent,
|
|
634
421
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_Enabled": LCUTypes.PluginResourceEvent,
|
|
635
422
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_IsOptional": LCUTypes.PluginResourceEvent,
|
|
636
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_MandatoryAt": LCUTypes.PluginResourceEvent,
|
|
637
423
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_MaxOptionalLevel": LCUTypes.PluginResourceEvent,
|
|
638
424
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_MinimumSummonerLevel": LCUTypes.PluginResourceEvent,
|
|
639
425
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_RequiredLogins": LCUTypes.PluginResourceEvent,
|
|
@@ -645,29 +431,16 @@ export interface LCUWebSocketEvents {
|
|
|
645
431
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuGameSettings_InterfaceEnabled": LCUTypes.PluginResourceEvent,
|
|
646
432
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuGameSettings_SoundEnabled": LCUTypes.PluginResourceEvent,
|
|
647
433
|
"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
434
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHome_RequireItemLoaded": LCUTypes.PluginResourceEvent,
|
|
653
435
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHovercard": LCUTypes.PluginResourceEvent,
|
|
654
436
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHovercard_Disabled": LCUTypes.PluginResourceEvent,
|
|
655
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHovercard_RoleInfoEnabled": LCUTypes.PluginResourceEvent,
|
|
656
437
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLeagueSpectate": LCUTypes.PluginResourceEvent,
|
|
657
438
|
"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
439
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby": LCUTypes.PluginResourceEvent,
|
|
661
440
|
"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
441
|
"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
442
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_QueueEligibilityV2Enabled": LCUTypes.PluginResourceEvent,
|
|
669
443
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_SendInventoryTokenMetricsEnabled": LCUTypes.PluginResourceEvent,
|
|
670
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_UseInventoryToken": LCUTypes.PluginResourceEvent,
|
|
671
444
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLoyalty": LCUTypes.PluginResourceEvent,
|
|
672
445
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLoyalty_LeagueUnlockedEnabled": LCUTypes.PluginResourceEvent,
|
|
673
446
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLoyalty_LolcafeEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -675,8 +448,6 @@ export interface LCUWebSocketEvents {
|
|
|
675
448
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuNpe_HardMaxSummonerLevel": LCUTypes.PluginResourceEvent,
|
|
676
449
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuNpe_MaxSummonerLevel": LCUTypes.PluginResourceEvent,
|
|
677
450
|
"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
451
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments": LCUTypes.PluginResourceEvent,
|
|
681
452
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments_BypassAccountIds": LCUTypes.PluginResourceEvent,
|
|
682
453
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments_Host": LCUTypes.PluginResourceEvent,
|
|
@@ -692,17 +463,7 @@ export interface LCUWebSocketEvents {
|
|
|
692
463
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPurchaseWidget_CapOrdersUrl": LCUTypes.PluginResourceEvent,
|
|
693
464
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPurchaseWidget_Enabled": LCUTypes.PluginResourceEvent,
|
|
694
465
|
"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
466
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSettings": LCUTypes.PluginResourceEvent,
|
|
705
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSettings_FullRepairEnabled": LCUTypes.PluginResourceEvent,
|
|
706
467
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial": LCUTypes.PluginResourceEvent,
|
|
707
468
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_AutoLinkEnabled": LCUTypes.PluginResourceEvent,
|
|
708
469
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_ChatWindowResizeEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -712,7 +473,6 @@ export interface LCUWebSocketEvents {
|
|
|
712
473
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_ForceChatFilter": LCUTypes.PluginResourceEvent,
|
|
713
474
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_FriendRequestToastsDisabled": LCUTypes.PluginResourceEvent,
|
|
714
475
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_FriendsListGiftingEnabled": LCUTypes.PluginResourceEvent,
|
|
715
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_LcuSupportedGameQueues": LCUTypes.PluginResourceEvent,
|
|
716
476
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_MoreUnreadsEnabled": LCUTypes.PluginResourceEvent,
|
|
717
477
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_NewChatButtonEnabled": LCUTypes.PluginResourceEvent,
|
|
718
478
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_RecentlyPlayedDisabled": LCUTypes.PluginResourceEvent,
|
|
@@ -724,51 +484,28 @@ export interface LCUWebSocketEvents {
|
|
|
724
484
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSummonerIconPicker": LCUTypes.PluginResourceEvent,
|
|
725
485
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSummonerIconPicker_Enabled": LCUTypes.PluginResourceEvent,
|
|
726
486
|
"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
487
|
"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
488
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial": LCUTypes.PluginResourceEvent,
|
|
737
489
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_CarouselChampIds": LCUTypes.PluginResourceEvent,
|
|
738
490
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_Enabled": LCUTypes.PluginResourceEvent,
|
|
739
491
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_GameModeSelectEnabled": LCUTypes.PluginResourceEvent,
|
|
740
492
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_IntroABTestPercentage": LCUTypes.PluginResourceEvent,
|
|
741
493
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_NewPlayerExperienceEnabled": LCUTypes.PluginResourceEvent,
|
|
742
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_PracticeToolEnabled": LCUTypes.PluginResourceEvent,
|
|
743
494
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_SkipTutorialPathAfterLevel": LCUTypes.PluginResourceEvent,
|
|
744
495
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_StatsTimeout": LCUTypes.PluginResourceEvent,
|
|
745
496
|
"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
497
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig": LCUTypes.PluginResourceEvent,
|
|
749
498
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_ApexDemotionNotificationEnabled": LCUTypes.PluginResourceEvent,
|
|
750
499
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_ChallengerLaddersEnabled": LCUTypes.PluginResourceEvent,
|
|
751
500
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_ConfigRefreshIntervalSeconds": LCUTypes.PluginResourceEvent,
|
|
752
501
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_DefaultJwtTimeToLiveSeconds": LCUTypes.PluginResourceEvent,
|
|
753
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationSettingsName": LCUTypes.PluginResourceEvent,
|
|
754
502
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationSettingsSchemaVer": LCUTypes.PluginResourceEvent,
|
|
755
503
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationsConfig": LCUTypes.PluginResourceEvent,
|
|
756
504
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationsEnabled": LCUTypes.PluginResourceEvent,
|
|
757
505
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_FlexRestrictionModalEnabled": LCUTypes.PluginResourceEvent,
|
|
758
506
|
"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
507
|
"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
508
|
"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
509
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClient": LCUTypes.PluginResourceEvent,
|
|
773
510
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices": LCUTypes.PluginResourceEvent,
|
|
774
511
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_GSMv2": LCUTypes.PluginResourceEvent,
|
|
@@ -777,15 +514,9 @@ export interface LCUWebSocketEvents {
|
|
|
777
514
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_MarketingPreferences": LCUTypes.PluginResourceEvent,
|
|
778
515
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_Missions": LCUTypes.PluginResourceEvent,
|
|
779
516
|
"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
517
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_Summoner": LCUTypes.PluginResourceEvent,
|
|
783
518
|
"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
519
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClient_Enabled": LCUTypes.PluginResourceEvent,
|
|
788
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClient_LeagueSessionEnabled": LCUTypes.PluginResourceEvent,
|
|
789
520
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueSession_FailureRefreshTimeoutSeconds": LCUTypes.PluginResourceEvent,
|
|
790
521
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueSession_RefreshTokenOverride": LCUTypes.PluginResourceEvent,
|
|
791
522
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueSession_UseSessionRefreshV2": LCUTypes.PluginResourceEvent,
|
|
@@ -796,9 +527,6 @@ export interface LCUWebSocketEvents {
|
|
|
796
527
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_EnableStarShardsServices": LCUTypes.PluginResourceEvent,
|
|
797
528
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_EnableStarShardsUpgradeFlow": LCUTypes.PluginResourceEvent,
|
|
798
529
|
"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
530
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_UseV4LoadoutFlow": LCUTypes.PluginResourceEvent,
|
|
803
531
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_ValidInventoryTypes": LCUTypes.PluginResourceEvent,
|
|
804
532
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket": LCUTypes.PluginResourceEvent,
|
|
@@ -829,34 +557,12 @@ export interface LCUWebSocketEvents {
|
|
|
829
557
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_showEmailVerificationPopup": LCUTypes.PluginResourceEvent,
|
|
830
558
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_simpleMessages": LCUTypes.PluginResourceEvent,
|
|
831
559
|
"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
560
|
"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
561
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EventChestsEnabled": LCUTypes.PluginResourceEvent,
|
|
845
562
|
"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
563
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_LcuEnabled": LCUTypes.PluginResourceEvent,
|
|
849
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_LootMilestonesEnabled": LCUTypes.PluginResourceEvent,
|
|
850
564
|
"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
565
|
"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
566
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions": LCUTypes.PluginResourceEvent,
|
|
861
567
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions_EligibilityInventoryTypes": LCUTypes.PluginResourceEvent,
|
|
862
568
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions_MissionsCompressed": LCUTypes.PluginResourceEvent,
|
|
@@ -875,28 +581,19 @@ export interface LCUWebSocketEvents {
|
|
|
875
581
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Mutators_EnabledCustomModes": LCUTypes.PluginResourceEvent,
|
|
876
582
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Mutators_EnabledModes": LCUTypes.PluginResourceEvent,
|
|
877
583
|
"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
584
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory": LCUTypes.PluginResourceEvent,
|
|
882
585
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_ACSEndpoint": LCUTypes.PluginResourceEvent,
|
|
883
586
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_Enabled": LCUTypes.PluginResourceEvent,
|
|
884
587
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_MatchHistoryWebURL": LCUTypes.PluginResourceEvent,
|
|
885
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_PostIPXPToLegSEnabled": LCUTypes.PluginResourceEvent,
|
|
886
588
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_SharingEnabled": LCUTypes.PluginResourceEvent,
|
|
887
589
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_TftMatchHistoryEnabled": LCUTypes.PluginResourceEvent,
|
|
888
590
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerIntro": LCUTypes.PluginResourceEvent,
|
|
889
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerIntro_IntroUrl": LCUTypes.PluginResourceEvent,
|
|
890
591
|
"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
592
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties": LCUTypes.PluginResourceEvent,
|
|
895
593
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_EnableLobbyCreation": LCUTypes.PluginResourceEvent,
|
|
896
594
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_Enabled": LCUTypes.PluginResourceEvent,
|
|
897
595
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_EnabledForTeamBuilderQueues": LCUTypes.PluginResourceEvent,
|
|
898
596
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_GameflowRegistrationStatusRequired": LCUTypes.PluginResourceEvent,
|
|
899
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_GameflowSamplingProbability": LCUTypes.PluginResourceEvent,
|
|
900
597
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_LoginRegistrationTimeout": LCUTypes.PluginResourceEvent,
|
|
901
598
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_NotificationDelaySamplingPercentage": LCUTypes.PluginResourceEvent,
|
|
902
599
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_OpenPartyEnable": LCUTypes.PluginResourceEvent,
|
|
@@ -920,19 +617,10 @@ export interface LCUWebSocketEvents {
|
|
|
920
617
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_Port": LCUTypes.PluginResourceEvent,
|
|
921
618
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_PromotionEndTime": LCUTypes.PluginResourceEvent,
|
|
922
619
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_PromotionName": LCUTypes.PluginResourceEvent,
|
|
923
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_PromotionStartTime": LCUTypes.PluginResourceEvent,
|
|
924
620
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_Protocol": LCUTypes.PluginResourceEvent,
|
|
925
621
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_ServicePath": LCUTypes.PluginResourceEvent,
|
|
926
622
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_ShowNavButton": LCUTypes.PluginResourceEvent,
|
|
927
623
|
"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
624
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PlatformShutdown_Enabled": LCUTypes.PluginResourceEvent,
|
|
937
625
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerBehavior": LCUTypes.PluginResourceEvent,
|
|
938
626
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerBehavior_CodeOfConductEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -951,21 +639,15 @@ export interface LCUWebSocketEvents {
|
|
|
951
639
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Postgame_ShowPositionDetectionEnabled": LCUTypes.PluginResourceEvent,
|
|
952
640
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard": LCUTypes.PluginResourceEvent,
|
|
953
641
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_ACSLookup": LCUTypes.PluginResourceEvent,
|
|
954
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_ChampionMasteryLookup": LCUTypes.PluginResourceEvent,
|
|
955
642
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabled": LCUTypes.PluginResourceEvent,
|
|
956
643
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForBuddyPanelView": LCUTypes.PluginResourceEvent,
|
|
957
644
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForChatFriendsList": LCUTypes.PluginResourceEvent,
|
|
958
645
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForChatGroupChatParticipants": LCUTypes.PluginResourceEvent,
|
|
959
646
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForClubChatParticipants": LCUTypes.PluginResourceEvent,
|
|
960
647
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForCustomGameLobby": LCUTypes.PluginResourceEvent,
|
|
961
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForGameLobbySuggestedPlayers": LCUTypes.PluginResourceEvent,
|
|
962
648
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForSummonerQuickView": LCUTypes.PluginResourceEvent,
|
|
963
649
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForTeamBuilderSuggestedPlayers": LCUTypes.PluginResourceEvent,
|
|
964
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_LeagueLookup": LCUTypes.PluginResourceEvent,
|
|
965
650
|
"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
651
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Profiles_SkinsPickerEnabled": LCUTypes.PluginResourceEvent,
|
|
970
652
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PublishingContent": LCUTypes.PluginResourceEvent,
|
|
971
653
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PublishingContent_Enabled": LCUTypes.PluginResourceEvent,
|
|
@@ -976,7 +658,6 @@ export interface LCUWebSocketEvents {
|
|
|
976
658
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueImages_OverrideQueueImage": LCUTypes.PluginResourceEvent,
|
|
977
659
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction": LCUTypes.PluginResourceEvent,
|
|
978
660
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_AllowablePremadeSizesForQueueId440": LCUTypes.PluginResourceEvent,
|
|
979
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_KarmaEnabled": LCUTypes.PluginResourceEvent,
|
|
980
661
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndDivisionForPremadeSize2QueueId1100": LCUTypes.PluginResourceEvent,
|
|
981
662
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndDivisionForPremadeSize2QueueId420": LCUTypes.PluginResourceEvent,
|
|
982
663
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize1": LCUTypes.PluginResourceEvent,
|
|
@@ -1107,92 +788,39 @@ export interface LCUWebSocketEvents {
|
|
|
1107
788
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_ServiceEnabled": LCUTypes.PluginResourceEvent,
|
|
1108
789
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRewards": LCUTypes.PluginResourceEvent,
|
|
1109
790
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRewards_SoloAutoFillProtectionForQueueId440": LCUTypes.PluginResourceEvent,
|
|
791
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRewards_SoloIpRewardsForQueueId440": LCUTypes.PluginResourceEvent,
|
|
1110
792
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Regalia": LCUTypes.PluginResourceEvent,
|
|
1111
793
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Replays": LCUTypes.PluginResourceEvent,
|
|
1112
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Replays_MinSupportedGameServerVersion": LCUTypes.PluginResourceEvent,
|
|
1113
794
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Replays_MinutesUntilReplayConsideredLost": LCUTypes.PluginResourceEvent,
|
|
1114
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Replays_ThirdPersonAccessibleGameQueues": LCUTypes.PluginResourceEvent,
|
|
1115
795
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Rewards": LCUTypes.PluginResourceEvent,
|
|
1116
796
|
"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
797
|
"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
798
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinsViewer": LCUTypes.PluginResourceEvent,
|
|
1145
799
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinsViewer_DisableAllPurchase": LCUTypes.PluginResourceEvent,
|
|
1146
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinsViewer_VintageSkinSummonerIconConfig": LCUTypes.PluginResourceEvent,
|
|
1147
800
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard": LCUTypes.PluginResourceEvent,
|
|
1148
801
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_IsSocialLeaderboardEnabled": LCUTypes.PluginResourceEvent,
|
|
1149
802
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_MinsTillCacheExpiry": LCUTypes.PluginResourceEvent,
|
|
1150
803
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_SecsTillAvailabilityCacheExpiry": LCUTypes.PluginResourceEvent,
|
|
1151
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_UseSocialLeaderboardLeaguesEndpoint": LCUTypes.PluginResourceEvent,
|
|
1152
804
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Spectator": LCUTypes.PluginResourceEvent,
|
|
1153
805
|
"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
806
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers": LCUTypes.PluginResourceEvent,
|
|
1157
807
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_Enabled": LCUTypes.PluginResourceEvent,
|
|
1158
808
|
"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
809
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_MaxNumReplacements": LCUTypes.PluginResourceEvent,
|
|
1162
810
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_MaxNumSuggestedPlayers": LCUTypes.PluginResourceEvent,
|
|
1163
811
|
"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
812
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_ConfigRefreshIntervalSeconds": LCUTypes.PluginResourceEvent,
|
|
1168
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_JWTEnabled": LCUTypes.PluginResourceEvent,
|
|
1169
813
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_JWTMaxTimeoutSeconds": LCUTypes.PluginResourceEvent,
|
|
1170
814
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_JWTMinTimeoutSeconds": LCUTypes.PluginResourceEvent,
|
|
1171
815
|
"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
816
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft": LCUTypes.PluginResourceEvent,
|
|
1176
817
|
"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
818
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_LogAllLCDSMessages": LCUTypes.PluginResourceEvent,
|
|
1181
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_MidPrimaryWaitFactor": LCUTypes.PluginResourceEvent,
|
|
1182
819
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SendAfkCheckMetricsEnabled": LCUTypes.PluginResourceEvent,
|
|
1183
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SendSummonerIconJwt": LCUTypes.PluginResourceEvent,
|
|
1184
820
|
"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
821
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TencentAntiAddiction": LCUTypes.PluginResourceEvent,
|
|
1192
822
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TencentAntiAddiction_AntiAddictionUrl": LCUTypes.PluginResourceEvent,
|
|
1193
823
|
"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
824
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Trophies": LCUTypes.PluginResourceEvent,
|
|
1197
825
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Trophies_IsEnabledOnProfile": LCUTypes.PluginResourceEvent,
|
|
1198
826
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Trophies_IsOtherSummonersProfileEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -1201,6 +829,7 @@ export interface LCUWebSocketEvents {
|
|
|
1201
829
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_WardSkinConfig": LCUTypes.PluginResourceEvent,
|
|
1202
830
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_WardSkinConfig_UseLoadouts": LCUTypes.PluginResourceEvent,
|
|
1203
831
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_WardSkinConfig_WardSkinSelection": LCUTypes.PluginResourceEvent,
|
|
832
|
+
"OnJsonApiEvent_lol-player-behavior_v1_code-of-conduct-notification": LCUTypes.PluginResourceEvent,
|
|
1204
833
|
"OnJsonApiEvent_lol-player-behavior_v1_config": LCUTypes.PluginResourceEvent,
|
|
1205
834
|
"OnJsonApiEvent_lol-player-behavior_v2_reporter-feedback": LCUTypes.PluginResourceEvent,
|
|
1206
835
|
"OnJsonApiEvent_lol-player-behavior_v3_reform-cards": LCUTypes.PluginResourceEvent,
|
|
@@ -1218,6 +847,7 @@ export interface LCUWebSocketEvents {
|
|
|
1218
847
|
"OnJsonApiEvent_lol-publishing-content_v1_settings": LCUTypes.PluginResourceEvent,
|
|
1219
848
|
"OnJsonApiEvent_lol-purchase-widget_v1_configuration": LCUTypes.PluginResourceEvent,
|
|
1220
849
|
"OnJsonApiEvent_lol-purchase-widget_v3_purchase-offer-order-statuses": LCUTypes.PluginResourceEvent,
|
|
850
|
+
"OnJsonApiEvent_lol-ranked_v1_cached-ranked-stats": LCUTypes.PluginResourceEvent,
|
|
1221
851
|
"OnJsonApiEvent_lol-ranked_v1_challenger-ladders-enabled": LCUTypes.PluginResourceEvent,
|
|
1222
852
|
"OnJsonApiEvent_lol-ranked_v1_current-ranked-stats": LCUTypes.PluginResourceEvent,
|
|
1223
853
|
"OnJsonApiEvent_lol-ranked_v1_global-notifications": LCUTypes.PluginResourceEvent,
|
|
@@ -1235,6 +865,9 @@ export interface LCUWebSocketEvents {
|
|
|
1235
865
|
"OnJsonApiEvent_lol-rewards_v1_groups": LCUTypes.PluginResourceEvent,
|
|
1236
866
|
"OnJsonApiEvent_lol-rso-auth_configuration_v3": LCUTypes.PluginResourceEvent,
|
|
1237
867
|
"OnJsonApiEvent_lol-rso-auth_v1_authorization": LCUTypes.PluginResourceEvent,
|
|
868
|
+
"OnJsonApiEvent_lol-sanctum_v1_banners": LCUTypes.PluginResourceEvent,
|
|
869
|
+
"OnJsonApiEvent_lol-sanctum_v1_ready": LCUTypes.PluginResourceEvent,
|
|
870
|
+
"OnJsonApiEvent_lol-service-status_v1_ticker-messages": LCUTypes.PluginResourceEvent,
|
|
1238
871
|
"OnJsonApiEvent_lol-settings_v1_account": LCUTypes.PluginResourceEvent,
|
|
1239
872
|
"OnJsonApiEvent_lol-settings_v1_local": LCUTypes.PluginResourceEvent,
|
|
1240
873
|
"OnJsonApiEvent_lol-settings_v2_account": LCUTypes.PluginResourceEvent,
|
|
@@ -1243,14 +876,15 @@ export interface LCUWebSocketEvents {
|
|
|
1243
876
|
"OnJsonApiEvent_lol-settings_v2_ready": LCUTypes.PluginResourceEvent,
|
|
1244
877
|
"OnJsonApiEvent_lol-shoppefront_v1_ready": LCUTypes.PluginResourceEvent,
|
|
1245
878
|
"OnJsonApiEvent_lol-shoppefront_v1_stores": LCUTypes.PluginResourceEvent,
|
|
1246
|
-
"OnJsonApiEvent_lol-shutdown_v1_notification": LCUTypes.PluginResourceEvent,
|
|
1247
879
|
"OnJsonApiEvent_lol-spectator_v1_spectate": LCUTypes.PluginResourceEvent,
|
|
880
|
+
"OnJsonApiEvent_lol-statstones_v2_player-summary-self": LCUTypes.PluginResourceEvent,
|
|
1248
881
|
"OnJsonApiEvent_lol-store_v1_getStoreUrl": LCUTypes.PluginResourceEvent,
|
|
1249
882
|
"OnJsonApiEvent_lol-store_v1_store-ready": LCUTypes.PluginResourceEvent,
|
|
1250
883
|
"OnJsonApiEvent_lol-suggested-players_v1_suggested-players": LCUTypes.PluginResourceEvent,
|
|
1251
884
|
"OnJsonApiEvent_lol-summoner-profiles_v1_get-champion-mastery-view": LCUTypes.PluginResourceEvent,
|
|
1252
885
|
"OnJsonApiEvent_lol-summoner-profiles_v1_get-honor-view": LCUTypes.PluginResourceEvent,
|
|
1253
886
|
"OnJsonApiEvent_lol-summoner-profiles_v1_get-privacy-view": LCUTypes.PluginResourceEvent,
|
|
887
|
+
"OnJsonApiEvent_lol-summoner-profiles_v1_get-restriction-view": LCUTypes.PluginResourceEvent,
|
|
1254
888
|
"OnJsonApiEvent_lol-summoner-profiles_v1_get-summoner-level-view": LCUTypes.PluginResourceEvent,
|
|
1255
889
|
"OnJsonApiEvent_lol-summoner_v1_current-summoner": LCUTypes.PluginResourceEvent,
|
|
1256
890
|
"OnJsonApiEvent_lol-summoner_v1_player-alias-state": LCUTypes.PluginResourceEvent,
|
|
@@ -1262,11 +896,9 @@ export interface LCUWebSocketEvents {
|
|
|
1262
896
|
"OnJsonApiEvent_lol-tft-pass_v1_active-passes": LCUTypes.PluginResourceEvent,
|
|
1263
897
|
"OnJsonApiEvent_lol-tft-pass_v1_battle-pass": LCUTypes.PluginResourceEvent,
|
|
1264
898
|
"OnJsonApiEvent_lol-tft-pass_v1_config-fetched": LCUTypes.PluginResourceEvent,
|
|
1265
|
-
"OnJsonApiEvent_lol-tft-pass_v1_event-pass": LCUTypes.PluginResourceEvent,
|
|
1266
899
|
"OnJsonApiEvent_lol-tft-pass_v1_pm-ultimate-victory-pass": LCUTypes.PluginResourceEvent,
|
|
1267
900
|
"OnJsonApiEvent_lol-tft-pass_v1_ready": LCUTypes.PluginResourceEvent,
|
|
1268
901
|
"OnJsonApiEvent_lol-tft-pass_v1_skill-tree-pass": LCUTypes.PluginResourceEvent,
|
|
1269
|
-
"OnJsonApiEvent_lol-tft-skill-tree_v1_skill-tree": LCUTypes.PluginResourceEvent,
|
|
1270
902
|
"OnJsonApiEvent_lol-tft-team-planner_v1_config": LCUTypes.PluginResourceEvent,
|
|
1271
903
|
"OnJsonApiEvent_lol-tft-team-planner_v1_ftue": LCUTypes.PluginResourceEvent,
|
|
1272
904
|
"OnJsonApiEvent_lol-tft-team-planner_v1_previous-context": LCUTypes.PluginResourceEvent,
|
|
@@ -1328,9 +960,6 @@ export interface LCUWebSocketEvents {
|
|
|
1328
960
|
"OnLcdsEvent_com_riotgames_platform_game_PlayerCredentialsDto": LCUTypes.PluginLcdsEvent,
|
|
1329
961
|
"OnLcdsEvent_com_riotgames_platform_game_TeamSkinRentalDTO": LCUTypes.PluginLcdsEvent,
|
|
1330
962
|
"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
963
|
"OnLcdsEvent_com_riotgames_platform_leaverbuster_event_messaging_LeaverBusterLowPriorityQueueAbandoned": LCUTypes.PluginLcdsEvent,
|
|
1335
964
|
"OnLcdsEvent_com_riotgames_platform_loyalty_message_LoyaltyStateChangeNotification": LCUTypes.PluginLcdsEvent,
|
|
1336
965
|
"OnLcdsEvent_com_riotgames_platform_matchmaking_SearchingForMatchNotification": LCUTypes.PluginLcdsEvent,
|