@hasagi/types 15.4.1 → 15.7.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 +126 -100
- package/dist/lcu-events.d.ts +92 -107
- package/dist/lcu-types.d.ts +649 -708
- package/package.json +4 -4
package/dist/lcu-events.d.ts
CHANGED
|
@@ -4,9 +4,16 @@ export interface LCUWebSocketEvents {
|
|
|
4
4
|
[key: string]: LCUTypes.PluginResourceEvent | LCUTypes.BindingCallbackEvent | LCUTypes.PluginLcdsEvent | LCUTypes.PluginRegionLocaleChangedEvent | LCUTypes.LogEvent | LCUTypes.PluginServiceProxyResponse
|
|
5
5
|
"OnCallback": LCUTypes.BindingCallbackEvent,
|
|
6
6
|
"OnJsonApiEvent": LCUTypes.PluginResourceEvent,
|
|
7
|
+
"OnJsonApiEvent_chat_v1_session": LCUTypes.PluginResourceEvent,
|
|
8
|
+
"OnJsonApiEvent_chat_v1_settings": LCUTypes.PluginResourceEvent,
|
|
7
9
|
"OnJsonApiEvent_chat_v3_blocked": LCUTypes.PluginResourceEvent,
|
|
10
|
+
"OnJsonApiEvent_chat_v3_errors": LCUTypes.PluginResourceEvent,
|
|
8
11
|
"OnJsonApiEvent_chat_v3_friends": LCUTypes.PluginResourceEvent,
|
|
9
12
|
"OnJsonApiEvent_chat_v3_groups": LCUTypes.PluginResourceEvent,
|
|
13
|
+
"OnJsonApiEvent_chat_v4_presences": LCUTypes.PluginResourceEvent,
|
|
14
|
+
"OnJsonApiEvent_chat_v5_messages": LCUTypes.PluginResourceEvent,
|
|
15
|
+
"OnJsonApiEvent_chat_v5_participants": LCUTypes.PluginResourceEvent,
|
|
16
|
+
"OnJsonApiEvent_chat_v6_conversations": LCUTypes.PluginResourceEvent,
|
|
10
17
|
"OnJsonApiEvent_chat_v6_friendrequests": LCUTypes.PluginResourceEvent,
|
|
11
18
|
"OnJsonApiEvent_client-config_v1_status": LCUTypes.PluginResourceEvent,
|
|
12
19
|
"OnJsonApiEvent_client-config_v2_config": LCUTypes.PluginResourceEvent,
|
|
@@ -17,10 +24,11 @@ export interface LCUWebSocketEvents {
|
|
|
17
24
|
"OnJsonApiEvent_entitlements_v1_token": LCUTypes.PluginResourceEvent,
|
|
18
25
|
"OnJsonApiEvent_entitlements_v2_token": LCUTypes.PluginResourceEvent,
|
|
19
26
|
"OnJsonApiEvent_ga-restriction_v1_penalty-notifications": LCUTypes.PluginResourceEvent,
|
|
20
|
-
"OnJsonApiEvent_lol-
|
|
27
|
+
"OnJsonApiEvent_lol-active-boosts_v1_active-boosts": LCUTypes.PluginResourceEvent,
|
|
21
28
|
"OnJsonApiEvent_lol-activity-center_v1_ready": LCUTypes.PluginResourceEvent,
|
|
22
29
|
"OnJsonApiEvent_lol-anti-addiction_v1_anti-addiction-token": LCUTypes.PluginResourceEvent,
|
|
23
30
|
"OnJsonApiEvent_lol-cap-missions_v1_ready": LCUTypes.PluginResourceEvent,
|
|
31
|
+
"OnJsonApiEvent_lol-catalog_v1_items": LCUTypes.PluginResourceEvent,
|
|
24
32
|
"OnJsonApiEvent_lol-challenges_v1_client-state": LCUTypes.PluginResourceEvent,
|
|
25
33
|
"OnJsonApiEvent_lol-challenges_v1_seasons": LCUTypes.PluginResourceEvent,
|
|
26
34
|
"OnJsonApiEvent_lol-champ-select-legacy_v1_bannable-champion-ids": LCUTypes.PluginResourceEvent,
|
|
@@ -48,19 +56,26 @@ export interface LCUWebSocketEvents {
|
|
|
48
56
|
"OnJsonApiEvent_lol-chat_v1_friend-requests": LCUTypes.PluginResourceEvent,
|
|
49
57
|
"OnJsonApiEvent_lol-chat_v1_friends": LCUTypes.PluginResourceEvent,
|
|
50
58
|
"OnJsonApiEvent_lol-chat_v1_me": LCUTypes.PluginResourceEvent,
|
|
59
|
+
"OnJsonApiEvent_lol-chat_v1_resources": LCUTypes.PluginResourceEvent,
|
|
51
60
|
"OnJsonApiEvent_lol-chat_v1_session": LCUTypes.PluginResourceEvent,
|
|
61
|
+
"OnJsonApiEvent_lol-chat_v1_settings": LCUTypes.PluginResourceEvent,
|
|
52
62
|
"OnJsonApiEvent_lol-clash_v1_checkin-allowed": LCUTypes.PluginResourceEvent,
|
|
53
63
|
"OnJsonApiEvent_lol-clash_v1_disabled-config": LCUTypes.PluginResourceEvent,
|
|
54
64
|
"OnJsonApiEvent_lol-clash_v1_enabled": LCUTypes.PluginResourceEvent,
|
|
55
65
|
"OnJsonApiEvent_lol-clash_v1_iconconfig": LCUTypes.PluginResourceEvent,
|
|
66
|
+
"OnJsonApiEvent_lol-clash_v1_invited-roster-ids": LCUTypes.PluginResourceEvent,
|
|
56
67
|
"OnJsonApiEvent_lol-clash_v1_player": LCUTypes.PluginResourceEvent,
|
|
57
68
|
"OnJsonApiEvent_lol-clash_v1_playmode-restricted": LCUTypes.PluginResourceEvent,
|
|
58
69
|
"OnJsonApiEvent_lol-clash_v1_ready": LCUTypes.PluginResourceEvent,
|
|
70
|
+
"OnJsonApiEvent_lol-clash_v1_simple-state-flags": LCUTypes.PluginResourceEvent,
|
|
59
71
|
"OnJsonApiEvent_lol-clash_v1_time": LCUTypes.PluginResourceEvent,
|
|
60
72
|
"OnJsonApiEvent_lol-clash_v1_visible": LCUTypes.PluginResourceEvent,
|
|
61
73
|
"OnJsonApiEvent_lol-clash_v1_voice-enabled": LCUTypes.PluginResourceEvent,
|
|
62
74
|
"OnJsonApiEvent_lol-clash_v2_playmode-restricted": LCUTypes.PluginResourceEvent,
|
|
63
75
|
"OnJsonApiEvent_lol-client-config_v3_client-config": LCUTypes.PluginResourceEvent,
|
|
76
|
+
"OnJsonApiEvent_lol-collections_v1_inventories": LCUTypes.PluginResourceEvent,
|
|
77
|
+
"OnJsonApiEvent_lol-cosmetics_v1_favorites": LCUTypes.PluginResourceEvent,
|
|
78
|
+
"OnJsonApiEvent_lol-cosmetics_v1_inventories": LCUTypes.PluginResourceEvent,
|
|
64
79
|
"OnJsonApiEvent_lol-drops_v1_ready": LCUTypes.PluginResourceEvent,
|
|
65
80
|
"OnJsonApiEvent_lol-dx9-deprecation_needs-hardware-upgrade": LCUTypes.PluginResourceEvent,
|
|
66
81
|
"OnJsonApiEvent_lol-end-of-game_v1_eog-stats-block": LCUTypes.PluginResourceEvent,
|
|
@@ -80,6 +95,7 @@ export interface LCUWebSocketEvents {
|
|
|
80
95
|
"OnJsonApiEvent_lol-game-queues_v1_queues": LCUTypes.PluginResourceEvent,
|
|
81
96
|
"OnJsonApiEvent_lol-game-settings_v1_game-settings": LCUTypes.PluginResourceEvent,
|
|
82
97
|
"OnJsonApiEvent_lol-game-settings_v1_input-settings": LCUTypes.PluginResourceEvent,
|
|
98
|
+
"OnJsonApiEvent_lol-game-settings_v1_ready": LCUTypes.PluginResourceEvent,
|
|
83
99
|
"OnJsonApiEvent_lol-gameflow_v1_availability": LCUTypes.PluginResourceEvent,
|
|
84
100
|
"OnJsonApiEvent_lol-gameflow_v1_battle-training": LCUTypes.PluginResourceEvent,
|
|
85
101
|
"OnJsonApiEvent_lol-gameflow_v1_early-exit-notifications": LCUTypes.PluginResourceEvent,
|
|
@@ -102,6 +118,7 @@ export interface LCUWebSocketEvents {
|
|
|
102
118
|
"OnJsonApiEvent_lol-hovercard_v1_friend-info": LCUTypes.PluginResourceEvent,
|
|
103
119
|
"OnJsonApiEvent_lol-hovercard_v1_friend-info-by-summoner": LCUTypes.PluginResourceEvent,
|
|
104
120
|
"OnJsonApiEvent_lol-inventory_v1_initial-configuration-complete": LCUTypes.PluginResourceEvent,
|
|
121
|
+
"OnJsonApiEvent_lol-inventory_v1_inventory": LCUTypes.PluginResourceEvent,
|
|
105
122
|
"OnJsonApiEvent_lol-inventory_v1_signedInventory": LCUTypes.PluginResourceEvent,
|
|
106
123
|
"OnJsonApiEvent_lol-inventory_v1_wallet": LCUTypes.PluginResourceEvent,
|
|
107
124
|
"OnJsonApiEvent_lol-inventory_v2_inventory": LCUTypes.PluginResourceEvent,
|
|
@@ -114,9 +131,11 @@ export interface LCUWebSocketEvents {
|
|
|
114
131
|
"OnJsonApiEvent_lol-license-agreement_v1_serve-location": LCUTypes.PluginResourceEvent,
|
|
115
132
|
"OnJsonApiEvent_lol-loadouts_v1_enabled": LCUTypes.PluginResourceEvent,
|
|
116
133
|
"OnJsonApiEvent_lol-loadouts_v1_loadouts-ready": LCUTypes.PluginResourceEvent,
|
|
134
|
+
"OnJsonApiEvent_lol-loadouts_v4_loadout": LCUTypes.PluginResourceEvent,
|
|
117
135
|
"OnJsonApiEvent_lol-loadouts_v4_loadouts": LCUTypes.PluginResourceEvent,
|
|
118
136
|
"OnJsonApiEvent_lol-lobby-team-builder_champ-select_v1": LCUTypes.PluginResourceEvent,
|
|
119
137
|
"OnJsonApiEvent_lol-lobby-team-builder_v1_matchmaking": LCUTypes.PluginResourceEvent,
|
|
138
|
+
"OnJsonApiEvent_lol-lobby_v1_lobby": LCUTypes.PluginResourceEvent,
|
|
120
139
|
"OnJsonApiEvent_lol-lobby_v2_comms": LCUTypes.PluginResourceEvent,
|
|
121
140
|
"OnJsonApiEvent_lol-lobby_v2_eligibility": LCUTypes.PluginResourceEvent,
|
|
122
141
|
"OnJsonApiEvent_lol-lobby_v2_lobby": LCUTypes.PluginResourceEvent,
|
|
@@ -130,14 +149,23 @@ export interface LCUWebSocketEvents {
|
|
|
130
149
|
"OnJsonApiEvent_lol-login_v1_session": LCUTypes.PluginResourceEvent,
|
|
131
150
|
"OnJsonApiEvent_lol-login_v1_wallet": LCUTypes.PluginResourceEvent,
|
|
132
151
|
"OnJsonApiEvent_lol-login_v2_league-session-init-token": LCUTypes.PluginResourceEvent,
|
|
152
|
+
"OnJsonApiEvent_lol-loot_v1_currency-configuration": LCUTypes.PluginResourceEvent,
|
|
133
153
|
"OnJsonApiEvent_lol-loot_v1_enabled": LCUTypes.PluginResourceEvent,
|
|
154
|
+
"OnJsonApiEvent_lol-loot_v1_milestones": LCUTypes.PluginResourceEvent,
|
|
155
|
+
"OnJsonApiEvent_lol-loot_v1_player-display-categories": LCUTypes.PluginResourceEvent,
|
|
156
|
+
"OnJsonApiEvent_lol-loot_v1_player-loot": LCUTypes.PluginResourceEvent,
|
|
157
|
+
"OnJsonApiEvent_lol-loot_v1_player-loot-map": LCUTypes.PluginResourceEvent,
|
|
134
158
|
"OnJsonApiEvent_lol-loot_v1_ready": LCUTypes.PluginResourceEvent,
|
|
159
|
+
"OnJsonApiEvent_lol-loot_v1_recipes": LCUTypes.PluginResourceEvent,
|
|
160
|
+
"OnJsonApiEvent_lol-loot_v2_player-loot-map": LCUTypes.PluginResourceEvent,
|
|
135
161
|
"OnJsonApiEvent_lol-loyalty_v1_status-notification": LCUTypes.PluginResourceEvent,
|
|
136
162
|
"OnJsonApiEvent_lol-maps_v1_maps": LCUTypes.PluginResourceEvent,
|
|
137
163
|
"OnJsonApiEvent_lol-maps_v2_maps": LCUTypes.PluginResourceEvent,
|
|
138
164
|
"OnJsonApiEvent_lol-marketing-preferences_v1_ready": LCUTypes.PluginResourceEvent,
|
|
165
|
+
"OnJsonApiEvent_lol-marketplace_v1_products": LCUTypes.PluginResourceEvent,
|
|
139
166
|
"OnJsonApiEvent_lol-matchmaking_v1_search": LCUTypes.PluginResourceEvent,
|
|
140
167
|
"OnJsonApiEvent_lol-missions_v1_missions": LCUTypes.PluginResourceEvent,
|
|
168
|
+
"OnJsonApiEvent_lol-missions_v1_series": LCUTypes.PluginResourceEvent,
|
|
141
169
|
"OnJsonApiEvent_lol-nacho_v1_banner": LCUTypes.PluginResourceEvent,
|
|
142
170
|
"OnJsonApiEvent_lol-nacho_v1_banner-odds": LCUTypes.PluginResourceEvent,
|
|
143
171
|
"OnJsonApiEvent_lol-nacho_v1_banners": LCUTypes.PluginResourceEvent,
|
|
@@ -146,13 +174,21 @@ export interface LCUWebSocketEvents {
|
|
|
146
174
|
"OnJsonApiEvent_lol-nacho_v1_get-store-digests": LCUTypes.PluginResourceEvent,
|
|
147
175
|
"OnJsonApiEvent_lol-nacho_v1_ready": LCUTypes.PluginResourceEvent,
|
|
148
176
|
"OnJsonApiEvent_lol-nacho_v1_roll-purchase-enabled": LCUTypes.PluginResourceEvent,
|
|
177
|
+
"OnJsonApiEvent_lol-npe-tutorial-path_v1_rewards": LCUTypes.PluginResourceEvent,
|
|
178
|
+
"OnJsonApiEvent_lol-npe-tutorial-path_v1_settings": LCUTypes.PluginResourceEvent,
|
|
179
|
+
"OnJsonApiEvent_lol-npe-tutorial-path_v1_tutorials": LCUTypes.PluginResourceEvent,
|
|
180
|
+
"OnJsonApiEvent_lol-objectives_v1_objectives": LCUTypes.PluginResourceEvent,
|
|
181
|
+
"OnJsonApiEvent_lol-objectives_v1_ready": LCUTypes.PluginResourceEvent,
|
|
149
182
|
"OnJsonApiEvent_lol-patch_v1_checking-enabled": LCUTypes.PluginResourceEvent,
|
|
150
183
|
"OnJsonApiEvent_lol-patch_v1_environment": LCUTypes.PluginResourceEvent,
|
|
151
184
|
"OnJsonApiEvent_lol-patch_v1_game-version": LCUTypes.PluginResourceEvent,
|
|
152
185
|
"OnJsonApiEvent_lol-patch_v1_notifications": LCUTypes.PluginResourceEvent,
|
|
153
186
|
"OnJsonApiEvent_lol-patch_v1_products": LCUTypes.PluginResourceEvent,
|
|
154
187
|
"OnJsonApiEvent_lol-patch_v1_status": LCUTypes.PluginResourceEvent,
|
|
188
|
+
"OnJsonApiEvent_lol-perks_v1_inventory": LCUTypes.PluginResourceEvent,
|
|
189
|
+
"OnJsonApiEvent_lol-perks_v1_pages": LCUTypes.PluginResourceEvent,
|
|
155
190
|
"OnJsonApiEvent_lol-perks_v1_perks": LCUTypes.PluginResourceEvent,
|
|
191
|
+
"OnJsonApiEvent_lol-perks_v1_settings": LCUTypes.PluginResourceEvent,
|
|
156
192
|
"OnJsonApiEvent_lol-perks_v1_styles": LCUTypes.PluginResourceEvent,
|
|
157
193
|
"OnJsonApiEvent_lol-platform-config_v1_initial-configuration-complete": LCUTypes.PluginResourceEvent,
|
|
158
194
|
"OnJsonApiEvent_lol-platform-config_v1_namespace_Parties_PublishPresenceDelay": LCUTypes.PluginResourceEvent,
|
|
@@ -168,7 +204,6 @@ export interface LCUWebSocketEvents {
|
|
|
168
204
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_SettingsVerifyEnabled": LCUTypes.PluginResourceEvent,
|
|
169
205
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_ShouldUseNewAvs": LCUTypes.PluginResourceEvent,
|
|
170
206
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Banners": LCUTypes.PluginResourceEvent,
|
|
171
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Banners_Enabled": LCUTypes.PluginResourceEvent,
|
|
172
207
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Banners_IsEnabledOnProfile": LCUTypes.PluginResourceEvent,
|
|
173
208
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Banners_IsEquipEnabled": LCUTypes.PluginResourceEvent,
|
|
174
209
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Banners_IsOtherSummonersProfileEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -241,7 +276,6 @@ export interface LCUWebSocketEvents {
|
|
|
241
276
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_BracketSpectateEnabled": LCUTypes.PluginResourceEvent,
|
|
242
277
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_CapacityIndicatorEnabled": LCUTypes.PluginResourceEvent,
|
|
243
278
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_ClashStartModalEnabled": LCUTypes.PluginResourceEvent,
|
|
244
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_DarkModeEntitlement": LCUTypes.PluginResourceEvent,
|
|
245
279
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_EatTooltipEnabled": LCUTypes.PluginResourceEvent,
|
|
246
280
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_EnabledState": LCUTypes.PluginResourceEvent,
|
|
247
281
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_EndOfGameFlowEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -255,13 +289,11 @@ export interface LCUWebSocketEvents {
|
|
|
255
289
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_LoginModalEnabled": LCUTypes.PluginResourceEvent,
|
|
256
290
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_PremiumTicketsEnabled": LCUTypes.PluginResourceEvent,
|
|
257
291
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_ScoutingEnabled": LCUTypes.PluginResourceEvent,
|
|
258
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_SmsVerificationEnabled": LCUTypes.PluginResourceEvent,
|
|
259
292
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_StorePageLink": LCUTypes.PluginResourceEvent,
|
|
260
293
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_SubstitutionEnabled": LCUTypes.PluginResourceEvent,
|
|
261
294
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_ThirdPartyInvitesEnabled": LCUTypes.PluginResourceEvent,
|
|
262
295
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_TutorialEnabled": LCUTypes.PluginResourceEvent,
|
|
263
296
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_Visibility": LCUTypes.PluginResourceEvent,
|
|
264
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_VoiceEnabled": LCUTypes.PluginResourceEvent,
|
|
265
297
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_Worlds2020LootModalEnabled": LCUTypes.PluginResourceEvent,
|
|
266
298
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Clash_AramIntroModalEnabled": LCUTypes.PluginResourceEvent,
|
|
267
299
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates": LCUTypes.PluginResourceEvent,
|
|
@@ -329,11 +361,10 @@ export interface LCUWebSocketEvents {
|
|
|
329
361
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ContextualEducation_TargetMinionsPerWave": LCUTypes.PluginResourceEvent,
|
|
330
362
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_CustomGame": LCUTypes.PluginResourceEvent,
|
|
331
363
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_CustomGame_BotsAvailableInAram": LCUTypes.PluginResourceEvent,
|
|
332
|
-
"OnJsonApiEvent_lol-platform-
|
|
364
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_CustomGame_MinorRestrictionsEnabled": LCUTypes.PluginResourceEvent,
|
|
333
365
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampionSkins": LCUTypes.PluginResourceEvent,
|
|
334
366
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampionSkins_DisabledChampionSkins": LCUTypes.PluginResourceEvent,
|
|
335
367
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampionSkins_DisabledChromas": LCUTypes.PluginResourceEvent,
|
|
336
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampion_ODINBOT-5x5": LCUTypes.PluginResourceEvent,
|
|
337
368
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions": LCUTypes.PluginResourceEvent,
|
|
338
369
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ARAM": LCUTypes.PluginResourceEvent,
|
|
339
370
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ARAM_BOT": LCUTypes.PluginResourceEvent,
|
|
@@ -357,7 +388,6 @@ export interface LCUWebSocketEvents {
|
|
|
357
388
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_GAMEMODEX": LCUTypes.PluginResourceEvent,
|
|
358
389
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_HEXAKILL": LCUTypes.PluginResourceEvent,
|
|
359
390
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_KINGPORO": LCUTypes.PluginResourceEvent,
|
|
360
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_KINGPORO-5X5": LCUTypes.PluginResourceEvent,
|
|
361
391
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_KING_PORO": LCUTypes.PluginResourceEvent,
|
|
362
392
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_LNY23_TFT": LCUTypes.PluginResourceEvent,
|
|
363
393
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_LNY24_TFT": LCUTypes.PluginResourceEvent,
|
|
@@ -368,9 +398,6 @@ export interface LCUWebSocketEvents {
|
|
|
368
398
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_NORMAL_3x3": LCUTypes.PluginResourceEvent,
|
|
369
399
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_NORMAL_TFT": LCUTypes.PluginResourceEvent,
|
|
370
400
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODIN": LCUTypes.PluginResourceEvent,
|
|
371
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODINBOT": LCUTypes.PluginResourceEvent,
|
|
372
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODINBOT-5x5": LCUTypes.PluginResourceEvent,
|
|
373
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODINBOT_5x5": LCUTypes.PluginResourceEvent,
|
|
374
401
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODIN_UNRANKED": LCUTypes.PluginResourceEvent,
|
|
375
402
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODYSSEY": LCUTypes.PluginResourceEvent,
|
|
376
403
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ONEFORALL": LCUTypes.PluginResourceEvent,
|
|
@@ -379,8 +406,6 @@ export interface LCUWebSocketEvents {
|
|
|
379
406
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_PVE_PUZZLE_TFT": LCUTypes.PluginResourceEvent,
|
|
380
407
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_FLEX_SR": LCUTypes.PluginResourceEvent,
|
|
381
408
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_FLEX_TT": LCUTypes.PluginResourceEvent,
|
|
382
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_PREMADE_3x3": LCUTypes.PluginResourceEvent,
|
|
383
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_PREMADE_5x5": LCUTypes.PluginResourceEvent,
|
|
384
409
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_SOLO_5x5": LCUTypes.PluginResourceEvent,
|
|
385
410
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_TEAM_3x3": LCUTypes.PluginResourceEvent,
|
|
386
411
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_TEAM_5x5": LCUTypes.PluginResourceEvent,
|
|
@@ -405,6 +430,7 @@ export interface LCUWebSocketEvents {
|
|
|
405
430
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ULTBOOK": LCUTypes.PluginResourceEvent,
|
|
406
431
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_URF": LCUTypes.PluginResourceEvent,
|
|
407
432
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_URF_BOT": LCUTypes.PluginResourceEvent,
|
|
433
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_URF_CLASH": LCUTypes.PluginResourceEvent,
|
|
408
434
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DiscordRP_IsEnabled": LCUTypes.PluginResourceEvent,
|
|
409
435
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DockedPrompt": LCUTypes.PluginResourceEvent,
|
|
410
436
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DockedPrompt_EnabledNewDockedPromptRenderer": LCUTypes.PluginResourceEvent,
|
|
@@ -448,14 +474,14 @@ export interface LCUWebSocketEvents {
|
|
|
448
474
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Emotes": LCUTypes.PluginResourceEvent,
|
|
449
475
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Emotes_IsEmotePanelEnabled": LCUTypes.PluginResourceEvent,
|
|
450
476
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Emotes_IsEmoteTutorialModalEnabled": LCUTypes.PluginResourceEvent,
|
|
451
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings": LCUTypes.PluginResourceEvent,
|
|
452
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_GiftRecipientLevelMin": LCUTypes.PluginResourceEvent,
|
|
453
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_GiftSenderLevelMin": LCUTypes.PluginResourceEvent,
|
|
454
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_GiftSenderRPMax": LCUTypes.PluginResourceEvent,
|
|
455
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_RecipientGiftDailyMax": LCUTypes.PluginResourceEvent,
|
|
456
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_SenderGiftDailyMax": LCUTypes.PluginResourceEvent,
|
|
457
477
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGifting": LCUTypes.PluginResourceEvent,
|
|
458
478
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGifting_Enabled": LCUTypes.PluginResourceEvent,
|
|
479
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndofGameGiftSettings": LCUTypes.PluginResourceEvent,
|
|
480
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndofGameGiftSettings_GiftRecipientLevelMin": LCUTypes.PluginResourceEvent,
|
|
481
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndofGameGiftSettings_GiftSenderLevelMin": LCUTypes.PluginResourceEvent,
|
|
482
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndofGameGiftSettings_GiftSenderRPMax": LCUTypes.PluginResourceEvent,
|
|
483
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndofGameGiftSettings_RecipientGiftDailyMax": LCUTypes.PluginResourceEvent,
|
|
484
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndofGameGiftSettings_SenderGiftDailyMax": LCUTypes.PluginResourceEvent,
|
|
459
485
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EoGReporting": LCUTypes.PluginResourceEvent,
|
|
460
486
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EoGReporting_GameAgnosticReportingTrinary": LCUTypes.PluginResourceEvent,
|
|
461
487
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Esports_NotificationsAssetMagickURL": LCUTypes.PluginResourceEvent,
|
|
@@ -477,31 +503,8 @@ export interface LCUWebSocketEvents {
|
|
|
477
503
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_QueuesDelayedRefreshMaxTimeout": LCUTypes.PluginResourceEvent,
|
|
478
504
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_QueuesDelayedRefreshMinTimeout": LCUTypes.PluginResourceEvent,
|
|
479
505
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations": LCUTypes.PluginResourceEvent,
|
|
480
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_AssociationUrlTemplate": LCUTypes.PluginResourceEvent,
|
|
481
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_ContactDetailsUrlTemplate": LCUTypes.PluginResourceEvent,
|
|
482
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_ContactsUrlTemplate": LCUTypes.PluginResourceEvent,
|
|
483
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_EnableAddFriendButton": LCUTypes.PluginResourceEvent,
|
|
484
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_EnableSocial": LCUTypes.PluginResourceEvent,
|
|
485
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_EnableViewAllPanel": LCUTypes.PluginResourceEvent,
|
|
486
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_EnabledPercent": LCUTypes.PluginResourceEvent,
|
|
487
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_EnabledSocialNetworks": LCUTypes.PluginResourceEvent,
|
|
488
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_FacebookAssociationUrlTemplate": LCUTypes.PluginResourceEvent,
|
|
489
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_FacebookUnlinkUrlTemplate": LCUTypes.PluginResourceEvent,
|
|
490
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_FaqLink": LCUTypes.PluginResourceEvent,
|
|
491
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_HideFriends": LCUTypes.PluginResourceEvent,
|
|
492
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_PlayerLevelForNewNotification": LCUTypes.PluginResourceEvent,
|
|
493
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_RegistrationPollDurationMillis": LCUTypes.PluginResourceEvent,
|
|
494
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_RegistrationPollRateMillis": LCUTypes.PluginResourceEvent,
|
|
495
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_ShowToolTip": LCUTypes.PluginResourceEvent,
|
|
496
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_StatusExpiryMillis": LCUTypes.PluginResourceEvent,
|
|
497
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_UnlinkUrlTemplate": LCUTypes.PluginResourceEvent,
|
|
498
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_UseNativeFacebookPop": LCUTypes.PluginResourceEvent,
|
|
499
506
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameClientCmdLineToggles": LCUTypes.PluginResourceEvent,
|
|
500
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameClientCmdLineToggles_EnableLNP": LCUTypes.PluginResourceEvent,
|
|
501
507
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameClientCmdLineToggles_UseDX11": LCUTypes.PluginResourceEvent,
|
|
502
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameClientCmdLineToggles_UseMetal": LCUTypes.PluginResourceEvent,
|
|
503
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameClientCmdLineToggles_UseNewX3D": LCUTypes.PluginResourceEvent,
|
|
504
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameClientCmdLineToggles_UseNewX3DFramebuffers": LCUTypes.PluginResourceEvent,
|
|
505
508
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameInvites": LCUTypes.PluginResourceEvent,
|
|
506
509
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameInvites_GameInviteServiceEnabled": LCUTypes.PluginResourceEvent,
|
|
507
510
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameInvites_InviteBulkMaxSize": LCUTypes.PluginResourceEvent,
|
|
@@ -510,13 +513,9 @@ export interface LCUWebSocketEvents {
|
|
|
510
513
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameTimerSync": LCUTypes.PluginResourceEvent,
|
|
511
514
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameTimerSync_Enabled": LCUTypes.PluginResourceEvent,
|
|
512
515
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameTimerSync_PercentOfTotalTimerToSyncAt": LCUTypes.PluginResourceEvent,
|
|
513
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Gameflow": LCUTypes.PluginResourceEvent,
|
|
514
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Gameflow_ForceGameLocaleAsEnglish": LCUTypes.PluginResourceEvent,
|
|
515
516
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Gameflow_ShouldSendRiotClientHeartBeat": LCUTypes.PluginResourceEvent,
|
|
516
517
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GeoInfo": LCUTypes.PluginResourceEvent,
|
|
517
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GeoInfo_Enabled": LCUTypes.PluginResourceEvent,
|
|
518
518
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GuestSlots": LCUTypes.PluginResourceEvent,
|
|
519
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GuestSlots_Enabled": LCUTypes.PluginResourceEvent,
|
|
520
519
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Highlights": LCUTypes.PluginResourceEvent,
|
|
521
520
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Highlights_Enabled": LCUTypes.PluginResourceEvent,
|
|
522
521
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor": LCUTypes.PluginResourceEvent,
|
|
@@ -524,8 +523,6 @@ export interface LCUWebSocketEvents {
|
|
|
524
523
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor_Enabled": LCUTypes.PluginResourceEvent,
|
|
525
524
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor_Honor2018Enabled": LCUTypes.PluginResourceEvent,
|
|
526
525
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor_SecondsToVote": LCUTypes.PluginResourceEvent,
|
|
527
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_IconConfig": LCUTypes.PluginResourceEvent,
|
|
528
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_IconConfig_EnabledState": LCUTypes.PluginResourceEvent,
|
|
529
526
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Inventory": LCUTypes.PluginResourceEvent,
|
|
530
527
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Inventory_BaseServiceUrl": LCUTypes.PluginResourceEvent,
|
|
531
528
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Inventory_Enabled": LCUTypes.PluginResourceEvent,
|
|
@@ -541,15 +538,20 @@ export interface LCUWebSocketEvents {
|
|
|
541
538
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUACS": LCUTypes.PluginResourceEvent,
|
|
542
539
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUACS_Endpoint": LCUTypes.PluginResourceEvent,
|
|
543
540
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUACS_UseIdTokens": LCUTypes.PluginResourceEvent,
|
|
541
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAlphaShutdown": LCUTypes.PluginResourceEvent,
|
|
542
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUAlphaShutdown_Countdown": LCUTypes.PluginResourceEvent,
|
|
544
543
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections": LCUTypes.PluginResourceEvent,
|
|
545
544
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_Enabled": LCUTypes.PluginResourceEvent,
|
|
546
545
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUAugmentsVisible": LCUTypes.PluginResourceEvent,
|
|
546
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUCollectiblesChromasEnabled": LCUTypes.PluginResourceEvent,
|
|
547
547
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUCollectiblesFinishersEnabled": LCUTypes.PluginResourceEvent,
|
|
548
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUCollectiblesWardSkinsEnabled": LCUTypes.PluginResourceEvent,
|
|
549
548
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUMasteriesVisible": LCUTypes.PluginResourceEvent,
|
|
550
549
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUPerksVisible": LCUTypes.PluginResourceEvent,
|
|
551
550
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCURunesVisible": LCUTypes.PluginResourceEvent,
|
|
552
551
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUSkinsViewerEnabled": LCUTypes.PluginResourceEvent,
|
|
552
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUMatchHistory": LCUTypes.PluginResourceEvent,
|
|
553
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUMatchHistory_Enabled": LCUTypes.PluginResourceEvent,
|
|
554
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUMatchHistory_MatchHistoryWebURL": LCUTypes.PluginResourceEvent,
|
|
553
555
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore": LCUTypes.PluginResourceEvent,
|
|
554
556
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_CanQueryInactiveItems": LCUTypes.PluginResourceEvent,
|
|
555
557
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_DisableCapRMS": LCUTypes.PluginResourceEvent,
|
|
@@ -565,9 +567,10 @@ export interface LCUWebSocketEvents {
|
|
|
565
567
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_UseRsoAccessToken": LCUTypes.PluginResourceEvent,
|
|
566
568
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCU_AirClientAlphaInviteEnabled": LCUTypes.PluginResourceEvent,
|
|
567
569
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCU_AirClientAlphaInviteURL": LCUTypes.PluginResourceEvent,
|
|
568
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAlphaShutdown": LCUTypes.PluginResourceEvent,
|
|
569
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAlphaShutdown_Countdown": LCUTypes.PluginResourceEvent,
|
|
570
570
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAlphaShutdown_Enabled": LCUTypes.PluginResourceEvent,
|
|
571
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAutoLogout": LCUTypes.PluginResourceEvent,
|
|
572
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAutoLogout_IdleExitAfterWarningMinutes": LCUTypes.PluginResourceEvent,
|
|
573
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAutoLogout_IdleWarningMinutes": LCUTypes.PluginResourceEvent,
|
|
571
574
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuBuddySpectate": LCUTypes.PluginResourceEvent,
|
|
572
575
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuBuddySpectate_Enabled": LCUTypes.PluginResourceEvent,
|
|
573
576
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionDetails": LCUTypes.PluginResourceEvent,
|
|
@@ -598,34 +601,7 @@ export interface LCUWebSocketEvents {
|
|
|
598
601
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_SkinPurchaseNotificationEnabled": LCUTypes.PluginResourceEvent,
|
|
599
602
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_SkinPurchaseTime": LCUTypes.PluginResourceEvent,
|
|
600
603
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting": LCUTypes.PluginResourceEvent,
|
|
601
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_ABTestFilterEnabled": LCUTypes.PluginResourceEvent,
|
|
602
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_ABTestFilterGroups": LCUTypes.PluginResourceEvent,
|
|
603
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_ABTestFilterSalt": LCUTypes.PluginResourceEvent,
|
|
604
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_Enabled": LCUTypes.PluginResourceEvent,
|
|
605
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_EntitlementsFilterEnabled": LCUTypes.PluginResourceEvent,
|
|
606
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_LaneFilterEnabled": LCUTypes.PluginResourceEvent,
|
|
607
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_LevelFilterEnabled": LCUTypes.PluginResourceEvent,
|
|
608
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_LocationFiltersEnabled": LCUTypes.PluginResourceEvent,
|
|
609
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_Mapping": LCUTypes.PluginResourceEvent,
|
|
610
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_MasteryFilterChampionLimit": LCUTypes.PluginResourceEvent,
|
|
611
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_MasteryFilterDaysSinceLastPlayed": LCUTypes.PluginResourceEvent,
|
|
612
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_MasteryFilterEnabled": LCUTypes.PluginResourceEvent,
|
|
613
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_MasteryFilterLevelThreshold": LCUTypes.PluginResourceEvent,
|
|
614
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_MissionsFilterEnabled": LCUTypes.PluginResourceEvent,
|
|
615
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_ModalEnabled": LCUTypes.PluginResourceEvent,
|
|
616
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_RankFilterEnabled": LCUTypes.PluginResourceEvent,
|
|
617
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_RankedFilterEnabled": LCUTypes.PluginResourceEvent,
|
|
618
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_RevivalFilterEnabled": LCUTypes.PluginResourceEvent,
|
|
619
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_RevivalFilterThreshold": LCUTypes.PluginResourceEvent,
|
|
620
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_ShowSettingsForAll": LCUTypes.PluginResourceEvent,
|
|
621
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_TargetingAttributeStorageBaseUri": LCUTypes.PluginResourceEvent,
|
|
622
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_TargetingAttributeStorageEnabled": LCUTypes.PluginResourceEvent,
|
|
623
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_TargetingAttributeStorageRolloutPct": LCUTypes.PluginResourceEvent,
|
|
624
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_TargetingAttributeStorageUri": LCUTypes.PluginResourceEvent,
|
|
625
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_TasIngestionDelayInSeconds": LCUTypes.PluginResourceEvent,
|
|
626
604
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuDisambiguation": LCUTypes.PluginResourceEvent,
|
|
627
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuDisambiguation_Enabled": LCUTypes.PluginResourceEvent,
|
|
628
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuDisambiguation_Required": LCUTypes.PluginResourceEvent,
|
|
629
605
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification": LCUTypes.PluginResourceEvent,
|
|
630
606
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_Enabled": LCUTypes.PluginResourceEvent,
|
|
631
607
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_IsOptional": LCUTypes.PluginResourceEvent,
|
|
@@ -650,7 +626,6 @@ export interface LCUWebSocketEvents {
|
|
|
650
626
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLeagueSpectate": LCUTypes.PluginResourceEvent,
|
|
651
627
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLeagueSpectate_Enabled": LCUTypes.PluginResourceEvent,
|
|
652
628
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLevelUp": LCUTypes.PluginResourceEvent,
|
|
653
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLevelUp_EventEnabled": LCUTypes.PluginResourceEvent,
|
|
654
629
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLevelUp_ModalNotificationDisabled": LCUTypes.PluginResourceEvent,
|
|
655
630
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby": LCUTypes.PluginResourceEvent,
|
|
656
631
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_AutoGrantInviteEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -675,13 +650,11 @@ export interface LCUWebSocketEvents {
|
|
|
675
650
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments_BypassAccountIds": LCUTypes.PluginResourceEvent,
|
|
676
651
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments_Host": LCUTypes.PluginResourceEvent,
|
|
677
652
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments_PmcEdgeHost": LCUTypes.PluginResourceEvent,
|
|
678
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments_PmcEdgeUrl": LCUTypes.PluginResourceEvent,
|
|
679
653
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments_PmcSessionsEnabled": LCUTypes.PluginResourceEvent,
|
|
680
654
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments_RiotPayEnabled": LCUTypes.PluginResourceEvent,
|
|
681
655
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments_RiotPayThrottle": LCUTypes.PluginResourceEvent,
|
|
682
656
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuProfiles": LCUTypes.PluginResourceEvent,
|
|
683
657
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuProfiles_Enabled": LCUTypes.PluginResourceEvent,
|
|
684
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuProfiles_ForceLayout": LCUTypes.PluginResourceEvent,
|
|
685
658
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPurchaseWidget": LCUTypes.PluginResourceEvent,
|
|
686
659
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPurchaseWidget_BaseUrl": LCUTypes.PluginResourceEvent,
|
|
687
660
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPurchaseWidget_CapOrdersUrl": LCUTypes.PluginResourceEvent,
|
|
@@ -723,6 +696,7 @@ export interface LCUWebSocketEvents {
|
|
|
723
696
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_HubEnabled": LCUTypes.PluginResourceEvent,
|
|
724
697
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_MatchHistoryEnabled": LCUTypes.PluginResourceEvent,
|
|
725
698
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_OrbEnabled": LCUTypes.PluginResourceEvent,
|
|
699
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_PatchNotesUrl": LCUTypes.PluginResourceEvent,
|
|
726
700
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_PlayButtonEnabled": LCUTypes.PluginResourceEvent,
|
|
727
701
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_SeriesInternalName": LCUTypes.PluginResourceEvent,
|
|
728
702
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_TftHomeEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -745,12 +719,8 @@ export interface LCUWebSocketEvents {
|
|
|
745
719
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_CurrentSplit": LCUTypes.PluginResourceEvent,
|
|
746
720
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_CurrentYear": LCUTypes.PluginResourceEvent,
|
|
747
721
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_DefaultJwtTimeToLiveSeconds": LCUTypes.PluginResourceEvent,
|
|
748
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationEndTime": LCUTypes.PluginResourceEvent,
|
|
749
722
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationSettingsName": LCUTypes.PluginResourceEvent,
|
|
750
723
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationSettingsSchemaVer": LCUTypes.PluginResourceEvent,
|
|
751
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationStartTime1": LCUTypes.PluginResourceEvent,
|
|
752
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationStartTime2": LCUTypes.PluginResourceEvent,
|
|
753
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationStartTime3": LCUTypes.PluginResourceEvent,
|
|
754
724
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationsConfig": LCUTypes.PluginResourceEvent,
|
|
755
725
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationsEnabled": LCUTypes.PluginResourceEvent,
|
|
756
726
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosRewardGroupsConfig": LCUTypes.PluginResourceEvent,
|
|
@@ -758,7 +728,6 @@ export interface LCUWebSocketEvents {
|
|
|
758
728
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_FlexRestrictionModalEnabled": LCUTypes.PluginResourceEvent,
|
|
759
729
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_IsGlobalNotificationsEnabled": LCUTypes.PluginResourceEvent,
|
|
760
730
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_IsPreseason": LCUTypes.PluginResourceEvent,
|
|
761
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_IsSplitStartModalEnabled": LCUTypes.PluginResourceEvent,
|
|
762
731
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_JWTEnabled": LCUTypes.PluginResourceEvent,
|
|
763
732
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_LeagueServiceEnabled": LCUTypes.PluginResourceEvent,
|
|
764
733
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_MasterTierEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -788,9 +757,7 @@ export interface LCUWebSocketEvents {
|
|
|
788
757
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_Tastes": LCUTypes.PluginResourceEvent,
|
|
789
758
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_Teambuilder": LCUTypes.PluginResourceEvent,
|
|
790
759
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientLeagueSessionServicesEnabled": LCUTypes.PluginResourceEvent,
|
|
791
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientLeagueSessionServicesEnabled_Leagues": LCUTypes.PluginResourceEvent,
|
|
792
760
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientServiceTrafficBalanceRate": LCUTypes.PluginResourceEvent,
|
|
793
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientServiceTrafficBalanceRate_Parties": LCUTypes.PluginResourceEvent,
|
|
794
761
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClient_Enabled": LCUTypes.PluginResourceEvent,
|
|
795
762
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClient_LeagueSessionEnabled": LCUTypes.PluginResourceEvent,
|
|
796
763
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueSession_FailureRefreshTimeoutSeconds": LCUTypes.PluginResourceEvent,
|
|
@@ -841,6 +808,11 @@ export interface LCUWebSocketEvents {
|
|
|
841
808
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestBundleDiscount3": LCUTypes.PluginResourceEvent,
|
|
842
809
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestBundleDiscount4": LCUTypes.PluginResourceEvent,
|
|
843
810
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestBundleDiscount5": LCUTypes.PluginResourceEvent,
|
|
811
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestsBundleId1": LCUTypes.PluginResourceEvent,
|
|
812
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestsBundleId2": LCUTypes.PluginResourceEvent,
|
|
813
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestsBundleId3": LCUTypes.PluginResourceEvent,
|
|
814
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestsBundleId4": LCUTypes.PluginResourceEvent,
|
|
815
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestsBundleId5": LCUTypes.PluginResourceEvent,
|
|
844
816
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EnableMythicEssenceDisplay": LCUTypes.PluginResourceEvent,
|
|
845
817
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_Enabled": LCUTypes.PluginResourceEvent,
|
|
846
818
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EventChestBundleId1": LCUTypes.PluginResourceEvent,
|
|
@@ -862,6 +834,11 @@ export interface LCUWebSocketEvents {
|
|
|
862
834
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_PurchaseChestsEnabled": LCUTypes.PluginResourceEvent,
|
|
863
835
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_Visible": LCUTypes.PluginResourceEvent,
|
|
864
836
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_WorldsTokensEnabled": LCUTypes.PluginResourceEvent,
|
|
837
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootService": LCUTypes.PluginResourceEvent,
|
|
838
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootService_Enabled": LCUTypes.PluginResourceEvent,
|
|
839
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootService_NewPlayerChestEnabled": LCUTypes.PluginResourceEvent,
|
|
840
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootService_PurchaseChestsEnabled": LCUTypes.PluginResourceEvent,
|
|
841
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootService_Visible": LCUTypes.PluginResourceEvent,
|
|
865
842
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Masteries": LCUTypes.PluginResourceEvent,
|
|
866
843
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Masteries_ShowPointsResetMessage": LCUTypes.PluginResourceEvent,
|
|
867
844
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions": LCUTypes.PluginResourceEvent,
|
|
@@ -885,7 +862,6 @@ export interface LCUWebSocketEvents {
|
|
|
885
862
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Navigation": LCUTypes.PluginResourceEvent,
|
|
886
863
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Navigation_NavBarDisplayMode": LCUTypes.PluginResourceEvent,
|
|
887
864
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Navigation_UseEnhancedMenu": LCUTypes.PluginResourceEvent,
|
|
888
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Navigation_UseTextLabels": LCUTypes.PluginResourceEvent,
|
|
889
865
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory": LCUTypes.PluginResourceEvent,
|
|
890
866
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_Enabled": LCUTypes.PluginResourceEvent,
|
|
891
867
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_MatchHistoryWebURL": LCUTypes.PluginResourceEvent,
|
|
@@ -896,6 +872,12 @@ export interface LCUWebSocketEvents {
|
|
|
896
872
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerIntro": LCUTypes.PluginResourceEvent,
|
|
897
873
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerIntro_IntroUrl": LCUTypes.PluginResourceEvent,
|
|
898
874
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerIntro_NewSummonerIconIds": LCUTypes.PluginResourceEvent,
|
|
875
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerLandingPage": LCUTypes.PluginResourceEvent,
|
|
876
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerLandingPage_ChampDisplayList": LCUTypes.PluginResourceEvent,
|
|
877
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerLandingPage_Enabled": LCUTypes.PluginResourceEvent,
|
|
878
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerLandingPage_LikeUsURL": LCUTypes.PluginResourceEvent,
|
|
879
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerLandingPage_MaxLevel": LCUTypes.PluginResourceEvent,
|
|
880
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerLandingPage_SubscribeURL": LCUTypes.PluginResourceEvent,
|
|
899
881
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerRouter": LCUTypes.PluginResourceEvent,
|
|
900
882
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerRouter_ABDisablingOfTutorial": LCUTypes.PluginResourceEvent,
|
|
901
883
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerRouter_QueueID": LCUTypes.PluginResourceEvent,
|
|
@@ -928,7 +910,6 @@ export interface LCUWebSocketEvents {
|
|
|
928
910
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_PromotionName": LCUTypes.PluginResourceEvent,
|
|
929
911
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_PromotionStartTime": LCUTypes.PluginResourceEvent,
|
|
930
912
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_Protocol": LCUTypes.PluginResourceEvent,
|
|
931
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_ServiceConfig": LCUTypes.PluginResourceEvent,
|
|
932
913
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_ServicePath": LCUTypes.PluginResourceEvent,
|
|
933
914
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_ShowNavButton": LCUTypes.PluginResourceEvent,
|
|
934
915
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_ThemedBackground": LCUTypes.PluginResourceEvent,
|
|
@@ -959,7 +940,6 @@ export interface LCUWebSocketEvents {
|
|
|
959
940
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard": LCUTypes.PluginResourceEvent,
|
|
960
941
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_ACSLookup": LCUTypes.PluginResourceEvent,
|
|
961
942
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_ChampionMasteryLookup": LCUTypes.PluginResourceEvent,
|
|
962
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_CreateStringConfiguration": LCUTypes.PluginResourceEvent,
|
|
963
943
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabled": LCUTypes.PluginResourceEvent,
|
|
964
944
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForBuddyPanelView": LCUTypes.PluginResourceEvent,
|
|
965
945
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForChatFriendsList": LCUTypes.PluginResourceEvent,
|
|
@@ -967,7 +947,6 @@ export interface LCUWebSocketEvents {
|
|
|
967
947
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForClubChatParticipants": LCUTypes.PluginResourceEvent,
|
|
968
948
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForCustomGameLobby": LCUTypes.PluginResourceEvent,
|
|
969
949
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForGameLobbySuggestedPlayers": LCUTypes.PluginResourceEvent,
|
|
970
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForGroupFinderCapViewSuggestedPlayers": LCUTypes.PluginResourceEvent,
|
|
971
950
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForSummonerQuickView": LCUTypes.PluginResourceEvent,
|
|
972
951
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForTeamBuilderSuggestedPlayers": LCUTypes.PluginResourceEvent,
|
|
973
952
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_LeagueLookup": LCUTypes.PluginResourceEvent,
|
|
@@ -980,7 +959,6 @@ export interface LCUWebSocketEvents {
|
|
|
980
959
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PublishingContent_Enabled": LCUTypes.PluginResourceEvent,
|
|
981
960
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PublishingContent_LocalePreferenceEnabled": LCUTypes.PluginResourceEvent,
|
|
982
961
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PublishingContent_LocalePreferenceOptions": LCUTypes.PluginResourceEvent,
|
|
983
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PublishingContent_TftGdsTest": LCUTypes.PluginResourceEvent,
|
|
984
962
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_PublishingContent_TftHubCardsUrl": LCUTypes.PluginResourceEvent,
|
|
985
963
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueImages": LCUTypes.PluginResourceEvent,
|
|
986
964
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueImages_OverrideQueueImage": LCUTypes.PluginResourceEvent,
|
|
@@ -996,31 +974,29 @@ export interface LCUWebSocketEvents {
|
|
|
996
974
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize1QueueId470": LCUTypes.PluginResourceEvent,
|
|
997
975
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize1QueueId9": LCUTypes.PluginResourceEvent,
|
|
998
976
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize2": LCUTypes.PluginResourceEvent,
|
|
999
|
-
"OnJsonApiEvent_lol-platform-
|
|
977
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize2QueueId4": LCUTypes.PluginResourceEvent,
|
|
1000
978
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize2QueueId420": LCUTypes.PluginResourceEvent,
|
|
1001
979
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize2QueueId440": LCUTypes.PluginResourceEvent,
|
|
1002
980
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize2QueueId470": LCUTypes.PluginResourceEvent,
|
|
1003
981
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize2QueueId9": LCUTypes.PluginResourceEvent,
|
|
1004
982
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize3": LCUTypes.PluginResourceEvent,
|
|
1005
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize3QueueId410": LCUTypes.PluginResourceEvent,
|
|
1006
983
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize3QueueId420": LCUTypes.PluginResourceEvent,
|
|
1007
984
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize3QueueId440": LCUTypes.PluginResourceEvent,
|
|
1008
985
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize3QueueId470": LCUTypes.PluginResourceEvent,
|
|
1009
986
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize3QueueId9": LCUTypes.PluginResourceEvent,
|
|
1010
987
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize4": LCUTypes.PluginResourceEvent,
|
|
1011
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize4QueueId410": LCUTypes.PluginResourceEvent,
|
|
1012
988
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize4QueueId420": LCUTypes.PluginResourceEvent,
|
|
1013
989
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize4QueueId440": LCUTypes.PluginResourceEvent,
|
|
1014
990
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize4QueueId470": LCUTypes.PluginResourceEvent,
|
|
1015
991
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize4QueueId9": LCUTypes.PluginResourceEvent,
|
|
1016
992
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize5": LCUTypes.PluginResourceEvent,
|
|
1017
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize5QueueId410": LCUTypes.PluginResourceEvent,
|
|
1018
993
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize5QueueId420": LCUTypes.PluginResourceEvent,
|
|
1019
994
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize5QueueId440": LCUTypes.PluginResourceEvent,
|
|
1020
995
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize5QueueId470": LCUTypes.PluginResourceEvent,
|
|
1021
996
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize5QueueId9": LCUTypes.PluginResourceEvent,
|
|
1022
997
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_QueuesRequiringTwentyChampions": LCUTypes.PluginResourceEvent,
|
|
1023
998
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueDefaultUnseededTier": LCUTypes.PluginResourceEvent,
|
|
999
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueDefaultUnseededTierQueueId4": LCUTypes.PluginResourceEvent,
|
|
1024
1000
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueDefaultUnseededTierQueueId410": LCUTypes.PluginResourceEvent,
|
|
1025
1001
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueDefaultUnseededTierQueueId420": LCUTypes.PluginResourceEvent,
|
|
1026
1002
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueDefaultUnseededTierQueueId440": LCUTypes.PluginResourceEvent,
|
|
@@ -1033,30 +1009,35 @@ export interface LCUWebSocketEvents {
|
|
|
1033
1009
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighMmrPremadeRestrictionEnabled": LCUTypes.PluginResourceEvent,
|
|
1034
1010
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighMmrPremadeTier": LCUTypes.PluginResourceEvent,
|
|
1035
1011
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTier": LCUTypes.PluginResourceEvent,
|
|
1012
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTierQueueId4": LCUTypes.PluginResourceEvent,
|
|
1036
1013
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTierQueueId410": LCUTypes.PluginResourceEvent,
|
|
1037
1014
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTierQueueId420": LCUTypes.PluginResourceEvent,
|
|
1038
1015
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTierQueueId440": LCUTypes.PluginResourceEvent,
|
|
1039
1016
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTierQueueId470": LCUTypes.PluginResourceEvent,
|
|
1040
1017
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTierQueueId9": LCUTypes.PluginResourceEvent,
|
|
1041
1018
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDelta": LCUTypes.PluginResourceEvent,
|
|
1019
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDeltaQueueId4": LCUTypes.PluginResourceEvent,
|
|
1042
1020
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDeltaQueueId410": LCUTypes.PluginResourceEvent,
|
|
1043
1021
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDeltaQueueId420": LCUTypes.PluginResourceEvent,
|
|
1044
1022
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDeltaQueueId440": LCUTypes.PluginResourceEvent,
|
|
1045
1023
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDeltaQueueId470": LCUTypes.PluginResourceEvent,
|
|
1046
1024
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDeltaQueueId9": LCUTypes.PluginResourceEvent,
|
|
1047
1025
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMode": LCUTypes.PluginResourceEvent,
|
|
1026
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionModeQueueId4": LCUTypes.PluginResourceEvent,
|
|
1048
1027
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionModeQueueId410": LCUTypes.PluginResourceEvent,
|
|
1049
1028
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionModeQueueId420": LCUTypes.PluginResourceEvent,
|
|
1050
1029
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionModeQueueId440": LCUTypes.PluginResourceEvent,
|
|
1051
1030
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionModeQueueId470": LCUTypes.PluginResourceEvent,
|
|
1052
1031
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionModeQueueId9": LCUTypes.PluginResourceEvent,
|
|
1053
1032
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDelta": LCUTypes.PluginResourceEvent,
|
|
1033
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDeltaQueueId4": LCUTypes.PluginResourceEvent,
|
|
1054
1034
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDeltaQueueId410": LCUTypes.PluginResourceEvent,
|
|
1055
1035
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDeltaQueueId420": LCUTypes.PluginResourceEvent,
|
|
1056
1036
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDeltaQueueId440": LCUTypes.PluginResourceEvent,
|
|
1057
1037
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDeltaQueueId470": LCUTypes.PluginResourceEvent,
|
|
1058
1038
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDeltaQueueId9": LCUTypes.PluginResourceEvent,
|
|
1059
1039
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMode": LCUTypes.PluginResourceEvent,
|
|
1040
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionModeQueueId4": LCUTypes.PluginResourceEvent,
|
|
1060
1041
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionModeQueueId410": LCUTypes.PluginResourceEvent,
|
|
1061
1042
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionModeQueueId420": LCUTypes.PluginResourceEvent,
|
|
1062
1043
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionModeQueueId440": LCUTypes.PluginResourceEvent,
|
|
@@ -1069,9 +1050,6 @@ export interface LCUWebSocketEvents {
|
|
|
1069
1050
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Replays_ThirdPersonAccessibleGameQueues": LCUTypes.PluginResourceEvent,
|
|
1070
1051
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Rewards": LCUTypes.PluginResourceEvent,
|
|
1071
1052
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Rewards_Enabled": LCUTypes.PluginResourceEvent,
|
|
1072
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SLcuChampionSelecttring": LCUTypes.PluginResourceEvent,
|
|
1073
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SLcuChampionSelecttring_RandomChampionRateLimitInterval": LCUTypes.PluginResourceEvent,
|
|
1074
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SLcuChampionSelecttring_RandomChampionRateLimitMaxActions": LCUTypes.PluginResourceEvent,
|
|
1075
1053
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Sanitizer": LCUTypes.PluginResourceEvent,
|
|
1076
1054
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Sanitizer_Level1Unfilter": LCUTypes.PluginResourceEvent,
|
|
1077
1055
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward": LCUTypes.PluginResourceEvent,
|
|
@@ -1084,7 +1062,6 @@ export interface LCUWebSocketEvents {
|
|
|
1084
1062
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_QualificationWarningEnabled": LCUTypes.PluginResourceEvent,
|
|
1085
1063
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_ServiceCallEnabled": LCUTypes.PluginResourceEvent,
|
|
1086
1064
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Sentry": LCUTypes.PluginResourceEvent,
|
|
1087
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Sentry_SampleRate": LCUTypes.PluginResourceEvent,
|
|
1088
1065
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ServiceStatusAPI": LCUTypes.PluginResourceEvent,
|
|
1089
1066
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ServiceStatusAPI_Enabled": LCUTypes.PluginResourceEvent,
|
|
1090
1067
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory": LCUTypes.PluginResourceEvent,
|
|
@@ -1095,12 +1072,14 @@ export interface LCUWebSocketEvents {
|
|
|
1095
1072
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_MatchHistoryUrlTemplate": LCUTypes.PluginResourceEvent,
|
|
1096
1073
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_ShareEndOfGameEnabled": LCUTypes.PluginResourceEvent,
|
|
1097
1074
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_ShareGameUrlTemplate": LCUTypes.PluginResourceEvent,
|
|
1075
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_ShareMatchHistory": LCUTypes.PluginResourceEvent,
|
|
1098
1076
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinRentals": LCUTypes.PluginResourceEvent,
|
|
1099
1077
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinRentals_Enabled": LCUTypes.PluginResourceEvent,
|
|
1100
1078
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinsViewer": LCUTypes.PluginResourceEvent,
|
|
1101
1079
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinsViewer_VintageSkinSummonerIconConfig": LCUTypes.PluginResourceEvent,
|
|
1102
1080
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard": LCUTypes.PluginResourceEvent,
|
|
1103
1081
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_IsSocialLeaderboardEnabled": LCUTypes.PluginResourceEvent,
|
|
1082
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_LeaguesPuuidPageSize": LCUTypes.PluginResourceEvent,
|
|
1104
1083
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_MinsTillCacheExpiry": LCUTypes.PluginResourceEvent,
|
|
1105
1084
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_SecsTillAvailabilityCacheExpiry": LCUTypes.PluginResourceEvent,
|
|
1106
1085
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_UseSocialLeaderboardLeaguesEndpoint": LCUTypes.PluginResourceEvent,
|
|
@@ -1118,9 +1097,7 @@ export interface LCUWebSocketEvents {
|
|
|
1118
1097
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_OnlineFriendsLimit": LCUTypes.PluginResourceEvent,
|
|
1119
1098
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_PreviousPremadesLimit": LCUTypes.PluginResourceEvent,
|
|
1120
1099
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_VictoriousComradesLimit": LCUTypes.PluginResourceEvent,
|
|
1121
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner": LCUTypes.PluginResourceEvent,
|
|
1122
1100
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_ConfigRefreshIntervalSeconds": LCUTypes.PluginResourceEvent,
|
|
1123
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_JWTEnabled": LCUTypes.PluginResourceEvent,
|
|
1124
1101
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_JWTMaxTimeoutSeconds": LCUTypes.PluginResourceEvent,
|
|
1125
1102
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_JWTMinTimeoutSeconds": LCUTypes.PluginResourceEvent,
|
|
1126
1103
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_SummonerProfileCacheEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -1128,6 +1105,7 @@ export interface LCUWebSocketEvents {
|
|
|
1128
1105
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBoost_AllSkinEnabled": LCUTypes.PluginResourceEvent,
|
|
1129
1106
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBoost_RandomSkinEnabled": LCUTypes.PluginResourceEvent,
|
|
1130
1107
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft": LCUTypes.PluginResourceEvent,
|
|
1108
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_ActionTimeoutRecoveryEnabled": LCUTypes.PluginResourceEvent,
|
|
1131
1109
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_EnableChampionSelectPreferences": LCUTypes.PluginResourceEvent,
|
|
1132
1110
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_EstimatedWaitAdjustmentEnabled": LCUTypes.PluginResourceEvent,
|
|
1133
1111
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_FillPrimaryWaitFactor": LCUTypes.PluginResourceEvent,
|
|
@@ -1135,7 +1113,6 @@ export interface LCUWebSocketEvents {
|
|
|
1135
1113
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_LogAllLCDSMessages": LCUTypes.PluginResourceEvent,
|
|
1136
1114
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_MidPrimaryWaitFactor": LCUTypes.PluginResourceEvent,
|
|
1137
1115
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SendAfkCheckMetricsEnabled": LCUTypes.PluginResourceEvent,
|
|
1138
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SendSummonerIconJwt": LCUTypes.PluginResourceEvent,
|
|
1139
1116
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_ServiceCallTimeoutMillis": LCUTypes.PluginResourceEvent,
|
|
1140
1117
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SkinPurchaseEnabled": LCUTypes.PluginResourceEvent,
|
|
1141
1118
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SupportPrimaryWaitFactor": LCUTypes.PluginResourceEvent,
|
|
@@ -1143,8 +1120,9 @@ export interface LCUWebSocketEvents {
|
|
|
1143
1120
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_TBRerollServiceEnabled": LCUTypes.PluginResourceEvent,
|
|
1144
1121
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_TakeoverEnabled": LCUTypes.PluginResourceEvent,
|
|
1145
1122
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_UnlockLockInButtonTimeoutEnabled": LCUTypes.PluginResourceEvent,
|
|
1146
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_UnlockLockInButtonWaitTime": LCUTypes.PluginResourceEvent,
|
|
1147
1123
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TencentAntiAddiction_Enabled": LCUTypes.PluginResourceEvent,
|
|
1124
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Testing": LCUTypes.PluginResourceEvent,
|
|
1125
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Testing_Rcarter": LCUTypes.PluginResourceEvent,
|
|
1148
1126
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ThirdPartyVerification": LCUTypes.PluginResourceEvent,
|
|
1149
1127
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ThirdPartyVerification_CAHServiceEnabled": LCUTypes.PluginResourceEvent,
|
|
1150
1128
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Trophies": LCUTypes.PluginResourceEvent,
|
|
@@ -1153,7 +1131,6 @@ export interface LCUWebSocketEvents {
|
|
|
1153
1131
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Voice": LCUTypes.PluginResourceEvent,
|
|
1154
1132
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Voice_Enabled": LCUTypes.PluginResourceEvent,
|
|
1155
1133
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_WardSkinConfig": LCUTypes.PluginResourceEvent,
|
|
1156
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_WardSkinConfig_UseGsmLoadouts": LCUTypes.PluginResourceEvent,
|
|
1157
1134
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_WardSkinConfig_UseLoadouts": LCUTypes.PluginResourceEvent,
|
|
1158
1135
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_WardSkinConfig_WardSkinSelection": LCUTypes.PluginResourceEvent,
|
|
1159
1136
|
"OnJsonApiEvent_lol-player-behavior_v1_config": LCUTypes.PluginResourceEvent,
|
|
@@ -1163,6 +1140,7 @@ export interface LCUWebSocketEvents {
|
|
|
1163
1140
|
"OnJsonApiEvent_lol-pre-end-of-game_v1_currentSequenceEvent": LCUTypes.PluginResourceEvent,
|
|
1164
1141
|
"OnJsonApiEvent_lol-premade-voice_v1_availability": LCUTypes.PluginResourceEvent,
|
|
1165
1142
|
"OnJsonApiEvent_lol-premade-voice_v1_capturedevices": LCUTypes.PluginResourceEvent,
|
|
1143
|
+
"OnJsonApiEvent_lol-premade-voice_v1_first-experience": LCUTypes.PluginResourceEvent,
|
|
1166
1144
|
"OnJsonApiEvent_lol-premade-voice_v1_participant-records": LCUTypes.PluginResourceEvent,
|
|
1167
1145
|
"OnJsonApiEvent_lol-premade-voice_v1_settings": LCUTypes.PluginResourceEvent,
|
|
1168
1146
|
"OnJsonApiEvent_lol-progression_v1_groups": LCUTypes.PluginResourceEvent,
|
|
@@ -1179,7 +1157,6 @@ export interface LCUWebSocketEvents {
|
|
|
1179
1157
|
"OnJsonApiEvent_lol-ranked_v1_notifications": LCUTypes.PluginResourceEvent,
|
|
1180
1158
|
"OnJsonApiEvent_lol-ranked_v1_ranked-stats": LCUTypes.PluginResourceEvent,
|
|
1181
1159
|
"OnJsonApiEvent_lol-ranked_v1_signed-ranked-stats": LCUTypes.PluginResourceEvent,
|
|
1182
|
-
"OnJsonApiEvent_lol-ranked_v1_splits-config": LCUTypes.PluginResourceEvent,
|
|
1183
1160
|
"OnJsonApiEvent_lol-ranked_v1_top-rated-ladders-enabled": LCUTypes.PluginResourceEvent,
|
|
1184
1161
|
"OnJsonApiEvent_lol-regalia_v2_config": LCUTypes.PluginResourceEvent,
|
|
1185
1162
|
"OnJsonApiEvent_lol-regalia_v2_summoners": LCUTypes.PluginResourceEvent,
|
|
@@ -1199,6 +1176,8 @@ export interface LCUWebSocketEvents {
|
|
|
1199
1176
|
"OnJsonApiEvent_lol-settings_v2_ready": LCUTypes.PluginResourceEvent,
|
|
1200
1177
|
"OnJsonApiEvent_lol-shutdown_v1_notification": LCUTypes.PluginResourceEvent,
|
|
1201
1178
|
"OnJsonApiEvent_lol-spectator_v1_spectate": LCUTypes.PluginResourceEvent,
|
|
1179
|
+
"OnJsonApiEvent_lol-statstones_v2_player-summary-self": LCUTypes.PluginResourceEvent,
|
|
1180
|
+
"OnJsonApiEvent_lol-store_v1_getStoreUrl": LCUTypes.PluginResourceEvent,
|
|
1202
1181
|
"OnJsonApiEvent_lol-store_v1_store-ready": LCUTypes.PluginResourceEvent,
|
|
1203
1182
|
"OnJsonApiEvent_lol-suggested-players_v1_suggested-players": LCUTypes.PluginResourceEvent,
|
|
1204
1183
|
"OnJsonApiEvent_lol-summoner_v1_current-summoner": LCUTypes.PluginResourceEvent,
|
|
@@ -1211,11 +1190,16 @@ export interface LCUWebSocketEvents {
|
|
|
1211
1190
|
"OnJsonApiEvent_lol-tft-pass_v1_ready": LCUTypes.PluginResourceEvent,
|
|
1212
1191
|
"OnJsonApiEvent_lol-tft-pass_v1_skill-tree-pass": LCUTypes.PluginResourceEvent,
|
|
1213
1192
|
"OnJsonApiEvent_lol-tft-team-planner_v1_config": LCUTypes.PluginResourceEvent,
|
|
1193
|
+
"OnJsonApiEvent_lol-tft-team-planner_v1_ftue": LCUTypes.PluginResourceEvent,
|
|
1194
|
+
"OnJsonApiEvent_lol-tft-team-planner_v1_previous-context": LCUTypes.PluginResourceEvent,
|
|
1195
|
+
"OnJsonApiEvent_lol-tft-team-planner_v1_set": LCUTypes.PluginResourceEvent,
|
|
1196
|
+
"OnJsonApiEvent_lol-tft-team-planner_v2_reminders": LCUTypes.PluginResourceEvent,
|
|
1214
1197
|
"OnJsonApiEvent_lol-tft-troves_v1_config": LCUTypes.PluginResourceEvent,
|
|
1215
1198
|
"OnJsonApiEvent_lol-tft-troves_v1_milestones-group-id": LCUTypes.PluginResourceEvent,
|
|
1216
1199
|
"OnJsonApiEvent_lol-tft_v1_tft": LCUTypes.PluginResourceEvent,
|
|
1217
1200
|
"OnJsonApiEvent_lol-vanguard_v1_notification": LCUTypes.PluginResourceEvent,
|
|
1218
1201
|
"OnJsonApiEvent_lol-vanguard_v1_service-session-check-failure": LCUTypes.PluginResourceEvent,
|
|
1202
|
+
"OnJsonApiEvent_lol-vanguard_v1_session": LCUTypes.PluginResourceEvent,
|
|
1219
1203
|
"OnJsonApiEvent_lol-yourshop_v1_modal": LCUTypes.PluginResourceEvent,
|
|
1220
1204
|
"OnJsonApiEvent_lol-yourshop_v1_ready": LCUTypes.PluginResourceEvent,
|
|
1221
1205
|
"OnJsonApiEvent_lol-yourshop_v1_status": LCUTypes.PluginResourceEvent,
|
|
@@ -1231,6 +1215,7 @@ export interface LCUWebSocketEvents {
|
|
|
1231
1215
|
"OnJsonApiEvent_plugin-manager_v1_external-plugins": LCUTypes.PluginResourceEvent,
|
|
1232
1216
|
"OnJsonApiEvent_plugin-manager_v1_status": LCUTypes.PluginResourceEvent,
|
|
1233
1217
|
"OnJsonApiEvent_process-control_v1_process": LCUTypes.PluginResourceEvent,
|
|
1218
|
+
"OnJsonApiEvent_product-metadata_v2_products": LCUTypes.PluginResourceEvent,
|
|
1234
1219
|
"OnJsonApiEvent_product-session_v1_external-sessions": LCUTypes.PluginResourceEvent,
|
|
1235
1220
|
"OnJsonApiEvent_riot-messaging-service_v1_message": LCUTypes.PluginResourceEvent,
|
|
1236
1221
|
"OnJsonApiEvent_riot-messaging-service_v1_out-of-sync": LCUTypes.PluginResourceEvent,
|