@hasagi/types 14.17.1 → 14.24.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.
Files changed (4) hide show
  1. package/lcu-endpoints.d.ts +3784 -3599
  2. package/lcu-events.d.ts +1331 -1313
  3. package/lcu-types.d.ts +25174 -23777
  4. package/package.json +27 -27
package/lcu-events.d.ts CHANGED
@@ -1,1314 +1,1332 @@
1
- import * as LCUTypes from "./lcu-types";
2
-
3
- export interface LCUWebSocketEvents {
4
- [key: string]: LCUTypes.PluginResourceEvent | LCUTypes.BindingCallbackEvent | LCUTypes.PluginLcdsEvent | LCUTypes.PluginRegionLocaleChangedEvent | LCUTypes.LogEvent | LCUTypes.PluginServiceProxyResponse
5
- "OnCallback": LCUTypes.BindingCallbackEvent,
6
- "OnJsonApiEvent": LCUTypes.PluginResourceEvent,
7
- "OnJsonApiEvent_chat_v1_session": LCUTypes.PluginResourceEvent,
8
- "OnJsonApiEvent_chat_v1_settings": LCUTypes.PluginResourceEvent,
9
- "OnJsonApiEvent_chat_v3_blocked": LCUTypes.PluginResourceEvent,
10
- "OnJsonApiEvent_chat_v3_errors": LCUTypes.PluginResourceEvent,
11
- "OnJsonApiEvent_chat_v3_friends": LCUTypes.PluginResourceEvent,
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,
17
- "OnJsonApiEvent_chat_v6_friendrequests": LCUTypes.PluginResourceEvent,
18
- "OnJsonApiEvent_client-config_v1_status": LCUTypes.PluginResourceEvent,
19
- "OnJsonApiEvent_client-config_v2_config": LCUTypes.PluginResourceEvent,
20
- "OnJsonApiEvent_client-config_v2_namespace": LCUTypes.PluginResourceEvent,
21
- "OnJsonApiEvent_data-store_v1_install-settings": LCUTypes.PluginResourceEvent,
22
- "OnJsonApiEvent_data-store_v1_system-settings": LCUTypes.PluginResourceEvent,
23
- "OnJsonApiEvent_deep-links_v1_settings": LCUTypes.PluginResourceEvent,
24
- "OnJsonApiEvent_entitlements_v1_token": LCUTypes.PluginResourceEvent,
25
- "OnJsonApiEvent_entitlements_v2_token": LCUTypes.PluginResourceEvent,
26
- "OnJsonApiEvent_ga-restriction_v1_penalty-notifications": LCUTypes.PluginResourceEvent,
27
- "OnJsonApiEvent_lol-account-verification_v1_is-verified": LCUTypes.PluginResourceEvent,
28
- "OnJsonApiEvent_lol-active-boosts_v1_active-boosts": LCUTypes.PluginResourceEvent,
29
- "OnJsonApiEvent_lol-anti-addiction_v1_anti-addiction-token": LCUTypes.PluginResourceEvent,
30
- "OnJsonApiEvent_lol-challenges_v1_client-state": LCUTypes.PluginResourceEvent,
31
- "OnJsonApiEvent_lol-challenges_v1_seasons": LCUTypes.PluginResourceEvent,
32
- "OnJsonApiEvent_lol-champ-select-legacy_v1_bannable-champion-ids": LCUTypes.PluginResourceEvent,
33
- "OnJsonApiEvent_lol-champ-select-legacy_v1_current-champion": LCUTypes.PluginResourceEvent,
34
- "OnJsonApiEvent_lol-champ-select-legacy_v1_disabled-champion-ids": LCUTypes.PluginResourceEvent,
35
- "OnJsonApiEvent_lol-champ-select-legacy_v1_implementation-active": LCUTypes.PluginResourceEvent,
36
- "OnJsonApiEvent_lol-champ-select-legacy_v1_pickable-champion-ids": LCUTypes.PluginResourceEvent,
37
- "OnJsonApiEvent_lol-champ-select-legacy_v1_pickable-skin-ids": LCUTypes.PluginResourceEvent,
38
- "OnJsonApiEvent_lol-champ-select-legacy_v1_session": LCUTypes.PluginResourceEvent,
39
- "OnJsonApiEvent_lol-champ-select-legacy_v1_team-boost": LCUTypes.PluginResourceEvent,
40
- "OnJsonApiEvent_lol-champ-select_v1_all-grid-champions": LCUTypes.PluginResourceEvent,
41
- "OnJsonApiEvent_lol-champ-select_v1_grid-champions": LCUTypes.PluginResourceEvent,
42
- "OnJsonApiEvent_lol-champ-select_v1_muted-players": LCUTypes.PluginResourceEvent,
43
- "OnJsonApiEvent_lol-champ-select_v1_session": LCUTypes.PluginResourceEvent,
44
- "OnJsonApiEvent_lol-champ-select_v1_team-boost": LCUTypes.PluginResourceEvent,
45
- "OnJsonApiEvent_lol-champion-mastery_v1_local-player": LCUTypes.PluginResourceEvent,
46
- "OnJsonApiEvent_lol-champion-mastery_v1_ready": LCUTypes.PluginResourceEvent,
47
- "OnJsonApiEvent_lol-champions_v1_inventories": LCUTypes.PluginResourceEvent,
48
- "OnJsonApiEvent_lol-champions_v1_owned-champions-minimal": LCUTypes.PluginResourceEvent,
49
- "OnJsonApiEvent_lol-chat_v1_blocked-players": LCUTypes.PluginResourceEvent,
50
- "OnJsonApiEvent_lol-chat_v1_config": LCUTypes.PluginResourceEvent,
51
- "OnJsonApiEvent_lol-chat_v1_conversations": LCUTypes.PluginResourceEvent,
52
- "OnJsonApiEvent_lol-chat_v1_friend-counts": LCUTypes.PluginResourceEvent,
53
- "OnJsonApiEvent_lol-chat_v1_friend-groups": LCUTypes.PluginResourceEvent,
54
- "OnJsonApiEvent_lol-chat_v1_friend-requests": LCUTypes.PluginResourceEvent,
55
- "OnJsonApiEvent_lol-chat_v1_friends": LCUTypes.PluginResourceEvent,
56
- "OnJsonApiEvent_lol-chat_v1_me": LCUTypes.PluginResourceEvent,
57
- "OnJsonApiEvent_lol-chat_v1_resources": LCUTypes.PluginResourceEvent,
58
- "OnJsonApiEvent_lol-chat_v1_session": LCUTypes.PluginResourceEvent,
59
- "OnJsonApiEvent_lol-chat_v1_settings": LCUTypes.PluginResourceEvent,
60
- "OnJsonApiEvent_lol-clash_v1_checkin-allowed": LCUTypes.PluginResourceEvent,
61
- "OnJsonApiEvent_lol-clash_v1_disabled-config": LCUTypes.PluginResourceEvent,
62
- "OnJsonApiEvent_lol-clash_v1_enabled": LCUTypes.PluginResourceEvent,
63
- "OnJsonApiEvent_lol-clash_v1_iconconfig": LCUTypes.PluginResourceEvent,
64
- "OnJsonApiEvent_lol-clash_v1_invited-roster-ids": LCUTypes.PluginResourceEvent,
65
- "OnJsonApiEvent_lol-clash_v1_player": LCUTypes.PluginResourceEvent,
66
- "OnJsonApiEvent_lol-clash_v1_playmode-restricted": LCUTypes.PluginResourceEvent,
67
- "OnJsonApiEvent_lol-clash_v1_ready": LCUTypes.PluginResourceEvent,
68
- "OnJsonApiEvent_lol-clash_v1_simple-state-flags": LCUTypes.PluginResourceEvent,
69
- "OnJsonApiEvent_lol-clash_v1_time": LCUTypes.PluginResourceEvent,
70
- "OnJsonApiEvent_lol-clash_v1_visible": LCUTypes.PluginResourceEvent,
71
- "OnJsonApiEvent_lol-clash_v1_voice-enabled": LCUTypes.PluginResourceEvent,
72
- "OnJsonApiEvent_lol-clash_v2_playmode-restricted": LCUTypes.PluginResourceEvent,
73
- "OnJsonApiEvent_lol-client-config_v3_client-config": LCUTypes.PluginResourceEvent,
74
- "OnJsonApiEvent_lol-collections_v1_inventories": LCUTypes.PluginResourceEvent,
75
- "OnJsonApiEvent_lol-cosmetics_v1_favorites": LCUTypes.PluginResourceEvent,
76
- "OnJsonApiEvent_lol-cosmetics_v1_inventories": LCUTypes.PluginResourceEvent,
77
- "OnJsonApiEvent_lol-drops_v1_ready": LCUTypes.PluginResourceEvent,
78
- "OnJsonApiEvent_lol-dx9-deprecation_needs-hardware-upgrade": LCUTypes.PluginResourceEvent,
79
- "OnJsonApiEvent_lol-end-of-game_v1_eog-stats-block": LCUTypes.PluginResourceEvent,
80
- "OnJsonApiEvent_lol-end-of-game_v1_gameclient-eog-stats-block": LCUTypes.PluginResourceEvent,
81
- "OnJsonApiEvent_lol-end-of-game_v1_tft-eog-stats": LCUTypes.PluginResourceEvent,
82
- "OnJsonApiEvent_lol-event-hub_v1_events": LCUTypes.PluginResourceEvent,
83
- "OnJsonApiEvent_lol-event-hub_v1_navigation-button-data": LCUTypes.PluginResourceEvent,
84
- "OnJsonApiEvent_lol-event-hub_v1_skins": LCUTypes.PluginResourceEvent,
85
- "OnJsonApiEvent_lol-event-hub_v1_token-upsell": LCUTypes.PluginResourceEvent,
86
- "OnJsonApiEvent_lol-event-mission_v1_event-mission": LCUTypes.PluginResourceEvent,
87
- "OnJsonApiEvent_lol-game-client-chat_v1_buddies": LCUTypes.PluginResourceEvent,
88
- "OnJsonApiEvent_lol-game-client-chat_v1_instant-messages": LCUTypes.PluginResourceEvent,
89
- "OnJsonApiEvent_lol-game-client-chat_v2_buddies": LCUTypes.PluginResourceEvent,
90
- "OnJsonApiEvent_lol-game-client-chat_v2_instant-messages": LCUTypes.PluginResourceEvent,
91
- "OnJsonApiEvent_lol-game-client-chat_v2_playtime-reminder-hours-played": LCUTypes.PluginResourceEvent,
92
- "OnJsonApiEvent_lol-game-queues_v1_custom": LCUTypes.PluginResourceEvent,
93
- "OnJsonApiEvent_lol-game-queues_v1_custom-non-default": LCUTypes.PluginResourceEvent,
94
- "OnJsonApiEvent_lol-game-queues_v1_queues": LCUTypes.PluginResourceEvent,
95
- "OnJsonApiEvent_lol-game-settings_v1_game-settings": LCUTypes.PluginResourceEvent,
96
- "OnJsonApiEvent_lol-game-settings_v1_input-settings": LCUTypes.PluginResourceEvent,
97
- "OnJsonApiEvent_lol-game-settings_v1_ready": LCUTypes.PluginResourceEvent,
98
- "OnJsonApiEvent_lol-gameflow_v1_availability": LCUTypes.PluginResourceEvent,
99
- "OnJsonApiEvent_lol-gameflow_v1_battle-training": LCUTypes.PluginResourceEvent,
100
- "OnJsonApiEvent_lol-gameflow_v1_early-exit-notifications": LCUTypes.PluginResourceEvent,
101
- "OnJsonApiEvent_lol-gameflow_v1_gameflow-metadata": LCUTypes.PluginResourceEvent,
102
- "OnJsonApiEvent_lol-gameflow_v1_gameflow-phase": LCUTypes.PluginResourceEvent,
103
- "OnJsonApiEvent_lol-gameflow_v1_session": LCUTypes.PluginResourceEvent,
104
- "OnJsonApiEvent_lol-gameflow_v1_spectate": LCUTypes.PluginResourceEvent,
105
- "OnJsonApiEvent_lol-gameflow_v1_watch": LCUTypes.PluginResourceEvent,
106
- "OnJsonApiEvent_lol-highlights_v1_config": LCUTypes.PluginResourceEvent,
107
- "OnJsonApiEvent_lol-highlights_v1_highlights-folder-path": LCUTypes.PluginResourceEvent,
108
- "OnJsonApiEvent_lol-honeyfruit_v1_account-claim": LCUTypes.PluginResourceEvent,
109
- "OnJsonApiEvent_lol-honeyfruit_v1_linking-settings-button-available": LCUTypes.PluginResourceEvent,
110
- "OnJsonApiEvent_lol-honeyfruit_v1_vng-publisher-settings": LCUTypes.PluginResourceEvent,
111
- "OnJsonApiEvent_lol-honor-v2_v1_ballot": LCUTypes.PluginResourceEvent,
112
- "OnJsonApiEvent_lol-honor-v2_v1_config": LCUTypes.PluginResourceEvent,
113
- "OnJsonApiEvent_lol-honor-v2_v1_level-change": LCUTypes.PluginResourceEvent,
114
- "OnJsonApiEvent_lol-honor-v2_v1_profile": LCUTypes.PluginResourceEvent,
115
- "OnJsonApiEvent_lol-honor-v2_v1_recipients": LCUTypes.PluginResourceEvent,
116
- "OnJsonApiEvent_lol-honor-v2_v1_recognition": LCUTypes.PluginResourceEvent,
117
- "OnJsonApiEvent_lol-honor-v2_v1_recognition-history": LCUTypes.PluginResourceEvent,
118
- "OnJsonApiEvent_lol-honor-v2_v1_team-choices": LCUTypes.PluginResourceEvent,
119
- "OnJsonApiEvent_lol-hovercard_v1_friend-info": LCUTypes.PluginResourceEvent,
120
- "OnJsonApiEvent_lol-hovercard_v1_friend-info-by-summoner": LCUTypes.PluginResourceEvent,
121
- "OnJsonApiEvent_lol-inventory_v1_initial-configuration-complete": LCUTypes.PluginResourceEvent,
122
- "OnJsonApiEvent_lol-inventory_v1_inventory": LCUTypes.PluginResourceEvent,
123
- "OnJsonApiEvent_lol-inventory_v1_signedInventory": LCUTypes.PluginResourceEvent,
124
- "OnJsonApiEvent_lol-inventory_v1_wallet": LCUTypes.PluginResourceEvent,
125
- "OnJsonApiEvent_lol-inventory_v2_inventory": LCUTypes.PluginResourceEvent,
126
- "OnJsonApiEvent_lol-kr-playtime-reminder_v1_hours-played": LCUTypes.PluginResourceEvent,
127
- "OnJsonApiEvent_lol-league-session_v1_league-session-token": LCUTypes.PluginResourceEvent,
128
- "OnJsonApiEvent_lol-leaver-buster_v1_ranked-restriction": LCUTypes.PluginResourceEvent,
129
- "OnJsonApiEvent_lol-license-agreement_v1_agreements": LCUTypes.PluginResourceEvent,
130
- "OnJsonApiEvent_lol-license-agreement_v1_all-agreements": LCUTypes.PluginResourceEvent,
131
- "OnJsonApiEvent_lol-license-agreement_v1_serve-location": LCUTypes.PluginResourceEvent,
132
- "OnJsonApiEvent_lol-loadouts_v1_enabled": LCUTypes.PluginResourceEvent,
133
- "OnJsonApiEvent_lol-loadouts_v1_loadouts-ready": LCUTypes.PluginResourceEvent,
134
- "OnJsonApiEvent_lol-loadouts_v4_loadout": LCUTypes.PluginResourceEvent,
135
- "OnJsonApiEvent_lol-loadouts_v4_loadouts": LCUTypes.PluginResourceEvent,
136
- "OnJsonApiEvent_lol-lobby-team-builder_champ-select_v1": LCUTypes.PluginResourceEvent,
137
- "OnJsonApiEvent_lol-lobby-team-builder_v1_matchmaking": LCUTypes.PluginResourceEvent,
138
- "OnJsonApiEvent_lol-lobby_v1_lobby": LCUTypes.PluginResourceEvent,
139
- "OnJsonApiEvent_lol-lobby_v2_comms": LCUTypes.PluginResourceEvent,
140
- "OnJsonApiEvent_lol-lobby_v2_eligibility": LCUTypes.PluginResourceEvent,
141
- "OnJsonApiEvent_lol-lobby_v2_lobby": LCUTypes.PluginResourceEvent,
142
- "OnJsonApiEvent_lol-lock-and-load_v1_should-show-progress-bar-text": LCUTypes.PluginResourceEvent,
143
- "OnJsonApiEvent_lol-lock-and-load_v1_should-wait-for-home-hubs": LCUTypes.PluginResourceEvent,
144
- "OnJsonApiEvent_lol-login_v1_login-connection-state": LCUTypes.PluginResourceEvent,
145
- "OnJsonApiEvent_lol-login_v1_login-data-packet": LCUTypes.PluginResourceEvent,
146
- "OnJsonApiEvent_lol-login_v1_login-in-game-creds": LCUTypes.PluginResourceEvent,
147
- "OnJsonApiEvent_lol-login_v1_login-platform-credentials": LCUTypes.PluginResourceEvent,
148
- "OnJsonApiEvent_lol-login_v1_session": LCUTypes.PluginResourceEvent,
149
- "OnJsonApiEvent_lol-login_v1_wallet": LCUTypes.PluginResourceEvent,
150
- "OnJsonApiEvent_lol-login_v2_league-session-init-token": LCUTypes.PluginResourceEvent,
151
- "OnJsonApiEvent_lol-loot_v1_currency-configuration": LCUTypes.PluginResourceEvent,
152
- "OnJsonApiEvent_lol-loot_v1_enabled": LCUTypes.PluginResourceEvent,
153
- "OnJsonApiEvent_lol-loot_v1_milestones": LCUTypes.PluginResourceEvent,
154
- "OnJsonApiEvent_lol-loot_v1_player-display-categories": LCUTypes.PluginResourceEvent,
155
- "OnJsonApiEvent_lol-loot_v1_player-loot": LCUTypes.PluginResourceEvent,
156
- "OnJsonApiEvent_lol-loot_v1_player-loot-map": LCUTypes.PluginResourceEvent,
157
- "OnJsonApiEvent_lol-loot_v1_ready": LCUTypes.PluginResourceEvent,
158
- "OnJsonApiEvent_lol-loot_v1_recipes": LCUTypes.PluginResourceEvent,
159
- "OnJsonApiEvent_lol-loot_v2_player-loot-map": LCUTypes.PluginResourceEvent,
160
- "OnJsonApiEvent_lol-loyalty_v1_status-notification": LCUTypes.PluginResourceEvent,
161
- "OnJsonApiEvent_lol-maps_v1_maps": LCUTypes.PluginResourceEvent,
162
- "OnJsonApiEvent_lol-maps_v2_maps": LCUTypes.PluginResourceEvent,
163
- "OnJsonApiEvent_lol-marketing-preferences_v1_ready": LCUTypes.PluginResourceEvent,
164
- "OnJsonApiEvent_lol-matchmaking_v1_search": LCUTypes.PluginResourceEvent,
165
- "OnJsonApiEvent_lol-missions_v1_missions": LCUTypes.PluginResourceEvent,
166
- "OnJsonApiEvent_lol-missions_v1_series": LCUTypes.PluginResourceEvent,
167
- "OnJsonApiEvent_lol-npe-tutorial-path_v1_rewards": LCUTypes.PluginResourceEvent,
168
- "OnJsonApiEvent_lol-npe-tutorial-path_v1_settings": LCUTypes.PluginResourceEvent,
169
- "OnJsonApiEvent_lol-npe-tutorial-path_v1_tutorials": LCUTypes.PluginResourceEvent,
170
- "OnJsonApiEvent_lol-patch_v1_checking-enabled": LCUTypes.PluginResourceEvent,
171
- "OnJsonApiEvent_lol-patch_v1_environment": LCUTypes.PluginResourceEvent,
172
- "OnJsonApiEvent_lol-patch_v1_game-version": LCUTypes.PluginResourceEvent,
173
- "OnJsonApiEvent_lol-patch_v1_notifications": LCUTypes.PluginResourceEvent,
174
- "OnJsonApiEvent_lol-patch_v1_products": LCUTypes.PluginResourceEvent,
175
- "OnJsonApiEvent_lol-patch_v1_status": LCUTypes.PluginResourceEvent,
176
- "OnJsonApiEvent_lol-perks_v1_currentpage": LCUTypes.PluginResourceEvent,
177
- "OnJsonApiEvent_lol-perks_v1_inventory": LCUTypes.PluginResourceEvent,
178
- "OnJsonApiEvent_lol-perks_v1_pages": LCUTypes.PluginResourceEvent,
179
- "OnJsonApiEvent_lol-perks_v1_perks": LCUTypes.PluginResourceEvent,
180
- "OnJsonApiEvent_lol-perks_v1_rune-recommender-auto-select": LCUTypes.PluginResourceEvent,
181
- "OnJsonApiEvent_lol-perks_v1_settings": LCUTypes.PluginResourceEvent,
182
- "OnJsonApiEvent_lol-perks_v1_styles": LCUTypes.PluginResourceEvent,
183
- "OnJsonApiEvent_lol-platform-config_v1_initial-configuration-complete": LCUTypes.PluginResourceEvent,
184
- "OnJsonApiEvent_lol-platform-config_v1_namespace_Parties_PublishPresenceDelay": LCUTypes.PluginResourceEvent,
185
- "OnJsonApiEvent_lol-platform-config_v1_namespaces": LCUTypes.PluginResourceEvent,
186
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification": LCUTypes.PluginResourceEvent,
187
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_Enabled": LCUTypes.PluginResourceEvent,
188
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_IsNewAvsServiceEnabled": LCUTypes.PluginResourceEvent,
189
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_KrPhoneDisplayEnabled": LCUTypes.PluginResourceEvent,
190
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_PasswordEnabled": LCUTypes.PluginResourceEvent,
191
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_PhoneValidationEnabled": LCUTypes.PluginResourceEvent,
192
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_SettingsEnable": LCUTypes.PluginResourceEvent,
193
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_SettingsEnabled": LCUTypes.PluginResourceEvent,
194
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_SettingsVerifyEnabled": LCUTypes.PluginResourceEvent,
195
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_ShouldUseNewAvs": LCUTypes.PluginResourceEvent,
196
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Banners": LCUTypes.PluginResourceEvent,
197
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Banners_Enabled": LCUTypes.PluginResourceEvent,
198
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Banners_IsEnabledOnProfile": LCUTypes.PluginResourceEvent,
199
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Banners_IsEquipEnabled": LCUTypes.PluginResourceEvent,
200
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Banners_IsOtherSummonersProfileEnabled": LCUTypes.PluginResourceEvent,
201
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_BetterRewards": LCUTypes.PluginResourceEvent,
202
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_BetterRewards_DayOneModalEnabled": LCUTypes.PluginResourceEvent,
203
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_BetterRewards_GetPostgameXpFromRms": LCUTypes.PluginResourceEvent,
204
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_BetterRewards_VisualUpdateEnabled": LCUTypes.PluginResourceEvent,
205
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_BotConfigurations": LCUTypes.PluginResourceEvent,
206
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_BotConfigurations_IntermediateInCustoms": LCUTypes.PluginResourceEvent,
207
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_BotConfigurations_RiotscriptInCustoms": LCUTypes.PluginResourceEvent,
208
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_CareerStats": LCUTypes.PluginResourceEvent,
209
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_CareerStats_StatsEnabled": LCUTypes.PluginResourceEvent,
210
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_CareerStats_YearsAllowedToQuerySeasonData": LCUTypes.PluginResourceEvent,
211
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges": LCUTypes.PluginResourceEvent,
212
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_ChallengeUpdateDelaySeconds": LCUTypes.PluginResourceEvent,
213
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_ClientState": LCUTypes.PluginResourceEvent,
214
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_CollectionEnabled": LCUTypes.PluginResourceEvent,
215
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_CustomizeIdentityEnabled": LCUTypes.PluginResourceEvent,
216
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_DarkModeAllowlistOnly": LCUTypes.PluginResourceEvent,
217
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_EnabledInventoryTypes": LCUTypes.PluginResourceEvent,
218
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_FeatureIntroEnabled": LCUTypes.PluginResourceEvent,
219
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_LobbyChallengesEnabled": LCUTypes.PluginResourceEvent,
220
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_MaxNotificationSubscriptionDelaySeconds": LCUTypes.PluginResourceEvent,
221
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_MaxWaitTimeBeforeNotificationSubscriptionSeconds": LCUTypes.PluginResourceEvent,
222
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_NumberOfSuggestedChallenges": LCUTypes.PluginResourceEvent,
223
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_PartiesV2Enabled": LCUTypes.PluginResourceEvent,
224
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_PostgameOverride": LCUTypes.PluginResourceEvent,
225
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_RankIdentityOverride": LCUTypes.PluginResourceEvent,
226
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_SeasonalTooltipEnabled": LCUTypes.PluginResourceEvent,
227
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_WaitTimeBeforeCallChallengeUpdateSeconds": LCUTypes.PluginResourceEvent,
228
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_WaitTimeBeforeDarkModeAdditionalCallsSeconds": LCUTypes.PluginResourceEvent,
229
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig": LCUTypes.PluginResourceEvent,
230
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_CapUnlockChampionLevel": LCUTypes.PluginResourceEvent,
231
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_ChampionPointQueueTypes": LCUTypes.PluginResourceEvent,
232
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_Enabled": LCUTypes.PluginResourceEvent,
233
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_EndOfGameEnabled": LCUTypes.PluginResourceEvent,
234
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_GradeEnabled": LCUTypes.PluginResourceEvent,
235
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_LegsEnabled": LCUTypes.PluginResourceEvent,
236
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_LootChestsEnabled": LCUTypes.PluginResourceEvent,
237
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_MaxChampionLevel": LCUTypes.PluginResourceEvent,
238
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_MinSummonerLevel": LCUTypes.PluginResourceEvent,
239
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_ShowGradeAvailablePopup": LCUTypes.PluginResourceEvent,
240
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_SupportedQueueTypes": LCUTypes.PluginResourceEvent,
241
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect": LCUTypes.PluginResourceEvent,
242
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_AllChampsAvailableInAram": LCUTypes.PluginResourceEvent,
243
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_AlwaysShowRewardIcon": LCUTypes.PluginResourceEvent,
244
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_AutoReconnectEnabled": LCUTypes.PluginResourceEvent,
245
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_CollatorChampionFilterEnabled": LCUTypes.PluginResourceEvent,
246
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_UseActionPatchV2": LCUTypes.PluginResourceEvent,
247
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_UseOptimizedBotChampionSelectProcessor": LCUTypes.PluginResourceEvent,
248
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_UseOptimizedChampSelectProcessor": LCUTypes.PluginResourceEvent,
249
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_UseOptimizedSpellSelectProcessor": LCUTypes.PluginResourceEvent,
250
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionTradeService": LCUTypes.PluginResourceEvent,
251
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionTradeService_Enabled": LCUTypes.PluginResourceEvent,
252
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Chat": LCUTypes.PluginResourceEvent,
253
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChatDomain": LCUTypes.PluginResourceEvent,
254
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChatDomain_ChampSelectDomainName": LCUTypes.PluginResourceEvent,
255
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChatDomain_PostGameDomainName": LCUTypes.PluginResourceEvent,
256
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Chat_ChatHistoryEnabled": LCUTypes.PluginResourceEvent,
257
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Chat_ChatHistoryThreshold": LCUTypes.PluginResourceEvent,
258
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Chat_Default_public_chat_rooms": LCUTypes.PluginResourceEvent,
259
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Chat_MaximumRosterSize": LCUTypes.PluginResourceEvent,
260
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Chat_MobileEnabled": LCUTypes.PluginResourceEvent,
261
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Chat_Rename_general_group_throttle": LCUTypes.PluginResourceEvent,
262
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Chroma": LCUTypes.PluginResourceEvent,
263
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Chroma_IsEnabled": LCUTypes.PluginResourceEvent,
264
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Clash": LCUTypes.PluginResourceEvent,
265
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig": LCUTypes.PluginResourceEvent,
266
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_AwardsTabEnabled": LCUTypes.PluginResourceEvent,
267
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_BracketSpectateEnabled": LCUTypes.PluginResourceEvent,
268
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_CapacityIndicatorEnabled": LCUTypes.PluginResourceEvent,
269
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_ClashStartModalEnabled": LCUTypes.PluginResourceEvent,
270
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_DarkModeEntitlement": LCUTypes.PluginResourceEvent,
271
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_EatTooltipEnabled": LCUTypes.PluginResourceEvent,
272
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_EnabledState": LCUTypes.PluginResourceEvent,
273
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_EndOfGameFlowEnabled": LCUTypes.PluginResourceEvent,
274
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_FindTeamViewEnabled": LCUTypes.PluginResourceEvent,
275
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_HonorLevelRequired": LCUTypes.PluginResourceEvent,
276
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_IconConfig": LCUTypes.PluginResourceEvent,
277
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_InviteModalTiersEnabled": LCUTypes.PluginResourceEvent,
278
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_IsPlaymodeRestrictionEnabled": LCUTypes.PluginResourceEvent,
279
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_IsRewardsModalEnabled": LCUTypes.PluginResourceEvent,
280
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_LftEnabled": LCUTypes.PluginResourceEvent,
281
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_LoginModalEnabled": LCUTypes.PluginResourceEvent,
282
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_PremiumTicketsEnabled": LCUTypes.PluginResourceEvent,
283
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_ScoutingEnabled": LCUTypes.PluginResourceEvent,
284
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_SmsVerificationEnabled": LCUTypes.PluginResourceEvent,
285
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_StorePageLink": LCUTypes.PluginResourceEvent,
286
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_SubstitutionEnabled": LCUTypes.PluginResourceEvent,
287
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_ThirdPartyInvitesEnabled": LCUTypes.PluginResourceEvent,
288
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_TutorialEnabled": LCUTypes.PluginResourceEvent,
289
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_Visibility": LCUTypes.PluginResourceEvent,
290
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_VoiceEnabled": LCUTypes.PluginResourceEvent,
291
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_Worlds2020LootModalEnabled": LCUTypes.PluginResourceEvent,
292
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Clash_AramIntroModalEnabled": LCUTypes.PluginResourceEvent,
293
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates": LCUTypes.PluginResourceEvent,
294
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_MaxNumPlayersForPracticeToolGame": LCUTypes.PluginResourceEvent,
295
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_advancedTutorialEnabled": LCUTypes.PluginResourceEvent,
296
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_archivedStatsEnabled": LCUTypes.PluginResourceEvent,
297
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_buddyNotesEnabled": LCUTypes.PluginResourceEvent,
298
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_championTradeThroughLCDS": LCUTypes.PluginResourceEvent,
299
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_clientHeartBeatRateSeconds": LCUTypes.PluginResourceEvent,
300
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_currentSeason": LCUTypes.PluginResourceEvent,
301
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_displayPromoGamesPlayedEnabled": LCUTypes.PluginResourceEvent,
302
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_enabledQueueIdsList": LCUTypes.PluginResourceEvent,
303
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_freeToPlayChampionForNewPlayersIdList": LCUTypes.PluginResourceEvent,
304
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_freeToPlayChampionIdList": LCUTypes.PluginResourceEvent,
305
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_freeToPlayChampionsForNewPlayersMaxLevel": LCUTypes.PluginResourceEvent,
306
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_gameMapEnabledDTOList": LCUTypes.PluginResourceEvent,
307
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_gameModeToInactiveSpellIds": LCUTypes.PluginResourceEvent,
308
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_inactiveAramSpellIdList": LCUTypes.PluginResourceEvent,
309
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_inactiveChampionIdList": LCUTypes.PluginResourceEvent,
310
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_inactiveClassicSpellIdList": LCUTypes.PluginResourceEvent,
311
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_inactiveOdinSpellIdList": LCUTypes.PluginResourceEvent,
312
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_inactiveSpellIdList": LCUTypes.PluginResourceEvent,
313
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_inactiveTutorialSpellIdList": LCUTypes.PluginResourceEvent,
314
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_knownGeographicGameServerRegions": LCUTypes.PluginResourceEvent,
315
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_leagueServiceEnabled": LCUTypes.PluginResourceEvent,
316
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_leaguesDecayMessagingEnabled": LCUTypes.PluginResourceEvent,
317
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_localeSpecificChatRoomsEnabled": LCUTypes.PluginResourceEvent,
318
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_masteryPageOnServer": LCUTypes.PluginResourceEvent,
319
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_maxMasteryPagesOnServer": LCUTypes.PluginResourceEvent,
320
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_minNumPlayersForPracticeGame": LCUTypes.PluginResourceEvent,
321
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_modularGameModeEnabled": LCUTypes.PluginResourceEvent,
322
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_observableCustomGameModes": LCUTypes.PluginResourceEvent,
323
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_observableGameModes": LCUTypes.PluginResourceEvent,
324
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_observerModeEnabled": LCUTypes.PluginResourceEvent,
325
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_practiceGameEnabled": LCUTypes.PluginResourceEvent,
326
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_practiceGameTypeConfigIdList": LCUTypes.PluginResourceEvent,
327
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_queueThrottleDTO": LCUTypes.PluginResourceEvent,
328
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_replayServiceAddress": LCUTypes.PluginResourceEvent,
329
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_replaySystemStates": LCUTypes.PluginResourceEvent,
330
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_riotDataServiceDataSendProbability": LCUTypes.PluginResourceEvent,
331
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_runeUniquePerSpellBook": LCUTypes.PluginResourceEvent,
332
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_sendFeedbackEventsEnabled": LCUTypes.PluginResourceEvent,
333
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_spectatorSlotLimit": LCUTypes.PluginResourceEvent,
334
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_storeCustomerEnabled": LCUTypes.PluginResourceEvent,
335
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_teamServiceEnabled": LCUTypes.PluginResourceEvent,
336
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_tournamentSendStatsEnabled": LCUTypes.PluginResourceEvent,
337
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_tournamentShortCodesEnabled": LCUTypes.PluginResourceEvent,
338
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_tribunalEnabled": LCUTypes.PluginResourceEvent,
339
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_unobtainableChampionSkinIDList": LCUTypes.PluginResourceEvent,
340
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Clubs": LCUTypes.PluginResourceEvent,
341
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Clubs_ClubPresenceDecryptionKey": LCUTypes.PluginResourceEvent,
342
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Clubs_ClubServiceUrl": LCUTypes.PluginResourceEvent,
343
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Clubs_ClubsActiveIcon": LCUTypes.PluginResourceEvent,
344
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Clubs_ClubsEnabled": LCUTypes.PluginResourceEvent,
345
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Clubs_ClubsLCUEnabled": LCUTypes.PluginResourceEvent,
346
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Clubs_ClubsMemberIcon": LCUTypes.PluginResourceEvent,
347
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Clubs_InviteToClubLobbyEnabled": LCUTypes.PluginResourceEvent,
348
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Companions": LCUTypes.PluginResourceEvent,
349
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Companions_SelectorInChampSelectEnabled": LCUTypes.PluginResourceEvent,
350
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ContextualEducation": LCUTypes.PluginResourceEvent,
351
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ContextualEducationURLs": LCUTypes.PluginResourceEvent,
352
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ContextualEducationURLs_LAST_HIT": LCUTypes.PluginResourceEvent,
353
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ContextualEducation_Enabled": LCUTypes.PluginResourceEvent,
354
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ContextualEducation_MaxTargetSummonerLevel": LCUTypes.PluginResourceEvent,
355
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ContextualEducation_TargetMinionsPerWave": LCUTypes.PluginResourceEvent,
356
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_CustomGame": LCUTypes.PluginResourceEvent,
357
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_CustomGame_BotsAvailableInAram": LCUTypes.PluginResourceEvent,
358
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_CustomGame_MinorRestrictionsEnabled": LCUTypes.PluginResourceEvent,
359
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampion": LCUTypes.PluginResourceEvent,
360
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampionSkins": LCUTypes.PluginResourceEvent,
361
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampionSkins_DisabledChampionSkins": LCUTypes.PluginResourceEvent,
362
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampionSkins_DisabledChromas": LCUTypes.PluginResourceEvent,
363
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampion_ODINBOT-5x5": LCUTypes.PluginResourceEvent,
364
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions": LCUTypes.PluginResourceEvent,
365
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ARAM": LCUTypes.PluginResourceEvent,
366
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ARAM_BOT": LCUTypes.PluginResourceEvent,
367
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ARAM_CLASH": LCUTypes.PluginResourceEvent,
368
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ARAM_UNRANKED_5x5": LCUTypes.PluginResourceEvent,
369
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ARSR": LCUTypes.PluginResourceEvent,
370
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ASCENSION": LCUTypes.PluginResourceEvent,
371
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_BILGEWATER": LCUTypes.PluginResourceEvent,
372
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_BOT": LCUTypes.PluginResourceEvent,
373
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_BOT_3x3": LCUTypes.PluginResourceEvent,
374
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_CHERRY": LCUTypes.PluginResourceEvent,
375
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_CHERRY_UNRANKED": LCUTypes.PluginResourceEvent,
376
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_CHONCC_TREASURE_TFT": LCUTypes.PluginResourceEvent,
377
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_CLASH": LCUTypes.PluginResourceEvent,
378
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_CLASSIC": LCUTypes.PluginResourceEvent,
379
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_COUNTER_PICK": LCUTypes.PluginResourceEvent,
380
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_FIRSTBLOOD": LCUTypes.PluginResourceEvent,
381
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_FIRSTBLOOD_1x1": LCUTypes.PluginResourceEvent,
382
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_FIRSTBLOOD_2x2": LCUTypes.PluginResourceEvent,
383
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_FIVE_YEAR_ANNIVERSARY_TFT": LCUTypes.PluginResourceEvent,
384
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_GAMEMODEX": LCUTypes.PluginResourceEvent,
385
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_HEXAKILL": LCUTypes.PluginResourceEvent,
386
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_KINGPORO": LCUTypes.PluginResourceEvent,
387
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_KINGPORO-5X5": LCUTypes.PluginResourceEvent,
388
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_KING_PORO": LCUTypes.PluginResourceEvent,
389
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_LNY23_TFT": LCUTypes.PluginResourceEvent,
390
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_LNY24_TFT": LCUTypes.PluginResourceEvent,
391
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_NEXUSBLITZ": LCUTypes.PluginResourceEvent,
392
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_NIGHTMARE_BOT": LCUTypes.PluginResourceEvent,
393
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_NORMAL": LCUTypes.PluginResourceEvent,
394
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_NORMAL_3x3": LCUTypes.PluginResourceEvent,
395
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_NORMAL_TFT": LCUTypes.PluginResourceEvent,
396
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODIN": LCUTypes.PluginResourceEvent,
397
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODINBOT": LCUTypes.PluginResourceEvent,
398
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODINBOT-5x5": LCUTypes.PluginResourceEvent,
399
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODINBOT_5x5": LCUTypes.PluginResourceEvent,
400
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODIN_UNRANKED": LCUTypes.PluginResourceEvent,
401
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODYSSEY": LCUTypes.PluginResourceEvent,
402
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ONEFORALL": LCUTypes.PluginResourceEvent,
403
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ONEFORALL_5x5": LCUTypes.PluginResourceEvent,
404
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_PRACTICETOOL": LCUTypes.PluginResourceEvent,
405
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_PVE_PUZZLE_TFT": LCUTypes.PluginResourceEvent,
406
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_FLEX_SR": LCUTypes.PluginResourceEvent,
407
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_FLEX_TT": LCUTypes.PluginResourceEvent,
408
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_PREMADE_3x3": LCUTypes.PluginResourceEvent,
409
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_PREMADE_5x5": LCUTypes.PluginResourceEvent,
410
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_SOLO_5x5": LCUTypes.PluginResourceEvent,
411
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_TEAM_3x3": LCUTypes.PluginResourceEvent,
412
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_TEAM_5x5": LCUTypes.PluginResourceEvent,
413
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_TFT": LCUTypes.PluginResourceEvent,
414
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_TFT_DOUBLE_UP": LCUTypes.PluginResourceEvent,
415
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_TFT_PAIRS": LCUTypes.PluginResourceEvent,
416
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_TFT_TURBO": LCUTypes.PluginResourceEvent,
417
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RIOTSCRIPT_BOT": LCUTypes.PluginResourceEvent,
418
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_SF_TFT": LCUTypes.PluginResourceEvent,
419
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_SIEGE": LCUTypes.PluginResourceEvent,
420
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_SNOWURF": LCUTypes.PluginResourceEvent,
421
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_SR_6x6": LCUTypes.PluginResourceEvent,
422
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_STRAWBERRY": LCUTypes.PluginResourceEvent,
423
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_TFT": LCUTypes.PluginResourceEvent,
424
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_TUTORIAL": LCUTypes.PluginResourceEvent,
425
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_TUTORIAL_MODULE_1": LCUTypes.PluginResourceEvent,
426
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_TUTORIAL_MODULE_2": LCUTypes.PluginResourceEvent,
427
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_TUTORIAL_MODULE_3": LCUTypes.PluginResourceEvent,
428
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_TUTORIAL_TFT": LCUTypes.PluginResourceEvent,
429
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ULTBOOK": LCUTypes.PluginResourceEvent,
430
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_URF": LCUTypes.PluginResourceEvent,
431
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_URF_BOT": LCUTypes.PluginResourceEvent,
432
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DiscordRP_IsEnabled": LCUTypes.PluginResourceEvent,
433
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DockedPrompt": LCUTypes.PluginResourceEvent,
434
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_DockedPrompt_EnabledNewDockedPromptRenderer": LCUTypes.PluginResourceEvent,
435
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Esports": LCUTypes.PluginResourceEvent,
436
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_CS_CZ_Enabled": LCUTypes.PluginResourceEvent,
437
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_DE_DE_Enabled": LCUTypes.PluginResourceEvent,
438
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EL_GR_Enabled": LCUTypes.PluginResourceEvent,
439
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EN_AU_Enabled": LCUTypes.PluginResourceEvent,
440
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EN_GB_Enabled": LCUTypes.PluginResourceEvent,
441
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EN_PH_Enabled": LCUTypes.PluginResourceEvent,
442
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EN_PL_Enabled": LCUTypes.PluginResourceEvent,
443
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EN_SG_Enabled": LCUTypes.PluginResourceEvent,
444
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EN_US_Enabled": LCUTypes.PluginResourceEvent,
445
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_ES_AR_Enabled": LCUTypes.PluginResourceEvent,
446
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_ES_ES_Enabled": LCUTypes.PluginResourceEvent,
447
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_ES_MX_Enabled": LCUTypes.PluginResourceEvent,
448
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EsportsHubDataURL": LCUTypes.PluginResourceEvent,
449
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EsportsHubInitialized": LCUTypes.PluginResourceEvent,
450
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EsportsHubLongPollMinutes": LCUTypes.PluginResourceEvent,
451
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EsportsHubShortPollMinutes": LCUTypes.PluginResourceEvent,
452
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_FR_FR_Enabled": LCUTypes.PluginResourceEvent,
453
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_HU_HU_Enabled": LCUTypes.PluginResourceEvent,
454
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_ID_ID_Enabled": LCUTypes.PluginResourceEvent,
455
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_IT_IT_Enabled": LCUTypes.PluginResourceEvent,
456
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_JA_JP_Enabled": LCUTypes.PluginResourceEvent,
457
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_KO_KR_Enabled": LCUTypes.PluginResourceEvent,
458
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_KillHub": LCUTypes.PluginResourceEvent,
459
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_Landing_Embed_URL": LCUTypes.PluginResourceEvent,
460
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_MS_MY_Enabled": LCUTypes.PluginResourceEvent,
461
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_PL_PL_Enabled": LCUTypes.PluginResourceEvent,
462
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_PT_BR_Enabled": LCUTypes.PluginResourceEvent,
463
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_RO_RO_Enabled": LCUTypes.PluginResourceEvent,
464
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_RU_RU_Enabled": LCUTypes.PluginResourceEvent,
465
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_Staging": LCUTypes.PluginResourceEvent,
466
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_TH_TH_Enabled": LCUTypes.PluginResourceEvent,
467
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_TR_TR_Enabled": LCUTypes.PluginResourceEvent,
468
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_VN_VN_Enabled": LCUTypes.PluginResourceEvent,
469
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_ZH_CN_Enabled": LCUTypes.PluginResourceEvent,
470
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_ZH_MY_Enabled": LCUTypes.PluginResourceEvent,
471
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_ZH_TW_Enabled": LCUTypes.PluginResourceEvent,
472
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Emotes": LCUTypes.PluginResourceEvent,
473
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Emotes_IsEmotePanelEnabled": LCUTypes.PluginResourceEvent,
474
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Emotes_IsEmoteTutorialModalEnabled": LCUTypes.PluginResourceEvent,
475
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings": LCUTypes.PluginResourceEvent,
476
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_GiftRecipientLevelMin": LCUTypes.PluginResourceEvent,
477
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_GiftSenderLevelMin": LCUTypes.PluginResourceEvent,
478
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_GiftSenderRPMax": LCUTypes.PluginResourceEvent,
479
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_RecipientGiftDailyMax": LCUTypes.PluginResourceEvent,
480
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_SenderGiftDailyMax": LCUTypes.PluginResourceEvent,
481
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGifting": LCUTypes.PluginResourceEvent,
482
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGifting_Enabled": LCUTypes.PluginResourceEvent,
483
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_EoGReporting": LCUTypes.PluginResourceEvent,
484
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_EoGReporting_GameAgnosticReportingTrinary": LCUTypes.PluginResourceEvent,
485
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Esports_NotificationsAssetMagickURL": LCUTypes.PluginResourceEvent,
486
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Esports_NotificationsEnabled": LCUTypes.PluginResourceEvent,
487
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Esports_NotificationsServiceEndpoint": LCUTypes.PluginResourceEvent,
488
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Esports_NotificationsStreamGroupSlug": LCUTypes.PluginResourceEvent,
489
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Esports_NotificationsStreamURL": LCUTypes.PluginResourceEvent,
490
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Eternals": LCUTypes.PluginResourceEvent,
491
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Eternals_Enabled": LCUTypes.PluginResourceEvent,
492
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Eternals_ServiceUrl": LCUTypes.PluginResourceEvent,
493
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedGame": LCUTypes.PluginResourceEvent,
494
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedGame_MetadataEnabled": LCUTypes.PluginResourceEvent,
495
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes": LCUTypes.PluginResourceEvent,
496
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_DisabledRgmButtonEnabled": LCUTypes.PluginResourceEvent,
497
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_GoldenSpatulaClubDisabled": LCUTypes.PluginResourceEvent,
498
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_MaxNotificationSaveDelayMinutes": LCUTypes.PluginResourceEvent,
499
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_NotificationsEnabled": LCUTypes.PluginResourceEvent,
500
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_QueueToggleNotificationMinutesThreshold": LCUTypes.PluginResourceEvent,
501
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_QueuesDelayedRefreshMaxTimeout": LCUTypes.PluginResourceEvent,
502
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_QueuesDelayedRefreshMinTimeout": LCUTypes.PluginResourceEvent,
503
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations": LCUTypes.PluginResourceEvent,
504
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_AssociationUrlTemplate": LCUTypes.PluginResourceEvent,
505
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_ContactDetailsUrlTemplate": LCUTypes.PluginResourceEvent,
506
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_ContactsUrlTemplate": LCUTypes.PluginResourceEvent,
507
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_EnableAddFriendButton": LCUTypes.PluginResourceEvent,
508
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_EnableSocial": LCUTypes.PluginResourceEvent,
509
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_EnableViewAllPanel": LCUTypes.PluginResourceEvent,
510
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_EnabledPercent": LCUTypes.PluginResourceEvent,
511
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_EnabledSocialNetworks": LCUTypes.PluginResourceEvent,
512
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_FacebookAssociationUrlTemplate": LCUTypes.PluginResourceEvent,
513
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_FacebookUnlinkUrlTemplate": LCUTypes.PluginResourceEvent,
514
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_FaqLink": LCUTypes.PluginResourceEvent,
515
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_HideFriends": LCUTypes.PluginResourceEvent,
516
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_PlayerLevelForNewNotification": LCUTypes.PluginResourceEvent,
517
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_RegistrationPollDurationMillis": LCUTypes.PluginResourceEvent,
518
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_RegistrationPollRateMillis": LCUTypes.PluginResourceEvent,
519
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_ShowToolTip": LCUTypes.PluginResourceEvent,
520
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_StatusExpiryMillis": LCUTypes.PluginResourceEvent,
521
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_UnlinkUrlTemplate": LCUTypes.PluginResourceEvent,
522
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_UseNativeFacebookPop": LCUTypes.PluginResourceEvent,
523
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameClientCmdLineToggles": LCUTypes.PluginResourceEvent,
524
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameClientCmdLineToggles_EnableLNP": LCUTypes.PluginResourceEvent,
525
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameClientCmdLineToggles_UseDX11": LCUTypes.PluginResourceEvent,
526
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameClientCmdLineToggles_UseMetal": LCUTypes.PluginResourceEvent,
527
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameClientCmdLineToggles_UseNewX3D": LCUTypes.PluginResourceEvent,
528
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameClientCmdLineToggles_UseNewX3DFramebuffers": LCUTypes.PluginResourceEvent,
529
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameInvites": LCUTypes.PluginResourceEvent,
530
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameInvites_GameInviteServiceEnabled": LCUTypes.PluginResourceEvent,
531
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameInvites_InviteBulkMaxSize": LCUTypes.PluginResourceEvent,
532
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameInvites_LobbyCreationEnabled": LCUTypes.PluginResourceEvent,
533
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameInvites_ServiceEnabled": LCUTypes.PluginResourceEvent,
534
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameTimerSync": LCUTypes.PluginResourceEvent,
535
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameTimerSync_Enabled": LCUTypes.PluginResourceEvent,
536
- "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
- "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_GeoInfo_Enabled": LCUTypes.PluginResourceEvent,
542
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_GuestSlots": LCUTypes.PluginResourceEvent,
543
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_GuestSlots_Enabled": LCUTypes.PluginResourceEvent,
544
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Highlights": LCUTypes.PluginResourceEvent,
545
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Highlights_Enabled": LCUTypes.PluginResourceEvent,
546
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor": LCUTypes.PluginResourceEvent,
547
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor_DayOneModalEnabled": LCUTypes.PluginResourceEvent,
548
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor_Enabled": LCUTypes.PluginResourceEvent,
549
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor_Honor2018Enabled": LCUTypes.PluginResourceEvent,
550
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor_SecondsToVote": LCUTypes.PluginResourceEvent,
551
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_IconConfig": LCUTypes.PluginResourceEvent,
552
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_IconConfig_EnabledState": LCUTypes.PluginResourceEvent,
553
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Inventory": LCUTypes.PluginResourceEvent,
554
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Inventory_BaseServiceUrl": LCUTypes.PluginResourceEvent,
555
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Inventory_Enabled": LCUTypes.PluginResourceEvent,
556
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ItemSets": LCUTypes.PluginResourceEvent,
557
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ItemSets_EditorEnabled": LCUTypes.PluginResourceEvent,
558
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ItemSets_MaxItemSets": LCUTypes.PluginResourceEvent,
559
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ItemSets_SendItemSetsToGame": LCUTypes.PluginResourceEvent,
560
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Karma": LCUTypes.PluginResourceEvent,
561
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Karma_Worlds2017VotingEnabled": LCUTypes.PluginResourceEvent,
562
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Kickout": LCUTypes.PluginResourceEvent,
563
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_KrPlaytimeReminder": LCUTypes.PluginResourceEvent,
564
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCU": LCUTypes.PluginResourceEvent,
565
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUACS": LCUTypes.PluginResourceEvent,
566
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUACS_Endpoint": LCUTypes.PluginResourceEvent,
567
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUACS_UseIdTokens": LCUTypes.PluginResourceEvent,
568
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections": LCUTypes.PluginResourceEvent,
569
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_Enabled": LCUTypes.PluginResourceEvent,
570
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUAugmentsVisible": LCUTypes.PluginResourceEvent,
571
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUCollectiblesWardSkinsEnabled": LCUTypes.PluginResourceEvent,
572
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUMasteriesVisible": LCUTypes.PluginResourceEvent,
573
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUPerksVisible": LCUTypes.PluginResourceEvent,
574
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCURunesVisible": LCUTypes.PluginResourceEvent,
575
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUSkinsViewerEnabled": LCUTypes.PluginResourceEvent,
576
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore": LCUTypes.PluginResourceEvent,
577
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_CanQueryInactiveItems": LCUTypes.PluginResourceEvent,
578
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_DisableCapRMS": LCUTypes.PluginResourceEvent,
579
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_EnableDropRatesInPurchaseModal": LCUTypes.PluginResourceEvent,
580
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_EnableFetchOffers": LCUTypes.PluginResourceEvent,
581
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_Enabled": LCUTypes.PluginResourceEvent,
582
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_LookupMissingCatalogItemKeys": LCUTypes.PluginResourceEvent,
583
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_PlayerGiftingNotificationsEnabled": LCUTypes.PluginResourceEvent,
584
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_RecommendationsEnabled": LCUTypes.PluginResourceEvent,
585
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_SinglePageApplicationEnabled": LCUTypes.PluginResourceEvent,
586
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_UseGameDataAssets": LCUTypes.PluginResourceEvent,
587
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_UseRMS": LCUTypes.PluginResourceEvent,
588
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_UseRsoAccessToken": LCUTypes.PluginResourceEvent,
589
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCU_AirClientAlphaInviteEnabled": LCUTypes.PluginResourceEvent,
590
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCU_AirClientAlphaInviteURL": LCUTypes.PluginResourceEvent,
591
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAlphaShutdown": LCUTypes.PluginResourceEvent,
592
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAlphaShutdown_Countdown": LCUTypes.PluginResourceEvent,
593
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAlphaShutdown_Enabled": LCUTypes.PluginResourceEvent,
594
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuBuddySpectate": LCUTypes.PluginResourceEvent,
595
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuBuddySpectate_Enabled": LCUTypes.PluginResourceEvent,
596
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionDetails": LCUTypes.PluginResourceEvent,
597
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionDetails_AbilitiesSectionEnabled": LCUTypes.PluginResourceEvent,
598
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionDetails_Enabled": LCUTypes.PluginResourceEvent,
599
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionDetails_PawEnabled": LCUTypes.PluginResourceEvent,
600
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionDetails_SkinsSectionEnabled": LCUTypes.PluginResourceEvent,
601
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect": LCUTypes.PluginResourceEvent,
602
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_AlliedSkinDisplayEnabled": LCUTypes.PluginResourceEvent,
603
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ChampSelectChangeTooltipDurationMillis": LCUTypes.PluginResourceEvent,
604
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ChampSelectChangeTooltipKey": LCUTypes.PluginResourceEvent,
605
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ChampSelectMutingEnabled": LCUTypes.PluginResourceEvent,
606
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ChampSelectReportV2Enabled": LCUTypes.PluginResourceEvent,
607
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ChampTradingTooltipEnabled": LCUTypes.PluginResourceEvent,
608
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_DisableAutoSmiteAssignment": LCUTypes.PluginResourceEvent,
609
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_EnableFavorites": LCUTypes.PluginResourceEvent,
610
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_EnablePositionFilters": LCUTypes.PluginResourceEvent,
611
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_IsDisconnectNotificationEnabled": LCUTypes.PluginResourceEvent,
612
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_PickOrderSwappingTooltipEnabled": LCUTypes.PluginResourceEvent,
613
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_PositionAssignmentAnimationEnabled": LCUTypes.PluginResourceEvent,
614
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_RandomChampionEnabledGameQueues": LCUTypes.PluginResourceEvent,
615
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_RandomChampionRateLimitInterval": LCUTypes.PluginResourceEvent,
616
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_RandomChampionRateLimitMaxActions": LCUTypes.PluginResourceEvent,
617
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ReportingEnabled": LCUTypes.PluginResourceEvent,
618
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ShowChampSelectChangeTooltip": LCUTypes.PluginResourceEvent,
619
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ShowEmoteButton": LCUTypes.PluginResourceEvent,
620
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_SkinPurchaseEnabled": LCUTypes.PluginResourceEvent,
621
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_SkinPurchaseNotificationEnabled": LCUTypes.PluginResourceEvent,
622
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_SkinPurchaseTime": LCUTypes.PluginResourceEvent,
623
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting": LCUTypes.PluginResourceEvent,
624
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_ABTestFilterEnabled": LCUTypes.PluginResourceEvent,
625
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_ABTestFilterGroups": LCUTypes.PluginResourceEvent,
626
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_ABTestFilterSalt": LCUTypes.PluginResourceEvent,
627
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_Enabled": LCUTypes.PluginResourceEvent,
628
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_EntitlementsFilterEnabled": LCUTypes.PluginResourceEvent,
629
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_LaneFilterEnabled": LCUTypes.PluginResourceEvent,
630
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_LevelFilterEnabled": LCUTypes.PluginResourceEvent,
631
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_LocationFiltersEnabled": LCUTypes.PluginResourceEvent,
632
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_Mapping": LCUTypes.PluginResourceEvent,
633
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_MasteryFilterChampionLimit": LCUTypes.PluginResourceEvent,
634
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_MasteryFilterDaysSinceLastPlayed": LCUTypes.PluginResourceEvent,
635
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_MasteryFilterEnabled": LCUTypes.PluginResourceEvent,
636
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_MasteryFilterLevelThreshold": LCUTypes.PluginResourceEvent,
637
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_MissionsFilterEnabled": LCUTypes.PluginResourceEvent,
638
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_ModalEnabled": LCUTypes.PluginResourceEvent,
639
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_RankFilterEnabled": LCUTypes.PluginResourceEvent,
640
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_RankedFilterEnabled": LCUTypes.PluginResourceEvent,
641
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_RevivalFilterEnabled": LCUTypes.PluginResourceEvent,
642
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_RevivalFilterThreshold": LCUTypes.PluginResourceEvent,
643
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_ShowSettingsForAll": LCUTypes.PluginResourceEvent,
644
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_TargetingAttributeStorageBaseUri": LCUTypes.PluginResourceEvent,
645
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_TargetingAttributeStorageEnabled": LCUTypes.PluginResourceEvent,
646
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_TargetingAttributeStorageRolloutPct": LCUTypes.PluginResourceEvent,
647
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_TargetingAttributeStorageUri": LCUTypes.PluginResourceEvent,
648
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_TasIngestionDelayInSeconds": LCUTypes.PluginResourceEvent,
649
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuDisambiguation": LCUTypes.PluginResourceEvent,
650
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuDisambiguation_Enabled": LCUTypes.PluginResourceEvent,
651
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuDisambiguation_Required": LCUTypes.PluginResourceEvent,
652
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification": LCUTypes.PluginResourceEvent,
653
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_Enabled": LCUTypes.PluginResourceEvent,
654
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_IsOptional": LCUTypes.PluginResourceEvent,
655
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_MandatoryAt": LCUTypes.PluginResourceEvent,
656
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_MaxOptionalLevel": LCUTypes.PluginResourceEvent,
657
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_MinimumSummonerLevel": LCUTypes.PluginResourceEvent,
658
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_RequiredLogins": LCUTypes.PluginResourceEvent,
659
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuGameSettings": LCUTypes.PluginResourceEvent,
660
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuGameSettings_GameplayEnabled": LCUTypes.PluginResourceEvent,
661
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuGameSettings_HotkeysEnabled": LCUTypes.PluginResourceEvent,
662
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuGameSettings_InterfaceEnabled": LCUTypes.PluginResourceEvent,
663
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuGameSettings_SoundEnabled": LCUTypes.PluginResourceEvent,
664
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHome": LCUTypes.PluginResourceEvent,
665
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHome_LandingPagesTimeout": LCUTypes.PluginResourceEvent,
666
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHome_ReloadEnabled": LCUTypes.PluginResourceEvent,
667
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHome_ReloadPollerInterval": LCUTypes.PluginResourceEvent,
668
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHome_ReloadStaleInterval": LCUTypes.PluginResourceEvent,
669
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHome_RequireItemLoaded": LCUTypes.PluginResourceEvent,
670
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHovercard": LCUTypes.PluginResourceEvent,
671
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHovercard_Disabled": LCUTypes.PluginResourceEvent,
672
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHovercard_RoleInfoEnabled": LCUTypes.PluginResourceEvent,
673
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLeagueSpectate": LCUTypes.PluginResourceEvent,
674
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLeagueSpectate_Enabled": LCUTypes.PluginResourceEvent,
675
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLevelUp": LCUTypes.PluginResourceEvent,
676
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLevelUp_EventEnabled": LCUTypes.PluginResourceEvent,
677
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLevelUp_ModalNotificationDisabled": LCUTypes.PluginResourceEvent,
678
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby": LCUTypes.PluginResourceEvent,
679
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_AutoGrantInviteEnabled": LCUTypes.PluginResourceEvent,
680
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_GameInvitesEnabled": LCUTypes.PluginResourceEvent,
681
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_ObserverModeEnabled": LCUTypes.PluginResourceEvent,
682
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_PracticeGameEnabled": LCUTypes.PluginResourceEvent,
683
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_PracticeGameListEnabled": LCUTypes.PluginResourceEvent,
684
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_QueueEligibilityGateKeeperEnabled": LCUTypes.PluginResourceEvent,
685
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_QueueEligibilityV2Enabled": LCUTypes.PluginResourceEvent,
686
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_SendInventoryTokenMetricsEnabled": LCUTypes.PluginResourceEvent,
687
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_UseInventoryToken": LCUTypes.PluginResourceEvent,
688
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLoyalty": LCUTypes.PluginResourceEvent,
689
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLoyalty_LeagueUnlockedEnabled": LCUTypes.PluginResourceEvent,
690
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLoyalty_LolcafeEnabled": LCUTypes.PluginResourceEvent,
691
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuNpe": LCUTypes.PluginResourceEvent,
692
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuNpe_HardMaxSummonerLevel": LCUTypes.PluginResourceEvent,
693
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuNpe_MaxSummonerLevel": LCUTypes.PluginResourceEvent,
694
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuNpe_RewardsChallengesEnabled": LCUTypes.PluginResourceEvent,
695
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuNpe_RewardsEnabled": LCUTypes.PluginResourceEvent,
696
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuNpe_RewardsLoginEnabled": LCUTypes.PluginResourceEvent,
697
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments": LCUTypes.PluginResourceEvent,
698
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments_BypassAccountIds": LCUTypes.PluginResourceEvent,
699
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments_Host": LCUTypes.PluginResourceEvent,
700
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments_PmcEdgeHost": LCUTypes.PluginResourceEvent,
701
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments_PmcEdgeUrl": LCUTypes.PluginResourceEvent,
702
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments_PmcSessionsEnabled": LCUTypes.PluginResourceEvent,
703
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments_RiotPayEnabled": LCUTypes.PluginResourceEvent,
704
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments_RiotPayThrottle": LCUTypes.PluginResourceEvent,
705
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuProfiles": LCUTypes.PluginResourceEvent,
706
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuProfiles_Enabled": LCUTypes.PluginResourceEvent,
707
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuProfiles_ForceLayout": LCUTypes.PluginResourceEvent,
708
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPurchaseWidget": LCUTypes.PluginResourceEvent,
709
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPurchaseWidget_BaseUrl": LCUTypes.PluginResourceEvent,
710
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPurchaseWidget_CapOrdersUrl": LCUTypes.PluginResourceEvent,
711
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPurchaseWidget_Enabled": LCUTypes.PluginResourceEvent,
712
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPurchaseWidget_NonRefundableDisclaimerEnabled": LCUTypes.PluginResourceEvent,
713
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPurchaseWidget_PurchaseDisclaimerEnabled": LCUTypes.PluginResourceEvent,
714
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuReadyCheckUpdate": LCUTypes.PluginResourceEvent,
715
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuReadyCheckUpdate_Enabled": LCUTypes.PluginResourceEvent,
716
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuRevivals": LCUTypes.PluginResourceEvent,
717
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuRevivals_FoundationEnabled": LCUTypes.PluginResourceEvent,
718
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSentryJSErrors": LCUTypes.PluginResourceEvent,
719
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSentryJSErrors_Enabled": LCUTypes.PluginResourceEvent,
720
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSentryJSErrors_SampleRate": LCUTypes.PluginResourceEvent,
721
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSentryJSErrors_SentryDSN": LCUTypes.PluginResourceEvent,
722
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSettings": LCUTypes.PluginResourceEvent,
723
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSettings_FullRepairEnabled": LCUTypes.PluginResourceEvent,
724
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial": LCUTypes.PluginResourceEvent,
725
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_AutoLinkEnabled": LCUTypes.PluginResourceEvent,
726
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_ChatWindowResizeEnabled": LCUTypes.PluginResourceEvent,
727
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_ClearChatHistoryEnabled": LCUTypes.PluginResourceEvent,
728
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_DefaultGameQueues": LCUTypes.PluginResourceEvent,
729
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_EnabledGameQueues": LCUTypes.PluginResourceEvent,
730
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_FriendRequestToastsDisabled": LCUTypes.PluginResourceEvent,
731
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_FriendsListGiftingEnabled": LCUTypes.PluginResourceEvent,
732
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_LcuSupportedGameQueues": LCUTypes.PluginResourceEvent,
733
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_MoreUnreadsEnabled": LCUTypes.PluginResourceEvent,
734
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_NewChatButtonEnabled": LCUTypes.PluginResourceEvent,
735
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_RecentlyPlayedDisabled": LCUTypes.PluginResourceEvent,
736
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_SlashMeEnabled": LCUTypes.PluginResourceEvent,
737
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_SortConversationsByTimeEnabled": LCUTypes.PluginResourceEvent,
738
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_StatusesDisabled": LCUTypes.PluginResourceEvent,
739
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_VirtualizedMessagesEnabled": LCUTypes.PluginResourceEvent,
740
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_VirtualizedRosterEnabled": LCUTypes.PluginResourceEvent,
741
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSummonerIconPicker": LCUTypes.PluginResourceEvent,
742
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSummonerIconPicker_Enabled": LCUTypes.PluginResourceEvent,
743
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft": LCUTypes.PluginResourceEvent,
744
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_BattlepassHubEnabled": LCUTypes.PluginResourceEvent,
745
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_EligibilityInventoryTypes": LCUTypes.PluginResourceEvent,
746
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_HubEnabled": LCUTypes.PluginResourceEvent,
747
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_MatchHistoryEnabled": LCUTypes.PluginResourceEvent,
748
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_OrbEnabled": LCUTypes.PluginResourceEvent,
749
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_PlayButtonEnabled": LCUTypes.PluginResourceEvent,
750
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_SeriesInternalName": LCUTypes.PluginResourceEvent,
751
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_TftHomeEnabled": LCUTypes.PluginResourceEvent,
752
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial": LCUTypes.PluginResourceEvent,
753
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_CarouselChampIds": LCUTypes.PluginResourceEvent,
754
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_Enabled": LCUTypes.PluginResourceEvent,
755
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_GameModeSelectEnabled": LCUTypes.PluginResourceEvent,
756
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_IntroABTestPercentage": LCUTypes.PluginResourceEvent,
757
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_NewPlayerExperienceEnabled": LCUTypes.PluginResourceEvent,
758
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_PracticeToolEnabled": LCUTypes.PluginResourceEvent,
759
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_SkipTutorialPathAfterLevel": LCUTypes.PluginResourceEvent,
760
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_StatsTimeout": LCUTypes.PluginResourceEvent,
761
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_TutorialSummonerIcon": LCUTypes.PluginResourceEvent,
762
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuUiKit": LCUTypes.PluginResourceEvent,
763
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuUiKit_CelebrationModalsDisabled": LCUTypes.PluginResourceEvent,
764
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig": LCUTypes.PluginResourceEvent,
765
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_ApexDemotionNotificationEnabled": LCUTypes.PluginResourceEvent,
766
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_ChallengerLaddersEnabled": LCUTypes.PluginResourceEvent,
767
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_ConfigRefreshIntervalSeconds": LCUTypes.PluginResourceEvent,
768
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_CurrentSplit": LCUTypes.PluginResourceEvent,
769
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_CurrentYear": LCUTypes.PluginResourceEvent,
770
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_DefaultJwtTimeToLiveSeconds": LCUTypes.PluginResourceEvent,
771
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationEndTime": LCUTypes.PluginResourceEvent,
772
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationSettingsName": LCUTypes.PluginResourceEvent,
773
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationSettingsSchemaVer": LCUTypes.PluginResourceEvent,
774
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationStartTime1": LCUTypes.PluginResourceEvent,
775
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationStartTime2": LCUTypes.PluginResourceEvent,
776
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationStartTime3": LCUTypes.PluginResourceEvent,
777
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationsConfig": LCUTypes.PluginResourceEvent,
778
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationsEnabled": LCUTypes.PluginResourceEvent,
779
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosRewardGroupsConfig": LCUTypes.PluginResourceEvent,
780
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosRewardsConfig": LCUTypes.PluginResourceEvent,
781
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_FlexRestrictionModalEnabled": LCUTypes.PluginResourceEvent,
782
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_IsGlobalNotificationsEnabled": LCUTypes.PluginResourceEvent,
783
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_IsPreseason": LCUTypes.PluginResourceEvent,
784
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_IsSeasonMemorialModalEnabled": LCUTypes.PluginResourceEvent,
785
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_IsSplitStartModalEnabled": LCUTypes.PluginResourceEvent,
786
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_JWTEnabled": LCUTypes.PluginResourceEvent,
787
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_LeagueServiceEnabled": LCUTypes.PluginResourceEvent,
788
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_MasterTierEnabled": LCUTypes.PluginResourceEvent,
789
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_PreseasonName": LCUTypes.PluginResourceEvent,
790
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_PromoHelperEnabled": LCUTypes.PluginResourceEvent,
791
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_PromotionVignetteV2Enabled": LCUTypes.PluginResourceEvent,
792
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_Ranked2017Enabled": LCUTypes.PluginResourceEvent,
793
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_Ranked2019Enabled": LCUTypes.PluginResourceEvent,
794
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_RankedReferenceModalEnabled": LCUTypes.PluginResourceEvent,
795
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_RankedRewardConfig": LCUTypes.PluginResourceEvent,
796
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_SeasonMemorialModalMinHonorLevel": LCUTypes.PluginResourceEvent,
797
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_SeasonModalEnabled": LCUTypes.PluginResourceEvent,
798
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_SeasonName": LCUTypes.PluginResourceEvent,
799
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_SendSignedRankedOverview": LCUTypes.PluginResourceEvent,
800
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_TftSeasonNameLocKey": LCUTypes.PluginResourceEvent,
801
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClient": LCUTypes.PluginResourceEvent,
802
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices": LCUTypes.PluginResourceEvent,
803
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_GSMv2": LCUTypes.PluginResourceEvent,
804
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_GameAgnosticMatchHistory": LCUTypes.PluginResourceEvent,
805
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_Leagues": LCUTypes.PluginResourceEvent,
806
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_MarketingPreferences": LCUTypes.PluginResourceEvent,
807
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_Missions": LCUTypes.PluginResourceEvent,
808
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_Parties": LCUTypes.PluginResourceEvent,
809
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_PlayerBehavior": LCUTypes.PluginResourceEvent,
810
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_PublishingContent": LCUTypes.PluginResourceEvent,
811
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_Summoner": LCUTypes.PluginResourceEvent,
812
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_Tastes": LCUTypes.PluginResourceEvent,
813
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_Teambuilder": LCUTypes.PluginResourceEvent,
814
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientLeagueSessionServicesEnabled": LCUTypes.PluginResourceEvent,
815
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientLeagueSessionServicesEnabled_Leagues": LCUTypes.PluginResourceEvent,
816
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientServiceTrafficBalanceRate": LCUTypes.PluginResourceEvent,
817
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientServiceTrafficBalanceRate_Parties": LCUTypes.PluginResourceEvent,
818
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClient_Enabled": LCUTypes.PluginResourceEvent,
819
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClient_LeagueSessionEnabled": LCUTypes.PluginResourceEvent,
820
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueSession_FailureRefreshTimeoutSeconds": LCUTypes.PluginResourceEvent,
821
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueSession_RefreshTokenOverride": LCUTypes.PluginResourceEvent,
822
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueSession_UseSessionRefreshV2": LCUTypes.PluginResourceEvent,
823
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeaverBuster": LCUTypes.PluginResourceEvent,
824
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeaverBuster_IsLbsEnabled": LCUTypes.PluginResourceEvent,
825
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeaverBuster_IsLockoutModalEnabled": LCUTypes.PluginResourceEvent,
826
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts": LCUTypes.PluginResourceEvent,
827
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_EnableStarShardsServices": LCUTypes.PluginResourceEvent,
828
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_EnableStarShardsUpgradeFlow": LCUTypes.PluginResourceEvent,
829
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_Enabled": LCUTypes.PluginResourceEvent,
830
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_InventoryServiceUrl": LCUTypes.PluginResourceEvent,
831
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_LoadoutsServiceUrl": LCUTypes.PluginResourceEvent,
832
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_NewLoadoutPickerEnabled": LCUTypes.PluginResourceEvent,
833
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_UseV4LoadoutFlow": LCUTypes.PluginResourceEvent,
834
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_ValidInventoryTypes": LCUTypes.PluginResourceEvent,
835
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket": LCUTypes.PluginResourceEvent,
836
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_bannedUntilDateMillis": LCUTypes.PluginResourceEvent,
837
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_broadcastNotification": LCUTypes.PluginResourceEvent,
838
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_coOpVsAiMinutesLeftToday": LCUTypes.PluginResourceEvent,
839
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_coOpVsAiMsecsUntilReset": LCUTypes.PluginResourceEvent,
840
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_competitiveRegion": LCUTypes.PluginResourceEvent,
841
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_customMinutesLeftToday": LCUTypes.PluginResourceEvent,
842
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_customMsecsUntilReset": LCUTypes.PluginResourceEvent,
843
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_displayPrimeReformCard": LCUTypes.PluginResourceEvent,
844
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_emailStatus": LCUTypes.PluginResourceEvent,
845
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_gameTypeConfigs": LCUTypes.PluginResourceEvent,
846
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_inGhostGame": LCUTypes.PluginResourceEvent,
847
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_languages": LCUTypes.PluginResourceEvent,
848
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_matchMakingEnabled": LCUTypes.PluginResourceEvent,
849
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_maxPracticeGameSize": LCUTypes.PluginResourceEvent,
850
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_minor": LCUTypes.PluginResourceEvent,
851
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_minorShutdownEnforced": LCUTypes.PluginResourceEvent,
852
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_minutesUntilMidnight": LCUTypes.PluginResourceEvent,
853
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_minutesUntilShutdown": LCUTypes.PluginResourceEvent,
854
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_minutesUntilShutdownEnabled": LCUTypes.PluginResourceEvent,
855
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_platformGameLifecycle": LCUTypes.PluginResourceEvent,
856
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_platformId": LCUTypes.PluginResourceEvent,
857
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_playerStatSummaries": LCUTypes.PluginResourceEvent,
858
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_restrictedChatGamesRemaining": LCUTypes.PluginResourceEvent,
859
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_restrictedGamesRemainingForRanked": LCUTypes.PluginResourceEvent,
860
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_showEmailVerificationPopup": LCUTypes.PluginResourceEvent,
861
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_simpleMessages": LCUTypes.PluginResourceEvent,
862
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig": LCUTypes.PluginResourceEvent,
863
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestBundleDiscount1": LCUTypes.PluginResourceEvent,
864
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestBundleDiscount2": LCUTypes.PluginResourceEvent,
865
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestBundleDiscount3": LCUTypes.PluginResourceEvent,
866
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestBundleDiscount4": LCUTypes.PluginResourceEvent,
867
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestBundleDiscount5": LCUTypes.PluginResourceEvent,
868
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EnableMythicEssenceDisplay": LCUTypes.PluginResourceEvent,
869
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_Enabled": LCUTypes.PluginResourceEvent,
870
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EventChestBundleId1": LCUTypes.PluginResourceEvent,
871
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EventChestBundleId2": LCUTypes.PluginResourceEvent,
872
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EventChestBundleId3": LCUTypes.PluginResourceEvent,
873
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EventChestBundleId4": LCUTypes.PluginResourceEvent,
874
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EventChestBundleId5": LCUTypes.PluginResourceEvent,
875
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EventChestsEnabled": LCUTypes.PluginResourceEvent,
876
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_InitializationGoalFlags": LCUTypes.PluginResourceEvent,
877
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_LEdgeAccessEnabled": LCUTypes.PluginResourceEvent,
878
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_LEdgeAccessPercentage": LCUTypes.PluginResourceEvent,
879
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_LcuEnabled": LCUTypes.PluginResourceEvent,
880
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_LootMilestonesEnabled": LCUTypes.PluginResourceEvent,
881
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_LootOddsQueryEvaluationEnabled": LCUTypes.PluginResourceEvent,
882
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_MATERIAL_112LearnMoreURL": LCUTypes.PluginResourceEvent,
883
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_MinSummonerLevel": LCUTypes.PluginResourceEvent,
884
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_NewPlayerChestEnabled": LCUTypes.PluginResourceEvent,
885
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_NoRefundConfirmationEnabled": LCUTypes.PluginResourceEvent,
886
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_PurchaseChestsEnabled": LCUTypes.PluginResourceEvent,
887
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_Visible": LCUTypes.PluginResourceEvent,
888
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_WorldsTokensEnabled": LCUTypes.PluginResourceEvent,
889
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Masteries": LCUTypes.PluginResourceEvent,
890
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Masteries_ShowPointsResetMessage": LCUTypes.PluginResourceEvent,
891
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions": LCUTypes.PluginResourceEvent,
892
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions_EligibilityInventoryTypes": LCUTypes.PluginResourceEvent,
893
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions_MissionsCompressed": LCUTypes.PluginResourceEvent,
894
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions_MissionsCooldownPollingTime": LCUTypes.PluginResourceEvent,
895
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions_MissionsEnabled": LCUTypes.PluginResourceEvent,
896
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions_MissionsFrontEndEnabled": LCUTypes.PluginResourceEvent,
897
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions_MissionsPollingTime": LCUTypes.PluginResourceEvent,
898
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions_MissionsTabTrackerEnabled": LCUTypes.PluginResourceEvent,
899
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions_MissionsUseV4Api": LCUTypes.PluginResourceEvent,
900
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions_SendSimpleInventoryTokens": LCUTypes.PluginResourceEvent,
901
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Mutators": LCUTypes.PluginResourceEvent,
902
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Mutators_BasicTutorialMutators": LCUTypes.PluginResourceEvent,
903
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Mutators_BattleTrainingMutators": LCUTypes.PluginResourceEvent,
904
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Mutators_CustomGameMutators": LCUTypes.PluginResourceEvent,
905
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Mutators_EnabledAssetMutators": LCUTypes.PluginResourceEvent,
906
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Mutators_EnabledCustomModes": LCUTypes.PluginResourceEvent,
907
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Mutators_EnabledModes": LCUTypes.PluginResourceEvent,
908
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Mutators_EnabledMutators": LCUTypes.PluginResourceEvent,
909
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Navigation": LCUTypes.PluginResourceEvent,
910
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Navigation_NavBarDisplayMode": LCUTypes.PluginResourceEvent,
911
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Navigation_UseEnhancedMenu": LCUTypes.PluginResourceEvent,
912
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Navigation_UseTextLabels": LCUTypes.PluginResourceEvent,
913
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory": LCUTypes.PluginResourceEvent,
914
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_Enabled": LCUTypes.PluginResourceEvent,
915
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_MatchHistoryWebURL": LCUTypes.PluginResourceEvent,
916
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_PostIPXPToLegSEnabled": LCUTypes.PluginResourceEvent,
917
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_RecentlyPlayedNumGames": LCUTypes.PluginResourceEvent,
918
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_SharingEnabled": LCUTypes.PluginResourceEvent,
919
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_TftMatchHistoryEnabled": LCUTypes.PluginResourceEvent,
920
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerIntro": LCUTypes.PluginResourceEvent,
921
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerIntro_IntroUrl": LCUTypes.PluginResourceEvent,
922
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerIntro_NewSummonerIconIds": LCUTypes.PluginResourceEvent,
923
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerRouter": LCUTypes.PluginResourceEvent,
924
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerRouter_ABDisablingOfTutorial": LCUTypes.PluginResourceEvent,
925
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerRouter_QueueID": LCUTypes.PluginResourceEvent,
926
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties": LCUTypes.PluginResourceEvent,
927
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_CustomsInPartiesEnabled": LCUTypes.PluginResourceEvent,
928
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_EnableLobbyCreation": LCUTypes.PluginResourceEvent,
929
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_Enabled": LCUTypes.PluginResourceEvent,
930
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_EnabledForTeamBuilderQueues": LCUTypes.PluginResourceEvent,
931
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_GameflowRegistrationStatusRequired": LCUTypes.PluginResourceEvent,
932
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_GameflowSamplingProbability": LCUTypes.PluginResourceEvent,
933
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_LoginRegistrationTimeout": LCUTypes.PluginResourceEvent,
934
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_NotificationDelaySamplingPercentage": LCUTypes.PluginResourceEvent,
935
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_OpenPartyEnable": LCUTypes.PluginResourceEvent,
936
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_PremadeEligibilityFromPartiesEnabled": LCUTypes.PluginResourceEvent,
937
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_PremadeEligibilityQueuesDelayedRefreshTimeoutSeconds": LCUTypes.PluginResourceEvent,
938
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_RegistrationConfigurationChangedTimeout": LCUTypes.PluginResourceEvent,
939
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_RegistrationCredentialsRequired": LCUTypes.PluginResourceEvent,
940
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_RegistrationRetryInterval": LCUTypes.PluginResourceEvent,
941
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_ServiceProxySamplingPercentage": LCUTypes.PluginResourceEvent,
942
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PartyRewards": LCUTypes.PluginResourceEvent,
943
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PartyRewards_Enabled": LCUTypes.PluginResourceEvent,
944
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PartyRewards_GameFlowVisualUpdate": LCUTypes.PluginResourceEvent,
945
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Perks": LCUTypes.PluginResourceEvent,
946
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Perks_MinSummonerLevelUnlockCustomPages": LCUTypes.PluginResourceEvent,
947
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Perks_PerksEnabled": LCUTypes.PluginResourceEvent,
948
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers": LCUTypes.PluginResourceEvent,
949
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_BaseServiceURL": LCUTypes.PluginResourceEvent,
950
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_HubEnabled": LCUTypes.PluginResourceEvent,
951
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_Port": LCUTypes.PluginResourceEvent,
952
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_PromotionEndTime": LCUTypes.PluginResourceEvent,
953
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_PromotionName": LCUTypes.PluginResourceEvent,
954
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_PromotionStartTime": LCUTypes.PluginResourceEvent,
955
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_Protocol": LCUTypes.PluginResourceEvent,
956
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_ServiceConfig": LCUTypes.PluginResourceEvent,
957
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_ServicePath": LCUTypes.PluginResourceEvent,
958
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_ShowNavButton": LCUTypes.PluginResourceEvent,
959
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_ThemedBackground": LCUTypes.PluginResourceEvent,
960
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonlizedOffers": LCUTypes.PluginResourceEvent,
961
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonlizedOffers_BaseServiceURL": LCUTypes.PluginResourceEvent,
962
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonlizedOffers_HubEnabled": LCUTypes.PluginResourceEvent,
963
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonlizedOffers_Port": LCUTypes.PluginResourceEvent,
964
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonlizedOffers_Protocol": LCUTypes.PluginResourceEvent,
965
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonlizedOffers_ServiceConfig": LCUTypes.PluginResourceEvent,
966
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonlizedOffers_ServicePath": LCUTypes.PluginResourceEvent,
967
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlatformShutdown": LCUTypes.PluginResourceEvent,
968
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlatformShutdown_Enabled": LCUTypes.PluginResourceEvent,
969
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerBehavior": LCUTypes.PluginResourceEvent,
970
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerBehavior_CodeOfConductEnabled": LCUTypes.PluginResourceEvent,
971
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerBehavior_ReformCardV2Enabled": LCUTypes.PluginResourceEvent,
972
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerFeedbackTool": LCUTypes.PluginResourceEvent,
973
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerFeedbackTool_BackendUrl": LCUTypes.PluginResourceEvent,
974
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerFeedbackTool_EnableHomeTrigger": LCUTypes.PluginResourceEvent,
975
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerNotification": LCUTypes.PluginResourceEvent,
976
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerNotification_Enabled": LCUTypes.PluginResourceEvent,
977
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerPreferences": LCUTypes.PluginResourceEvent,
978
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerPreferences_Enabled": LCUTypes.PluginResourceEvent,
979
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerPreferences_EnforceHttps": LCUTypes.PluginResourceEvent,
980
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerPreferences_ServiceEndpoint": LCUTypes.PluginResourceEvent,
981
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerPreferences_Version": LCUTypes.PluginResourceEvent,
982
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Postgame": LCUTypes.PluginResourceEvent,
983
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Postgame_ShowPositionDetectionEnabled": LCUTypes.PluginResourceEvent,
984
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard": LCUTypes.PluginResourceEvent,
985
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_ACSLookup": LCUTypes.PluginResourceEvent,
986
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_ChampionMasteryLookup": LCUTypes.PluginResourceEvent,
987
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_CreateStringConfiguration": LCUTypes.PluginResourceEvent,
988
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabled": LCUTypes.PluginResourceEvent,
989
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForBuddyPanelView": LCUTypes.PluginResourceEvent,
990
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForChatFriendsList": LCUTypes.PluginResourceEvent,
991
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForChatGroupChatParticipants": LCUTypes.PluginResourceEvent,
992
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForClubChatParticipants": LCUTypes.PluginResourceEvent,
993
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForCustomGameLobby": LCUTypes.PluginResourceEvent,
994
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForGameLobbySuggestedPlayers": LCUTypes.PluginResourceEvent,
995
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForGroupFinderCapViewSuggestedPlayers": LCUTypes.PluginResourceEvent,
996
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForSummonerQuickView": LCUTypes.PluginResourceEvent,
997
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForTeamBuilderSuggestedPlayers": LCUTypes.PluginResourceEvent,
998
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_LeagueLookup": LCUTypes.PluginResourceEvent,
999
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Profiles": LCUTypes.PluginResourceEvent,
1000
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Profiles_EosIconEnabled": LCUTypes.PluginResourceEvent,
1001
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Profiles_EosTooltipShowOnce": LCUTypes.PluginResourceEvent,
1002
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Profiles_RankQueueOnCount": LCUTypes.PluginResourceEvent,
1003
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Profiles_SkinsPickerEnabled": LCUTypes.PluginResourceEvent,
1004
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PublishingContent": LCUTypes.PluginResourceEvent,
1005
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PublishingContent_Enabled": LCUTypes.PluginResourceEvent,
1006
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PublishingContent_LocalePreferenceEnabled": LCUTypes.PluginResourceEvent,
1007
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PublishingContent_LocalePreferenceOptions": LCUTypes.PluginResourceEvent,
1008
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PublishingContent_TftGdsTest": LCUTypes.PluginResourceEvent,
1009
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_PublishingContent_TftHubCardsUrl": LCUTypes.PluginResourceEvent,
1010
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueImages": LCUTypes.PluginResourceEvent,
1011
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueImages_OverrideQueueImage": LCUTypes.PluginResourceEvent,
1012
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction": LCUTypes.PluginResourceEvent,
1013
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_AllowablePremadeSizesForQueueId440": LCUTypes.PluginResourceEvent,
1014
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_KarmaEnabled": LCUTypes.PluginResourceEvent,
1015
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndDivisionForPremadeSize2QueueId1100": LCUTypes.PluginResourceEvent,
1016
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndDivisionForPremadeSize2QueueId420": LCUTypes.PluginResourceEvent,
1017
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize1": LCUTypes.PluginResourceEvent,
1018
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize1QueueId410": LCUTypes.PluginResourceEvent,
1019
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize1QueueId420": LCUTypes.PluginResourceEvent,
1020
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize1QueueId440": LCUTypes.PluginResourceEvent,
1021
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize1QueueId470": LCUTypes.PluginResourceEvent,
1022
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize1QueueId9": LCUTypes.PluginResourceEvent,
1023
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize2": LCUTypes.PluginResourceEvent,
1024
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize2QueueId410": LCUTypes.PluginResourceEvent,
1025
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize2QueueId420": LCUTypes.PluginResourceEvent,
1026
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize2QueueId440": LCUTypes.PluginResourceEvent,
1027
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize2QueueId470": LCUTypes.PluginResourceEvent,
1028
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize2QueueId9": LCUTypes.PluginResourceEvent,
1029
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize3": LCUTypes.PluginResourceEvent,
1030
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize3QueueId410": LCUTypes.PluginResourceEvent,
1031
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize3QueueId420": LCUTypes.PluginResourceEvent,
1032
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize3QueueId440": LCUTypes.PluginResourceEvent,
1033
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize3QueueId470": LCUTypes.PluginResourceEvent,
1034
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize3QueueId9": LCUTypes.PluginResourceEvent,
1035
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize4": LCUTypes.PluginResourceEvent,
1036
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize4QueueId410": LCUTypes.PluginResourceEvent,
1037
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize4QueueId420": LCUTypes.PluginResourceEvent,
1038
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize4QueueId440": LCUTypes.PluginResourceEvent,
1039
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize4QueueId470": LCUTypes.PluginResourceEvent,
1040
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize4QueueId9": LCUTypes.PluginResourceEvent,
1041
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize5": LCUTypes.PluginResourceEvent,
1042
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize5QueueId410": LCUTypes.PluginResourceEvent,
1043
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize5QueueId420": LCUTypes.PluginResourceEvent,
1044
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize5QueueId440": LCUTypes.PluginResourceEvent,
1045
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize5QueueId470": LCUTypes.PluginResourceEvent,
1046
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize5QueueId9": LCUTypes.PluginResourceEvent,
1047
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_QueuesRequiringTwentyChampions": LCUTypes.PluginResourceEvent,
1048
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueDefaultUnseededTier": LCUTypes.PluginResourceEvent,
1049
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueDefaultUnseededTierQueueId410": LCUTypes.PluginResourceEvent,
1050
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueDefaultUnseededTierQueueId420": LCUTypes.PluginResourceEvent,
1051
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueDefaultUnseededTierQueueId440": LCUTypes.PluginResourceEvent,
1052
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueDefaultUnseededTierQueueId470": LCUTypes.PluginResourceEvent,
1053
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueDefaultUnseededTierQueueId9": LCUTypes.PluginResourceEvent,
1054
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueRestrictionMaxDelta": LCUTypes.PluginResourceEvent,
1055
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueRestrictionMode": LCUTypes.PluginResourceEvent,
1056
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighMmrPremadeMaxSize": LCUTypes.PluginResourceEvent,
1057
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighMmrPremadeRank": LCUTypes.PluginResourceEvent,
1058
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighMmrPremadeRestrictionEnabled": LCUTypes.PluginResourceEvent,
1059
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighMmrPremadeTier": LCUTypes.PluginResourceEvent,
1060
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTier": LCUTypes.PluginResourceEvent,
1061
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTierQueueId410": LCUTypes.PluginResourceEvent,
1062
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTierQueueId420": LCUTypes.PluginResourceEvent,
1063
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTierQueueId440": LCUTypes.PluginResourceEvent,
1064
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTierQueueId470": LCUTypes.PluginResourceEvent,
1065
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTierQueueId9": LCUTypes.PluginResourceEvent,
1066
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDelta": LCUTypes.PluginResourceEvent,
1067
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDeltaQueueId410": LCUTypes.PluginResourceEvent,
1068
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDeltaQueueId420": LCUTypes.PluginResourceEvent,
1069
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDeltaQueueId440": LCUTypes.PluginResourceEvent,
1070
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDeltaQueueId470": LCUTypes.PluginResourceEvent,
1071
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDeltaQueueId9": LCUTypes.PluginResourceEvent,
1072
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMode": LCUTypes.PluginResourceEvent,
1073
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionModeQueueId410": LCUTypes.PluginResourceEvent,
1074
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionModeQueueId420": LCUTypes.PluginResourceEvent,
1075
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionModeQueueId440": LCUTypes.PluginResourceEvent,
1076
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionModeQueueId470": LCUTypes.PluginResourceEvent,
1077
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionModeQueueId9": LCUTypes.PluginResourceEvent,
1078
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDelta": LCUTypes.PluginResourceEvent,
1079
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDeltaQueueId410": LCUTypes.PluginResourceEvent,
1080
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDeltaQueueId420": LCUTypes.PluginResourceEvent,
1081
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDeltaQueueId440": LCUTypes.PluginResourceEvent,
1082
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDeltaQueueId470": LCUTypes.PluginResourceEvent,
1083
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDeltaQueueId9": LCUTypes.PluginResourceEvent,
1084
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMode": LCUTypes.PluginResourceEvent,
1085
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionModeQueueId410": LCUTypes.PluginResourceEvent,
1086
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionModeQueueId420": LCUTypes.PluginResourceEvent,
1087
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionModeQueueId440": LCUTypes.PluginResourceEvent,
1088
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionModeQueueId470": LCUTypes.PluginResourceEvent,
1089
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionModeQueueId9": LCUTypes.PluginResourceEvent,
1090
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_ServiceEnabled": LCUTypes.PluginResourceEvent,
1091
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Regalia": LCUTypes.PluginResourceEvent,
1092
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Replays": LCUTypes.PluginResourceEvent,
1093
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Replays_MinSupportedGameServerVersion": LCUTypes.PluginResourceEvent,
1094
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Replays_ThirdPersonAccessibleGameQueues": LCUTypes.PluginResourceEvent,
1095
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Rewards": LCUTypes.PluginResourceEvent,
1096
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Rewards_Enabled": LCUTypes.PluginResourceEvent,
1097
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SLcuChampionSelecttring": LCUTypes.PluginResourceEvent,
1098
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SLcuChampionSelecttring_RandomChampionRateLimitInterval": LCUTypes.PluginResourceEvent,
1099
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SLcuChampionSelecttring_RandomChampionRateLimitMaxActions": LCUTypes.PluginResourceEvent,
1100
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Sanitizer": LCUTypes.PluginResourceEvent,
1101
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Sanitizer_Level1Unfilter": LCUTypes.PluginResourceEvent,
1102
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward": LCUTypes.PluginResourceEvent,
1103
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_Enabled": LCUTypes.PluginResourceEvent,
1104
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_Maximum_team_reward_level": LCUTypes.PluginResourceEvent,
1105
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_Minimum_points_per_reward_level": LCUTypes.PluginResourceEvent,
1106
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_Minimum_win_team_reward_level_1": LCUTypes.PluginResourceEvent,
1107
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_Minimum_win_team_reward_level_2": LCUTypes.PluginResourceEvent,
1108
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_Minimum_win_team_reward_level_3": LCUTypes.PluginResourceEvent,
1109
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_QualificationWarningEnabled": LCUTypes.PluginResourceEvent,
1110
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_ServiceCallEnabled": LCUTypes.PluginResourceEvent,
1111
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Sentry": LCUTypes.PluginResourceEvent,
1112
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Sentry_SampleRate": LCUTypes.PluginResourceEvent,
1113
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ServiceStatusAPI": LCUTypes.PluginResourceEvent,
1114
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ServiceStatusAPI_Enabled": LCUTypes.PluginResourceEvent,
1115
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory": LCUTypes.PluginResourceEvent,
1116
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_AdvancedGameDetailsEnabled": LCUTypes.PluginResourceEvent,
1117
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_AdvancedGameDetailsUrlTemplate": LCUTypes.PluginResourceEvent,
1118
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_MatchDetailsUrlTemplate": LCUTypes.PluginResourceEvent,
1119
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_MatchHistoryEnabled": LCUTypes.PluginResourceEvent,
1120
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_MatchHistoryUrlTemplate": LCUTypes.PluginResourceEvent,
1121
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_ShareEndOfGameEnabled": LCUTypes.PluginResourceEvent,
1122
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_ShareGameUrlTemplate": LCUTypes.PluginResourceEvent,
1123
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinRentals": LCUTypes.PluginResourceEvent,
1124
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinRentals_Enabled": LCUTypes.PluginResourceEvent,
1125
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinsViewer": LCUTypes.PluginResourceEvent,
1126
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinsViewer_VintageSkinSummonerIconConfig": LCUTypes.PluginResourceEvent,
1127
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard": LCUTypes.PluginResourceEvent,
1128
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_IsSocialLeaderboardEnabled": LCUTypes.PluginResourceEvent,
1129
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_MinsTillCacheExpiry": LCUTypes.PluginResourceEvent,
1130
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_SecsTillAvailabilityCacheExpiry": LCUTypes.PluginResourceEvent,
1131
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_UseSocialLeaderboardLeaguesEndpoint": LCUTypes.PluginResourceEvent,
1132
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Spectator": LCUTypes.PluginResourceEvent,
1133
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Spectator_SaveReconnectInfoEnabled": LCUTypes.PluginResourceEvent,
1134
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_String": LCUTypes.PluginResourceEvent,
1135
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_String_String": LCUTypes.PluginResourceEvent,
1136
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers": LCUTypes.PluginResourceEvent,
1137
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_Enabled": LCUTypes.PluginResourceEvent,
1138
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_FriendsOfFriendsEnabled": LCUTypes.PluginResourceEvent,
1139
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_FriendsOfFriendsLimit": LCUTypes.PluginResourceEvent,
1140
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_HonoredPlayersLimit": LCUTypes.PluginResourceEvent,
1141
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_MaxNumReplacements": LCUTypes.PluginResourceEvent,
1142
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_MaxNumSuggestedPlayers": LCUTypes.PluginResourceEvent,
1143
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_OnlineFriendsLimit": LCUTypes.PluginResourceEvent,
1144
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_PreviousPremadesLimit": LCUTypes.PluginResourceEvent,
1145
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_VictoriousComradesLimit": LCUTypes.PluginResourceEvent,
1146
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner": LCUTypes.PluginResourceEvent,
1147
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_ConfigRefreshIntervalSeconds": LCUTypes.PluginResourceEvent,
1148
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_JWTEnabled": LCUTypes.PluginResourceEvent,
1149
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_JWTMaxTimeoutSeconds": LCUTypes.PluginResourceEvent,
1150
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_JWTMinTimeoutSeconds": LCUTypes.PluginResourceEvent,
1151
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_SummonerProfileCacheEnabled": LCUTypes.PluginResourceEvent,
1152
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBoost": LCUTypes.PluginResourceEvent,
1153
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBoost_AllSkinEnabled": LCUTypes.PluginResourceEvent,
1154
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBoost_RandomSkinEnabled": LCUTypes.PluginResourceEvent,
1155
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft": LCUTypes.PluginResourceEvent,
1156
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_EnableChampionSelectPreferences": LCUTypes.PluginResourceEvent,
1157
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_EstimatedWaitAdjustmentEnabled": LCUTypes.PluginResourceEvent,
1158
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_FillPrimaryWaitFactor": LCUTypes.PluginResourceEvent,
1159
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_FillSecondaryWaitFactor": LCUTypes.PluginResourceEvent,
1160
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_LogAllLCDSMessages": LCUTypes.PluginResourceEvent,
1161
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_MidPrimaryWaitFactor": LCUTypes.PluginResourceEvent,
1162
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SendAfkCheckMetricsEnabled": LCUTypes.PluginResourceEvent,
1163
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SendSummonerIconJwt": LCUTypes.PluginResourceEvent,
1164
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_ServiceCallTimeoutMillis": LCUTypes.PluginResourceEvent,
1165
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SkinPurchaseEnabled": LCUTypes.PluginResourceEvent,
1166
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SupportPrimaryWaitFactor": LCUTypes.PluginResourceEvent,
1167
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SupportSecondaryWaitFactor": LCUTypes.PluginResourceEvent,
1168
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_TBRerollServiceEnabled": LCUTypes.PluginResourceEvent,
1169
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_TakeoverEnabled": LCUTypes.PluginResourceEvent,
1170
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_UnlockLockInButtonTimeoutEnabled": LCUTypes.PluginResourceEvent,
1171
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_UnlockLockInButtonWaitTime": LCUTypes.PluginResourceEvent,
1172
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_TencentAntiAddiction_Enabled": LCUTypes.PluginResourceEvent,
1173
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ThirdPartyVerification": LCUTypes.PluginResourceEvent,
1174
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_ThirdPartyVerification_CAHServiceEnabled": LCUTypes.PluginResourceEvent,
1175
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Trophies": LCUTypes.PluginResourceEvent,
1176
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Trophies_IsEnabledOnProfile": LCUTypes.PluginResourceEvent,
1177
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Trophies_IsOtherSummonersProfileEnabled": LCUTypes.PluginResourceEvent,
1178
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Voice": LCUTypes.PluginResourceEvent,
1179
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_Voice_Enabled": LCUTypes.PluginResourceEvent,
1180
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_WardSkinConfig": LCUTypes.PluginResourceEvent,
1181
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_WardSkinConfig_UseLoadouts": LCUTypes.PluginResourceEvent,
1182
- "OnJsonApiEvent_lol-platform-config_v1_namespaces_WardSkinConfig_WardSkinSelection": LCUTypes.PluginResourceEvent,
1183
- "OnJsonApiEvent_lol-player-behavior_v1_config": LCUTypes.PluginResourceEvent,
1184
- "OnJsonApiEvent_lol-player-behavior_v2_reporter-feedback": LCUTypes.PluginResourceEvent,
1185
- "OnJsonApiEvent_lol-player-behavior_v3_reform-cards": LCUTypes.PluginResourceEvent,
1186
- "OnJsonApiEvent_lol-player-preferences_v1_player-preferences-ready": LCUTypes.PluginResourceEvent,
1187
- "OnJsonApiEvent_lol-pre-end-of-game_v1_currentSequenceEvent": LCUTypes.PluginResourceEvent,
1188
- "OnJsonApiEvent_lol-premade-voice_v1_availability": LCUTypes.PluginResourceEvent,
1189
- "OnJsonApiEvent_lol-premade-voice_v1_capturedevices": LCUTypes.PluginResourceEvent,
1190
- "OnJsonApiEvent_lol-premade-voice_v1_first-experience": LCUTypes.PluginResourceEvent,
1191
- "OnJsonApiEvent_lol-premade-voice_v1_participant-records": LCUTypes.PluginResourceEvent,
1192
- "OnJsonApiEvent_lol-premade-voice_v1_settings": LCUTypes.PluginResourceEvent,
1193
- "OnJsonApiEvent_lol-progression_v1_groups": LCUTypes.PluginResourceEvent,
1194
- "OnJsonApiEvent_lol-progression_v1_ready": LCUTypes.PluginResourceEvent,
1195
- "OnJsonApiEvent_lol-publishing-content_v1_listeners": LCUTypes.PluginResourceEvent,
1196
- "OnJsonApiEvent_lol-publishing-content_v1_ready": LCUTypes.PluginResourceEvent,
1197
- "OnJsonApiEvent_lol-publishing-content_v1_settings": LCUTypes.PluginResourceEvent,
1198
- "OnJsonApiEvent_lol-purchase-widget_v1_configuration": LCUTypes.PluginResourceEvent,
1199
- "OnJsonApiEvent_lol-purchase-widget_v3_purchase-offer-order-statuses": LCUTypes.PluginResourceEvent,
1200
- "OnJsonApiEvent_lol-ranked_v1_challenger-ladders-enabled": LCUTypes.PluginResourceEvent,
1201
- "OnJsonApiEvent_lol-ranked_v1_current-ranked-stats": LCUTypes.PluginResourceEvent,
1202
- "OnJsonApiEvent_lol-ranked_v1_eos-rewards": LCUTypes.PluginResourceEvent,
1203
- "OnJsonApiEvent_lol-ranked_v1_global-notifications": LCUTypes.PluginResourceEvent,
1204
- "OnJsonApiEvent_lol-ranked_v1_notifications": LCUTypes.PluginResourceEvent,
1205
- "OnJsonApiEvent_lol-ranked_v1_ranked-stats": LCUTypes.PluginResourceEvent,
1206
- "OnJsonApiEvent_lol-ranked_v1_signed-ranked-stats": LCUTypes.PluginResourceEvent,
1207
- "OnJsonApiEvent_lol-ranked_v1_splits-config": LCUTypes.PluginResourceEvent,
1208
- "OnJsonApiEvent_lol-ranked_v1_top-rated-ladders-enabled": LCUTypes.PluginResourceEvent,
1209
- "OnJsonApiEvent_lol-regalia_v2_config": LCUTypes.PluginResourceEvent,
1210
- "OnJsonApiEvent_lol-regalia_v2_summoners": LCUTypes.PluginResourceEvent,
1211
- "OnJsonApiEvent_lol-remedy_v1_remedy-notifications": LCUTypes.PluginResourceEvent,
1212
- "OnJsonApiEvent_lol-replays_v1_configuration": LCUTypes.PluginResourceEvent,
1213
- "OnJsonApiEvent_lol-replays_v1_metadata": LCUTypes.PluginResourceEvent,
1214
- "OnJsonApiEvent_lol-replays_v1_rofls": LCUTypes.PluginResourceEvent,
1215
- "OnJsonApiEvent_lol-rewards_v1_grants": LCUTypes.PluginResourceEvent,
1216
- "OnJsonApiEvent_lol-rewards_v1_groups": LCUTypes.PluginResourceEvent,
1217
- "OnJsonApiEvent_lol-rso-auth_configuration_v3": LCUTypes.PluginResourceEvent,
1218
- "OnJsonApiEvent_lol-rso-auth_v1_authorization": LCUTypes.PluginResourceEvent,
1219
- "OnJsonApiEvent_lol-service-status_v1_ticker-messages": LCUTypes.PluginResourceEvent,
1220
- "OnJsonApiEvent_lol-settings_v1_account": LCUTypes.PluginResourceEvent,
1221
- "OnJsonApiEvent_lol-settings_v1_local": LCUTypes.PluginResourceEvent,
1222
- "OnJsonApiEvent_lol-settings_v2_account": LCUTypes.PluginResourceEvent,
1223
- "OnJsonApiEvent_lol-settings_v2_config": LCUTypes.PluginResourceEvent,
1224
- "OnJsonApiEvent_lol-settings_v2_local": LCUTypes.PluginResourceEvent,
1225
- "OnJsonApiEvent_lol-settings_v2_ready": LCUTypes.PluginResourceEvent,
1226
- "OnJsonApiEvent_lol-shutdown_v1_notification": LCUTypes.PluginResourceEvent,
1227
- "OnJsonApiEvent_lol-spectator_v1_spectate": LCUTypes.PluginResourceEvent,
1228
- "OnJsonApiEvent_lol-statstones_v2_player-summary-self": LCUTypes.PluginResourceEvent,
1229
- "OnJsonApiEvent_lol-store_v1_getStoreUrl": LCUTypes.PluginResourceEvent,
1230
- "OnJsonApiEvent_lol-store_v1_store-ready": LCUTypes.PluginResourceEvent,
1231
- "OnJsonApiEvent_lol-suggested-players_v1_suggested-players": LCUTypes.PluginResourceEvent,
1232
- "OnJsonApiEvent_lol-summoner_v1_current-summoner": LCUTypes.PluginResourceEvent,
1233
- "OnJsonApiEvent_lol-summoner_v1_player-alias-state": LCUTypes.PluginResourceEvent,
1234
- "OnJsonApiEvent_lol-summoner_v1_player-name-mode": LCUTypes.PluginResourceEvent,
1235
- "OnJsonApiEvent_lol-summoner_v1_status": LCUTypes.PluginResourceEvent,
1236
- "OnJsonApiEvent_lol-summoner_v1_summoner-requests-ready": LCUTypes.PluginResourceEvent,
1237
- "OnJsonApiEvent_lol-tastes_v1_ready": LCUTypes.PluginResourceEvent,
1238
- "OnJsonApiEvent_lol-tft-pass_v1_config-fetched": LCUTypes.PluginResourceEvent,
1239
- "OnJsonApiEvent_lol-tft-team-planner_v1_config": LCUTypes.PluginResourceEvent,
1240
- "OnJsonApiEvent_lol-tft-team-planner_v1_ftue": LCUTypes.PluginResourceEvent,
1241
- "OnJsonApiEvent_lol-tft-team-planner_v1_team": LCUTypes.PluginResourceEvent,
1242
- "OnJsonApiEvent_lol-tft-troves_v1_config": LCUTypes.PluginResourceEvent,
1243
- "OnJsonApiEvent_lol-tft-troves_v1_milestones-group-id": LCUTypes.PluginResourceEvent,
1244
- "OnJsonApiEvent_lol-tft_v1_tft": LCUTypes.PluginResourceEvent,
1245
- "OnJsonApiEvent_lol-vanguard_v1_session": LCUTypes.PluginResourceEvent,
1246
- "OnJsonApiEvent_lol-yourshop_v1_modal": LCUTypes.PluginResourceEvent,
1247
- "OnJsonApiEvent_lol-yourshop_v1_ready": LCUTypes.PluginResourceEvent,
1248
- "OnJsonApiEvent_lol-yourshop_v1_status": LCUTypes.PluginResourceEvent,
1249
- "OnJsonApiEvent_loyalty_v1_loyalty-resource": LCUTypes.PluginResourceEvent,
1250
- "OnJsonApiEvent_mailbox_v1_check-new-mail": LCUTypes.PluginResourceEvent,
1251
- "OnJsonApiEvent_memory_v1_fe-processes-ready": LCUTypes.PluginResourceEvent,
1252
- "OnJsonApiEvent_patcher_v1_notifications": LCUTypes.PluginResourceEvent,
1253
- "OnJsonApiEvent_patcher_v1_products": LCUTypes.PluginResourceEvent,
1254
- "OnJsonApiEvent_patcher_v1_status": LCUTypes.PluginResourceEvent,
1255
- "OnJsonApiEvent_player-account_aliases_v1": LCUTypes.PluginResourceEvent,
1256
- "OnJsonApiEvent_player-notifications_v1_notifications": LCUTypes.PluginResourceEvent,
1257
- "OnJsonApiEvent_player-reporting_v1_reporter-feedback": LCUTypes.PluginResourceEvent,
1258
- "OnJsonApiEvent_plugin-manager_v1_external-plugins": LCUTypes.PluginResourceEvent,
1259
- "OnJsonApiEvent_plugin-manager_v1_status": LCUTypes.PluginResourceEvent,
1260
- "OnJsonApiEvent_process-control_v1_process": LCUTypes.PluginResourceEvent,
1261
- "OnJsonApiEvent_product-metadata_v2_products": LCUTypes.PluginResourceEvent,
1262
- "OnJsonApiEvent_product-session_v1_external-sessions": LCUTypes.PluginResourceEvent,
1263
- "OnJsonApiEvent_riot-messaging-service_v1_message": LCUTypes.PluginResourceEvent,
1264
- "OnJsonApiEvent_riot-messaging-service_v1_out-of-sync": LCUTypes.PluginResourceEvent,
1265
- "OnJsonApiEvent_riot-messaging-service_v1_session": LCUTypes.PluginResourceEvent,
1266
- "OnJsonApiEvent_riot-messaging-service_v1_state": LCUTypes.PluginResourceEvent,
1267
- "OnJsonApiEvent_riotclient_affinity": LCUTypes.PluginResourceEvent,
1268
- "OnJsonApiEvent_riotclient_app-port": LCUTypes.PluginResourceEvent,
1269
- "OnJsonApiEvent_riotclient_new-args": LCUTypes.PluginResourceEvent,
1270
- "OnJsonApiEvent_riotclient_pre-shutdown_begin": LCUTypes.PluginResourceEvent,
1271
- "OnJsonApiEvent_riotclient_region-locale": LCUTypes.PluginResourceEvent,
1272
- "OnJsonApiEvent_riotclient_system-info_v1": LCUTypes.PluginResourceEvent,
1273
- "OnJsonApiEvent_riotclient_ux-crash-count": LCUTypes.PluginResourceEvent,
1274
- "OnJsonApiEvent_riotclient_ux-state_request": LCUTypes.PluginResourceEvent,
1275
- "OnJsonApiEvent_riotclient_v1_crash-reporting": LCUTypes.PluginResourceEvent,
1276
- "OnJsonApiEvent_riotclient_zoom-scale": LCUTypes.PluginResourceEvent,
1277
- "OnJsonApiEvent_rso-auth_configuration_v3": LCUTypes.PluginResourceEvent,
1278
- "OnJsonApiEvent_rso-auth_v1_session": LCUTypes.PluginResourceEvent,
1279
- "OnJsonApiEvent_rso-auth_v1_userinfo": LCUTypes.PluginResourceEvent,
1280
- "OnJsonApiEvent_rso-auth_v2_authorizations": LCUTypes.PluginResourceEvent,
1281
- "OnJsonApiEvent_sanitizer_v1_status": LCUTypes.PluginResourceEvent,
1282
- "OnJsonApiEvent_scd_v1_cookies": LCUTypes.PluginResourceEvent,
1283
- "OnJsonApiEvent_system_v1_builds": LCUTypes.PluginResourceEvent,
1284
- "OnJsonApiEvent_voice-chat_v1_audio-properties": LCUTypes.PluginResourceEvent,
1285
- "OnJsonApiEvent_voice-chat_v2_devices": LCUTypes.PluginResourceEvent,
1286
- "OnJsonApiEvent_voice-chat_v2_state": LCUTypes.PluginResourceEvent,
1287
- "OnJsonApiEvent_voice-chat_v3_sessions": LCUTypes.PluginResourceEvent,
1288
- "OnJsonApiEvent_voice-chat_v3_settings": LCUTypes.PluginResourceEvent,
1289
- "OnLcdsEvent": LCUTypes.PluginLcdsEvent,
1290
- "OnLcdsEvent_com_riotgames_platform_broadcast_BroadcastNotification": LCUTypes.PluginLcdsEvent,
1291
- "OnLcdsEvent_com_riotgames_platform_client_dynamic_configuration_ClientDynamicConfigurationNotification": LCUTypes.PluginLcdsEvent,
1292
- "OnLcdsEvent_com_riotgames_platform_game_GameDTO": LCUTypes.PluginLcdsEvent,
1293
- "OnLcdsEvent_com_riotgames_platform_game_PlayerCredentialsDto": LCUTypes.PluginLcdsEvent,
1294
- "OnLcdsEvent_com_riotgames_platform_game_TeamSkinRentalDTO": LCUTypes.PluginLcdsEvent,
1295
- "OnLcdsEvent_com_riotgames_platform_game_message_GameNotification": LCUTypes.PluginLcdsEvent,
1296
- "OnLcdsEvent_com_riotgames_platform_gameinvite_contract_InvitationRequest": LCUTypes.PluginLcdsEvent,
1297
- "OnLcdsEvent_com_riotgames_platform_gameinvite_contract_InvitePrivileges": LCUTypes.PluginLcdsEvent,
1298
- "OnLcdsEvent_com_riotgames_platform_gameinvite_contract_LobbyStatus": LCUTypes.PluginLcdsEvent,
1299
- "OnLcdsEvent_com_riotgames_platform_gameinvite_contract_RemovedFromLobbyNotification": LCUTypes.PluginLcdsEvent,
1300
- "OnLcdsEvent_com_riotgames_platform_leaverbuster_event_messaging_LeaverBusterLowPriorityQueueAbandoned": LCUTypes.PluginLcdsEvent,
1301
- "OnLcdsEvent_com_riotgames_platform_loyalty_message_LoyaltyStateChangeNotification": LCUTypes.PluginLcdsEvent,
1302
- "OnLcdsEvent_com_riotgames_platform_matchmaking_SearchingForMatchNotification": LCUTypes.PluginLcdsEvent,
1303
- "OnLcdsEvent_com_riotgames_platform_messaging_ForcedClientShutdown": LCUTypes.PluginLcdsEvent,
1304
- "OnLcdsEvent_com_riotgames_platform_messaging_RentalUpdateNotification": LCUTypes.PluginLcdsEvent,
1305
- "OnLcdsEvent_com_riotgames_platform_messaging_StoreFulfillmentNotification": LCUTypes.PluginLcdsEvent,
1306
- "OnLcdsEvent_com_riotgames_platform_messaging_persistence_SimpleDialogMessage": LCUTypes.PluginLcdsEvent,
1307
- "OnLcdsEvent_com_riotgames_platform_systemstate_ClientSystemStatesNotification": LCUTypes.PluginLcdsEvent,
1308
- "OnLcdsEvent_com_riotgames_platform_trade_api_contract_TradeContractDTO": LCUTypes.PluginLcdsEvent,
1309
- "OnLog": LCUTypes.LogEvent,
1310
- "OnRegionLocaleChanged": LCUTypes.PluginRegionLocaleChangedEvent,
1311
- "OnServiceProxyAsyncEvent": LCUTypes.PluginServiceProxyResponse,
1312
- "OnServiceProxyMethodEvent": LCUTypes.PluginServiceProxyResponse,
1313
- "OnServiceProxyUuidEvent": LCUTypes.PluginServiceProxyResponse
1
+ import * as LCUTypes from "./lcu-types";
2
+
3
+ export interface LCUWebSocketEvents {
4
+ [key: string]: LCUTypes.PluginResourceEvent | LCUTypes.BindingCallbackEvent | LCUTypes.PluginLcdsEvent | LCUTypes.PluginRegionLocaleChangedEvent | LCUTypes.LogEvent | LCUTypes.PluginServiceProxyResponse
5
+ "OnCallback": LCUTypes.BindingCallbackEvent,
6
+ "OnJsonApiEvent": LCUTypes.PluginResourceEvent,
7
+ "OnJsonApiEvent_chat_v1_session": LCUTypes.PluginResourceEvent,
8
+ "OnJsonApiEvent_chat_v1_settings": LCUTypes.PluginResourceEvent,
9
+ "OnJsonApiEvent_chat_v3_blocked": LCUTypes.PluginResourceEvent,
10
+ "OnJsonApiEvent_chat_v3_errors": LCUTypes.PluginResourceEvent,
11
+ "OnJsonApiEvent_chat_v3_friends": LCUTypes.PluginResourceEvent,
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,
17
+ "OnJsonApiEvent_chat_v6_friendrequests": LCUTypes.PluginResourceEvent,
18
+ "OnJsonApiEvent_client-config_v1_status": LCUTypes.PluginResourceEvent,
19
+ "OnJsonApiEvent_client-config_v2_config": LCUTypes.PluginResourceEvent,
20
+ "OnJsonApiEvent_client-config_v2_namespace": LCUTypes.PluginResourceEvent,
21
+ "OnJsonApiEvent_data-store_v1_install-settings": LCUTypes.PluginResourceEvent,
22
+ "OnJsonApiEvent_data-store_v1_system-settings": LCUTypes.PluginResourceEvent,
23
+ "OnJsonApiEvent_deep-links_v1_settings": LCUTypes.PluginResourceEvent,
24
+ "OnJsonApiEvent_entitlements_v1_token": LCUTypes.PluginResourceEvent,
25
+ "OnJsonApiEvent_entitlements_v2_token": LCUTypes.PluginResourceEvent,
26
+ "OnJsonApiEvent_ga-restriction_v1_penalty-notifications": LCUTypes.PluginResourceEvent,
27
+ "OnJsonApiEvent_lol-active-boosts_v1_active-boosts": LCUTypes.PluginResourceEvent,
28
+ "OnJsonApiEvent_lol-activity-center_v1_ready": LCUTypes.PluginResourceEvent,
29
+ "OnJsonApiEvent_lol-anti-addiction_v1_anti-addiction-token": LCUTypes.PluginResourceEvent,
30
+ "OnJsonApiEvent_lol-challenges_v1_client-state": LCUTypes.PluginResourceEvent,
31
+ "OnJsonApiEvent_lol-challenges_v1_seasons": LCUTypes.PluginResourceEvent,
32
+ "OnJsonApiEvent_lol-champ-select-legacy_v1_bannable-champion-ids": LCUTypes.PluginResourceEvent,
33
+ "OnJsonApiEvent_lol-champ-select-legacy_v1_current-champion": LCUTypes.PluginResourceEvent,
34
+ "OnJsonApiEvent_lol-champ-select-legacy_v1_disabled-champion-ids": LCUTypes.PluginResourceEvent,
35
+ "OnJsonApiEvent_lol-champ-select-legacy_v1_implementation-active": LCUTypes.PluginResourceEvent,
36
+ "OnJsonApiEvent_lol-champ-select-legacy_v1_pickable-champion-ids": LCUTypes.PluginResourceEvent,
37
+ "OnJsonApiEvent_lol-champ-select-legacy_v1_pickable-skin-ids": LCUTypes.PluginResourceEvent,
38
+ "OnJsonApiEvent_lol-champ-select-legacy_v1_session": LCUTypes.PluginResourceEvent,
39
+ "OnJsonApiEvent_lol-champ-select-legacy_v1_team-boost": LCUTypes.PluginResourceEvent,
40
+ "OnJsonApiEvent_lol-champ-select_v1_all-grid-champions": LCUTypes.PluginResourceEvent,
41
+ "OnJsonApiEvent_lol-champ-select_v1_grid-champions": LCUTypes.PluginResourceEvent,
42
+ "OnJsonApiEvent_lol-champ-select_v1_muted-players": LCUTypes.PluginResourceEvent,
43
+ "OnJsonApiEvent_lol-champ-select_v1_session": LCUTypes.PluginResourceEvent,
44
+ "OnJsonApiEvent_lol-champ-select_v1_team-boost": LCUTypes.PluginResourceEvent,
45
+ "OnJsonApiEvent_lol-champion-mastery_v1_local-player": LCUTypes.PluginResourceEvent,
46
+ "OnJsonApiEvent_lol-champion-mastery_v1_ready": LCUTypes.PluginResourceEvent,
47
+ "OnJsonApiEvent_lol-champions_v1_inventories": LCUTypes.PluginResourceEvent,
48
+ "OnJsonApiEvent_lol-champions_v1_owned-champions-minimal": LCUTypes.PluginResourceEvent,
49
+ "OnJsonApiEvent_lol-chat_v1_blocked-players": LCUTypes.PluginResourceEvent,
50
+ "OnJsonApiEvent_lol-chat_v1_config": LCUTypes.PluginResourceEvent,
51
+ "OnJsonApiEvent_lol-chat_v1_conversations": LCUTypes.PluginResourceEvent,
52
+ "OnJsonApiEvent_lol-chat_v1_friend-counts": LCUTypes.PluginResourceEvent,
53
+ "OnJsonApiEvent_lol-chat_v1_friend-groups": LCUTypes.PluginResourceEvent,
54
+ "OnJsonApiEvent_lol-chat_v1_friend-requests": LCUTypes.PluginResourceEvent,
55
+ "OnJsonApiEvent_lol-chat_v1_friends": LCUTypes.PluginResourceEvent,
56
+ "OnJsonApiEvent_lol-chat_v1_me": LCUTypes.PluginResourceEvent,
57
+ "OnJsonApiEvent_lol-chat_v1_resources": LCUTypes.PluginResourceEvent,
58
+ "OnJsonApiEvent_lol-chat_v1_session": LCUTypes.PluginResourceEvent,
59
+ "OnJsonApiEvent_lol-chat_v1_settings": LCUTypes.PluginResourceEvent,
60
+ "OnJsonApiEvent_lol-clash_v1_all-tournaments": LCUTypes.PluginResourceEvent,
61
+ "OnJsonApiEvent_lol-clash_v1_checkin-allowed": LCUTypes.PluginResourceEvent,
62
+ "OnJsonApiEvent_lol-clash_v1_currentTournamentIds": LCUTypes.PluginResourceEvent,
63
+ "OnJsonApiEvent_lol-clash_v1_disabled-config": LCUTypes.PluginResourceEvent,
64
+ "OnJsonApiEvent_lol-clash_v1_enabled": LCUTypes.PluginResourceEvent,
65
+ "OnJsonApiEvent_lol-clash_v1_iconconfig": LCUTypes.PluginResourceEvent,
66
+ "OnJsonApiEvent_lol-clash_v1_invited-roster-ids": LCUTypes.PluginResourceEvent,
67
+ "OnJsonApiEvent_lol-clash_v1_player": LCUTypes.PluginResourceEvent,
68
+ "OnJsonApiEvent_lol-clash_v1_playmode-restricted": LCUTypes.PluginResourceEvent,
69
+ "OnJsonApiEvent_lol-clash_v1_ready": LCUTypes.PluginResourceEvent,
70
+ "OnJsonApiEvent_lol-clash_v1_simple-state-flags": LCUTypes.PluginResourceEvent,
71
+ "OnJsonApiEvent_lol-clash_v1_time": LCUTypes.PluginResourceEvent,
72
+ "OnJsonApiEvent_lol-clash_v1_tournament": LCUTypes.PluginResourceEvent,
73
+ "OnJsonApiEvent_lol-clash_v1_tournament-state-info": LCUTypes.PluginResourceEvent,
74
+ "OnJsonApiEvent_lol-clash_v1_tournament-summary": LCUTypes.PluginResourceEvent,
75
+ "OnJsonApiEvent_lol-clash_v1_visible": LCUTypes.PluginResourceEvent,
76
+ "OnJsonApiEvent_lol-clash_v1_voice-enabled": LCUTypes.PluginResourceEvent,
77
+ "OnJsonApiEvent_lol-clash_v2_playmode-restricted": LCUTypes.PluginResourceEvent,
78
+ "OnJsonApiEvent_lol-client-config_v3_client-config": LCUTypes.PluginResourceEvent,
79
+ "OnJsonApiEvent_lol-collections_v1_inventories": LCUTypes.PluginResourceEvent,
80
+ "OnJsonApiEvent_lol-content-targeting_v1_filters": LCUTypes.PluginResourceEvent,
81
+ "OnJsonApiEvent_lol-cosmetics_v1_favorites": LCUTypes.PluginResourceEvent,
82
+ "OnJsonApiEvent_lol-cosmetics_v1_inventories": LCUTypes.PluginResourceEvent,
83
+ "OnJsonApiEvent_lol-drops_v1_ready": LCUTypes.PluginResourceEvent,
84
+ "OnJsonApiEvent_lol-dx9-deprecation_needs-hardware-upgrade": LCUTypes.PluginResourceEvent,
85
+ "OnJsonApiEvent_lol-end-of-game_v1_eog-stats-block": LCUTypes.PluginResourceEvent,
86
+ "OnJsonApiEvent_lol-end-of-game_v1_gameclient-eog-stats-block": LCUTypes.PluginResourceEvent,
87
+ "OnJsonApiEvent_lol-end-of-game_v1_tft-eog-stats": LCUTypes.PluginResourceEvent,
88
+ "OnJsonApiEvent_lol-event-hub_v1_events": LCUTypes.PluginResourceEvent,
89
+ "OnJsonApiEvent_lol-event-hub_v1_navigation-button-data": LCUTypes.PluginResourceEvent,
90
+ "OnJsonApiEvent_lol-event-hub_v1_skins": LCUTypes.PluginResourceEvent,
91
+ "OnJsonApiEvent_lol-event-hub_v1_token-upsell": LCUTypes.PluginResourceEvent,
92
+ "OnJsonApiEvent_lol-game-client-chat_v1_buddies": LCUTypes.PluginResourceEvent,
93
+ "OnJsonApiEvent_lol-game-client-chat_v1_instant-messages": LCUTypes.PluginResourceEvent,
94
+ "OnJsonApiEvent_lol-game-client-chat_v2_buddies": LCUTypes.PluginResourceEvent,
95
+ "OnJsonApiEvent_lol-game-client-chat_v2_instant-messages": LCUTypes.PluginResourceEvent,
96
+ "OnJsonApiEvent_lol-game-client-chat_v2_playtime-reminder-hours-played": LCUTypes.PluginResourceEvent,
97
+ "OnJsonApiEvent_lol-game-queues_v1_custom": LCUTypes.PluginResourceEvent,
98
+ "OnJsonApiEvent_lol-game-queues_v1_custom-non-default": LCUTypes.PluginResourceEvent,
99
+ "OnJsonApiEvent_lol-game-queues_v1_queues": LCUTypes.PluginResourceEvent,
100
+ "OnJsonApiEvent_lol-game-settings_v1_game-settings": LCUTypes.PluginResourceEvent,
101
+ "OnJsonApiEvent_lol-game-settings_v1_input-settings": LCUTypes.PluginResourceEvent,
102
+ "OnJsonApiEvent_lol-game-settings_v1_ready": LCUTypes.PluginResourceEvent,
103
+ "OnJsonApiEvent_lol-gameflow_v1_availability": LCUTypes.PluginResourceEvent,
104
+ "OnJsonApiEvent_lol-gameflow_v1_battle-training": LCUTypes.PluginResourceEvent,
105
+ "OnJsonApiEvent_lol-gameflow_v1_early-exit-notifications": LCUTypes.PluginResourceEvent,
106
+ "OnJsonApiEvent_lol-gameflow_v1_gameflow-metadata": LCUTypes.PluginResourceEvent,
107
+ "OnJsonApiEvent_lol-gameflow_v1_gameflow-phase": LCUTypes.PluginResourceEvent,
108
+ "OnJsonApiEvent_lol-gameflow_v1_session": LCUTypes.PluginResourceEvent,
109
+ "OnJsonApiEvent_lol-gameflow_v1_spectate": LCUTypes.PluginResourceEvent,
110
+ "OnJsonApiEvent_lol-gameflow_v1_watch": LCUTypes.PluginResourceEvent,
111
+ "OnJsonApiEvent_lol-highlights_v1_config": LCUTypes.PluginResourceEvent,
112
+ "OnJsonApiEvent_lol-highlights_v1_highlights-folder-path": LCUTypes.PluginResourceEvent,
113
+ "OnJsonApiEvent_lol-honeyfruit_v1_vng-publisher-settings": LCUTypes.PluginResourceEvent,
114
+ "OnJsonApiEvent_lol-honor-v2_v1_ballot": LCUTypes.PluginResourceEvent,
115
+ "OnJsonApiEvent_lol-honor-v2_v1_config": LCUTypes.PluginResourceEvent,
116
+ "OnJsonApiEvent_lol-honor-v2_v1_level-change": LCUTypes.PluginResourceEvent,
117
+ "OnJsonApiEvent_lol-honor-v2_v1_profile": LCUTypes.PluginResourceEvent,
118
+ "OnJsonApiEvent_lol-honor-v2_v1_recipients": LCUTypes.PluginResourceEvent,
119
+ "OnJsonApiEvent_lol-honor-v2_v1_recognition": LCUTypes.PluginResourceEvent,
120
+ "OnJsonApiEvent_lol-honor-v2_v1_recognition-history": LCUTypes.PluginResourceEvent,
121
+ "OnJsonApiEvent_lol-honor-v2_v1_team-choices": LCUTypes.PluginResourceEvent,
122
+ "OnJsonApiEvent_lol-hovercard_v1_friend-info": LCUTypes.PluginResourceEvent,
123
+ "OnJsonApiEvent_lol-hovercard_v1_friend-info-by-summoner": LCUTypes.PluginResourceEvent,
124
+ "OnJsonApiEvent_lol-inventory_v1_initial-configuration-complete": LCUTypes.PluginResourceEvent,
125
+ "OnJsonApiEvent_lol-inventory_v1_inventory": LCUTypes.PluginResourceEvent,
126
+ "OnJsonApiEvent_lol-inventory_v1_signedInventory": LCUTypes.PluginResourceEvent,
127
+ "OnJsonApiEvent_lol-inventory_v1_wallet": LCUTypes.PluginResourceEvent,
128
+ "OnJsonApiEvent_lol-inventory_v2_inventory": LCUTypes.PluginResourceEvent,
129
+ "OnJsonApiEvent_lol-kr-playtime-reminder_v1_hours-played": LCUTypes.PluginResourceEvent,
130
+ "OnJsonApiEvent_lol-leaderboard_v1_ready": LCUTypes.PluginResourceEvent,
131
+ "OnJsonApiEvent_lol-league-session_v1_league-session-token": LCUTypes.PluginResourceEvent,
132
+ "OnJsonApiEvent_lol-leaver-buster_v1_ranked-restriction": LCUTypes.PluginResourceEvent,
133
+ "OnJsonApiEvent_lol-license-agreement_v1_agreements": LCUTypes.PluginResourceEvent,
134
+ "OnJsonApiEvent_lol-license-agreement_v1_all-agreements": LCUTypes.PluginResourceEvent,
135
+ "OnJsonApiEvent_lol-license-agreement_v1_serve-location": LCUTypes.PluginResourceEvent,
136
+ "OnJsonApiEvent_lol-loadouts_v1_enabled": LCUTypes.PluginResourceEvent,
137
+ "OnJsonApiEvent_lol-loadouts_v1_loadouts-ready": LCUTypes.PluginResourceEvent,
138
+ "OnJsonApiEvent_lol-loadouts_v4_loadout": LCUTypes.PluginResourceEvent,
139
+ "OnJsonApiEvent_lol-loadouts_v4_loadouts": LCUTypes.PluginResourceEvent,
140
+ "OnJsonApiEvent_lol-lobby-team-builder_champ-select_v1": LCUTypes.PluginResourceEvent,
141
+ "OnJsonApiEvent_lol-lobby-team-builder_v1_matchmaking": LCUTypes.PluginResourceEvent,
142
+ "OnJsonApiEvent_lol-lobby_v1_lobby": LCUTypes.PluginResourceEvent,
143
+ "OnJsonApiEvent_lol-lobby_v2_comms": LCUTypes.PluginResourceEvent,
144
+ "OnJsonApiEvent_lol-lobby_v2_eligibility": LCUTypes.PluginResourceEvent,
145
+ "OnJsonApiEvent_lol-lobby_v2_lobby": LCUTypes.PluginResourceEvent,
146
+ "OnJsonApiEvent_lol-lock-and-load_v1_home-hubs-waits": LCUTypes.PluginResourceEvent,
147
+ "OnJsonApiEvent_lol-lock-and-load_v1_should-show-progress-bar-text": LCUTypes.PluginResourceEvent,
148
+ "OnJsonApiEvent_lol-lock-and-load_v1_should-wait-for-home-hubs": LCUTypes.PluginResourceEvent,
149
+ "OnJsonApiEvent_lol-login_v1_login-connection-state": LCUTypes.PluginResourceEvent,
150
+ "OnJsonApiEvent_lol-login_v1_login-data-packet": LCUTypes.PluginResourceEvent,
151
+ "OnJsonApiEvent_lol-login_v1_login-in-game-creds": LCUTypes.PluginResourceEvent,
152
+ "OnJsonApiEvent_lol-login_v1_login-platform-credentials": LCUTypes.PluginResourceEvent,
153
+ "OnJsonApiEvent_lol-login_v1_session": LCUTypes.PluginResourceEvent,
154
+ "OnJsonApiEvent_lol-login_v1_wallet": LCUTypes.PluginResourceEvent,
155
+ "OnJsonApiEvent_lol-login_v2_league-session-init-token": LCUTypes.PluginResourceEvent,
156
+ "OnJsonApiEvent_lol-loot_v1_currency-configuration": LCUTypes.PluginResourceEvent,
157
+ "OnJsonApiEvent_lol-loot_v1_enabled": LCUTypes.PluginResourceEvent,
158
+ "OnJsonApiEvent_lol-loot_v1_milestones": LCUTypes.PluginResourceEvent,
159
+ "OnJsonApiEvent_lol-loot_v1_player-display-categories": LCUTypes.PluginResourceEvent,
160
+ "OnJsonApiEvent_lol-loot_v1_player-loot": LCUTypes.PluginResourceEvent,
161
+ "OnJsonApiEvent_lol-loot_v1_player-loot-map": LCUTypes.PluginResourceEvent,
162
+ "OnJsonApiEvent_lol-loot_v1_ready": LCUTypes.PluginResourceEvent,
163
+ "OnJsonApiEvent_lol-loot_v1_recipes": LCUTypes.PluginResourceEvent,
164
+ "OnJsonApiEvent_lol-loot_v2_player-loot-map": LCUTypes.PluginResourceEvent,
165
+ "OnJsonApiEvent_lol-loyalty_v1_status-notification": LCUTypes.PluginResourceEvent,
166
+ "OnJsonApiEvent_lol-mac-graphics-upgrade_notification-type": LCUTypes.PluginResourceEvent,
167
+ "OnJsonApiEvent_lol-maps_v1_maps": LCUTypes.PluginResourceEvent,
168
+ "OnJsonApiEvent_lol-maps_v2_maps": LCUTypes.PluginResourceEvent,
169
+ "OnJsonApiEvent_lol-marketing-preferences_v1_ready": LCUTypes.PluginResourceEvent,
170
+ "OnJsonApiEvent_lol-matchmaking_v1_search": LCUTypes.PluginResourceEvent,
171
+ "OnJsonApiEvent_lol-missions_v1_missions": LCUTypes.PluginResourceEvent,
172
+ "OnJsonApiEvent_lol-missions_v1_series": LCUTypes.PluginResourceEvent,
173
+ "OnJsonApiEvent_lol-npe-tutorial-path_v1_rewards": LCUTypes.PluginResourceEvent,
174
+ "OnJsonApiEvent_lol-npe-tutorial-path_v1_settings": LCUTypes.PluginResourceEvent,
175
+ "OnJsonApiEvent_lol-npe-tutorial-path_v1_tutorials": LCUTypes.PluginResourceEvent,
176
+ "OnJsonApiEvent_lol-patch_v1_checking-enabled": LCUTypes.PluginResourceEvent,
177
+ "OnJsonApiEvent_lol-patch_v1_environment": LCUTypes.PluginResourceEvent,
178
+ "OnJsonApiEvent_lol-patch_v1_game-version": LCUTypes.PluginResourceEvent,
179
+ "OnJsonApiEvent_lol-patch_v1_notifications": LCUTypes.PluginResourceEvent,
180
+ "OnJsonApiEvent_lol-patch_v1_products": LCUTypes.PluginResourceEvent,
181
+ "OnJsonApiEvent_lol-patch_v1_status": LCUTypes.PluginResourceEvent,
182
+ "OnJsonApiEvent_lol-perks_v1_inventory": LCUTypes.PluginResourceEvent,
183
+ "OnJsonApiEvent_lol-perks_v1_pages": LCUTypes.PluginResourceEvent,
184
+ "OnJsonApiEvent_lol-perks_v1_perks": LCUTypes.PluginResourceEvent,
185
+ "OnJsonApiEvent_lol-perks_v1_settings": LCUTypes.PluginResourceEvent,
186
+ "OnJsonApiEvent_lol-perks_v1_styles": LCUTypes.PluginResourceEvent,
187
+ "OnJsonApiEvent_lol-platform-config_v1_initial-configuration-complete": LCUTypes.PluginResourceEvent,
188
+ "OnJsonApiEvent_lol-platform-config_v1_namespace_Parties_PublishPresenceDelay": LCUTypes.PluginResourceEvent,
189
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces": LCUTypes.PluginResourceEvent,
190
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification": LCUTypes.PluginResourceEvent,
191
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_Enabled": LCUTypes.PluginResourceEvent,
192
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_IsNewAvsServiceEnabled": LCUTypes.PluginResourceEvent,
193
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_KrPhoneDisplayEnabled": LCUTypes.PluginResourceEvent,
194
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_PasswordEnabled": LCUTypes.PluginResourceEvent,
195
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_PhoneValidationEnabled": LCUTypes.PluginResourceEvent,
196
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_SettingsEnable": LCUTypes.PluginResourceEvent,
197
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_SettingsEnabled": LCUTypes.PluginResourceEvent,
198
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_SettingsVerifyEnabled": LCUTypes.PluginResourceEvent,
199
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_AccountVerification_ShouldUseNewAvs": LCUTypes.PluginResourceEvent,
200
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Banners": LCUTypes.PluginResourceEvent,
201
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Banners_IsEnabledOnProfile": LCUTypes.PluginResourceEvent,
202
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Banners_IsEquipEnabled": LCUTypes.PluginResourceEvent,
203
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Banners_IsOtherSummonersProfileEnabled": LCUTypes.PluginResourceEvent,
204
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_BetterRewards": LCUTypes.PluginResourceEvent,
205
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_BetterRewards_DayOneModalEnabled": LCUTypes.PluginResourceEvent,
206
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_BetterRewards_GetPostgameXpFromRms": LCUTypes.PluginResourceEvent,
207
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_BetterRewards_VisualUpdateEnabled": LCUTypes.PluginResourceEvent,
208
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_BotConfigurations": LCUTypes.PluginResourceEvent,
209
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_BotConfigurations_IntermediateInCustoms": LCUTypes.PluginResourceEvent,
210
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_BotConfigurations_RiotscriptInCustoms": LCUTypes.PluginResourceEvent,
211
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_CareerStats": LCUTypes.PluginResourceEvent,
212
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_CareerStats_StatsEnabled": LCUTypes.PluginResourceEvent,
213
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_CareerStats_YearsAllowedToQuerySeasonData": LCUTypes.PluginResourceEvent,
214
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges": LCUTypes.PluginResourceEvent,
215
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_ChallengeUpdateDelaySeconds": LCUTypes.PluginResourceEvent,
216
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_ClientState": LCUTypes.PluginResourceEvent,
217
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_CollectionEnabled": LCUTypes.PluginResourceEvent,
218
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_CustomizeIdentityEnabled": LCUTypes.PluginResourceEvent,
219
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_DarkModeAllowlistOnly": LCUTypes.PluginResourceEvent,
220
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_EnabledInventoryTypes": LCUTypes.PluginResourceEvent,
221
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_FeatureIntroEnabled": LCUTypes.PluginResourceEvent,
222
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_LobbyChallengesEnabled": LCUTypes.PluginResourceEvent,
223
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_MaxNotificationSubscriptionDelaySeconds": LCUTypes.PluginResourceEvent,
224
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_MaxWaitTimeBeforeNotificationSubscriptionSeconds": LCUTypes.PluginResourceEvent,
225
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_NumberOfSuggestedChallenges": LCUTypes.PluginResourceEvent,
226
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_PartiesV2Enabled": LCUTypes.PluginResourceEvent,
227
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_PostgameOverride": LCUTypes.PluginResourceEvent,
228
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_RankIdentityOverride": LCUTypes.PluginResourceEvent,
229
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_SeasonalTooltipEnabled": LCUTypes.PluginResourceEvent,
230
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_WaitTimeBeforeCallChallengeUpdateSeconds": LCUTypes.PluginResourceEvent,
231
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Challenges_WaitTimeBeforeDarkModeAdditionalCallsSeconds": LCUTypes.PluginResourceEvent,
232
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig": LCUTypes.PluginResourceEvent,
233
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_CapUnlockChampionLevel": LCUTypes.PluginResourceEvent,
234
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_ChampionPointQueueTypes": LCUTypes.PluginResourceEvent,
235
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_Enabled": LCUTypes.PluginResourceEvent,
236
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_EndOfGameEnabled": LCUTypes.PluginResourceEvent,
237
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_GradeEnabled": LCUTypes.PluginResourceEvent,
238
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_LegsEnabled": LCUTypes.PluginResourceEvent,
239
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_LootChestsEnabled": LCUTypes.PluginResourceEvent,
240
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_MaxChampionLevel": LCUTypes.PluginResourceEvent,
241
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_MinSummonerLevel": LCUTypes.PluginResourceEvent,
242
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_ShowGradeAvailablePopup": LCUTypes.PluginResourceEvent,
243
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionMasteryConfig_SupportedQueueTypes": LCUTypes.PluginResourceEvent,
244
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect": LCUTypes.PluginResourceEvent,
245
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_AllChampsAvailableInAram": LCUTypes.PluginResourceEvent,
246
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_AlwaysShowRewardIcon": LCUTypes.PluginResourceEvent,
247
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_AutoReconnectEnabled": LCUTypes.PluginResourceEvent,
248
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_CollatorChampionFilterEnabled": LCUTypes.PluginResourceEvent,
249
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_UseActionPatchV2": LCUTypes.PluginResourceEvent,
250
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_UseOptimizedBotChampionSelectProcessor": LCUTypes.PluginResourceEvent,
251
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_UseOptimizedChampSelectProcessor": LCUTypes.PluginResourceEvent,
252
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionSelect_UseOptimizedSpellSelectProcessor": LCUTypes.PluginResourceEvent,
253
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionTradeService": LCUTypes.PluginResourceEvent,
254
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChampionTradeService_Enabled": LCUTypes.PluginResourceEvent,
255
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Chat": LCUTypes.PluginResourceEvent,
256
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChatDomain": LCUTypes.PluginResourceEvent,
257
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChatDomain_ChampSelectDomainName": LCUTypes.PluginResourceEvent,
258
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ChatDomain_PostGameDomainName": LCUTypes.PluginResourceEvent,
259
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Chat_ChatHistoryEnabled": LCUTypes.PluginResourceEvent,
260
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Chat_ChatHistoryThreshold": LCUTypes.PluginResourceEvent,
261
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Chat_Default_public_chat_rooms": LCUTypes.PluginResourceEvent,
262
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Chat_MaximumRosterSize": LCUTypes.PluginResourceEvent,
263
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Chat_MobileEnabled": LCUTypes.PluginResourceEvent,
264
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Chat_Rename_general_group_throttle": LCUTypes.PluginResourceEvent,
265
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Chroma": LCUTypes.PluginResourceEvent,
266
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Chroma_IsEnabled": LCUTypes.PluginResourceEvent,
267
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Clash": LCUTypes.PluginResourceEvent,
268
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig": LCUTypes.PluginResourceEvent,
269
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_AwardsTabEnabled": LCUTypes.PluginResourceEvent,
270
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_BracketSpectateEnabled": LCUTypes.PluginResourceEvent,
271
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_CapacityIndicatorEnabled": LCUTypes.PluginResourceEvent,
272
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_ClashStartModalEnabled": LCUTypes.PluginResourceEvent,
273
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_DarkModeEntitlement": LCUTypes.PluginResourceEvent,
274
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_EatTooltipEnabled": LCUTypes.PluginResourceEvent,
275
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_EnabledState": LCUTypes.PluginResourceEvent,
276
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_EndOfGameFlowEnabled": LCUTypes.PluginResourceEvent,
277
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_FindTeamViewEnabled": LCUTypes.PluginResourceEvent,
278
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_HonorCheckEnabled": LCUTypes.PluginResourceEvent,
279
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_HonorLevelRequired": LCUTypes.PluginResourceEvent,
280
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_IconConfig": LCUTypes.PluginResourceEvent,
281
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_InviteModalTiersEnabled": LCUTypes.PluginResourceEvent,
282
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_IsOtherSummonersProfileEnabled": LCUTypes.PluginResourceEvent,
283
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_IsPlaymodeRestrictionEnabled": LCUTypes.PluginResourceEvent,
284
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_IsRewardsModalEnabled": LCUTypes.PluginResourceEvent,
285
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_LftEnabled": LCUTypes.PluginResourceEvent,
286
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_LoginModalEnabled": LCUTypes.PluginResourceEvent,
287
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_PremiumTicketsEnabled": LCUTypes.PluginResourceEvent,
288
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_ScoutingDisableHistory": LCUTypes.PluginResourceEvent,
289
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_ScoutingDisableMastery": LCUTypes.PluginResourceEvent,
290
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_ScoutingDisableRanked": LCUTypes.PluginResourceEvent,
291
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_ScoutingEnabled": LCUTypes.PluginResourceEvent,
292
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_ScoutingUseDeprecated": LCUTypes.PluginResourceEvent,
293
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_SmsVerificationEnabled": LCUTypes.PluginResourceEvent,
294
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_StorePageLink": LCUTypes.PluginResourceEvent,
295
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_String": LCUTypes.PluginResourceEvent,
296
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_SubstitutionEnabled": LCUTypes.PluginResourceEvent,
297
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_ThirdPartyInvitesEnabled": LCUTypes.PluginResourceEvent,
298
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_TutorialEnabled": LCUTypes.PluginResourceEvent,
299
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_Visibility": LCUTypes.PluginResourceEvent,
300
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_VoiceEnabled": LCUTypes.PluginResourceEvent,
301
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_Worlds2020LootModalEnabled": LCUTypes.PluginResourceEvent,
302
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Clash_AramIntroModalEnabled": LCUTypes.PluginResourceEvent,
303
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates": LCUTypes.PluginResourceEvent,
304
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_MaxNumPlayersForPracticeToolGame": LCUTypes.PluginResourceEvent,
305
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_advancedTutorialEnabled": LCUTypes.PluginResourceEvent,
306
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_archivedStatsEnabled": LCUTypes.PluginResourceEvent,
307
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_buddyNotesEnabled": LCUTypes.PluginResourceEvent,
308
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_championTradeThroughLCDS": LCUTypes.PluginResourceEvent,
309
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_clientHeartBeatRateSeconds": LCUTypes.PluginResourceEvent,
310
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_currentSeason": LCUTypes.PluginResourceEvent,
311
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_displayPromoGamesPlayedEnabled": LCUTypes.PluginResourceEvent,
312
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_enabledQueueIdsList": LCUTypes.PluginResourceEvent,
313
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_freeToPlayChampionForNewPlayersIdList": LCUTypes.PluginResourceEvent,
314
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_freeToPlayChampionIdList": LCUTypes.PluginResourceEvent,
315
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_freeToPlayChampionsForNewPlayersMaxLevel": LCUTypes.PluginResourceEvent,
316
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_gameMapEnabledDTOList": LCUTypes.PluginResourceEvent,
317
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_gameModeToInactiveSpellIds": LCUTypes.PluginResourceEvent,
318
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_inactiveAramSpellIdList": LCUTypes.PluginResourceEvent,
319
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_inactiveChampionIdList": LCUTypes.PluginResourceEvent,
320
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_inactiveClassicSpellIdList": LCUTypes.PluginResourceEvent,
321
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_inactiveOdinSpellIdList": LCUTypes.PluginResourceEvent,
322
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_inactiveSpellIdList": LCUTypes.PluginResourceEvent,
323
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_inactiveTutorialSpellIdList": LCUTypes.PluginResourceEvent,
324
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_knownGeographicGameServerRegions": LCUTypes.PluginResourceEvent,
325
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_leagueServiceEnabled": LCUTypes.PluginResourceEvent,
326
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_leaguesDecayMessagingEnabled": LCUTypes.PluginResourceEvent,
327
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_localeSpecificChatRoomsEnabled": LCUTypes.PluginResourceEvent,
328
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_masteryPageOnServer": LCUTypes.PluginResourceEvent,
329
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_maxMasteryPagesOnServer": LCUTypes.PluginResourceEvent,
330
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_minNumPlayersForPracticeGame": LCUTypes.PluginResourceEvent,
331
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_modularGameModeEnabled": LCUTypes.PluginResourceEvent,
332
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_observableCustomGameModes": LCUTypes.PluginResourceEvent,
333
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_observableGameModes": LCUTypes.PluginResourceEvent,
334
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_observerModeEnabled": LCUTypes.PluginResourceEvent,
335
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_practiceGameEnabled": LCUTypes.PluginResourceEvent,
336
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_practiceGameTypeConfigIdList": LCUTypes.PluginResourceEvent,
337
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_queueThrottleDTO": LCUTypes.PluginResourceEvent,
338
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_replayServiceAddress": LCUTypes.PluginResourceEvent,
339
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_replaySystemStates": LCUTypes.PluginResourceEvent,
340
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_riotDataServiceDataSendProbability": LCUTypes.PluginResourceEvent,
341
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_runeUniquePerSpellBook": LCUTypes.PluginResourceEvent,
342
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_sendFeedbackEventsEnabled": LCUTypes.PluginResourceEvent,
343
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_spectatorSlotLimit": LCUTypes.PluginResourceEvent,
344
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_storeCustomerEnabled": LCUTypes.PluginResourceEvent,
345
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_teamServiceEnabled": LCUTypes.PluginResourceEvent,
346
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_tournamentSendStatsEnabled": LCUTypes.PluginResourceEvent,
347
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_tournamentShortCodesEnabled": LCUTypes.PluginResourceEvent,
348
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_tribunalEnabled": LCUTypes.PluginResourceEvent,
349
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ClientSystemStates_unobtainableChampionSkinIDList": LCUTypes.PluginResourceEvent,
350
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Clubs": LCUTypes.PluginResourceEvent,
351
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Clubs_ClubPresenceDecryptionKey": LCUTypes.PluginResourceEvent,
352
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Clubs_ClubServiceUrl": LCUTypes.PluginResourceEvent,
353
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Clubs_ClubsActiveIcon": LCUTypes.PluginResourceEvent,
354
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Clubs_ClubsEnabled": LCUTypes.PluginResourceEvent,
355
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Clubs_ClubsLCUEnabled": LCUTypes.PluginResourceEvent,
356
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Clubs_ClubsMemberIcon": LCUTypes.PluginResourceEvent,
357
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Clubs_InviteToClubLobbyEnabled": LCUTypes.PluginResourceEvent,
358
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Companions": LCUTypes.PluginResourceEvent,
359
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Companions_SelectorInChampSelectEnabled": LCUTypes.PluginResourceEvent,
360
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ContextualEducation": LCUTypes.PluginResourceEvent,
361
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ContextualEducationURLs": LCUTypes.PluginResourceEvent,
362
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ContextualEducationURLs_LAST_HIT": LCUTypes.PluginResourceEvent,
363
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ContextualEducation_Enabled": LCUTypes.PluginResourceEvent,
364
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ContextualEducation_MaxTargetSummonerLevel": LCUTypes.PluginResourceEvent,
365
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ContextualEducation_TargetMinionsPerWave": LCUTypes.PluginResourceEvent,
366
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_CustomGame": LCUTypes.PluginResourceEvent,
367
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_CustomGame_BotsAvailableInAram": LCUTypes.PluginResourceEvent,
368
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_CustomGame_MinorRestrictionsEnabled": LCUTypes.PluginResourceEvent,
369
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampionSkins": LCUTypes.PluginResourceEvent,
370
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampionSkins_DisabledChampionSkins": LCUTypes.PluginResourceEvent,
371
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampionSkins_DisabledChromas": LCUTypes.PluginResourceEvent,
372
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions": LCUTypes.PluginResourceEvent,
373
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ARAM": LCUTypes.PluginResourceEvent,
374
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ARAM_BOT": LCUTypes.PluginResourceEvent,
375
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ARAM_CLASH": LCUTypes.PluginResourceEvent,
376
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ARAM_UNRANKED_5x5": LCUTypes.PluginResourceEvent,
377
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ARSR": LCUTypes.PluginResourceEvent,
378
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ASCENSION": LCUTypes.PluginResourceEvent,
379
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_BILGEWATER": LCUTypes.PluginResourceEvent,
380
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_BOT": LCUTypes.PluginResourceEvent,
381
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_BOT_3x3": LCUTypes.PluginResourceEvent,
382
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_CHERRY": LCUTypes.PluginResourceEvent,
383
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_CHERRY_UNRANKED": LCUTypes.PluginResourceEvent,
384
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_CHONCC_TREASURE_TFT": LCUTypes.PluginResourceEvent,
385
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_CLASH": LCUTypes.PluginResourceEvent,
386
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_CLASSIC": LCUTypes.PluginResourceEvent,
387
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_COUNTER_PICK": LCUTypes.PluginResourceEvent,
388
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_FIRSTBLOOD": LCUTypes.PluginResourceEvent,
389
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_FIRSTBLOOD_1x1": LCUTypes.PluginResourceEvent,
390
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_FIRSTBLOOD_2x2": LCUTypes.PluginResourceEvent,
391
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_FIVE_YEAR_ANNIVERSARY_TFT": LCUTypes.PluginResourceEvent,
392
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_GAMEMODEX": LCUTypes.PluginResourceEvent,
393
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_HEXAKILL": LCUTypes.PluginResourceEvent,
394
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_KINGPORO": LCUTypes.PluginResourceEvent,
395
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_KING_PORO": LCUTypes.PluginResourceEvent,
396
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_LNY23_TFT": LCUTypes.PluginResourceEvent,
397
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_LNY24_TFT": LCUTypes.PluginResourceEvent,
398
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_NEXUSBLITZ": LCUTypes.PluginResourceEvent,
399
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_NIGHTMARE_BOT": LCUTypes.PluginResourceEvent,
400
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_NORMAL": LCUTypes.PluginResourceEvent,
401
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_NORMAL_3x3": LCUTypes.PluginResourceEvent,
402
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_NORMAL_TFT": LCUTypes.PluginResourceEvent,
403
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODIN": LCUTypes.PluginResourceEvent,
404
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODIN_UNRANKED": LCUTypes.PluginResourceEvent,
405
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODYSSEY": LCUTypes.PluginResourceEvent,
406
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ONEFORALL": LCUTypes.PluginResourceEvent,
407
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ONEFORALL_5x5": LCUTypes.PluginResourceEvent,
408
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_PRACTICETOOL": LCUTypes.PluginResourceEvent,
409
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_PVE_PUZZLE_TFT": LCUTypes.PluginResourceEvent,
410
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_FLEX_SR": LCUTypes.PluginResourceEvent,
411
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_FLEX_TT": LCUTypes.PluginResourceEvent,
412
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_SOLO_5x5": LCUTypes.PluginResourceEvent,
413
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_TEAM_3x3": LCUTypes.PluginResourceEvent,
414
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_TEAM_5x5": LCUTypes.PluginResourceEvent,
415
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_TFT": LCUTypes.PluginResourceEvent,
416
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_TFT_DOUBLE_UP": LCUTypes.PluginResourceEvent,
417
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_TFT_PAIRS": LCUTypes.PluginResourceEvent,
418
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_TFT_TURBO": LCUTypes.PluginResourceEvent,
419
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RIOTSCRIPT_BOT": LCUTypes.PluginResourceEvent,
420
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_SET_REVIVAL_5_5_TFT": LCUTypes.PluginResourceEvent,
421
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_SF_TFT": LCUTypes.PluginResourceEvent,
422
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_SIEGE": LCUTypes.PluginResourceEvent,
423
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_SNOWURF": LCUTypes.PluginResourceEvent,
424
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_SR_6x6": LCUTypes.PluginResourceEvent,
425
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_STRAWBERRY": LCUTypes.PluginResourceEvent,
426
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_TFT": LCUTypes.PluginResourceEvent,
427
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_TUTORIAL": LCUTypes.PluginResourceEvent,
428
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_TUTORIAL_MODULE_1": LCUTypes.PluginResourceEvent,
429
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_TUTORIAL_MODULE_2": LCUTypes.PluginResourceEvent,
430
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_TUTORIAL_MODULE_3": LCUTypes.PluginResourceEvent,
431
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_TUTORIAL_TFT": LCUTypes.PluginResourceEvent,
432
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ULTBOOK": LCUTypes.PluginResourceEvent,
433
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_URF": LCUTypes.PluginResourceEvent,
434
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_URF_BOT": LCUTypes.PluginResourceEvent,
435
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DiscordRP_IsEnabled": LCUTypes.PluginResourceEvent,
436
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DockedPrompt": LCUTypes.PluginResourceEvent,
437
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_DockedPrompt_EnabledNewDockedPromptRenderer": LCUTypes.PluginResourceEvent,
438
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Esports": LCUTypes.PluginResourceEvent,
439
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_CS_CZ_Enabled": LCUTypes.PluginResourceEvent,
440
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_DE_DE_Enabled": LCUTypes.PluginResourceEvent,
441
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EL_GR_Enabled": LCUTypes.PluginResourceEvent,
442
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EN_AU_Enabled": LCUTypes.PluginResourceEvent,
443
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EN_GB_Enabled": LCUTypes.PluginResourceEvent,
444
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EN_PH_Enabled": LCUTypes.PluginResourceEvent,
445
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EN_PL_Enabled": LCUTypes.PluginResourceEvent,
446
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EN_SG_Enabled": LCUTypes.PluginResourceEvent,
447
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EN_US_Enabled": LCUTypes.PluginResourceEvent,
448
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_ES_AR_Enabled": LCUTypes.PluginResourceEvent,
449
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_ES_ES_Enabled": LCUTypes.PluginResourceEvent,
450
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_ES_MX_Enabled": LCUTypes.PluginResourceEvent,
451
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EsportsHubDataURL": LCUTypes.PluginResourceEvent,
452
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EsportsHubInitialized": LCUTypes.PluginResourceEvent,
453
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EsportsHubLongPollMinutes": LCUTypes.PluginResourceEvent,
454
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_EsportsHubShortPollMinutes": LCUTypes.PluginResourceEvent,
455
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_FR_FR_Enabled": LCUTypes.PluginResourceEvent,
456
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_HU_HU_Enabled": LCUTypes.PluginResourceEvent,
457
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_ID_ID_Enabled": LCUTypes.PluginResourceEvent,
458
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_IT_IT_Enabled": LCUTypes.PluginResourceEvent,
459
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_JA_JP_Enabled": LCUTypes.PluginResourceEvent,
460
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_KO_KR_Enabled": LCUTypes.PluginResourceEvent,
461
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_KillHub": LCUTypes.PluginResourceEvent,
462
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_Landing_Embed_URL": LCUTypes.PluginResourceEvent,
463
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_MS_MY_Enabled": LCUTypes.PluginResourceEvent,
464
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_PL_PL_Enabled": LCUTypes.PluginResourceEvent,
465
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_PT_BR_Enabled": LCUTypes.PluginResourceEvent,
466
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_RO_RO_Enabled": LCUTypes.PluginResourceEvent,
467
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_RU_RU_Enabled": LCUTypes.PluginResourceEvent,
468
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_Staging": LCUTypes.PluginResourceEvent,
469
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_TH_TH_Enabled": LCUTypes.PluginResourceEvent,
470
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_TR_TR_Enabled": LCUTypes.PluginResourceEvent,
471
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_VN_VN_Enabled": LCUTypes.PluginResourceEvent,
472
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_ZH_CN_Enabled": LCUTypes.PluginResourceEvent,
473
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_ZH_MY_Enabled": LCUTypes.PluginResourceEvent,
474
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ESports_ZH_TW_Enabled": LCUTypes.PluginResourceEvent,
475
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Emotes": LCUTypes.PluginResourceEvent,
476
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Emotes_IsEmotePanelEnabled": LCUTypes.PluginResourceEvent,
477
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Emotes_IsEmoteTutorialModalEnabled": LCUTypes.PluginResourceEvent,
478
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGifting": LCUTypes.PluginResourceEvent,
479
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGifting_Enabled": LCUTypes.PluginResourceEvent,
480
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_EndofGameGiftSettings": LCUTypes.PluginResourceEvent,
481
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_EndofGameGiftSettings_GiftRecipientLevelMin": LCUTypes.PluginResourceEvent,
482
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_EndofGameGiftSettings_GiftSenderLevelMin": LCUTypes.PluginResourceEvent,
483
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_EndofGameGiftSettings_GiftSenderRPMax": LCUTypes.PluginResourceEvent,
484
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_EndofGameGiftSettings_RecipientGiftDailyMax": LCUTypes.PluginResourceEvent,
485
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_EndofGameGiftSettings_SenderGiftDailyMax": LCUTypes.PluginResourceEvent,
486
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_EoGReporting": LCUTypes.PluginResourceEvent,
487
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_EoGReporting_GameAgnosticReportingTrinary": LCUTypes.PluginResourceEvent,
488
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Esports_NotificationsAssetMagickURL": LCUTypes.PluginResourceEvent,
489
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Esports_NotificationsEnabled": LCUTypes.PluginResourceEvent,
490
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Esports_NotificationsServiceEndpoint": LCUTypes.PluginResourceEvent,
491
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Esports_NotificationsStreamGroupSlug": LCUTypes.PluginResourceEvent,
492
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Esports_NotificationsStreamURL": LCUTypes.PluginResourceEvent,
493
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Eternals": LCUTypes.PluginResourceEvent,
494
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Eternals_Enabled": LCUTypes.PluginResourceEvent,
495
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Eternals_ServiceUrl": LCUTypes.PluginResourceEvent,
496
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedGame": LCUTypes.PluginResourceEvent,
497
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedGame_MetadataEnabled": LCUTypes.PluginResourceEvent,
498
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes": LCUTypes.PluginResourceEvent,
499
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_DisabledRgmButtonEnabled": LCUTypes.PluginResourceEvent,
500
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_GoldenSpatulaClubDisabled": LCUTypes.PluginResourceEvent,
501
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_MaxNotificationSaveDelayMinutes": LCUTypes.PluginResourceEvent,
502
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_NotificationsEnabled": LCUTypes.PluginResourceEvent,
503
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_QueueToggleNotificationMinutesThreshold": LCUTypes.PluginResourceEvent,
504
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_QueuesDelayedRefreshMaxTimeout": LCUTypes.PluginResourceEvent,
505
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FeaturedModes_QueuesDelayedRefreshMinTimeout": LCUTypes.PluginResourceEvent,
506
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations": LCUTypes.PluginResourceEvent,
507
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_AssociationUrlTemplate": LCUTypes.PluginResourceEvent,
508
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_ContactDetailsUrlTemplate": LCUTypes.PluginResourceEvent,
509
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_ContactsUrlTemplate": LCUTypes.PluginResourceEvent,
510
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_EnableAddFriendButton": LCUTypes.PluginResourceEvent,
511
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_EnableSocial": LCUTypes.PluginResourceEvent,
512
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_EnableViewAllPanel": LCUTypes.PluginResourceEvent,
513
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_EnabledPercent": LCUTypes.PluginResourceEvent,
514
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_EnabledSocialNetworks": LCUTypes.PluginResourceEvent,
515
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_FacebookAssociationUrlTemplate": LCUTypes.PluginResourceEvent,
516
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_FacebookUnlinkUrlTemplate": LCUTypes.PluginResourceEvent,
517
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_FaqLink": LCUTypes.PluginResourceEvent,
518
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_HideFriends": LCUTypes.PluginResourceEvent,
519
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_PlayerLevelForNewNotification": LCUTypes.PluginResourceEvent,
520
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_RegistrationPollDurationMillis": LCUTypes.PluginResourceEvent,
521
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_RegistrationPollRateMillis": LCUTypes.PluginResourceEvent,
522
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_ShowToolTip": LCUTypes.PluginResourceEvent,
523
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_StatusExpiryMillis": LCUTypes.PluginResourceEvent,
524
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_UnlinkUrlTemplate": LCUTypes.PluginResourceEvent,
525
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_FriendRecommendations_UseNativeFacebookPop": LCUTypes.PluginResourceEvent,
526
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameClientCmdLineToggles": LCUTypes.PluginResourceEvent,
527
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameClientCmdLineToggles_UseDX11": LCUTypes.PluginResourceEvent,
528
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameClientCmdLineToggles_UseMetal": LCUTypes.PluginResourceEvent,
529
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameClientCmdLineToggles_UseNewX3D": LCUTypes.PluginResourceEvent,
530
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameClientCmdLineToggles_UseNewX3DFramebuffers": LCUTypes.PluginResourceEvent,
531
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameInvites": LCUTypes.PluginResourceEvent,
532
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameInvites_GameInviteServiceEnabled": LCUTypes.PluginResourceEvent,
533
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameInvites_InviteBulkMaxSize": LCUTypes.PluginResourceEvent,
534
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameInvites_LobbyCreationEnabled": LCUTypes.PluginResourceEvent,
535
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameInvites_ServiceEnabled": LCUTypes.PluginResourceEvent,
536
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameTimerSync": LCUTypes.PluginResourceEvent,
537
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameTimerSync_Enabled": LCUTypes.PluginResourceEvent,
538
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_GameTimerSync_PercentOfTotalTimerToSyncAt": LCUTypes.PluginResourceEvent,
539
+ "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_GeoInfo_Enabled": LCUTypes.PluginResourceEvent,
542
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_GuestSlots": LCUTypes.PluginResourceEvent,
543
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_GuestSlots_Enabled": LCUTypes.PluginResourceEvent,
544
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Highlights": LCUTypes.PluginResourceEvent,
545
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Highlights_Enabled": LCUTypes.PluginResourceEvent,
546
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor": LCUTypes.PluginResourceEvent,
547
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor_DayOneModalEnabled": LCUTypes.PluginResourceEvent,
548
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor_Enabled": LCUTypes.PluginResourceEvent,
549
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor_Honor2018Enabled": LCUTypes.PluginResourceEvent,
550
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor_SecondsToVote": LCUTypes.PluginResourceEvent,
551
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Inventory": LCUTypes.PluginResourceEvent,
552
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Inventory_BaseServiceUrl": LCUTypes.PluginResourceEvent,
553
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Inventory_Enabled": LCUTypes.PluginResourceEvent,
554
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ItemSets": LCUTypes.PluginResourceEvent,
555
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ItemSets_EditorEnabled": LCUTypes.PluginResourceEvent,
556
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ItemSets_MaxItemSets": LCUTypes.PluginResourceEvent,
557
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ItemSets_SendItemSetsToGame": LCUTypes.PluginResourceEvent,
558
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Karma": LCUTypes.PluginResourceEvent,
559
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Karma_Worlds2017VotingEnabled": LCUTypes.PluginResourceEvent,
560
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Kickout": LCUTypes.PluginResourceEvent,
561
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_KrPlaytimeReminder": LCUTypes.PluginResourceEvent,
562
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCU": LCUTypes.PluginResourceEvent,
563
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUACS": LCUTypes.PluginResourceEvent,
564
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUACS_Endpoint": LCUTypes.PluginResourceEvent,
565
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUACS_UseIdTokens": LCUTypes.PluginResourceEvent,
566
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAlphaShutdown": LCUTypes.PluginResourceEvent,
567
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUAlphaShutdown_Countdown": LCUTypes.PluginResourceEvent,
568
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections": LCUTypes.PluginResourceEvent,
569
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_Enabled": LCUTypes.PluginResourceEvent,
570
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUAugmentsVisible": LCUTypes.PluginResourceEvent,
571
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUCollectiblesChromasEnabled": LCUTypes.PluginResourceEvent,
572
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUCollectiblesFinishersEnabled": LCUTypes.PluginResourceEvent,
573
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUCollectiblesWardSkinsEnabled": LCUTypes.PluginResourceEvent,
574
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUMasteriesVisible": LCUTypes.PluginResourceEvent,
575
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUPerksVisible": LCUTypes.PluginResourceEvent,
576
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCURunesVisible": LCUTypes.PluginResourceEvent,
577
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUSkinsViewerEnabled": LCUTypes.PluginResourceEvent,
578
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUMatchHistory": LCUTypes.PluginResourceEvent,
579
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUMatchHistory_Enabled": LCUTypes.PluginResourceEvent,
580
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUMatchHistory_MatchHistoryWebURL": 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
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAlphaShutdown_Enabled": LCUTypes.PluginResourceEvent,
597
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAutoLogout": LCUTypes.PluginResourceEvent,
598
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAutoLogout_IdleExitAfterWarningMinutes": LCUTypes.PluginResourceEvent,
599
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAutoLogout_IdleWarningMinutes": LCUTypes.PluginResourceEvent,
600
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuBuddySpectate": LCUTypes.PluginResourceEvent,
601
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuBuddySpectate_Enabled": LCUTypes.PluginResourceEvent,
602
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionDetails": LCUTypes.PluginResourceEvent,
603
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionDetails_AbilitiesSectionEnabled": LCUTypes.PluginResourceEvent,
604
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionDetails_Enabled": LCUTypes.PluginResourceEvent,
605
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionDetails_PawEnabled": LCUTypes.PluginResourceEvent,
606
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionDetails_SkinsSectionEnabled": LCUTypes.PluginResourceEvent,
607
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect": LCUTypes.PluginResourceEvent,
608
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_AlliedSkinDisplayEnabled": LCUTypes.PluginResourceEvent,
609
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ChampSelectChangeTooltipDurationMillis": LCUTypes.PluginResourceEvent,
610
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ChampSelectChangeTooltipKey": LCUTypes.PluginResourceEvent,
611
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ChampSelectMutingEnabled": LCUTypes.PluginResourceEvent,
612
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ChampSelectReportV2Enabled": LCUTypes.PluginResourceEvent,
613
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ChampTradingTooltipEnabled": LCUTypes.PluginResourceEvent,
614
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_DisableAutoSmiteAssignment": LCUTypes.PluginResourceEvent,
615
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_EnableFavorites": LCUTypes.PluginResourceEvent,
616
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_EnablePositionFilters": LCUTypes.PluginResourceEvent,
617
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_IsDisconnectNotificationEnabled": LCUTypes.PluginResourceEvent,
618
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_PickOrderSwappingTooltipEnabled": LCUTypes.PluginResourceEvent,
619
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_PositionAssignmentAnimationEnabled": LCUTypes.PluginResourceEvent,
620
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_RandomChampionEnabledGameQueues": LCUTypes.PluginResourceEvent,
621
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_RandomChampionRateLimitInterval": LCUTypes.PluginResourceEvent,
622
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_RandomChampionRateLimitMaxActions": LCUTypes.PluginResourceEvent,
623
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ReportingEnabled": LCUTypes.PluginResourceEvent,
624
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ShowChampSelectChangeTooltip": LCUTypes.PluginResourceEvent,
625
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_ShowEmoteButton": LCUTypes.PluginResourceEvent,
626
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_SkinPurchaseEnabled": LCUTypes.PluginResourceEvent,
627
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_SkinPurchaseNotificationEnabled": LCUTypes.PluginResourceEvent,
628
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionSelect_SkinPurchaseTime": LCUTypes.PluginResourceEvent,
629
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting": LCUTypes.PluginResourceEvent,
630
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_ABTestFilterEnabled": LCUTypes.PluginResourceEvent,
631
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_ABTestFilterGroups": LCUTypes.PluginResourceEvent,
632
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_ABTestFilterSalt": LCUTypes.PluginResourceEvent,
633
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_Enabled": LCUTypes.PluginResourceEvent,
634
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_EntitlementsFilterEnabled": LCUTypes.PluginResourceEvent,
635
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_LaneFilterEnabled": LCUTypes.PluginResourceEvent,
636
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_LevelFilterEnabled": LCUTypes.PluginResourceEvent,
637
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_LocationFiltersEnabled": LCUTypes.PluginResourceEvent,
638
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_Mapping": LCUTypes.PluginResourceEvent,
639
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_MasteryFilterChampionLimit": LCUTypes.PluginResourceEvent,
640
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_MasteryFilterDaysSinceLastPlayed": LCUTypes.PluginResourceEvent,
641
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_MasteryFilterEnabled": LCUTypes.PluginResourceEvent,
642
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_MasteryFilterLevelThreshold": LCUTypes.PluginResourceEvent,
643
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_MissionsFilterEnabled": LCUTypes.PluginResourceEvent,
644
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_RankFilterEnabled": LCUTypes.PluginResourceEvent,
645
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_RankedFilterEnabled": LCUTypes.PluginResourceEvent,
646
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_RevivalFilterEnabled": LCUTypes.PluginResourceEvent,
647
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_RevivalFilterThreshold": LCUTypes.PluginResourceEvent,
648
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_TargetingAttributeStorageBaseUri": LCUTypes.PluginResourceEvent,
649
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_TargetingAttributeStorageEnabled": LCUTypes.PluginResourceEvent,
650
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_TargetingAttributeStorageRolloutPct": LCUTypes.PluginResourceEvent,
651
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuContentTargeting_TargetingAttributeStorageUri": LCUTypes.PluginResourceEvent,
652
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuDisambiguation": LCUTypes.PluginResourceEvent,
653
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuDisambiguation_Enabled": LCUTypes.PluginResourceEvent,
654
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuDisambiguation_Required": LCUTypes.PluginResourceEvent,
655
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification": LCUTypes.PluginResourceEvent,
656
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_Enabled": LCUTypes.PluginResourceEvent,
657
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_IsOptional": LCUTypes.PluginResourceEvent,
658
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_MandatoryAt": LCUTypes.PluginResourceEvent,
659
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_MaxOptionalLevel": LCUTypes.PluginResourceEvent,
660
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_MinimumSummonerLevel": LCUTypes.PluginResourceEvent,
661
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuEmailVerification_RequiredLogins": LCUTypes.PluginResourceEvent,
662
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuGameSettings": LCUTypes.PluginResourceEvent,
663
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuGameSettings_GameplayEnabled": LCUTypes.PluginResourceEvent,
664
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuGameSettings_HotkeysEnabled": LCUTypes.PluginResourceEvent,
665
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuGameSettings_InterfaceEnabled": LCUTypes.PluginResourceEvent,
666
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuGameSettings_SoundEnabled": LCUTypes.PluginResourceEvent,
667
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHome": LCUTypes.PluginResourceEvent,
668
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHome_LandingPagesTimeout": LCUTypes.PluginResourceEvent,
669
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHome_ReloadEnabled": LCUTypes.PluginResourceEvent,
670
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHome_ReloadPollerInterval": LCUTypes.PluginResourceEvent,
671
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHome_ReloadStaleInterval": LCUTypes.PluginResourceEvent,
672
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHome_RequireItemLoaded": LCUTypes.PluginResourceEvent,
673
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHovercard": LCUTypes.PluginResourceEvent,
674
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHovercard_Disabled": LCUTypes.PluginResourceEvent,
675
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuHovercard_RoleInfoEnabled": LCUTypes.PluginResourceEvent,
676
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLeagueSpectate": LCUTypes.PluginResourceEvent,
677
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLeagueSpectate_Enabled": LCUTypes.PluginResourceEvent,
678
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLevelUp": LCUTypes.PluginResourceEvent,
679
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLevelUp_EventEnabled": LCUTypes.PluginResourceEvent,
680
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLevelUp_ModalNotificationDisabled": LCUTypes.PluginResourceEvent,
681
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby": LCUTypes.PluginResourceEvent,
682
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_AutoGrantInviteEnabled": LCUTypes.PluginResourceEvent,
683
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_GameInvitesEnabled": LCUTypes.PluginResourceEvent,
684
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_ObserverModeEnabled": LCUTypes.PluginResourceEvent,
685
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_PracticeGameEnabled": LCUTypes.PluginResourceEvent,
686
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_PracticeGameListEnabled": LCUTypes.PluginResourceEvent,
687
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_QueueEligibilityGateKeeperEnabled": LCUTypes.PluginResourceEvent,
688
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_QueueEligibilityV2Enabled": LCUTypes.PluginResourceEvent,
689
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_SendInventoryTokenMetricsEnabled": LCUTypes.PluginResourceEvent,
690
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLobby_UseInventoryToken": LCUTypes.PluginResourceEvent,
691
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLoyalty": LCUTypes.PluginResourceEvent,
692
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLoyalty_LeagueUnlockedEnabled": LCUTypes.PluginResourceEvent,
693
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuLoyalty_LolcafeEnabled": LCUTypes.PluginResourceEvent,
694
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuNpe": LCUTypes.PluginResourceEvent,
695
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuNpe_HardMaxSummonerLevel": LCUTypes.PluginResourceEvent,
696
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuNpe_MaxSummonerLevel": LCUTypes.PluginResourceEvent,
697
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuNpe_RewardsChallengesEnabled": LCUTypes.PluginResourceEvent,
698
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuNpe_RewardsEnabled": LCUTypes.PluginResourceEvent,
699
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuNpe_RewardsLoginEnabled": LCUTypes.PluginResourceEvent,
700
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments": LCUTypes.PluginResourceEvent,
701
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments_BypassAccountIds": LCUTypes.PluginResourceEvent,
702
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments_Host": LCUTypes.PluginResourceEvent,
703
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments_PmcEdgeHost": LCUTypes.PluginResourceEvent,
704
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments_PmcSessionsEnabled": LCUTypes.PluginResourceEvent,
705
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments_RiotPayEnabled": LCUTypes.PluginResourceEvent,
706
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPayments_RiotPayThrottle": LCUTypes.PluginResourceEvent,
707
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuProfiles": LCUTypes.PluginResourceEvent,
708
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuProfiles_Enabled": LCUTypes.PluginResourceEvent,
709
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuProfiles_ForceLayout": LCUTypes.PluginResourceEvent,
710
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPurchaseWidget": LCUTypes.PluginResourceEvent,
711
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPurchaseWidget_BaseUrl": LCUTypes.PluginResourceEvent,
712
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPurchaseWidget_CapOrdersUrl": LCUTypes.PluginResourceEvent,
713
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPurchaseWidget_Enabled": LCUTypes.PluginResourceEvent,
714
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPurchaseWidget_NonRefundableDisclaimerEnabled": LCUTypes.PluginResourceEvent,
715
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuPurchaseWidget_PurchaseDisclaimerEnabled": LCUTypes.PluginResourceEvent,
716
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuReadyCheckUpdate": LCUTypes.PluginResourceEvent,
717
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuReadyCheckUpdate_Enabled": LCUTypes.PluginResourceEvent,
718
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuRevivals": LCUTypes.PluginResourceEvent,
719
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuRevivals_FoundationEnabled": LCUTypes.PluginResourceEvent,
720
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSentryJSErrors": LCUTypes.PluginResourceEvent,
721
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSentryJSErrors_Enabled": LCUTypes.PluginResourceEvent,
722
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSentryJSErrors_SampleRate": LCUTypes.PluginResourceEvent,
723
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSentryJSErrors_SentryDSN": LCUTypes.PluginResourceEvent,
724
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSettings": LCUTypes.PluginResourceEvent,
725
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSettings_FullRepairEnabled": LCUTypes.PluginResourceEvent,
726
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial": LCUTypes.PluginResourceEvent,
727
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_AutoLinkEnabled": LCUTypes.PluginResourceEvent,
728
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_ChatWindowResizeEnabled": LCUTypes.PluginResourceEvent,
729
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_ClearChatHistoryEnabled": LCUTypes.PluginResourceEvent,
730
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_DefaultGameQueues": LCUTypes.PluginResourceEvent,
731
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_EnabledGameQueues": LCUTypes.PluginResourceEvent,
732
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_FriendRequestToastsDisabled": LCUTypes.PluginResourceEvent,
733
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_FriendsListGiftingEnabled": LCUTypes.PluginResourceEvent,
734
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_LcuSupportedGameQueues": LCUTypes.PluginResourceEvent,
735
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_MoreUnreadsEnabled": LCUTypes.PluginResourceEvent,
736
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_NewChatButtonEnabled": LCUTypes.PluginResourceEvent,
737
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_RecentlyPlayedDisabled": LCUTypes.PluginResourceEvent,
738
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_SlashMeEnabled": LCUTypes.PluginResourceEvent,
739
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_SortConversationsByTimeEnabled": LCUTypes.PluginResourceEvent,
740
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_StatusesDisabled": LCUTypes.PluginResourceEvent,
741
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_VirtualizedMessagesEnabled": LCUTypes.PluginResourceEvent,
742
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSocial_VirtualizedRosterEnabled": LCUTypes.PluginResourceEvent,
743
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSummonerIconPicker": LCUTypes.PluginResourceEvent,
744
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuSummonerIconPicker_Enabled": LCUTypes.PluginResourceEvent,
745
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft": LCUTypes.PluginResourceEvent,
746
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_BattlepassHubEnabled": LCUTypes.PluginResourceEvent,
747
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_EligibilityInventoryTypes": LCUTypes.PluginResourceEvent,
748
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_HubEnabled": LCUTypes.PluginResourceEvent,
749
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_MatchHistoryEnabled": LCUTypes.PluginResourceEvent,
750
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_OrbEnabled": LCUTypes.PluginResourceEvent,
751
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_PatchNotesUrl": LCUTypes.PluginResourceEvent,
752
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_PlayButtonEnabled": LCUTypes.PluginResourceEvent,
753
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_SeriesInternalName": LCUTypes.PluginResourceEvent,
754
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_TftHomeEnabled": LCUTypes.PluginResourceEvent,
755
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial": LCUTypes.PluginResourceEvent,
756
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_CarouselChampIds": LCUTypes.PluginResourceEvent,
757
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_Enabled": LCUTypes.PluginResourceEvent,
758
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_GameModeSelectEnabled": LCUTypes.PluginResourceEvent,
759
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_IntroABTestPercentage": LCUTypes.PluginResourceEvent,
760
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_NewPlayerExperienceEnabled": LCUTypes.PluginResourceEvent,
761
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_PracticeToolEnabled": LCUTypes.PluginResourceEvent,
762
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_SkipTutorialPathAfterLevel": LCUTypes.PluginResourceEvent,
763
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_StatsTimeout": LCUTypes.PluginResourceEvent,
764
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTutorial_TutorialSummonerIcon": LCUTypes.PluginResourceEvent,
765
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuUiKit": LCUTypes.PluginResourceEvent,
766
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuUiKit_CelebrationModalsDisabled": LCUTypes.PluginResourceEvent,
767
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig": LCUTypes.PluginResourceEvent,
768
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_ApexDemotionNotificationEnabled": LCUTypes.PluginResourceEvent,
769
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_ChallengerLaddersEnabled": LCUTypes.PluginResourceEvent,
770
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_ConfigRefreshIntervalSeconds": LCUTypes.PluginResourceEvent,
771
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_CurrentSplit": LCUTypes.PluginResourceEvent,
772
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_CurrentYear": LCUTypes.PluginResourceEvent,
773
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_DefaultJwtTimeToLiveSeconds": LCUTypes.PluginResourceEvent,
774
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationEndTime": LCUTypes.PluginResourceEvent,
775
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationSettingsName": LCUTypes.PluginResourceEvent,
776
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationSettingsSchemaVer": LCUTypes.PluginResourceEvent,
777
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationStartTime1": LCUTypes.PluginResourceEvent,
778
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationStartTime2": LCUTypes.PluginResourceEvent,
779
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationStartTime3": LCUTypes.PluginResourceEvent,
780
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationsConfig": LCUTypes.PluginResourceEvent,
781
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationsEnabled": LCUTypes.PluginResourceEvent,
782
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosRewardGroupsConfig": LCUTypes.PluginResourceEvent,
783
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosRewardsConfig": LCUTypes.PluginResourceEvent,
784
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_FlexRestrictionModalEnabled": LCUTypes.PluginResourceEvent,
785
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_IsGlobalNotificationsEnabled": LCUTypes.PluginResourceEvent,
786
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_IsPreseason": LCUTypes.PluginResourceEvent,
787
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_JWTEnabled": LCUTypes.PluginResourceEvent,
788
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_LeagueServiceEnabled": LCUTypes.PluginResourceEvent,
789
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_MasterTierEnabled": LCUTypes.PluginResourceEvent,
790
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_PreseasonName": LCUTypes.PluginResourceEvent,
791
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_PromoHelperEnabled": LCUTypes.PluginResourceEvent,
792
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_PromotionVignetteV2Enabled": LCUTypes.PluginResourceEvent,
793
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_Ranked2017Enabled": LCUTypes.PluginResourceEvent,
794
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_Ranked2019Enabled": LCUTypes.PluginResourceEvent,
795
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_RankedReferenceModalEnabled": LCUTypes.PluginResourceEvent,
796
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_RankedRewardConfig": LCUTypes.PluginResourceEvent,
797
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_SeasonMemorialModalMinHonorLevel": LCUTypes.PluginResourceEvent,
798
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_SeasonModalEnabled": LCUTypes.PluginResourceEvent,
799
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_SeasonName": LCUTypes.PluginResourceEvent,
800
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_SendSignedRankedOverview": LCUTypes.PluginResourceEvent,
801
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_TftSeasonNameLocKey": LCUTypes.PluginResourceEvent,
802
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClient": LCUTypes.PluginResourceEvent,
803
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices": LCUTypes.PluginResourceEvent,
804
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_GSMv2": LCUTypes.PluginResourceEvent,
805
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_GameAgnosticMatchHistory": LCUTypes.PluginResourceEvent,
806
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_Leagues": LCUTypes.PluginResourceEvent,
807
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_MarketingPreferences": LCUTypes.PluginResourceEvent,
808
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_Missions": LCUTypes.PluginResourceEvent,
809
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_Parties": LCUTypes.PluginResourceEvent,
810
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_PlayerBehavior": LCUTypes.PluginResourceEvent,
811
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_PublishingContent": LCUTypes.PluginResourceEvent,
812
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_Summoner": LCUTypes.PluginResourceEvent,
813
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_Tastes": LCUTypes.PluginResourceEvent,
814
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientEnabledServices_Teambuilder": LCUTypes.PluginResourceEvent,
815
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientLeagueSessionServicesEnabled": LCUTypes.PluginResourceEvent,
816
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientLeagueSessionServicesEnabled_Leagues": LCUTypes.PluginResourceEvent,
817
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientServiceTrafficBalanceRate": LCUTypes.PluginResourceEvent,
818
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClientServiceTrafficBalanceRate_Parties": LCUTypes.PluginResourceEvent,
819
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClient_Enabled": LCUTypes.PluginResourceEvent,
820
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueEdgeClient_LeagueSessionEnabled": LCUTypes.PluginResourceEvent,
821
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueSession_FailureRefreshTimeoutSeconds": LCUTypes.PluginResourceEvent,
822
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueSession_RefreshTokenOverride": LCUTypes.PluginResourceEvent,
823
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueSession_UseSessionRefreshV2": LCUTypes.PluginResourceEvent,
824
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeaverBuster": LCUTypes.PluginResourceEvent,
825
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeaverBuster_IsLbsEnabled": LCUTypes.PluginResourceEvent,
826
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LeaverBuster_IsLockoutModalEnabled": LCUTypes.PluginResourceEvent,
827
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts": LCUTypes.PluginResourceEvent,
828
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_EnableStarShardsServices": LCUTypes.PluginResourceEvent,
829
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_EnableStarShardsUpgradeFlow": LCUTypes.PluginResourceEvent,
830
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_Enabled": LCUTypes.PluginResourceEvent,
831
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_InventoryServiceUrl": LCUTypes.PluginResourceEvent,
832
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_LoadoutsServiceUrl": LCUTypes.PluginResourceEvent,
833
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_NewLoadoutPickerEnabled": LCUTypes.PluginResourceEvent,
834
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_UseV4LoadoutFlow": LCUTypes.PluginResourceEvent,
835
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Loadouts_ValidInventoryTypes": LCUTypes.PluginResourceEvent,
836
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket": LCUTypes.PluginResourceEvent,
837
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_bannedUntilDateMillis": LCUTypes.PluginResourceEvent,
838
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_broadcastNotification": LCUTypes.PluginResourceEvent,
839
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_coOpVsAiMinutesLeftToday": LCUTypes.PluginResourceEvent,
840
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_coOpVsAiMsecsUntilReset": LCUTypes.PluginResourceEvent,
841
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_competitiveRegion": LCUTypes.PluginResourceEvent,
842
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_customMinutesLeftToday": LCUTypes.PluginResourceEvent,
843
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_customMsecsUntilReset": LCUTypes.PluginResourceEvent,
844
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_displayPrimeReformCard": LCUTypes.PluginResourceEvent,
845
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_emailStatus": LCUTypes.PluginResourceEvent,
846
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_gameTypeConfigs": LCUTypes.PluginResourceEvent,
847
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_inGhostGame": LCUTypes.PluginResourceEvent,
848
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_languages": LCUTypes.PluginResourceEvent,
849
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_matchMakingEnabled": LCUTypes.PluginResourceEvent,
850
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_maxPracticeGameSize": LCUTypes.PluginResourceEvent,
851
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_minor": LCUTypes.PluginResourceEvent,
852
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_minorShutdownEnforced": LCUTypes.PluginResourceEvent,
853
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_minutesUntilMidnight": LCUTypes.PluginResourceEvent,
854
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_minutesUntilShutdown": LCUTypes.PluginResourceEvent,
855
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_minutesUntilShutdownEnabled": LCUTypes.PluginResourceEvent,
856
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_platformGameLifecycle": LCUTypes.PluginResourceEvent,
857
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_platformId": LCUTypes.PluginResourceEvent,
858
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_playerStatSummaries": LCUTypes.PluginResourceEvent,
859
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_restrictedChatGamesRemaining": LCUTypes.PluginResourceEvent,
860
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_restrictedGamesRemainingForRanked": LCUTypes.PluginResourceEvent,
861
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_showEmailVerificationPopup": LCUTypes.PluginResourceEvent,
862
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LoginDataPacket_simpleMessages": LCUTypes.PluginResourceEvent,
863
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig": LCUTypes.PluginResourceEvent,
864
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestBundleDiscount1": LCUTypes.PluginResourceEvent,
865
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestBundleDiscount2": LCUTypes.PluginResourceEvent,
866
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestBundleDiscount3": LCUTypes.PluginResourceEvent,
867
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestBundleDiscount4": LCUTypes.PluginResourceEvent,
868
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestBundleDiscount5": LCUTypes.PluginResourceEvent,
869
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestsBundleId1": LCUTypes.PluginResourceEvent,
870
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestsBundleId2": LCUTypes.PluginResourceEvent,
871
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestsBundleId3": LCUTypes.PluginResourceEvent,
872
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestsBundleId4": LCUTypes.PluginResourceEvent,
873
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestsBundleId5": LCUTypes.PluginResourceEvent,
874
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EnableMythicEssenceDisplay": LCUTypes.PluginResourceEvent,
875
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_Enabled": LCUTypes.PluginResourceEvent,
876
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EventChestBundleId1": LCUTypes.PluginResourceEvent,
877
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EventChestBundleId2": LCUTypes.PluginResourceEvent,
878
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EventChestBundleId3": LCUTypes.PluginResourceEvent,
879
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EventChestBundleId4": LCUTypes.PluginResourceEvent,
880
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EventChestBundleId5": LCUTypes.PluginResourceEvent,
881
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EventChestsEnabled": LCUTypes.PluginResourceEvent,
882
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_InitializationGoalFlags": LCUTypes.PluginResourceEvent,
883
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_LEdgeAccessEnabled": LCUTypes.PluginResourceEvent,
884
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_LEdgeAccessPercentage": LCUTypes.PluginResourceEvent,
885
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_LcuEnabled": LCUTypes.PluginResourceEvent,
886
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_LootMilestonesEnabled": LCUTypes.PluginResourceEvent,
887
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_LootOddsQueryEvaluationEnabled": LCUTypes.PluginResourceEvent,
888
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_MATERIAL_112LearnMoreURL": LCUTypes.PluginResourceEvent,
889
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_MinSummonerLevel": LCUTypes.PluginResourceEvent,
890
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_NewPlayerChestEnabled": LCUTypes.PluginResourceEvent,
891
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_NoRefundConfirmationEnabled": LCUTypes.PluginResourceEvent,
892
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_PurchaseChestsEnabled": LCUTypes.PluginResourceEvent,
893
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_Visible": LCUTypes.PluginResourceEvent,
894
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_WorldsTokensEnabled": LCUTypes.PluginResourceEvent,
895
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootService": LCUTypes.PluginResourceEvent,
896
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootService_Enabled": LCUTypes.PluginResourceEvent,
897
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootService_NewPlayerChestEnabled": LCUTypes.PluginResourceEvent,
898
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootService_PurchaseChestsEnabled": LCUTypes.PluginResourceEvent,
899
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_LootService_Visible": LCUTypes.PluginResourceEvent,
900
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Masteries": LCUTypes.PluginResourceEvent,
901
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Masteries_ShowPointsResetMessage": LCUTypes.PluginResourceEvent,
902
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions": LCUTypes.PluginResourceEvent,
903
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions_EligibilityInventoryTypes": LCUTypes.PluginResourceEvent,
904
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions_MissionsCompressed": LCUTypes.PluginResourceEvent,
905
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions_MissionsCooldownPollingTime": LCUTypes.PluginResourceEvent,
906
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions_MissionsEnabled": LCUTypes.PluginResourceEvent,
907
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions_MissionsFrontEndEnabled": LCUTypes.PluginResourceEvent,
908
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions_MissionsPollingTime": LCUTypes.PluginResourceEvent,
909
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions_MissionsTabTrackerEnabled": LCUTypes.PluginResourceEvent,
910
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions_MissionsUseV4Api": LCUTypes.PluginResourceEvent,
911
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions_SendSimpleInventoryTokens": LCUTypes.PluginResourceEvent,
912
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Mutators": LCUTypes.PluginResourceEvent,
913
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Mutators_BasicTutorialMutators": LCUTypes.PluginResourceEvent,
914
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Mutators_BattleTrainingMutators": LCUTypes.PluginResourceEvent,
915
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Mutators_CustomGameMutators": LCUTypes.PluginResourceEvent,
916
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Mutators_EnabledAssetMutators": LCUTypes.PluginResourceEvent,
917
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Mutators_EnabledCustomModes": LCUTypes.PluginResourceEvent,
918
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Mutators_EnabledModes": LCUTypes.PluginResourceEvent,
919
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Mutators_EnabledMutators": LCUTypes.PluginResourceEvent,
920
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Navigation": LCUTypes.PluginResourceEvent,
921
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Navigation_NavBarDisplayMode": LCUTypes.PluginResourceEvent,
922
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Navigation_UseEnhancedMenu": LCUTypes.PluginResourceEvent,
923
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Navigation_UseTextLabels": LCUTypes.PluginResourceEvent,
924
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory": LCUTypes.PluginResourceEvent,
925
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_Enabled": LCUTypes.PluginResourceEvent,
926
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_MatchHistoryWebURL": LCUTypes.PluginResourceEvent,
927
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_PostIPXPToLegSEnabled": LCUTypes.PluginResourceEvent,
928
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_RecentlyPlayedNumGames": LCUTypes.PluginResourceEvent,
929
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_SharingEnabled": LCUTypes.PluginResourceEvent,
930
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_TftMatchHistoryEnabled": LCUTypes.PluginResourceEvent,
931
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerIntro": LCUTypes.PluginResourceEvent,
932
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerIntro_IntroUrl": LCUTypes.PluginResourceEvent,
933
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerIntro_NewSummonerIconIds": LCUTypes.PluginResourceEvent,
934
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerLandingPage": LCUTypes.PluginResourceEvent,
935
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerLandingPage_ChampDisplayList": LCUTypes.PluginResourceEvent,
936
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerLandingPage_Enabled": LCUTypes.PluginResourceEvent,
937
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerLandingPage_LikeUsURL": LCUTypes.PluginResourceEvent,
938
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerLandingPage_MaxLevel": LCUTypes.PluginResourceEvent,
939
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerLandingPage_SubscribeURL": LCUTypes.PluginResourceEvent,
940
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerRouter": LCUTypes.PluginResourceEvent,
941
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerRouter_ABDisablingOfTutorial": LCUTypes.PluginResourceEvent,
942
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerRouter_QueueID": LCUTypes.PluginResourceEvent,
943
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties": LCUTypes.PluginResourceEvent,
944
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_EnableLobbyCreation": LCUTypes.PluginResourceEvent,
945
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_Enabled": LCUTypes.PluginResourceEvent,
946
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_EnabledForTeamBuilderQueues": LCUTypes.PluginResourceEvent,
947
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_GameflowRegistrationStatusRequired": LCUTypes.PluginResourceEvent,
948
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_GameflowSamplingProbability": LCUTypes.PluginResourceEvent,
949
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_LoginRegistrationTimeout": LCUTypes.PluginResourceEvent,
950
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_NotificationDelaySamplingPercentage": LCUTypes.PluginResourceEvent,
951
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_OpenPartyEnable": LCUTypes.PluginResourceEvent,
952
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_PremadeEligibilityFromPartiesEnabled": LCUTypes.PluginResourceEvent,
953
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_PremadeEligibilityQueuesDelayedRefreshTimeoutSeconds": LCUTypes.PluginResourceEvent,
954
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_RegistrationConfigurationChangedTimeout": LCUTypes.PluginResourceEvent,
955
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_RegistrationCredentialsRequired": LCUTypes.PluginResourceEvent,
956
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_RegistrationRetryInterval": LCUTypes.PluginResourceEvent,
957
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Parties_ServiceProxySamplingPercentage": LCUTypes.PluginResourceEvent,
958
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PartyRewards": LCUTypes.PluginResourceEvent,
959
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PartyRewards_Enabled": LCUTypes.PluginResourceEvent,
960
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PartyRewards_GameFlowVisualUpdate": LCUTypes.PluginResourceEvent,
961
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Perks": LCUTypes.PluginResourceEvent,
962
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Perks_MinSummonerLevelUnlockCustomPages": LCUTypes.PluginResourceEvent,
963
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Perks_PerksEnabled": LCUTypes.PluginResourceEvent,
964
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers": LCUTypes.PluginResourceEvent,
965
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_BaseServiceURL": LCUTypes.PluginResourceEvent,
966
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_HubEnabled": LCUTypes.PluginResourceEvent,
967
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_Port": LCUTypes.PluginResourceEvent,
968
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_PromotionEndTime": LCUTypes.PluginResourceEvent,
969
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_PromotionName": LCUTypes.PluginResourceEvent,
970
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_PromotionStartTime": LCUTypes.PluginResourceEvent,
971
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_Protocol": LCUTypes.PluginResourceEvent,
972
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_ServiceConfig": LCUTypes.PluginResourceEvent,
973
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_ServicePath": LCUTypes.PluginResourceEvent,
974
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_ShowNavButton": LCUTypes.PluginResourceEvent,
975
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonalizedOffers_ThemedBackground": LCUTypes.PluginResourceEvent,
976
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonlizedOffers": LCUTypes.PluginResourceEvent,
977
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonlizedOffers_BaseServiceURL": LCUTypes.PluginResourceEvent,
978
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonlizedOffers_HubEnabled": LCUTypes.PluginResourceEvent,
979
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonlizedOffers_Port": LCUTypes.PluginResourceEvent,
980
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonlizedOffers_Protocol": LCUTypes.PluginResourceEvent,
981
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonlizedOffers_ServiceConfig": LCUTypes.PluginResourceEvent,
982
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PersonlizedOffers_ServicePath": LCUTypes.PluginResourceEvent,
983
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlatformShutdown": LCUTypes.PluginResourceEvent,
984
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlatformShutdown_Enabled": LCUTypes.PluginResourceEvent,
985
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerBehavior": LCUTypes.PluginResourceEvent,
986
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerBehavior_CodeOfConductEnabled": LCUTypes.PluginResourceEvent,
987
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerBehavior_ReformCardV2Enabled": LCUTypes.PluginResourceEvent,
988
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerFeedbackTool": LCUTypes.PluginResourceEvent,
989
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerFeedbackTool_BackendUrl": LCUTypes.PluginResourceEvent,
990
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerFeedbackTool_EnableHomeTrigger": LCUTypes.PluginResourceEvent,
991
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerNotification": LCUTypes.PluginResourceEvent,
992
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerNotification_Enabled": LCUTypes.PluginResourceEvent,
993
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerPreferences": LCUTypes.PluginResourceEvent,
994
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerPreferences_Enabled": LCUTypes.PluginResourceEvent,
995
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerPreferences_EnforceHttps": LCUTypes.PluginResourceEvent,
996
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerPreferences_ServiceEndpoint": LCUTypes.PluginResourceEvent,
997
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PlayerPreferences_Version": LCUTypes.PluginResourceEvent,
998
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Postgame": LCUTypes.PluginResourceEvent,
999
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Postgame_ShowPositionDetectionEnabled": LCUTypes.PluginResourceEvent,
1000
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard": LCUTypes.PluginResourceEvent,
1001
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_ACSLookup": LCUTypes.PluginResourceEvent,
1002
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_ChampionMasteryLookup": LCUTypes.PluginResourceEvent,
1003
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabled": LCUTypes.PluginResourceEvent,
1004
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForBuddyPanelView": LCUTypes.PluginResourceEvent,
1005
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForChatFriendsList": LCUTypes.PluginResourceEvent,
1006
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForChatGroupChatParticipants": LCUTypes.PluginResourceEvent,
1007
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForClubChatParticipants": LCUTypes.PluginResourceEvent,
1008
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForCustomGameLobby": LCUTypes.PluginResourceEvent,
1009
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForGameLobbySuggestedPlayers": LCUTypes.PluginResourceEvent,
1010
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForGroupFinderCapViewSuggestedPlayers": LCUTypes.PluginResourceEvent,
1011
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForSummonerQuickView": LCUTypes.PluginResourceEvent,
1012
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_IsEnabledForTeamBuilderSuggestedPlayers": LCUTypes.PluginResourceEvent,
1013
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ProfileHoverCard_LeagueLookup": LCUTypes.PluginResourceEvent,
1014
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Profiles": LCUTypes.PluginResourceEvent,
1015
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Profiles_EosIconEnabled": LCUTypes.PluginResourceEvent,
1016
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Profiles_EosTooltipShowOnce": LCUTypes.PluginResourceEvent,
1017
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Profiles_RankQueueOnCount": LCUTypes.PluginResourceEvent,
1018
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Profiles_SkinsPickerEnabled": LCUTypes.PluginResourceEvent,
1019
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PublishingContent": LCUTypes.PluginResourceEvent,
1020
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PublishingContent_Enabled": LCUTypes.PluginResourceEvent,
1021
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PublishingContent_LocalePreferenceEnabled": LCUTypes.PluginResourceEvent,
1022
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PublishingContent_LocalePreferenceOptions": LCUTypes.PluginResourceEvent,
1023
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PublishingContent_TftGdsTest": LCUTypes.PluginResourceEvent,
1024
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_PublishingContent_TftHubCardsUrl": LCUTypes.PluginResourceEvent,
1025
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueImages": LCUTypes.PluginResourceEvent,
1026
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueImages_OverrideQueueImage": LCUTypes.PluginResourceEvent,
1027
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction": LCUTypes.PluginResourceEvent,
1028
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_AllowablePremadeSizesForQueueId440": LCUTypes.PluginResourceEvent,
1029
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_KarmaEnabled": LCUTypes.PluginResourceEvent,
1030
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndDivisionForPremadeSize2QueueId1100": LCUTypes.PluginResourceEvent,
1031
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndDivisionForPremadeSize2QueueId420": LCUTypes.PluginResourceEvent,
1032
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize1": LCUTypes.PluginResourceEvent,
1033
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize1QueueId410": LCUTypes.PluginResourceEvent,
1034
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize1QueueId420": LCUTypes.PluginResourceEvent,
1035
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize1QueueId440": LCUTypes.PluginResourceEvent,
1036
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize1QueueId470": LCUTypes.PluginResourceEvent,
1037
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize1QueueId9": LCUTypes.PluginResourceEvent,
1038
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize2": LCUTypes.PluginResourceEvent,
1039
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize2QueueId4": LCUTypes.PluginResourceEvent,
1040
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize2QueueId420": LCUTypes.PluginResourceEvent,
1041
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize2QueueId440": LCUTypes.PluginResourceEvent,
1042
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize2QueueId470": LCUTypes.PluginResourceEvent,
1043
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize2QueueId9": LCUTypes.PluginResourceEvent,
1044
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize3": LCUTypes.PluginResourceEvent,
1045
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize3QueueId420": LCUTypes.PluginResourceEvent,
1046
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize3QueueId440": LCUTypes.PluginResourceEvent,
1047
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize3QueueId470": LCUTypes.PluginResourceEvent,
1048
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize3QueueId9": LCUTypes.PluginResourceEvent,
1049
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize4": LCUTypes.PluginResourceEvent,
1050
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize4QueueId420": LCUTypes.PluginResourceEvent,
1051
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize4QueueId440": LCUTypes.PluginResourceEvent,
1052
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize4QueueId470": LCUTypes.PluginResourceEvent,
1053
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize4QueueId9": LCUTypes.PluginResourceEvent,
1054
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize5": LCUTypes.PluginResourceEvent,
1055
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize5QueueId420": LCUTypes.PluginResourceEvent,
1056
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize5QueueId440": LCUTypes.PluginResourceEvent,
1057
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize5QueueId470": LCUTypes.PluginResourceEvent,
1058
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize5QueueId9": LCUTypes.PluginResourceEvent,
1059
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_QueuesRequiringTwentyChampions": LCUTypes.PluginResourceEvent,
1060
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueDefaultUnseededTier": LCUTypes.PluginResourceEvent,
1061
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueDefaultUnseededTierQueueId4": LCUTypes.PluginResourceEvent,
1062
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueDefaultUnseededTierQueueId410": LCUTypes.PluginResourceEvent,
1063
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueDefaultUnseededTierQueueId420": LCUTypes.PluginResourceEvent,
1064
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueDefaultUnseededTierQueueId440": LCUTypes.PluginResourceEvent,
1065
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueDefaultUnseededTierQueueId470": LCUTypes.PluginResourceEvent,
1066
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueDefaultUnseededTierQueueId9": LCUTypes.PluginResourceEvent,
1067
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueRestrictionMaxDelta": LCUTypes.PluginResourceEvent,
1068
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueRestrictionMode": LCUTypes.PluginResourceEvent,
1069
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighMmrPremadeMaxSize": LCUTypes.PluginResourceEvent,
1070
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighMmrPremadeRank": LCUTypes.PluginResourceEvent,
1071
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighMmrPremadeRestrictionEnabled": LCUTypes.PluginResourceEvent,
1072
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighMmrPremadeTier": LCUTypes.PluginResourceEvent,
1073
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTier": LCUTypes.PluginResourceEvent,
1074
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTierQueueId4": LCUTypes.PluginResourceEvent,
1075
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTierQueueId410": LCUTypes.PluginResourceEvent,
1076
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTierQueueId420": LCUTypes.PluginResourceEvent,
1077
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTierQueueId440": LCUTypes.PluginResourceEvent,
1078
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTierQueueId470": LCUTypes.PluginResourceEvent,
1079
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTierQueueId9": LCUTypes.PluginResourceEvent,
1080
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDelta": LCUTypes.PluginResourceEvent,
1081
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDeltaQueueId4": LCUTypes.PluginResourceEvent,
1082
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDeltaQueueId410": LCUTypes.PluginResourceEvent,
1083
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDeltaQueueId420": LCUTypes.PluginResourceEvent,
1084
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDeltaQueueId440": LCUTypes.PluginResourceEvent,
1085
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDeltaQueueId470": LCUTypes.PluginResourceEvent,
1086
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDeltaQueueId9": LCUTypes.PluginResourceEvent,
1087
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMode": LCUTypes.PluginResourceEvent,
1088
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionModeQueueId4": LCUTypes.PluginResourceEvent,
1089
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionModeQueueId410": LCUTypes.PluginResourceEvent,
1090
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionModeQueueId420": LCUTypes.PluginResourceEvent,
1091
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionModeQueueId440": LCUTypes.PluginResourceEvent,
1092
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionModeQueueId470": LCUTypes.PluginResourceEvent,
1093
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionModeQueueId9": LCUTypes.PluginResourceEvent,
1094
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDelta": LCUTypes.PluginResourceEvent,
1095
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDeltaQueueId4": LCUTypes.PluginResourceEvent,
1096
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDeltaQueueId410": LCUTypes.PluginResourceEvent,
1097
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDeltaQueueId420": LCUTypes.PluginResourceEvent,
1098
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDeltaQueueId440": LCUTypes.PluginResourceEvent,
1099
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDeltaQueueId470": LCUTypes.PluginResourceEvent,
1100
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDeltaQueueId9": LCUTypes.PluginResourceEvent,
1101
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMode": LCUTypes.PluginResourceEvent,
1102
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionModeQueueId4": LCUTypes.PluginResourceEvent,
1103
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionModeQueueId410": LCUTypes.PluginResourceEvent,
1104
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionModeQueueId420": LCUTypes.PluginResourceEvent,
1105
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionModeQueueId440": LCUTypes.PluginResourceEvent,
1106
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionModeQueueId470": LCUTypes.PluginResourceEvent,
1107
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionModeQueueId9": LCUTypes.PluginResourceEvent,
1108
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_ServiceEnabled": LCUTypes.PluginResourceEvent,
1109
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Regalia": LCUTypes.PluginResourceEvent,
1110
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Replays": LCUTypes.PluginResourceEvent,
1111
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Replays_MinSupportedGameServerVersion": LCUTypes.PluginResourceEvent,
1112
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Replays_ThirdPersonAccessibleGameQueues": LCUTypes.PluginResourceEvent,
1113
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Rewards": LCUTypes.PluginResourceEvent,
1114
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Rewards_Enabled": LCUTypes.PluginResourceEvent,
1115
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Sanitizer": LCUTypes.PluginResourceEvent,
1116
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Sanitizer_Level1Unfilter": LCUTypes.PluginResourceEvent,
1117
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward": LCUTypes.PluginResourceEvent,
1118
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_Enabled": LCUTypes.PluginResourceEvent,
1119
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_Maximum_team_reward_level": LCUTypes.PluginResourceEvent,
1120
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_Minimum_points_per_reward_level": LCUTypes.PluginResourceEvent,
1121
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_Minimum_win_team_reward_level_1": LCUTypes.PluginResourceEvent,
1122
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_Minimum_win_team_reward_level_2": LCUTypes.PluginResourceEvent,
1123
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_Minimum_win_team_reward_level_3": LCUTypes.PluginResourceEvent,
1124
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_QualificationWarningEnabled": LCUTypes.PluginResourceEvent,
1125
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward_ServiceCallEnabled": LCUTypes.PluginResourceEvent,
1126
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Sentry": LCUTypes.PluginResourceEvent,
1127
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Sentry_SampleRate": LCUTypes.PluginResourceEvent,
1128
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ServiceStatusAPI": LCUTypes.PluginResourceEvent,
1129
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ServiceStatusAPI_Enabled": LCUTypes.PluginResourceEvent,
1130
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory": LCUTypes.PluginResourceEvent,
1131
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_AdvancedGameDetailsEnabled": LCUTypes.PluginResourceEvent,
1132
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_AdvancedGameDetailsUrlTemplate": LCUTypes.PluginResourceEvent,
1133
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_MatchDetailsUrlTemplate": LCUTypes.PluginResourceEvent,
1134
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_MatchHistoryEnabled": LCUTypes.PluginResourceEvent,
1135
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_MatchHistoryUrlTemplate": LCUTypes.PluginResourceEvent,
1136
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_ShareEndOfGameEnabled": LCUTypes.PluginResourceEvent,
1137
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_ShareGameUrlTemplate": LCUTypes.PluginResourceEvent,
1138
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_ShareMatchHistory": LCUTypes.PluginResourceEvent,
1139
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinRentals": LCUTypes.PluginResourceEvent,
1140
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinRentals_Enabled": LCUTypes.PluginResourceEvent,
1141
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinsViewer": LCUTypes.PluginResourceEvent,
1142
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinsViewer_VintageSkinSummonerIconConfig": LCUTypes.PluginResourceEvent,
1143
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard": LCUTypes.PluginResourceEvent,
1144
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_IsSocialLeaderboardEnabled": LCUTypes.PluginResourceEvent,
1145
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_LeaguesPuuidPageSize": LCUTypes.PluginResourceEvent,
1146
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_MinsTillCacheExpiry": LCUTypes.PluginResourceEvent,
1147
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_SecsTillAvailabilityCacheExpiry": LCUTypes.PluginResourceEvent,
1148
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_UseSocialLeaderboardLeaguesEndpoint": LCUTypes.PluginResourceEvent,
1149
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Spectator": LCUTypes.PluginResourceEvent,
1150
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Spectator_SaveReconnectInfoEnabled": LCUTypes.PluginResourceEvent,
1151
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_String": LCUTypes.PluginResourceEvent,
1152
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_String_String": LCUTypes.PluginResourceEvent,
1153
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers": LCUTypes.PluginResourceEvent,
1154
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_Enabled": LCUTypes.PluginResourceEvent,
1155
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_FriendsOfFriendsEnabled": LCUTypes.PluginResourceEvent,
1156
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_FriendsOfFriendsLimit": LCUTypes.PluginResourceEvent,
1157
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_HonoredPlayersLimit": LCUTypes.PluginResourceEvent,
1158
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_MaxNumReplacements": LCUTypes.PluginResourceEvent,
1159
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_MaxNumSuggestedPlayers": LCUTypes.PluginResourceEvent,
1160
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_OnlineFriendsLimit": LCUTypes.PluginResourceEvent,
1161
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_PreviousPremadesLimit": LCUTypes.PluginResourceEvent,
1162
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_VictoriousComradesLimit": LCUTypes.PluginResourceEvent,
1163
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_ConfigRefreshIntervalSeconds": LCUTypes.PluginResourceEvent,
1164
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_JWTMaxTimeoutSeconds": LCUTypes.PluginResourceEvent,
1165
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_JWTMinTimeoutSeconds": LCUTypes.PluginResourceEvent,
1166
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_SummonerProfileCacheEnabled": LCUTypes.PluginResourceEvent,
1167
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBoost": LCUTypes.PluginResourceEvent,
1168
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBoost_AllSkinEnabled": LCUTypes.PluginResourceEvent,
1169
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBoost_RandomSkinEnabled": LCUTypes.PluginResourceEvent,
1170
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft": LCUTypes.PluginResourceEvent,
1171
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_ActionTimeoutRecoveryEnabled": LCUTypes.PluginResourceEvent,
1172
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_EnableChampionSelectPreferences": LCUTypes.PluginResourceEvent,
1173
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_EstimatedWaitAdjustmentEnabled": LCUTypes.PluginResourceEvent,
1174
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_FillPrimaryWaitFactor": LCUTypes.PluginResourceEvent,
1175
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_FillSecondaryWaitFactor": LCUTypes.PluginResourceEvent,
1176
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_LogAllLCDSMessages": LCUTypes.PluginResourceEvent,
1177
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_MidPrimaryWaitFactor": LCUTypes.PluginResourceEvent,
1178
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SendAfkCheckMetricsEnabled": LCUTypes.PluginResourceEvent,
1179
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_ServiceCallTimeoutMillis": LCUTypes.PluginResourceEvent,
1180
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SkinPurchaseEnabled": LCUTypes.PluginResourceEvent,
1181
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SupportPrimaryWaitFactor": LCUTypes.PluginResourceEvent,
1182
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SupportSecondaryWaitFactor": LCUTypes.PluginResourceEvent,
1183
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_TBRerollServiceEnabled": LCUTypes.PluginResourceEvent,
1184
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_TakeoverEnabled": LCUTypes.PluginResourceEvent,
1185
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_UnlockLockInButtonTimeoutEnabled": LCUTypes.PluginResourceEvent,
1186
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_TencentAntiAddiction_Enabled": LCUTypes.PluginResourceEvent,
1187
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Testing": LCUTypes.PluginResourceEvent,
1188
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Testing_Rcarter": LCUTypes.PluginResourceEvent,
1189
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ThirdPartyVerification": LCUTypes.PluginResourceEvent,
1190
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_ThirdPartyVerification_CAHServiceEnabled": LCUTypes.PluginResourceEvent,
1191
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Trophies": LCUTypes.PluginResourceEvent,
1192
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Trophies_IsEnabledOnProfile": LCUTypes.PluginResourceEvent,
1193
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Trophies_IsOtherSummonersProfileEnabled": LCUTypes.PluginResourceEvent,
1194
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Voice": LCUTypes.PluginResourceEvent,
1195
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_Voice_Enabled": LCUTypes.PluginResourceEvent,
1196
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_WardSkinConfig": LCUTypes.PluginResourceEvent,
1197
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_WardSkinConfig_UseGsmLoadouts": LCUTypes.PluginResourceEvent,
1198
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_WardSkinConfig_UseLoadouts": LCUTypes.PluginResourceEvent,
1199
+ "OnJsonApiEvent_lol-platform-config_v1_namespaces_WardSkinConfig_WardSkinSelection": LCUTypes.PluginResourceEvent,
1200
+ "OnJsonApiEvent_lol-player-behavior_v1_config": LCUTypes.PluginResourceEvent,
1201
+ "OnJsonApiEvent_lol-player-behavior_v2_reporter-feedback": LCUTypes.PluginResourceEvent,
1202
+ "OnJsonApiEvent_lol-player-behavior_v3_reform-cards": LCUTypes.PluginResourceEvent,
1203
+ "OnJsonApiEvent_lol-player-preferences_v1_player-preferences-ready": LCUTypes.PluginResourceEvent,
1204
+ "OnJsonApiEvent_lol-pre-end-of-game_v1_currentSequenceEvent": LCUTypes.PluginResourceEvent,
1205
+ "OnJsonApiEvent_lol-premade-voice_v1_availability": LCUTypes.PluginResourceEvent,
1206
+ "OnJsonApiEvent_lol-premade-voice_v1_capturedevices": LCUTypes.PluginResourceEvent,
1207
+ "OnJsonApiEvent_lol-premade-voice_v1_first-experience": LCUTypes.PluginResourceEvent,
1208
+ "OnJsonApiEvent_lol-premade-voice_v1_participant-records": LCUTypes.PluginResourceEvent,
1209
+ "OnJsonApiEvent_lol-premade-voice_v1_settings": LCUTypes.PluginResourceEvent,
1210
+ "OnJsonApiEvent_lol-progression_v1_groups": LCUTypes.PluginResourceEvent,
1211
+ "OnJsonApiEvent_lol-progression_v1_ready": LCUTypes.PluginResourceEvent,
1212
+ "OnJsonApiEvent_lol-publishing-content_v1_listeners": LCUTypes.PluginResourceEvent,
1213
+ "OnJsonApiEvent_lol-publishing-content_v1_ready": LCUTypes.PluginResourceEvent,
1214
+ "OnJsonApiEvent_lol-publishing-content_v1_settings": LCUTypes.PluginResourceEvent,
1215
+ "OnJsonApiEvent_lol-purchase-widget_v1_configuration": LCUTypes.PluginResourceEvent,
1216
+ "OnJsonApiEvent_lol-purchase-widget_v3_purchase-offer-order-statuses": LCUTypes.PluginResourceEvent,
1217
+ "OnJsonApiEvent_lol-ranked_v1_challenger-ladders-enabled": LCUTypes.PluginResourceEvent,
1218
+ "OnJsonApiEvent_lol-ranked_v1_current-ranked-stats": LCUTypes.PluginResourceEvent,
1219
+ "OnJsonApiEvent_lol-ranked_v1_eos-rewards": LCUTypes.PluginResourceEvent,
1220
+ "OnJsonApiEvent_lol-ranked_v1_global-notifications": LCUTypes.PluginResourceEvent,
1221
+ "OnJsonApiEvent_lol-ranked_v1_notifications": LCUTypes.PluginResourceEvent,
1222
+ "OnJsonApiEvent_lol-ranked_v1_ranked-stats": LCUTypes.PluginResourceEvent,
1223
+ "OnJsonApiEvent_lol-ranked_v1_signed-ranked-stats": LCUTypes.PluginResourceEvent,
1224
+ "OnJsonApiEvent_lol-ranked_v1_splits-config": LCUTypes.PluginResourceEvent,
1225
+ "OnJsonApiEvent_lol-ranked_v1_top-rated-ladders-enabled": LCUTypes.PluginResourceEvent,
1226
+ "OnJsonApiEvent_lol-regalia_v2_config": LCUTypes.PluginResourceEvent,
1227
+ "OnJsonApiEvent_lol-regalia_v2_summoners": LCUTypes.PluginResourceEvent,
1228
+ "OnJsonApiEvent_lol-remedy_v1_remedy-notifications": LCUTypes.PluginResourceEvent,
1229
+ "OnJsonApiEvent_lol-replays_v1_configuration": LCUTypes.PluginResourceEvent,
1230
+ "OnJsonApiEvent_lol-replays_v1_metadata": LCUTypes.PluginResourceEvent,
1231
+ "OnJsonApiEvent_lol-replays_v1_rofls": LCUTypes.PluginResourceEvent,
1232
+ "OnJsonApiEvent_lol-rewards_v1_grants": LCUTypes.PluginResourceEvent,
1233
+ "OnJsonApiEvent_lol-rewards_v1_groups": LCUTypes.PluginResourceEvent,
1234
+ "OnJsonApiEvent_lol-rso-auth_configuration_v3": LCUTypes.PluginResourceEvent,
1235
+ "OnJsonApiEvent_lol-rso-auth_v1_authorization": LCUTypes.PluginResourceEvent,
1236
+ "OnJsonApiEvent_lol-settings_v1_account": LCUTypes.PluginResourceEvent,
1237
+ "OnJsonApiEvent_lol-settings_v1_local": LCUTypes.PluginResourceEvent,
1238
+ "OnJsonApiEvent_lol-settings_v2_account": LCUTypes.PluginResourceEvent,
1239
+ "OnJsonApiEvent_lol-settings_v2_config": LCUTypes.PluginResourceEvent,
1240
+ "OnJsonApiEvent_lol-settings_v2_local": LCUTypes.PluginResourceEvent,
1241
+ "OnJsonApiEvent_lol-settings_v2_ready": LCUTypes.PluginResourceEvent,
1242
+ "OnJsonApiEvent_lol-shutdown_v1_notification": LCUTypes.PluginResourceEvent,
1243
+ "OnJsonApiEvent_lol-spectator_v1_spectate": LCUTypes.PluginResourceEvent,
1244
+ "OnJsonApiEvent_lol-statstones_v2_player-summary-self": LCUTypes.PluginResourceEvent,
1245
+ "OnJsonApiEvent_lol-store_v1_getStoreUrl": LCUTypes.PluginResourceEvent,
1246
+ "OnJsonApiEvent_lol-store_v1_store-ready": LCUTypes.PluginResourceEvent,
1247
+ "OnJsonApiEvent_lol-suggested-players_v1_suggested-players": LCUTypes.PluginResourceEvent,
1248
+ "OnJsonApiEvent_lol-summoner_v1_current-summoner": LCUTypes.PluginResourceEvent,
1249
+ "OnJsonApiEvent_lol-summoner_v1_player-alias-state": LCUTypes.PluginResourceEvent,
1250
+ "OnJsonApiEvent_lol-summoner_v1_player-name-mode": LCUTypes.PluginResourceEvent,
1251
+ "OnJsonApiEvent_lol-summoner_v1_status": LCUTypes.PluginResourceEvent,
1252
+ "OnJsonApiEvent_lol-summoner_v1_summoner-requests-ready": LCUTypes.PluginResourceEvent,
1253
+ "OnJsonApiEvent_lol-tastes_v1_ready": LCUTypes.PluginResourceEvent,
1254
+ "OnJsonApiEvent_lol-tft-pass_v1_config-fetched": LCUTypes.PluginResourceEvent,
1255
+ "OnJsonApiEvent_lol-tft-pass_v1_ready": LCUTypes.PluginResourceEvent,
1256
+ "OnJsonApiEvent_lol-tft-pass_v1_skill-tree-pass": LCUTypes.PluginResourceEvent,
1257
+ "OnJsonApiEvent_lol-tft-team-planner_v1_config": LCUTypes.PluginResourceEvent,
1258
+ "OnJsonApiEvent_lol-tft-team-planner_v1_team": LCUTypes.PluginResourceEvent,
1259
+ "OnJsonApiEvent_lol-tft-troves_v1_config": LCUTypes.PluginResourceEvent,
1260
+ "OnJsonApiEvent_lol-tft-troves_v1_milestones-group-id": LCUTypes.PluginResourceEvent,
1261
+ "OnJsonApiEvent_lol-tft_v1_tft": LCUTypes.PluginResourceEvent,
1262
+ "OnJsonApiEvent_lol-vanguard_v1_service-session-check-failure": LCUTypes.PluginResourceEvent,
1263
+ "OnJsonApiEvent_lol-vanguard_v1_session": LCUTypes.PluginResourceEvent,
1264
+ "OnJsonApiEvent_lol-yourshop_v1_modal": LCUTypes.PluginResourceEvent,
1265
+ "OnJsonApiEvent_lol-yourshop_v1_ready": LCUTypes.PluginResourceEvent,
1266
+ "OnJsonApiEvent_lol-yourshop_v1_status": LCUTypes.PluginResourceEvent,
1267
+ "OnJsonApiEvent_loyalty_v1_loyalty-resource": LCUTypes.PluginResourceEvent,
1268
+ "OnJsonApiEvent_mailbox_v1_check-new-mail": LCUTypes.PluginResourceEvent,
1269
+ "OnJsonApiEvent_memory_v1_fe-processes-ready": LCUTypes.PluginResourceEvent,
1270
+ "OnJsonApiEvent_patcher_v1_notifications": LCUTypes.PluginResourceEvent,
1271
+ "OnJsonApiEvent_patcher_v1_products": LCUTypes.PluginResourceEvent,
1272
+ "OnJsonApiEvent_patcher_v1_status": LCUTypes.PluginResourceEvent,
1273
+ "OnJsonApiEvent_player-account_aliases_v1": LCUTypes.PluginResourceEvent,
1274
+ "OnJsonApiEvent_player-notifications_v1_notifications": LCUTypes.PluginResourceEvent,
1275
+ "OnJsonApiEvent_player-reporting_v1_reporter-feedback": LCUTypes.PluginResourceEvent,
1276
+ "OnJsonApiEvent_plugin-manager_v1_external-plugins": LCUTypes.PluginResourceEvent,
1277
+ "OnJsonApiEvent_plugin-manager_v1_status": LCUTypes.PluginResourceEvent,
1278
+ "OnJsonApiEvent_process-control_v1_process": LCUTypes.PluginResourceEvent,
1279
+ "OnJsonApiEvent_product-metadata_v2_products": LCUTypes.PluginResourceEvent,
1280
+ "OnJsonApiEvent_product-session_v1_external-sessions": LCUTypes.PluginResourceEvent,
1281
+ "OnJsonApiEvent_riot-messaging-service_v1_message": LCUTypes.PluginResourceEvent,
1282
+ "OnJsonApiEvent_riot-messaging-service_v1_out-of-sync": LCUTypes.PluginResourceEvent,
1283
+ "OnJsonApiEvent_riot-messaging-service_v1_session": LCUTypes.PluginResourceEvent,
1284
+ "OnJsonApiEvent_riot-messaging-service_v1_state": LCUTypes.PluginResourceEvent,
1285
+ "OnJsonApiEvent_riotclient_affinity": LCUTypes.PluginResourceEvent,
1286
+ "OnJsonApiEvent_riotclient_app-port": LCUTypes.PluginResourceEvent,
1287
+ "OnJsonApiEvent_riotclient_new-args": LCUTypes.PluginResourceEvent,
1288
+ "OnJsonApiEvent_riotclient_pre-shutdown_begin": LCUTypes.PluginResourceEvent,
1289
+ "OnJsonApiEvent_riotclient_region-locale": LCUTypes.PluginResourceEvent,
1290
+ "OnJsonApiEvent_riotclient_system-info_v1": LCUTypes.PluginResourceEvent,
1291
+ "OnJsonApiEvent_riotclient_ux-crash-count": LCUTypes.PluginResourceEvent,
1292
+ "OnJsonApiEvent_riotclient_ux-state_request": LCUTypes.PluginResourceEvent,
1293
+ "OnJsonApiEvent_riotclient_v1_crash-reporting": LCUTypes.PluginResourceEvent,
1294
+ "OnJsonApiEvent_riotclient_zoom-scale": LCUTypes.PluginResourceEvent,
1295
+ "OnJsonApiEvent_rso-auth_configuration_v3": LCUTypes.PluginResourceEvent,
1296
+ "OnJsonApiEvent_rso-auth_v1_session": LCUTypes.PluginResourceEvent,
1297
+ "OnJsonApiEvent_rso-auth_v1_userinfo": LCUTypes.PluginResourceEvent,
1298
+ "OnJsonApiEvent_rso-auth_v2_authorizations": LCUTypes.PluginResourceEvent,
1299
+ "OnJsonApiEvent_sanitizer_v1_status": LCUTypes.PluginResourceEvent,
1300
+ "OnJsonApiEvent_scd_v1_cookies": LCUTypes.PluginResourceEvent,
1301
+ "OnJsonApiEvent_system_v1_builds": LCUTypes.PluginResourceEvent,
1302
+ "OnJsonApiEvent_voice-chat_v1_audio-properties": LCUTypes.PluginResourceEvent,
1303
+ "OnJsonApiEvent_voice-chat_v2_devices": LCUTypes.PluginResourceEvent,
1304
+ "OnJsonApiEvent_voice-chat_v2_state": LCUTypes.PluginResourceEvent,
1305
+ "OnJsonApiEvent_voice-chat_v3_sessions": LCUTypes.PluginResourceEvent,
1306
+ "OnJsonApiEvent_voice-chat_v3_settings": LCUTypes.PluginResourceEvent,
1307
+ "OnLcdsEvent": LCUTypes.PluginLcdsEvent,
1308
+ "OnLcdsEvent_com_riotgames_platform_broadcast_BroadcastNotification": LCUTypes.PluginLcdsEvent,
1309
+ "OnLcdsEvent_com_riotgames_platform_client_dynamic_configuration_ClientDynamicConfigurationNotification": LCUTypes.PluginLcdsEvent,
1310
+ "OnLcdsEvent_com_riotgames_platform_game_GameDTO": LCUTypes.PluginLcdsEvent,
1311
+ "OnLcdsEvent_com_riotgames_platform_game_PlayerCredentialsDto": LCUTypes.PluginLcdsEvent,
1312
+ "OnLcdsEvent_com_riotgames_platform_game_TeamSkinRentalDTO": LCUTypes.PluginLcdsEvent,
1313
+ "OnLcdsEvent_com_riotgames_platform_game_message_GameNotification": LCUTypes.PluginLcdsEvent,
1314
+ "OnLcdsEvent_com_riotgames_platform_gameinvite_contract_InvitationRequest": LCUTypes.PluginLcdsEvent,
1315
+ "OnLcdsEvent_com_riotgames_platform_gameinvite_contract_InvitePrivileges": LCUTypes.PluginLcdsEvent,
1316
+ "OnLcdsEvent_com_riotgames_platform_gameinvite_contract_LobbyStatus": LCUTypes.PluginLcdsEvent,
1317
+ "OnLcdsEvent_com_riotgames_platform_gameinvite_contract_RemovedFromLobbyNotification": LCUTypes.PluginLcdsEvent,
1318
+ "OnLcdsEvent_com_riotgames_platform_leaverbuster_event_messaging_LeaverBusterLowPriorityQueueAbandoned": LCUTypes.PluginLcdsEvent,
1319
+ "OnLcdsEvent_com_riotgames_platform_loyalty_message_LoyaltyStateChangeNotification": LCUTypes.PluginLcdsEvent,
1320
+ "OnLcdsEvent_com_riotgames_platform_matchmaking_SearchingForMatchNotification": LCUTypes.PluginLcdsEvent,
1321
+ "OnLcdsEvent_com_riotgames_platform_messaging_ForcedClientShutdown": LCUTypes.PluginLcdsEvent,
1322
+ "OnLcdsEvent_com_riotgames_platform_messaging_RentalUpdateNotification": LCUTypes.PluginLcdsEvent,
1323
+ "OnLcdsEvent_com_riotgames_platform_messaging_StoreFulfillmentNotification": LCUTypes.PluginLcdsEvent,
1324
+ "OnLcdsEvent_com_riotgames_platform_messaging_persistence_SimpleDialogMessage": LCUTypes.PluginLcdsEvent,
1325
+ "OnLcdsEvent_com_riotgames_platform_systemstate_ClientSystemStatesNotification": LCUTypes.PluginLcdsEvent,
1326
+ "OnLcdsEvent_com_riotgames_platform_trade_api_contract_TradeContractDTO": LCUTypes.PluginLcdsEvent,
1327
+ "OnLog": LCUTypes.LogEvent,
1328
+ "OnRegionLocaleChanged": LCUTypes.PluginRegionLocaleChangedEvent,
1329
+ "OnServiceProxyAsyncEvent": LCUTypes.PluginServiceProxyResponse,
1330
+ "OnServiceProxyMethodEvent": LCUTypes.PluginServiceProxyResponse,
1331
+ "OnServiceProxyUuidEvent": LCUTypes.PluginServiceProxyResponse
1314
1332
  }