@hasagi/types 15.2.1 → 15.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lcu-endpoints.d.ts +240 -227
- package/dist/lcu-events.d.ts +2 -39
- package/dist/lcu-types.d.ts +97 -16
- package/package.json +4 -4
package/dist/lcu-events.d.ts
CHANGED
|
@@ -30,13 +30,9 @@ export interface LCUWebSocketEvents {
|
|
|
30
30
|
"OnJsonApiEvent_lol-anti-addiction_v1_anti-addiction-token": LCUTypes.PluginResourceEvent,
|
|
31
31
|
"OnJsonApiEvent_lol-cap-missions_v1_ready": LCUTypes.PluginResourceEvent,
|
|
32
32
|
"OnJsonApiEvent_lol-catalog_v1_items": LCUTypes.PluginResourceEvent,
|
|
33
|
-
"OnJsonApiEvent_lol-challenges_v1_challenges": LCUTypes.PluginResourceEvent,
|
|
34
33
|
"OnJsonApiEvent_lol-challenges_v1_client-state": LCUTypes.PluginResourceEvent,
|
|
35
|
-
"OnJsonApiEvent_lol-challenges_v1_my-updated-challenges": LCUTypes.PluginResourceEvent,
|
|
36
|
-
"OnJsonApiEvent_lol-challenges_v1_penalty": LCUTypes.PluginResourceEvent,
|
|
37
34
|
"OnJsonApiEvent_lol-challenges_v1_seasons": LCUTypes.PluginResourceEvent,
|
|
38
35
|
"OnJsonApiEvent_lol-challenges_v1_summary-player-data": LCUTypes.PluginResourceEvent,
|
|
39
|
-
"OnJsonApiEvent_lol-challenges_v1_updated-challenges": LCUTypes.PluginResourceEvent,
|
|
40
36
|
"OnJsonApiEvent_lol-champ-select-legacy_v1_bannable-champion-ids": LCUTypes.PluginResourceEvent,
|
|
41
37
|
"OnJsonApiEvent_lol-champ-select-legacy_v1_current-champion": LCUTypes.PluginResourceEvent,
|
|
42
38
|
"OnJsonApiEvent_lol-champ-select-legacy_v1_disabled-champion-ids": LCUTypes.PluginResourceEvent,
|
|
@@ -46,21 +42,11 @@ export interface LCUWebSocketEvents {
|
|
|
46
42
|
"OnJsonApiEvent_lol-champ-select-legacy_v1_session": LCUTypes.PluginResourceEvent,
|
|
47
43
|
"OnJsonApiEvent_lol-champ-select-legacy_v1_team-boost": LCUTypes.PluginResourceEvent,
|
|
48
44
|
"OnJsonApiEvent_lol-champ-select_v1_all-grid-champions": LCUTypes.PluginResourceEvent,
|
|
49
|
-
"OnJsonApiEvent_lol-champ-select_v1_bannable-champion-ids": LCUTypes.PluginResourceEvent,
|
|
50
|
-
"OnJsonApiEvent_lol-champ-select_v1_current-champion": LCUTypes.PluginResourceEvent,
|
|
51
|
-
"OnJsonApiEvent_lol-champ-select_v1_disabled-champion-ids": LCUTypes.PluginResourceEvent,
|
|
52
45
|
"OnJsonApiEvent_lol-champ-select_v1_grid-champions": LCUTypes.PluginResourceEvent,
|
|
53
46
|
"OnJsonApiEvent_lol-champ-select_v1_muted-players": LCUTypes.PluginResourceEvent,
|
|
54
|
-
"OnJsonApiEvent_lol-champ-select_v1_pickable-champion-ids": LCUTypes.PluginResourceEvent,
|
|
55
|
-
"OnJsonApiEvent_lol-champ-select_v1_pin-drop-notification": LCUTypes.PluginResourceEvent,
|
|
56
47
|
"OnJsonApiEvent_lol-champ-select_v1_session": LCUTypes.PluginResourceEvent,
|
|
57
|
-
"OnJsonApiEvent_lol-champ-select_v1_sfx-notifications": LCUTypes.PluginResourceEvent,
|
|
58
|
-
"OnJsonApiEvent_lol-champ-select_v1_skin-carousel-skins": LCUTypes.PluginResourceEvent,
|
|
59
|
-
"OnJsonApiEvent_lol-champ-select_v1_skin-selector-info": LCUTypes.PluginResourceEvent,
|
|
60
|
-
"OnJsonApiEvent_lol-champ-select_v1_summoners": LCUTypes.PluginResourceEvent,
|
|
61
48
|
"OnJsonApiEvent_lol-champ-select_v1_team-boost": LCUTypes.PluginResourceEvent,
|
|
62
49
|
"OnJsonApiEvent_lol-champion-mastery_v1_local-player": LCUTypes.PluginResourceEvent,
|
|
63
|
-
"OnJsonApiEvent_lol-champion-mastery_v1_notifications": LCUTypes.PluginResourceEvent,
|
|
64
50
|
"OnJsonApiEvent_lol-champion-mastery_v1_ready": LCUTypes.PluginResourceEvent,
|
|
65
51
|
"OnJsonApiEvent_lol-champions_v1_inventories": LCUTypes.PluginResourceEvent,
|
|
66
52
|
"OnJsonApiEvent_lol-champions_v1_owned-champions-minimal": LCUTypes.PluginResourceEvent,
|
|
@@ -72,8 +58,6 @@ export interface LCUWebSocketEvents {
|
|
|
72
58
|
"OnJsonApiEvent_lol-chat_v1_friend-requests": LCUTypes.PluginResourceEvent,
|
|
73
59
|
"OnJsonApiEvent_lol-chat_v1_friends": LCUTypes.PluginResourceEvent,
|
|
74
60
|
"OnJsonApiEvent_lol-chat_v1_me": LCUTypes.PluginResourceEvent,
|
|
75
|
-
"OnJsonApiEvent_lol-chat_v1_obfuscated-summoner-ids": LCUTypes.PluginResourceEvent,
|
|
76
|
-
"OnJsonApiEvent_lol-chat_v1_player-mutes": LCUTypes.PluginResourceEvent,
|
|
77
61
|
"OnJsonApiEvent_lol-chat_v1_resources": LCUTypes.PluginResourceEvent,
|
|
78
62
|
"OnJsonApiEvent_lol-chat_v1_session": LCUTypes.PluginResourceEvent,
|
|
79
63
|
"OnJsonApiEvent_lol-chat_v1_settings": LCUTypes.PluginResourceEvent,
|
|
@@ -97,7 +81,6 @@ export interface LCUWebSocketEvents {
|
|
|
97
81
|
"OnJsonApiEvent_lol-cosmetics_v1_inventories": LCUTypes.PluginResourceEvent,
|
|
98
82
|
"OnJsonApiEvent_lol-drops_v1_ready": LCUTypes.PluginResourceEvent,
|
|
99
83
|
"OnJsonApiEvent_lol-dx9-deprecation_needs-hardware-upgrade": LCUTypes.PluginResourceEvent,
|
|
100
|
-
"OnJsonApiEvent_lol-end-of-game_v1_champion-mastery-updates": LCUTypes.PluginResourceEvent,
|
|
101
84
|
"OnJsonApiEvent_lol-end-of-game_v1_eog-stats-block": LCUTypes.PluginResourceEvent,
|
|
102
85
|
"OnJsonApiEvent_lol-end-of-game_v1_gameclient-eog-stats-block": LCUTypes.PluginResourceEvent,
|
|
103
86
|
"OnJsonApiEvent_lol-end-of-game_v1_tft-eog-stats": LCUTypes.PluginResourceEvent,
|
|
@@ -116,7 +99,6 @@ export interface LCUWebSocketEvents {
|
|
|
116
99
|
"OnJsonApiEvent_lol-game-settings_v1_game-settings": LCUTypes.PluginResourceEvent,
|
|
117
100
|
"OnJsonApiEvent_lol-game-settings_v1_input-settings": LCUTypes.PluginResourceEvent,
|
|
118
101
|
"OnJsonApiEvent_lol-game-settings_v1_ready": LCUTypes.PluginResourceEvent,
|
|
119
|
-
"OnJsonApiEvent_lol-gameflow_v1_active-patcher-lock": LCUTypes.PluginResourceEvent,
|
|
120
102
|
"OnJsonApiEvent_lol-gameflow_v1_availability": LCUTypes.PluginResourceEvent,
|
|
121
103
|
"OnJsonApiEvent_lol-gameflow_v1_battle-training": LCUTypes.PluginResourceEvent,
|
|
122
104
|
"OnJsonApiEvent_lol-gameflow_v1_early-exit-notifications": LCUTypes.PluginResourceEvent,
|
|
@@ -126,26 +108,20 @@ export interface LCUWebSocketEvents {
|
|
|
126
108
|
"OnJsonApiEvent_lol-gameflow_v1_spectate": LCUTypes.PluginResourceEvent,
|
|
127
109
|
"OnJsonApiEvent_lol-gameflow_v1_watch": LCUTypes.PluginResourceEvent,
|
|
128
110
|
"OnJsonApiEvent_lol-highlights_v1_config": LCUTypes.PluginResourceEvent,
|
|
129
|
-
"OnJsonApiEvent_lol-highlights_v1_highlights": LCUTypes.PluginResourceEvent,
|
|
130
111
|
"OnJsonApiEvent_lol-highlights_v1_highlights-folder-path": LCUTypes.PluginResourceEvent,
|
|
131
112
|
"OnJsonApiEvent_lol-honeyfruit_v1_vng-publisher-settings": LCUTypes.PluginResourceEvent,
|
|
132
113
|
"OnJsonApiEvent_lol-honor-v2_v1_ballot": LCUTypes.PluginResourceEvent,
|
|
133
114
|
"OnJsonApiEvent_lol-honor-v2_v1_config": LCUTypes.PluginResourceEvent,
|
|
134
|
-
"OnJsonApiEvent_lol-honor-v2_v1_late-recognition": LCUTypes.PluginResourceEvent,
|
|
135
|
-
"OnJsonApiEvent_lol-honor-v2_v1_latest-eligible-game": LCUTypes.PluginResourceEvent,
|
|
136
115
|
"OnJsonApiEvent_lol-honor-v2_v1_level-change": LCUTypes.PluginResourceEvent,
|
|
137
|
-
"OnJsonApiEvent_lol-honor-v2_v1_mutual-honor": LCUTypes.PluginResourceEvent,
|
|
138
116
|
"OnJsonApiEvent_lol-honor-v2_v1_profile": LCUTypes.PluginResourceEvent,
|
|
139
117
|
"OnJsonApiEvent_lol-honor-v2_v1_recipients": LCUTypes.PluginResourceEvent,
|
|
140
118
|
"OnJsonApiEvent_lol-honor-v2_v1_recognition": LCUTypes.PluginResourceEvent,
|
|
141
119
|
"OnJsonApiEvent_lol-honor-v2_v1_recognition-history": LCUTypes.PluginResourceEvent,
|
|
142
120
|
"OnJsonApiEvent_lol-honor-v2_v1_team-choices": LCUTypes.PluginResourceEvent,
|
|
143
|
-
"OnJsonApiEvent_lol-honor-v2_v1_vote-completion": LCUTypes.PluginResourceEvent,
|
|
144
121
|
"OnJsonApiEvent_lol-hovercard_v1_friend-info": LCUTypes.PluginResourceEvent,
|
|
145
122
|
"OnJsonApiEvent_lol-hovercard_v1_friend-info-by-summoner": LCUTypes.PluginResourceEvent,
|
|
146
123
|
"OnJsonApiEvent_lol-inventory_v1_initial-configuration-complete": LCUTypes.PluginResourceEvent,
|
|
147
124
|
"OnJsonApiEvent_lol-inventory_v1_inventory": LCUTypes.PluginResourceEvent,
|
|
148
|
-
"OnJsonApiEvent_lol-inventory_v1_notifications": LCUTypes.PluginResourceEvent,
|
|
149
125
|
"OnJsonApiEvent_lol-inventory_v1_signedInventory": LCUTypes.PluginResourceEvent,
|
|
150
126
|
"OnJsonApiEvent_lol-inventory_v1_wallet": LCUTypes.PluginResourceEvent,
|
|
151
127
|
"OnJsonApiEvent_lol-inventory_v2_inventory": LCUTypes.PluginResourceEvent,
|
|
@@ -162,15 +138,10 @@ export interface LCUWebSocketEvents {
|
|
|
162
138
|
"OnJsonApiEvent_lol-loadouts_v4_loadouts": LCUTypes.PluginResourceEvent,
|
|
163
139
|
"OnJsonApiEvent_lol-lobby-team-builder_champ-select_v1": LCUTypes.PluginResourceEvent,
|
|
164
140
|
"OnJsonApiEvent_lol-lobby-team-builder_v1_matchmaking": LCUTypes.PluginResourceEvent,
|
|
165
|
-
"OnJsonApiEvent_lol-lobby_v1_last-queued-lobby": LCUTypes.PluginResourceEvent,
|
|
166
141
|
"OnJsonApiEvent_lol-lobby_v1_lobby": LCUTypes.PluginResourceEvent,
|
|
167
|
-
"OnJsonApiEvent_lol-lobby_v1_parties": LCUTypes.PluginResourceEvent,
|
|
168
|
-
"OnJsonApiEvent_lol-lobby_v1_party-rewards": LCUTypes.PluginResourceEvent,
|
|
169
142
|
"OnJsonApiEvent_lol-lobby_v2_comms": LCUTypes.PluginResourceEvent,
|
|
170
143
|
"OnJsonApiEvent_lol-lobby_v2_eligibility": LCUTypes.PluginResourceEvent,
|
|
171
144
|
"OnJsonApiEvent_lol-lobby_v2_lobby": LCUTypes.PluginResourceEvent,
|
|
172
|
-
"OnJsonApiEvent_lol-lobby_v2_party": LCUTypes.PluginResourceEvent,
|
|
173
|
-
"OnJsonApiEvent_lol-lobby_v2_party-active": LCUTypes.PluginResourceEvent,
|
|
174
145
|
"OnJsonApiEvent_lol-lock-and-load_v1_home-hubs-waits": LCUTypes.PluginResourceEvent,
|
|
175
146
|
"OnJsonApiEvent_lol-lock-and-load_v1_should-show-progress-bar-text": LCUTypes.PluginResourceEvent,
|
|
176
147
|
"OnJsonApiEvent_lol-lock-and-load_v1_should-wait-for-home-hubs": LCUTypes.PluginResourceEvent,
|
|
@@ -183,7 +154,6 @@ export interface LCUWebSocketEvents {
|
|
|
183
154
|
"OnJsonApiEvent_lol-login_v2_league-session-init-token": LCUTypes.PluginResourceEvent,
|
|
184
155
|
"OnJsonApiEvent_lol-loot_v1_currency-configuration": LCUTypes.PluginResourceEvent,
|
|
185
156
|
"OnJsonApiEvent_lol-loot_v1_enabled": LCUTypes.PluginResourceEvent,
|
|
186
|
-
"OnJsonApiEvent_lol-loot_v1_loot-grants": LCUTypes.PluginResourceEvent,
|
|
187
157
|
"OnJsonApiEvent_lol-loot_v1_milestones": LCUTypes.PluginResourceEvent,
|
|
188
158
|
"OnJsonApiEvent_lol-loot_v1_player-display-categories": LCUTypes.PluginResourceEvent,
|
|
189
159
|
"OnJsonApiEvent_lol-loot_v1_player-loot": LCUTypes.PluginResourceEvent,
|
|
@@ -196,7 +166,6 @@ export interface LCUWebSocketEvents {
|
|
|
196
166
|
"OnJsonApiEvent_lol-maps_v1_maps": LCUTypes.PluginResourceEvent,
|
|
197
167
|
"OnJsonApiEvent_lol-maps_v2_maps": LCUTypes.PluginResourceEvent,
|
|
198
168
|
"OnJsonApiEvent_lol-marketing-preferences_v1_ready": LCUTypes.PluginResourceEvent,
|
|
199
|
-
"OnJsonApiEvent_lol-matchmaking_v1_ready-check": LCUTypes.PluginResourceEvent,
|
|
200
169
|
"OnJsonApiEvent_lol-matchmaking_v1_search": LCUTypes.PluginResourceEvent,
|
|
201
170
|
"OnJsonApiEvent_lol-missions_v1_missions": LCUTypes.PluginResourceEvent,
|
|
202
171
|
"OnJsonApiEvent_lol-missions_v1_series": LCUTypes.PluginResourceEvent,
|
|
@@ -427,6 +396,7 @@ export interface LCUWebSocketEvents {
|
|
|
427
396
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_KING_PORO": LCUTypes.PluginResourceEvent,
|
|
428
397
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_LNY23_TFT": LCUTypes.PluginResourceEvent,
|
|
429
398
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_LNY24_TFT": LCUTypes.PluginResourceEvent,
|
|
399
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_LNY25_TFT": LCUTypes.PluginResourceEvent,
|
|
430
400
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_NEXUSBLITZ": LCUTypes.PluginResourceEvent,
|
|
431
401
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_NIGHTMARE_BOT": LCUTypes.PluginResourceEvent,
|
|
432
402
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_NORMAL": LCUTypes.PluginResourceEvent,
|
|
@@ -1224,9 +1194,7 @@ export interface LCUWebSocketEvents {
|
|
|
1224
1194
|
"OnJsonApiEvent_lol-player-behavior_v1_config": LCUTypes.PluginResourceEvent,
|
|
1225
1195
|
"OnJsonApiEvent_lol-player-behavior_v2_reporter-feedback": LCUTypes.PluginResourceEvent,
|
|
1226
1196
|
"OnJsonApiEvent_lol-player-behavior_v3_reform-cards": LCUTypes.PluginResourceEvent,
|
|
1227
|
-
"OnJsonApiEvent_lol-player-level-up_v1_level-up": LCUTypes.PluginResourceEvent,
|
|
1228
1197
|
"OnJsonApiEvent_lol-player-preferences_v1_player-preferences-ready": LCUTypes.PluginResourceEvent,
|
|
1229
|
-
"OnJsonApiEvent_lol-player-report-sender_v1_in-game-reports": LCUTypes.PluginResourceEvent,
|
|
1230
1198
|
"OnJsonApiEvent_lol-pre-end-of-game_v1_currentSequenceEvent": LCUTypes.PluginResourceEvent,
|
|
1231
1199
|
"OnJsonApiEvent_lol-premade-voice_v1_availability": LCUTypes.PluginResourceEvent,
|
|
1232
1200
|
"OnJsonApiEvent_lol-premade-voice_v1_capturedevices": LCUTypes.PluginResourceEvent,
|
|
@@ -1241,7 +1209,6 @@ export interface LCUWebSocketEvents {
|
|
|
1241
1209
|
"OnJsonApiEvent_lol-purchase-widget_v1_configuration": LCUTypes.PluginResourceEvent,
|
|
1242
1210
|
"OnJsonApiEvent_lol-purchase-widget_v3_purchase-offer-order-statuses": LCUTypes.PluginResourceEvent,
|
|
1243
1211
|
"OnJsonApiEvent_lol-ranked_v1_challenger-ladders-enabled": LCUTypes.PluginResourceEvent,
|
|
1244
|
-
"OnJsonApiEvent_lol-ranked_v1_current-lp-change-notification": LCUTypes.PluginResourceEvent,
|
|
1245
1212
|
"OnJsonApiEvent_lol-ranked_v1_current-ranked-stats": LCUTypes.PluginResourceEvent,
|
|
1246
1213
|
"OnJsonApiEvent_lol-ranked_v1_eos-rewards": LCUTypes.PluginResourceEvent,
|
|
1247
1214
|
"OnJsonApiEvent_lol-ranked_v1_global-notifications": LCUTypes.PluginResourceEvent,
|
|
@@ -1258,7 +1225,6 @@ export interface LCUWebSocketEvents {
|
|
|
1258
1225
|
"OnJsonApiEvent_lol-replays_v1_rofls": LCUTypes.PluginResourceEvent,
|
|
1259
1226
|
"OnJsonApiEvent_lol-rewards_v1_grants": LCUTypes.PluginResourceEvent,
|
|
1260
1227
|
"OnJsonApiEvent_lol-rewards_v1_groups": LCUTypes.PluginResourceEvent,
|
|
1261
|
-
"OnJsonApiEvent_lol-rms_v1_champion-mastery-leaveup-update": LCUTypes.PluginResourceEvent,
|
|
1262
1228
|
"OnJsonApiEvent_lol-rso-auth_configuration_v3": LCUTypes.PluginResourceEvent,
|
|
1263
1229
|
"OnJsonApiEvent_lol-rso-auth_v1_authorization": LCUTypes.PluginResourceEvent,
|
|
1264
1230
|
"OnJsonApiEvent_lol-settings_v1_account": LCUTypes.PluginResourceEvent,
|
|
@@ -1268,10 +1234,7 @@ export interface LCUWebSocketEvents {
|
|
|
1268
1234
|
"OnJsonApiEvent_lol-settings_v2_local": LCUTypes.PluginResourceEvent,
|
|
1269
1235
|
"OnJsonApiEvent_lol-settings_v2_ready": LCUTypes.PluginResourceEvent,
|
|
1270
1236
|
"OnJsonApiEvent_lol-shutdown_v1_notification": LCUTypes.PluginResourceEvent,
|
|
1271
|
-
"OnJsonApiEvent_lol-simple-dialog-messages_v1_messages": LCUTypes.PluginResourceEvent,
|
|
1272
1237
|
"OnJsonApiEvent_lol-spectator_v1_spectate": LCUTypes.PluginResourceEvent,
|
|
1273
|
-
"OnJsonApiEvent_lol-statstones_v1_eog-notifications": LCUTypes.PluginResourceEvent,
|
|
1274
|
-
"OnJsonApiEvent_lol-statstones_v1_vignette-notifications": LCUTypes.PluginResourceEvent,
|
|
1275
1238
|
"OnJsonApiEvent_lol-statstones_v2_player-summary-self": LCUTypes.PluginResourceEvent,
|
|
1276
1239
|
"OnJsonApiEvent_lol-store_v1_getStoreUrl": LCUTypes.PluginResourceEvent,
|
|
1277
1240
|
"OnJsonApiEvent_lol-store_v1_store-ready": LCUTypes.PluginResourceEvent,
|
|
@@ -1281,7 +1244,6 @@ export interface LCUWebSocketEvents {
|
|
|
1281
1244
|
"OnJsonApiEvent_lol-summoner_v1_player-name-mode": LCUTypes.PluginResourceEvent,
|
|
1282
1245
|
"OnJsonApiEvent_lol-summoner_v1_status": LCUTypes.PluginResourceEvent,
|
|
1283
1246
|
"OnJsonApiEvent_lol-summoner_v1_summoner-requests-ready": LCUTypes.PluginResourceEvent,
|
|
1284
|
-
"OnJsonApiEvent_lol-summoner_v1_summoners": LCUTypes.PluginResourceEvent,
|
|
1285
1247
|
"OnJsonApiEvent_lol-tastes_v1_ready": LCUTypes.PluginResourceEvent,
|
|
1286
1248
|
"OnJsonApiEvent_lol-tft-pass_v1_config-fetched": LCUTypes.PluginResourceEvent,
|
|
1287
1249
|
"OnJsonApiEvent_lol-tft-pass_v1_ready": LCUTypes.PluginResourceEvent,
|
|
@@ -1295,6 +1257,7 @@ export interface LCUWebSocketEvents {
|
|
|
1295
1257
|
"OnJsonApiEvent_lol-tft-troves_v1_config": LCUTypes.PluginResourceEvent,
|
|
1296
1258
|
"OnJsonApiEvent_lol-tft-troves_v1_milestones-group-id": LCUTypes.PluginResourceEvent,
|
|
1297
1259
|
"OnJsonApiEvent_lol-tft_v1_tft": LCUTypes.PluginResourceEvent,
|
|
1260
|
+
"OnJsonApiEvent_lol-vanguard_v1_notification": LCUTypes.PluginResourceEvent,
|
|
1298
1261
|
"OnJsonApiEvent_lol-vanguard_v1_service-session-check-failure": LCUTypes.PluginResourceEvent,
|
|
1299
1262
|
"OnJsonApiEvent_lol-vanguard_v1_session": LCUTypes.PluginResourceEvent,
|
|
1300
1263
|
"OnJsonApiEvent_lol-yourshop_v1_modal": LCUTypes.PluginResourceEvent,
|
package/dist/lcu-types.d.ts
CHANGED
|
@@ -1634,6 +1634,15 @@ export interface LolCapMissionsLoginSession {
|
|
|
1634
1634
|
|
|
1635
1635
|
export type LolCapMissionsLoginSessionStates = "ERROR" | "LOGGING_OUT" | "SUCCEEDED" | "IN_PROGRESS"
|
|
1636
1636
|
|
|
1637
|
+
export interface LolCapMissionsRiotMessagingServiceMessage {
|
|
1638
|
+
resource: string
|
|
1639
|
+
service: string
|
|
1640
|
+
version: string
|
|
1641
|
+
/** @format int64 */
|
|
1642
|
+
timestamp: number
|
|
1643
|
+
payload: string
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1637
1646
|
export interface LolCatalogBundled {
|
|
1638
1647
|
flexible: boolean
|
|
1639
1648
|
items: LolCatalogBundledItem[]
|
|
@@ -7712,12 +7721,11 @@ export interface LolEventHubFSCMedia {
|
|
|
7712
7721
|
}
|
|
7713
7722
|
|
|
7714
7723
|
export interface LolEventHubFSCRewards {
|
|
7715
|
-
|
|
7724
|
+
/** @format int32 */
|
|
7725
|
+
itemId: number
|
|
7716
7726
|
imageOverlay: string
|
|
7717
7727
|
title: string
|
|
7718
7728
|
subtitle: string
|
|
7719
|
-
rarity: string
|
|
7720
|
-
questSkinInfo: LolEventHubRewardsSkinLineInfo
|
|
7721
7729
|
}
|
|
7722
7730
|
|
|
7723
7731
|
export type LolEventHubGrantStatus = "FAILED" | "FULFILLED" | "PENDING_SELECTION" | "PENDING_FULFILLMENT"
|
|
@@ -10830,7 +10838,7 @@ export interface LolLobbyEligibilityRestriction {
|
|
|
10830
10838
|
summonerIdsString: string
|
|
10831
10839
|
}
|
|
10832
10840
|
|
|
10833
|
-
export type LolLobbyEligibilityRestrictionCode = "MmrStandardDeviationTooLarge" | "UserInfoNotAvailable" | "InventoryQueuesInfoNotAvailable" | "InventoryChampsInfoNotAvailable" | "LeaguesInfoNotAvailable" | "SummonerInfoNotAvailable" | "MinorInfoNotAvailable" | "BanInfoNotAvailable" | "TooManyIncompleteSubteamsRestriction" | "QPInsufficientPlayerChampionCoveragePopularChampion" | "QPScarcePositionsNotAvailableRestriction" | "QPNonUniquePrimarySlotRestriction" | "QPInvalidChampionSelectionRestriction" | "QPInvalidPositionSelectionRestriction" | "QPInvalidNumberOfPlayerSlotsRestriction" | "QPPlayerChampionCoverageRestriction" | "QPPartyChampionCoverageRestriction" | "QPPlayerPositionCoverageRestriction" | "QPPartyPositionCoverageRestriction" | "QPPlayerScarcePositionCoverageRestriction" | "MinNormalGamesForRankedRestriction" | "LOLNewPlayerRestriction" | "UnknownRestriction" | "SeasonVersionLockout" | "TFTNewPlayerRestriction" | "QueueEntryNotEntitledRestriction" | "GameVersionNotSupported" | "GameVersionMissing" | "GameVersionMismatch" | "PrerequisiteQueuesNotPlayedRestriction" | "TeamSizeRestriction" | "TeamHighMMRMaxSizeRestriction" | "PlayerRankedSuspensionRestriction" | "PlayerRankSoloOnlyRestriction" | "PlayerTimePlayedRestriction" | "PlayerMinorRestriction" | "PlayerMinLevelRestriction" | "PlayerMaxLevelRestriction" | "PlayerTimeBasedRankRestriction" | "PlayerGameBasedRankRestriction" | "PlayerLeaverTaintedWarningRestriction" | "PlayerLeaverQueueLockoutRestriction" | "PlayerLeaverBustedRestriction" | "PlayerInGameRestriction" | "PlayerReadyCheckFailRestriction" | "PlayerDodgeRestriction" | "PlayerBingeRestriction" | "TeamMinSizeRestriction" | "TeamMaxSizeRestriction" | "TeamSkillRestriction" | "TeamDivisionRestriction" | "PlayerAvailableChampionRestriction" | "PlayerBannedRestriction" | "PlayerTimedRestriction" | "PlayerLevelRestriction" | "QueueUnsupported" | "QueueDisabled"
|
|
10841
|
+
export type LolLobbyEligibilityRestrictionCode = "FullPartyUnranked" | "PlayerNoRankedUpdatesDueToRankDisparity" | "MmrStandardDeviationTooLarge" | "UserInfoNotAvailable" | "InventoryQueuesInfoNotAvailable" | "InventoryChampsInfoNotAvailable" | "LeaguesInfoNotAvailable" | "SummonerInfoNotAvailable" | "MinorInfoNotAvailable" | "BanInfoNotAvailable" | "TooManyIncompleteSubteamsRestriction" | "QPInsufficientPlayerChampionCoveragePopularChampion" | "QPScarcePositionsNotAvailableRestriction" | "QPNonUniquePrimarySlotRestriction" | "QPInvalidChampionSelectionRestriction" | "QPInvalidPositionSelectionRestriction" | "QPInvalidNumberOfPlayerSlotsRestriction" | "QPPlayerChampionCoverageRestriction" | "QPPartyChampionCoverageRestriction" | "QPPlayerPositionCoverageRestriction" | "QPPartyPositionCoverageRestriction" | "QPPlayerScarcePositionCoverageRestriction" | "MinNormalGamesForRankedRestriction" | "LOLNewPlayerRestriction" | "UnknownRestriction" | "SeasonVersionLockout" | "TFTNewPlayerRestriction" | "QueueEntryNotEntitledRestriction" | "GameVersionNotSupported" | "GameVersionMissing" | "GameVersionMismatch" | "PrerequisiteQueuesNotPlayedRestriction" | "TeamSizeRestriction" | "TeamHighMMRMaxSizeRestriction" | "PlayerRankedSuspensionRestriction" | "PlayerRankSoloOnlyRestriction" | "PlayerTimePlayedRestriction" | "PlayerMinorRestriction" | "PlayerMinLevelRestriction" | "PlayerMaxLevelRestriction" | "PlayerTimeBasedRankRestriction" | "PlayerGameBasedRankRestriction" | "PlayerLeaverTaintedWarningRestriction" | "PlayerLeaverQueueLockoutRestriction" | "PlayerLeaverBustedRestriction" | "PlayerInGameRestriction" | "PlayerReadyCheckFailRestriction" | "PlayerDodgeRestriction" | "PlayerBingeRestriction" | "TeamMinSizeRestriction" | "TeamMaxSizeRestriction" | "TeamSkillRestriction" | "TeamDivisionRestriction" | "PlayerAvailableChampionRestriction" | "PlayerBannedRestriction" | "PlayerTimedRestriction" | "PlayerLevelRestriction" | "QueueUnsupported" | "QueueDisabled"
|
|
10834
10842
|
|
|
10835
10843
|
export interface LolLobbyEntitlementsTokenResource {
|
|
10836
10844
|
accessToken: string
|
|
@@ -10890,6 +10898,9 @@ export interface LolLobbyGameModeDto {
|
|
|
10890
10898
|
/** @format int32 */
|
|
10891
10899
|
mapId?: number
|
|
10892
10900
|
allowSpectators?: string
|
|
10901
|
+
lobbyName: string
|
|
10902
|
+
lobbyPassword: string
|
|
10903
|
+
displayLobbyInCustomGameBrowser?: boolean
|
|
10893
10904
|
}
|
|
10894
10905
|
|
|
10895
10906
|
export interface LolLobbyGameflowGameClient {
|
|
@@ -11109,6 +11120,7 @@ export interface LolLobbyLobbyCustomGameConfiguration {
|
|
|
11109
11120
|
tournamentPassbackDataPacket: string
|
|
11110
11121
|
gameServerRegion: string
|
|
11111
11122
|
spectatorDelayEnabled: boolean
|
|
11123
|
+
hidePublicly: boolean
|
|
11112
11124
|
}
|
|
11113
11125
|
|
|
11114
11126
|
export interface LolLobbyLobbyCustomGameLobby {
|
|
@@ -12804,12 +12816,11 @@ export interface LolLootFSCMedia {
|
|
|
12804
12816
|
}
|
|
12805
12817
|
|
|
12806
12818
|
export interface LolLootFSCRewards {
|
|
12807
|
-
|
|
12819
|
+
/** @format int32 */
|
|
12820
|
+
itemId: number
|
|
12808
12821
|
imageOverlay: string
|
|
12809
12822
|
title: string
|
|
12810
12823
|
subtitle: string
|
|
12811
|
-
rarity: string
|
|
12812
|
-
questSkinInfo: LolLootRewardsSkinLineInfo
|
|
12813
12824
|
}
|
|
12814
12825
|
|
|
12815
12826
|
export interface LolLootGameDataNexusFinisher {
|
|
@@ -13772,15 +13783,27 @@ export interface LolMarketplacePurchaseDto {
|
|
|
13772
13783
|
purchaseUnits: LolMarketplaceFinalPurchaseUnitDto[]
|
|
13773
13784
|
createdTime: string
|
|
13774
13785
|
completedTime: string
|
|
13775
|
-
isReverted: boolean
|
|
13776
|
-
revertedTime: string
|
|
13777
13786
|
purchaseState: string
|
|
13787
|
+
purchaseVisibility: string
|
|
13788
|
+
refund: LolMarketplaceRefundDto
|
|
13789
|
+
refundRule: string
|
|
13790
|
+
source: string
|
|
13791
|
+
}
|
|
13792
|
+
|
|
13793
|
+
export interface LolMarketplacePurchaseHistoryResponse {
|
|
13794
|
+
data: LolMarketplacePurchaseDto[]
|
|
13795
|
+
paging: LolMarketplacePagination
|
|
13796
|
+
stats: LolMarketplaceResponseStats
|
|
13797
|
+
notes: string[]
|
|
13798
|
+
errors: LolMarketplaceResponseError[]
|
|
13778
13799
|
}
|
|
13779
13800
|
|
|
13780
13801
|
export interface LolMarketplacePurchaseRequest {
|
|
13781
13802
|
storeId: string
|
|
13782
13803
|
catalogEntryId: string
|
|
13783
13804
|
paymentOptionsKeys: string[]
|
|
13805
|
+
/** @format uint32 */
|
|
13806
|
+
quantity: number
|
|
13784
13807
|
}
|
|
13785
13808
|
|
|
13786
13809
|
export interface LolMarketplacePurchaseRequestDto {
|
|
@@ -13789,6 +13812,8 @@ export interface LolMarketplacePurchaseRequestDto {
|
|
|
13789
13812
|
paymentOptionsKeys: string[]
|
|
13790
13813
|
idempotencyId: string
|
|
13791
13814
|
source: string
|
|
13815
|
+
/** @format uint32 */
|
|
13816
|
+
quantity: number
|
|
13792
13817
|
}
|
|
13793
13818
|
|
|
13794
13819
|
export interface LolMarketplacePurchaseResponse {
|
|
@@ -13805,6 +13830,8 @@ export interface LolMarketplacePurchaseTransaction {
|
|
|
13805
13830
|
storeId: string
|
|
13806
13831
|
catalogEntryId: string
|
|
13807
13832
|
purchaseState: string
|
|
13833
|
+
refundId: string
|
|
13834
|
+
refundState: string
|
|
13808
13835
|
}
|
|
13809
13836
|
|
|
13810
13837
|
export interface LolMarketplacePurchaseUnitDto {
|
|
@@ -13813,6 +13840,32 @@ export interface LolMarketplacePurchaseUnitDto {
|
|
|
13813
13840
|
fulfillment: LolMarketplaceFulfillmentDto
|
|
13814
13841
|
}
|
|
13815
13842
|
|
|
13843
|
+
export interface LolMarketplaceRefundDto {
|
|
13844
|
+
id: string
|
|
13845
|
+
purchaseId: string
|
|
13846
|
+
createdTime: string
|
|
13847
|
+
completedTime: string
|
|
13848
|
+
state: string
|
|
13849
|
+
source: string
|
|
13850
|
+
}
|
|
13851
|
+
|
|
13852
|
+
export interface LolMarketplaceRefundRequest {
|
|
13853
|
+
purchaseId: string
|
|
13854
|
+
}
|
|
13855
|
+
|
|
13856
|
+
export interface LolMarketplaceRefundRequestDto {
|
|
13857
|
+
purchaseId: string
|
|
13858
|
+
source: string
|
|
13859
|
+
}
|
|
13860
|
+
|
|
13861
|
+
export interface LolMarketplaceRefundResponse {
|
|
13862
|
+
data: LolMarketplaceRefundDto
|
|
13863
|
+
paging: LolMarketplacePagination
|
|
13864
|
+
stats: LolMarketplaceResponseStats
|
|
13865
|
+
notes: string[]
|
|
13866
|
+
errors: LolMarketplaceResponseError[]
|
|
13867
|
+
}
|
|
13868
|
+
|
|
13816
13869
|
export interface LolMarketplaceRegionLocale {
|
|
13817
13870
|
region: string
|
|
13818
13871
|
locale: string
|
|
@@ -14780,6 +14833,14 @@ export interface LolNachoCapDropsDropTableDisplayMetadata {
|
|
|
14780
14833
|
endDateMilis: string
|
|
14781
14834
|
}
|
|
14782
14835
|
|
|
14836
|
+
export interface LolNachoCatalogItemPurchaseRequest {
|
|
14837
|
+
storeId: string
|
|
14838
|
+
catalogEntryId: string
|
|
14839
|
+
/** @format uint32 */
|
|
14840
|
+
quantity: number
|
|
14841
|
+
paymentOptions: string[]
|
|
14842
|
+
}
|
|
14843
|
+
|
|
14783
14844
|
export interface LolNachoClientConfigNachoBanners {
|
|
14784
14845
|
enabled: boolean
|
|
14785
14846
|
bannerList: LolNachoNachoActiveBanner[]
|
|
@@ -14806,6 +14867,8 @@ export interface LolNachoFulfillmentDto {
|
|
|
14806
14867
|
name: string
|
|
14807
14868
|
itemTypeId: string
|
|
14808
14869
|
itemId: string
|
|
14870
|
+
itemInstanceId: string
|
|
14871
|
+
tierTypeId: string
|
|
14809
14872
|
/** @format int64 */
|
|
14810
14873
|
finalDelta: number
|
|
14811
14874
|
/** @format int64 */
|
|
@@ -14813,6 +14876,13 @@ export interface LolNachoFulfillmentDto {
|
|
|
14813
14876
|
results: unknown
|
|
14814
14877
|
}
|
|
14815
14878
|
|
|
14879
|
+
export interface LolNachoGameDataBannerSkin {
|
|
14880
|
+
/** @format uint32 */
|
|
14881
|
+
id: number
|
|
14882
|
+
name: string
|
|
14883
|
+
rarity: string
|
|
14884
|
+
}
|
|
14885
|
+
|
|
14816
14886
|
export interface LolNachoGameDataNachoBanner {
|
|
14817
14887
|
id: string
|
|
14818
14888
|
bannerCurrencyId: string
|
|
@@ -14836,6 +14906,8 @@ export interface LolNachoGameDataNachoBanner {
|
|
|
14836
14906
|
hubIntroVo: LolNachoGameDataNachoBannerVo
|
|
14837
14907
|
rollVignette: LolNachoNachoVignette
|
|
14838
14908
|
capCatalogStoreId: string
|
|
14909
|
+
capCatalogEntryId: string
|
|
14910
|
+
bannerSkin: LolNachoGameDataBannerSkin
|
|
14839
14911
|
}
|
|
14840
14912
|
|
|
14841
14913
|
export interface LolNachoGameDataNachoBannerTable {
|
|
@@ -14917,6 +14989,9 @@ export interface LolNachoNachoBannersResponse {
|
|
|
14917
14989
|
chaseCelebrationVo: LolNachoGameDataNachoBannerVo
|
|
14918
14990
|
hubIntroVo: LolNachoGameDataNachoBannerVo
|
|
14919
14991
|
rollVignette: LolNachoNachoVignette
|
|
14992
|
+
capCatalogStoreId: string
|
|
14993
|
+
capCatalogEntryId: string
|
|
14994
|
+
bannerSkin: LolNachoGameDataBannerSkin
|
|
14920
14995
|
}
|
|
14921
14996
|
|
|
14922
14997
|
export interface LolNachoNachoPurchaseResponse {
|
|
@@ -19219,12 +19294,11 @@ export interface LolRewardTrackFSCMedia {
|
|
|
19219
19294
|
}
|
|
19220
19295
|
|
|
19221
19296
|
export interface LolRewardTrackFSCRewards {
|
|
19222
|
-
|
|
19297
|
+
/** @format int32 */
|
|
19298
|
+
itemId: number
|
|
19223
19299
|
imageOverlay: string
|
|
19224
19300
|
title: string
|
|
19225
19301
|
subtitle: string
|
|
19226
|
-
rarity: string
|
|
19227
|
-
questSkinInfo: LolRewardTrackRewardsSkinLineInfo
|
|
19228
19302
|
}
|
|
19229
19303
|
|
|
19230
19304
|
export type LolRewardTrackGrantStatus = "FAILED" | "FULFILLED" | "PENDING_SELECTION" | "PENDING_FULFILLMENT"
|
|
@@ -19587,12 +19661,11 @@ export interface LolRewardsFSCMedia {
|
|
|
19587
19661
|
}
|
|
19588
19662
|
|
|
19589
19663
|
export interface LolRewardsFSCRewards {
|
|
19590
|
-
|
|
19664
|
+
/** @format int32 */
|
|
19665
|
+
itemId: number
|
|
19591
19666
|
imageOverlay: string
|
|
19592
19667
|
title: string
|
|
19593
19668
|
subtitle: string
|
|
19594
|
-
rarity: string
|
|
19595
|
-
questSkinInfo: LolRewardsRewardsSkinLineInfo
|
|
19596
19669
|
}
|
|
19597
19670
|
|
|
19598
19671
|
export type LolRewardsGrantStatus = "FAILED" | "FULFILLED" | "PENDING_SELECTION" | "PENDING_FULFILLMENT"
|
|
@@ -22665,6 +22738,7 @@ export interface LolTftTeamPlannerTFTMapSetData {
|
|
|
22665
22738
|
|
|
22666
22739
|
export interface LolTftTeamPlannerTFTModeData {
|
|
22667
22740
|
mDefaultSet: LolTftTeamPlannerTFTMapSetData
|
|
22741
|
+
mDefaultTeamPlannerSet: LolTftTeamPlannerTFTMapSetData
|
|
22668
22742
|
mEventSet: LolTftTeamPlannerTFTMapSetData
|
|
22669
22743
|
mDefaultTeamName: string
|
|
22670
22744
|
mDefaultTeamNameNumbered: string
|
|
@@ -23059,7 +23133,6 @@ export interface LolTftTrovesTrovePurchaseResponse {
|
|
|
23059
23133
|
export interface LolTftTrovesTroves {
|
|
23060
23134
|
enabled: boolean
|
|
23061
23135
|
useDisplayMetadata: boolean
|
|
23062
|
-
"v2Enabled": boolean
|
|
23063
23136
|
bannerList?: LolTftTrovesTrovesActiveBanner[]
|
|
23064
23137
|
}
|
|
23065
23138
|
|
|
@@ -23402,6 +23475,14 @@ export interface LolVanguardLoginSession {
|
|
|
23402
23475
|
|
|
23403
23476
|
export type LolVanguardLoginSessionState = "ERROR" | "LOGGING_OUT" | "SUCCEEDED" | "IN_PROGRESS"
|
|
23404
23477
|
|
|
23478
|
+
export interface LolVanguardMail {
|
|
23479
|
+
mailId: string
|
|
23480
|
+
message: string
|
|
23481
|
+
state: string
|
|
23482
|
+
/** @format uint64 */
|
|
23483
|
+
createdAt: number
|
|
23484
|
+
}
|
|
23485
|
+
|
|
23405
23486
|
export interface LolVanguardVanguardMachineSpecs {
|
|
23406
23487
|
"tpm2Enabled": boolean
|
|
23407
23488
|
secureBootEnabled: boolean
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hasagi/types",
|
|
3
|
-
"version": "15.
|
|
4
|
-
"_clientVersion": "15.
|
|
3
|
+
"version": "15.3.1",
|
|
4
|
+
"_clientVersion": "15.3.654.0407",
|
|
5
5
|
"description": "This package contains auto-generated LCU types and endpoints.",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"update-types": "node scripts/update-types.mjs",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"author": "dysolix",
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@hasagi/cli": "^0.9.
|
|
18
|
-
"@hasagi/core": "^0.5.
|
|
17
|
+
"@hasagi/cli": "^0.9.1",
|
|
18
|
+
"@hasagi/core": "^0.5.12",
|
|
19
19
|
"axios": "^1.6.8"
|
|
20
20
|
},
|
|
21
21
|
"exports": {
|