@hasagi/types 15.20.1 → 15.21.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 +9 -12
- package/dist/lcu-events.d.ts +48 -41
- package/dist/lcu-types.d.ts +139 -40
- package/package.json +2 -2
package/dist/lcu-endpoints.d.ts
CHANGED
|
@@ -1331,12 +1331,6 @@ export interface LCUEndpoints {
|
|
|
1331
1331
|
"/lol-license-agreement/v1/agreement": {
|
|
1332
1332
|
get: { path: never, params: never, body: never, response: string }
|
|
1333
1333
|
},
|
|
1334
|
-
"/lol-license-agreement/v1/agreements": {
|
|
1335
|
-
get: { path: never, params: never, body: never, response: LCUTypes.LolLicenseAgreementLicenseAgreement[] }
|
|
1336
|
-
},
|
|
1337
|
-
"/lol-license-agreement/v1/all-agreements": {
|
|
1338
|
-
get: { path: never, params: never, body: never, response: LCUTypes.LolLicenseAgreementLicenseAgreement[] }
|
|
1339
|
-
},
|
|
1340
1334
|
"/lol-license-agreement/v1/privacy-policy": {
|
|
1341
1335
|
get: { path: never, params: never, body: never, response: string }
|
|
1342
1336
|
},
|
|
@@ -1987,6 +1981,9 @@ export interface LCUEndpoints {
|
|
|
1987
1981
|
"/lol-ranked/v1/apex-leagues/{queueType}/{tier}": {
|
|
1988
1982
|
get: { path: [queueType: LCUTypes.LolRankedLeagueQueueType, tier: string], params: never, body: never, response: LCUTypes.LolRankedLeagueLadderInfo }
|
|
1989
1983
|
},
|
|
1984
|
+
"/lol-ranked/v1/cached-ranked-stats/{puuid}": {
|
|
1985
|
+
get: { path: [puuid: string], params: never, body: never, response: LCUTypes.LolRankedRankedStats }
|
|
1986
|
+
},
|
|
1990
1987
|
"/lol-ranked/v1/challenger-ladders-enabled": {
|
|
1991
1988
|
get: { path: never, params: never, body: never, response: string[] }
|
|
1992
1989
|
},
|
|
@@ -2314,6 +2311,9 @@ export interface LCUEndpoints {
|
|
|
2314
2311
|
"/lol-summoner-profiles/v1/get-honor-view": {
|
|
2315
2312
|
get: { path: never, params: never, body: never, response: LCUTypes.LolSummonerProfilesHonorView }
|
|
2316
2313
|
},
|
|
2314
|
+
"/lol-summoner-profiles/v1/get-lol-eos-rewards-view": {
|
|
2315
|
+
get: { path: never, params: never, body: never, response: LCUTypes.LolSummonerProfilesLolEosRewardView }
|
|
2316
|
+
},
|
|
2317
2317
|
"/lol-summoner-profiles/v1/get-privacy-view": {
|
|
2318
2318
|
get: { path: never, params: never, body: never, response: LCUTypes.LolSummonerProfilesPrivacyView }
|
|
2319
2319
|
},
|
|
@@ -3208,12 +3208,6 @@ export interface LCUEndpoints {
|
|
|
3208
3208
|
"/lol-kr-shutdown-law/v1/rating-screen/acknowledge": {
|
|
3209
3209
|
post: { path: never, params: never, body: never, response: void }
|
|
3210
3210
|
},
|
|
3211
|
-
"/lol-license-agreement/v1/agreements/{id}/accept": {
|
|
3212
|
-
post: { path: [id: string], params: never, body: never, response: unknown }
|
|
3213
|
-
},
|
|
3214
|
-
"/lol-license-agreement/v1/agreements/{id}/decline": {
|
|
3215
|
-
post: { path: [id: string], params: never, body: never, response: unknown }
|
|
3216
|
-
},
|
|
3217
3211
|
"/lol-lobby-team-builder/champ-select/v1/retrieve-latest-game-dto": {
|
|
3218
3212
|
post: { path: never, params: never, body: never, response: unknown }
|
|
3219
3213
|
},
|
|
@@ -3646,6 +3640,9 @@ export interface LCUEndpoints {
|
|
|
3646
3640
|
"/lol-tft-troves/v1/roll": {
|
|
3647
3641
|
post: { path: never, params: never, body: LCUTypes.LolTftTrovesTrovesRollRequest, response: LCUTypes.LolTftTrovesCapOrdersResponseDTO }
|
|
3648
3642
|
},
|
|
3643
|
+
"/lol-tft-troves/v2/roll": {
|
|
3644
|
+
post: { path: never, params: never, body: LCUTypes.LolTftTrovesPurchaseRequest, response: void }
|
|
3645
|
+
},
|
|
3649
3646
|
"/lol-tft/v1/tft/homeHub/redirect": {
|
|
3650
3647
|
post: { path: never, params: never, body: never, response: void }
|
|
3651
3648
|
},
|
package/dist/lcu-events.d.ts
CHANGED
|
@@ -24,14 +24,13 @@ export interface LCUWebSocketEvents {
|
|
|
24
24
|
"OnJsonApiEvent_entitlements_v1_token": LCUTypes.PluginResourceEvent,
|
|
25
25
|
"OnJsonApiEvent_entitlements_v2_token": LCUTypes.PluginResourceEvent,
|
|
26
26
|
"OnJsonApiEvent_ga-restriction_v1_penalty-notifications": LCUTypes.PluginResourceEvent,
|
|
27
|
-
"OnJsonApiEvent_lol-account-verification_v1_is-verified": LCUTypes.PluginResourceEvent,
|
|
28
27
|
"OnJsonApiEvent_lol-active-boosts_v1_active-boosts": LCUTypes.PluginResourceEvent,
|
|
29
28
|
"OnJsonApiEvent_lol-activity-center_v1_ready": LCUTypes.PluginResourceEvent,
|
|
30
29
|
"OnJsonApiEvent_lol-anti-addiction_v1_anti-addiction-token": LCUTypes.PluginResourceEvent,
|
|
31
30
|
"OnJsonApiEvent_lol-cap-missions_v1_ready": LCUTypes.PluginResourceEvent,
|
|
32
|
-
"OnJsonApiEvent_lol-catalog_v1_items": LCUTypes.PluginResourceEvent,
|
|
33
31
|
"OnJsonApiEvent_lol-challenges_v1_client-state": LCUTypes.PluginResourceEvent,
|
|
34
32
|
"OnJsonApiEvent_lol-challenges_v1_seasons": LCUTypes.PluginResourceEvent,
|
|
33
|
+
"OnJsonApiEvent_lol-challenges_v1_summary-player-data": LCUTypes.PluginResourceEvent,
|
|
35
34
|
"OnJsonApiEvent_lol-champ-select-legacy_v1_bannable-champion-ids": LCUTypes.PluginResourceEvent,
|
|
36
35
|
"OnJsonApiEvent_lol-champ-select-legacy_v1_current-champion": LCUTypes.PluginResourceEvent,
|
|
37
36
|
"OnJsonApiEvent_lol-champ-select-legacy_v1_disabled-champion-ids": LCUTypes.PluginResourceEvent,
|
|
@@ -61,9 +60,7 @@ export interface LCUWebSocketEvents {
|
|
|
61
60
|
"OnJsonApiEvent_lol-chat_v1_resources": LCUTypes.PluginResourceEvent,
|
|
62
61
|
"OnJsonApiEvent_lol-chat_v1_session": LCUTypes.PluginResourceEvent,
|
|
63
62
|
"OnJsonApiEvent_lol-chat_v1_settings": LCUTypes.PluginResourceEvent,
|
|
64
|
-
"OnJsonApiEvent_lol-clash_v1_all-tournaments": LCUTypes.PluginResourceEvent,
|
|
65
63
|
"OnJsonApiEvent_lol-clash_v1_checkin-allowed": LCUTypes.PluginResourceEvent,
|
|
66
|
-
"OnJsonApiEvent_lol-clash_v1_currentTournamentIds": LCUTypes.PluginResourceEvent,
|
|
67
64
|
"OnJsonApiEvent_lol-clash_v1_disabled-config": LCUTypes.PluginResourceEvent,
|
|
68
65
|
"OnJsonApiEvent_lol-clash_v1_enabled": LCUTypes.PluginResourceEvent,
|
|
69
66
|
"OnJsonApiEvent_lol-clash_v1_iconconfig": LCUTypes.PluginResourceEvent,
|
|
@@ -73,9 +70,6 @@ export interface LCUWebSocketEvents {
|
|
|
73
70
|
"OnJsonApiEvent_lol-clash_v1_ready": LCUTypes.PluginResourceEvent,
|
|
74
71
|
"OnJsonApiEvent_lol-clash_v1_simple-state-flags": LCUTypes.PluginResourceEvent,
|
|
75
72
|
"OnJsonApiEvent_lol-clash_v1_time": LCUTypes.PluginResourceEvent,
|
|
76
|
-
"OnJsonApiEvent_lol-clash_v1_tournament": LCUTypes.PluginResourceEvent,
|
|
77
|
-
"OnJsonApiEvent_lol-clash_v1_tournament-state-info": LCUTypes.PluginResourceEvent,
|
|
78
|
-
"OnJsonApiEvent_lol-clash_v1_tournament-summary": LCUTypes.PluginResourceEvent,
|
|
79
73
|
"OnJsonApiEvent_lol-clash_v1_visible": LCUTypes.PluginResourceEvent,
|
|
80
74
|
"OnJsonApiEvent_lol-clash_v1_voice-enabled": LCUTypes.PluginResourceEvent,
|
|
81
75
|
"OnJsonApiEvent_lol-clash_v2_playmode-restricted": LCUTypes.PluginResourceEvent,
|
|
@@ -135,8 +129,6 @@ export interface LCUWebSocketEvents {
|
|
|
135
129
|
"OnJsonApiEvent_lol-leaderboard_v1_ready": LCUTypes.PluginResourceEvent,
|
|
136
130
|
"OnJsonApiEvent_lol-league-session_v1_league-session-token": LCUTypes.PluginResourceEvent,
|
|
137
131
|
"OnJsonApiEvent_lol-leaver-buster_v1_ranked-restriction": LCUTypes.PluginResourceEvent,
|
|
138
|
-
"OnJsonApiEvent_lol-license-agreement_v1_agreements": LCUTypes.PluginResourceEvent,
|
|
139
|
-
"OnJsonApiEvent_lol-license-agreement_v1_all-agreements": LCUTypes.PluginResourceEvent,
|
|
140
132
|
"OnJsonApiEvent_lol-loadouts_v1_enabled": LCUTypes.PluginResourceEvent,
|
|
141
133
|
"OnJsonApiEvent_lol-loadouts_v1_loadouts-ready": LCUTypes.PluginResourceEvent,
|
|
142
134
|
"OnJsonApiEvent_lol-loadouts_v4_loadout": LCUTypes.PluginResourceEvent,
|
|
@@ -295,6 +287,7 @@ export interface LCUWebSocketEvents {
|
|
|
295
287
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_PremiumTicketsEnabled": LCUTypes.PluginResourceEvent,
|
|
296
288
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_ScoutingEnabled": LCUTypes.PluginResourceEvent,
|
|
297
289
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_StorePageLink": LCUTypes.PluginResourceEvent,
|
|
290
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_SubstitutionEnabled": LCUTypes.PluginResourceEvent,
|
|
298
291
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_ThirdPartyInvitesEnabled": LCUTypes.PluginResourceEvent,
|
|
299
292
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_TutorialEnabled": LCUTypes.PluginResourceEvent,
|
|
300
293
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_Visibility": LCUTypes.PluginResourceEvent,
|
|
@@ -366,7 +359,6 @@ export interface LCUWebSocketEvents {
|
|
|
366
359
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_CustomGame": LCUTypes.PluginResourceEvent,
|
|
367
360
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_CustomGame_BotsAvailableInAram": LCUTypes.PluginResourceEvent,
|
|
368
361
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_CustomGame_MinorRestrictionsEnabled": LCUTypes.PluginResourceEvent,
|
|
369
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampion": LCUTypes.PluginResourceEvent,
|
|
370
362
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampionSkins": LCUTypes.PluginResourceEvent,
|
|
371
363
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampionSkins_DisabledChampionSkins": LCUTypes.PluginResourceEvent,
|
|
372
364
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampionSkins_DisabledChromas": LCUTypes.PluginResourceEvent,
|
|
@@ -394,8 +386,8 @@ export interface LCUWebSocketEvents {
|
|
|
394
386
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_GAMEMODEX": LCUTypes.PluginResourceEvent,
|
|
395
387
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_HEXAKILL": LCUTypes.PluginResourceEvent,
|
|
396
388
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_KINGPORO": LCUTypes.PluginResourceEvent,
|
|
397
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_KINGPORO-5X5": LCUTypes.PluginResourceEvent,
|
|
398
389
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_KING_PORO": LCUTypes.PluginResourceEvent,
|
|
390
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_KIWI": LCUTypes.PluginResourceEvent,
|
|
399
391
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_LNY23_TFT": LCUTypes.PluginResourceEvent,
|
|
400
392
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_LNY24_TFT": LCUTypes.PluginResourceEvent,
|
|
401
393
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_LNY25_TFT": LCUTypes.PluginResourceEvent,
|
|
@@ -405,9 +397,6 @@ export interface LCUWebSocketEvents {
|
|
|
405
397
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_NORMAL_3x3": LCUTypes.PluginResourceEvent,
|
|
406
398
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_NORMAL_TFT": LCUTypes.PluginResourceEvent,
|
|
407
399
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODIN": LCUTypes.PluginResourceEvent,
|
|
408
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODINBOT": LCUTypes.PluginResourceEvent,
|
|
409
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODINBOT-5x5": LCUTypes.PluginResourceEvent,
|
|
410
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODINBOT_5x5": LCUTypes.PluginResourceEvent,
|
|
411
400
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODIN_UNRANKED": LCUTypes.PluginResourceEvent,
|
|
412
401
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODYSSEY": LCUTypes.PluginResourceEvent,
|
|
413
402
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ONEFORALL": LCUTypes.PluginResourceEvent,
|
|
@@ -417,8 +406,6 @@ export interface LCUWebSocketEvents {
|
|
|
417
406
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_PVE_PUZZLE_TFT": LCUTypes.PluginResourceEvent,
|
|
418
407
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_FLEX_SR": LCUTypes.PluginResourceEvent,
|
|
419
408
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_FLEX_TT": LCUTypes.PluginResourceEvent,
|
|
420
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_PREMADE_3x3": LCUTypes.PluginResourceEvent,
|
|
421
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_PREMADE_5x5": LCUTypes.PluginResourceEvent,
|
|
422
409
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_SOLO_5x5": LCUTypes.PluginResourceEvent,
|
|
423
410
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_TEAM_3x3": LCUTypes.PluginResourceEvent,
|
|
424
411
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_TEAM_5x5": LCUTypes.PluginResourceEvent,
|
|
@@ -492,14 +479,14 @@ export interface LCUWebSocketEvents {
|
|
|
492
479
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Emotes": LCUTypes.PluginResourceEvent,
|
|
493
480
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Emotes_IsEmotePanelEnabled": LCUTypes.PluginResourceEvent,
|
|
494
481
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Emotes_IsEmoteTutorialModalEnabled": LCUTypes.PluginResourceEvent,
|
|
495
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings": LCUTypes.PluginResourceEvent,
|
|
496
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_GiftRecipientLevelMin": LCUTypes.PluginResourceEvent,
|
|
497
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_GiftSenderLevelMin": LCUTypes.PluginResourceEvent,
|
|
498
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_GiftSenderRPMax": LCUTypes.PluginResourceEvent,
|
|
499
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_RecipientGiftDailyMax": LCUTypes.PluginResourceEvent,
|
|
500
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_SenderGiftDailyMax": LCUTypes.PluginResourceEvent,
|
|
501
482
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGifting": LCUTypes.PluginResourceEvent,
|
|
502
483
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGifting_Enabled": LCUTypes.PluginResourceEvent,
|
|
484
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndofGameGiftSettings": LCUTypes.PluginResourceEvent,
|
|
485
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndofGameGiftSettings_GiftRecipientLevelMin": LCUTypes.PluginResourceEvent,
|
|
486
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndofGameGiftSettings_GiftSenderLevelMin": LCUTypes.PluginResourceEvent,
|
|
487
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndofGameGiftSettings_GiftSenderRPMax": LCUTypes.PluginResourceEvent,
|
|
488
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndofGameGiftSettings_RecipientGiftDailyMax": LCUTypes.PluginResourceEvent,
|
|
489
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndofGameGiftSettings_SenderGiftDailyMax": LCUTypes.PluginResourceEvent,
|
|
503
490
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EoGReporting": LCUTypes.PluginResourceEvent,
|
|
504
491
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EoGReporting_GameAgnosticReportingTrinary": LCUTypes.PluginResourceEvent,
|
|
505
492
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Esports_NotificationsAssetMagickURL": LCUTypes.PluginResourceEvent,
|
|
@@ -531,8 +518,6 @@ export interface LCUWebSocketEvents {
|
|
|
531
518
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameTimerSync": LCUTypes.PluginResourceEvent,
|
|
532
519
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameTimerSync_Enabled": LCUTypes.PluginResourceEvent,
|
|
533
520
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameTimerSync_PercentOfTotalTimerToSyncAt": LCUTypes.PluginResourceEvent,
|
|
534
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Gameflow": LCUTypes.PluginResourceEvent,
|
|
535
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Gameflow_ForceGameLocaleAsEnglish": LCUTypes.PluginResourceEvent,
|
|
536
521
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Gameflow_ShouldSendRiotClientHeartBeat": LCUTypes.PluginResourceEvent,
|
|
537
522
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GeoInfo": LCUTypes.PluginResourceEvent,
|
|
538
523
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GuestSlots": LCUTypes.PluginResourceEvent,
|
|
@@ -543,8 +528,6 @@ export interface LCUWebSocketEvents {
|
|
|
543
528
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor_Enabled": LCUTypes.PluginResourceEvent,
|
|
544
529
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor_Honor2018Enabled": LCUTypes.PluginResourceEvent,
|
|
545
530
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor_SecondsToVote": LCUTypes.PluginResourceEvent,
|
|
546
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_IconConfig": LCUTypes.PluginResourceEvent,
|
|
547
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_IconConfig_EnabledState": LCUTypes.PluginResourceEvent,
|
|
548
531
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Inventory": LCUTypes.PluginResourceEvent,
|
|
549
532
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Inventory_BaseServiceUrl": LCUTypes.PluginResourceEvent,
|
|
550
533
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Inventory_Enabled": LCUTypes.PluginResourceEvent,
|
|
@@ -560,14 +543,20 @@ export interface LCUWebSocketEvents {
|
|
|
560
543
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUACS": LCUTypes.PluginResourceEvent,
|
|
561
544
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUACS_Endpoint": LCUTypes.PluginResourceEvent,
|
|
562
545
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUACS_UseIdTokens": LCUTypes.PluginResourceEvent,
|
|
546
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAlphaShutdown": LCUTypes.PluginResourceEvent,
|
|
547
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUAlphaShutdown_Countdown": LCUTypes.PluginResourceEvent,
|
|
563
548
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections": LCUTypes.PluginResourceEvent,
|
|
564
549
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_Enabled": LCUTypes.PluginResourceEvent,
|
|
565
550
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUAugmentsVisible": LCUTypes.PluginResourceEvent,
|
|
551
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUCollectiblesChromasEnabled": LCUTypes.PluginResourceEvent,
|
|
566
552
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUCollectiblesFinishersEnabled": LCUTypes.PluginResourceEvent,
|
|
567
553
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUMasteriesVisible": LCUTypes.PluginResourceEvent,
|
|
568
554
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUPerksVisible": LCUTypes.PluginResourceEvent,
|
|
569
555
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCURunesVisible": LCUTypes.PluginResourceEvent,
|
|
570
556
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUSkinsViewerEnabled": LCUTypes.PluginResourceEvent,
|
|
557
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUMatchHistory": LCUTypes.PluginResourceEvent,
|
|
558
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUMatchHistory_Enabled": LCUTypes.PluginResourceEvent,
|
|
559
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUMatchHistory_MatchHistoryWebURL": LCUTypes.PluginResourceEvent,
|
|
571
560
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore": LCUTypes.PluginResourceEvent,
|
|
572
561
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_CanQueryInactiveItems": LCUTypes.PluginResourceEvent,
|
|
573
562
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_DisableCapRMS": LCUTypes.PluginResourceEvent,
|
|
@@ -583,9 +572,10 @@ export interface LCUWebSocketEvents {
|
|
|
583
572
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_UseRsoAccessToken": LCUTypes.PluginResourceEvent,
|
|
584
573
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCU_AirClientAlphaInviteEnabled": LCUTypes.PluginResourceEvent,
|
|
585
574
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCU_AirClientAlphaInviteURL": LCUTypes.PluginResourceEvent,
|
|
586
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAlphaShutdown": LCUTypes.PluginResourceEvent,
|
|
587
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAlphaShutdown_Countdown": LCUTypes.PluginResourceEvent,
|
|
588
575
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAlphaShutdown_Enabled": LCUTypes.PluginResourceEvent,
|
|
576
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAutoLogout": LCUTypes.PluginResourceEvent,
|
|
577
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAutoLogout_IdleExitAfterWarningMinutes": LCUTypes.PluginResourceEvent,
|
|
578
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAutoLogout_IdleWarningMinutes": LCUTypes.PluginResourceEvent,
|
|
589
579
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuBuddySpectate": LCUTypes.PluginResourceEvent,
|
|
590
580
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuBuddySpectate_Enabled": LCUTypes.PluginResourceEvent,
|
|
591
581
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionDetails": LCUTypes.PluginResourceEvent,
|
|
@@ -711,6 +701,7 @@ export interface LCUWebSocketEvents {
|
|
|
711
701
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_HubEnabled": LCUTypes.PluginResourceEvent,
|
|
712
702
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_MatchHistoryEnabled": LCUTypes.PluginResourceEvent,
|
|
713
703
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_OrbEnabled": LCUTypes.PluginResourceEvent,
|
|
704
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_PatchNotesUrl": LCUTypes.PluginResourceEvent,
|
|
714
705
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_PlayButtonEnabled": LCUTypes.PluginResourceEvent,
|
|
715
706
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_SeriesInternalName": LCUTypes.PluginResourceEvent,
|
|
716
707
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuTft_TftHomeEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -737,7 +728,6 @@ export interface LCUWebSocketEvents {
|
|
|
737
728
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationsEnabled": LCUTypes.PluginResourceEvent,
|
|
738
729
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_FlexRestrictionModalEnabled": LCUTypes.PluginResourceEvent,
|
|
739
730
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_IsGlobalNotificationsEnabled": LCUTypes.PluginResourceEvent,
|
|
740
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_IsSplitStartModalEnabled": LCUTypes.PluginResourceEvent,
|
|
741
731
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_JWTEnabled": LCUTypes.PluginResourceEvent,
|
|
742
732
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_LeagueServiceEnabled": LCUTypes.PluginResourceEvent,
|
|
743
733
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_MasterTierEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -815,6 +805,11 @@ export interface LCUWebSocketEvents {
|
|
|
815
805
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestBundleDiscount3": LCUTypes.PluginResourceEvent,
|
|
816
806
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestBundleDiscount4": LCUTypes.PluginResourceEvent,
|
|
817
807
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestBundleDiscount5": LCUTypes.PluginResourceEvent,
|
|
808
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestsBundleId1": LCUTypes.PluginResourceEvent,
|
|
809
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestsBundleId2": LCUTypes.PluginResourceEvent,
|
|
810
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestsBundleId3": LCUTypes.PluginResourceEvent,
|
|
811
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestsBundleId4": LCUTypes.PluginResourceEvent,
|
|
812
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestsBundleId5": LCUTypes.PluginResourceEvent,
|
|
818
813
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EnableMythicEssenceDisplay": LCUTypes.PluginResourceEvent,
|
|
819
814
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_Enabled": LCUTypes.PluginResourceEvent,
|
|
820
815
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EventChestBundleId1": LCUTypes.PluginResourceEvent,
|
|
@@ -836,6 +831,11 @@ export interface LCUWebSocketEvents {
|
|
|
836
831
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_PurchaseChestsEnabled": LCUTypes.PluginResourceEvent,
|
|
837
832
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_Visible": LCUTypes.PluginResourceEvent,
|
|
838
833
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_WorldsTokensEnabled": LCUTypes.PluginResourceEvent,
|
|
834
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootService": LCUTypes.PluginResourceEvent,
|
|
835
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootService_Enabled": LCUTypes.PluginResourceEvent,
|
|
836
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootService_NewPlayerChestEnabled": LCUTypes.PluginResourceEvent,
|
|
837
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootService_PurchaseChestsEnabled": LCUTypes.PluginResourceEvent,
|
|
838
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootService_Visible": LCUTypes.PluginResourceEvent,
|
|
839
839
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Masteries": LCUTypes.PluginResourceEvent,
|
|
840
840
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Masteries_ShowPointsResetMessage": LCUTypes.PluginResourceEvent,
|
|
841
841
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions": LCUTypes.PluginResourceEvent,
|
|
@@ -868,6 +868,12 @@ export interface LCUWebSocketEvents {
|
|
|
868
868
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerIntro": LCUTypes.PluginResourceEvent,
|
|
869
869
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerIntro_IntroUrl": LCUTypes.PluginResourceEvent,
|
|
870
870
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerIntro_NewSummonerIconIds": LCUTypes.PluginResourceEvent,
|
|
871
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerLandingPage": LCUTypes.PluginResourceEvent,
|
|
872
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerLandingPage_ChampDisplayList": LCUTypes.PluginResourceEvent,
|
|
873
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerLandingPage_Enabled": LCUTypes.PluginResourceEvent,
|
|
874
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerLandingPage_LikeUsURL": LCUTypes.PluginResourceEvent,
|
|
875
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerLandingPage_MaxLevel": LCUTypes.PluginResourceEvent,
|
|
876
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerLandingPage_SubscribeURL": LCUTypes.PluginResourceEvent,
|
|
871
877
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerRouter": LCUTypes.PluginResourceEvent,
|
|
872
878
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerRouter_ABDisablingOfTutorial": LCUTypes.PluginResourceEvent,
|
|
873
879
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerRouter_QueueID": LCUTypes.PluginResourceEvent,
|
|
@@ -964,31 +970,29 @@ export interface LCUWebSocketEvents {
|
|
|
964
970
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize1QueueId470": LCUTypes.PluginResourceEvent,
|
|
965
971
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize1QueueId9": LCUTypes.PluginResourceEvent,
|
|
966
972
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize2": LCUTypes.PluginResourceEvent,
|
|
967
|
-
"OnJsonApiEvent_lol-platform-
|
|
973
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize2QueueId4": LCUTypes.PluginResourceEvent,
|
|
968
974
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize2QueueId420": LCUTypes.PluginResourceEvent,
|
|
969
975
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize2QueueId440": LCUTypes.PluginResourceEvent,
|
|
970
976
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize2QueueId470": LCUTypes.PluginResourceEvent,
|
|
971
977
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize2QueueId9": LCUTypes.PluginResourceEvent,
|
|
972
978
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize3": LCUTypes.PluginResourceEvent,
|
|
973
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize3QueueId410": LCUTypes.PluginResourceEvent,
|
|
974
979
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize3QueueId420": LCUTypes.PluginResourceEvent,
|
|
975
980
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize3QueueId440": LCUTypes.PluginResourceEvent,
|
|
976
981
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize3QueueId470": LCUTypes.PluginResourceEvent,
|
|
977
982
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize3QueueId9": LCUTypes.PluginResourceEvent,
|
|
978
983
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize4": LCUTypes.PluginResourceEvent,
|
|
979
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize4QueueId410": LCUTypes.PluginResourceEvent,
|
|
980
984
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize4QueueId420": LCUTypes.PluginResourceEvent,
|
|
981
985
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize4QueueId440": LCUTypes.PluginResourceEvent,
|
|
982
986
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize4QueueId470": LCUTypes.PluginResourceEvent,
|
|
983
987
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize4QueueId9": LCUTypes.PluginResourceEvent,
|
|
984
988
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize5": LCUTypes.PluginResourceEvent,
|
|
985
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize5QueueId410": LCUTypes.PluginResourceEvent,
|
|
986
989
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize5QueueId420": LCUTypes.PluginResourceEvent,
|
|
987
990
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize5QueueId440": LCUTypes.PluginResourceEvent,
|
|
988
991
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize5QueueId470": LCUTypes.PluginResourceEvent,
|
|
989
992
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_MaxTierAndRankForPremadeSize5QueueId9": LCUTypes.PluginResourceEvent,
|
|
990
993
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_QueuesRequiringTwentyChampions": LCUTypes.PluginResourceEvent,
|
|
991
994
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueDefaultUnseededTier": LCUTypes.PluginResourceEvent,
|
|
995
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueDefaultUnseededTierQueueId4": LCUTypes.PluginResourceEvent,
|
|
992
996
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueDefaultUnseededTierQueueId410": LCUTypes.PluginResourceEvent,
|
|
993
997
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueDefaultUnseededTierQueueId420": LCUTypes.PluginResourceEvent,
|
|
994
998
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedDuoQueueDefaultUnseededTierQueueId440": LCUTypes.PluginResourceEvent,
|
|
@@ -1001,30 +1005,35 @@ export interface LCUWebSocketEvents {
|
|
|
1001
1005
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighMmrPremadeRestrictionEnabled": LCUTypes.PluginResourceEvent,
|
|
1002
1006
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighMmrPremadeTier": LCUTypes.PluginResourceEvent,
|
|
1003
1007
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTier": LCUTypes.PluginResourceEvent,
|
|
1008
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTierQueueId4": LCUTypes.PluginResourceEvent,
|
|
1004
1009
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTierQueueId410": LCUTypes.PluginResourceEvent,
|
|
1005
1010
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTierQueueId420": LCUTypes.PluginResourceEvent,
|
|
1006
1011
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTierQueueId440": LCUTypes.PluginResourceEvent,
|
|
1007
1012
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTierQueueId470": LCUTypes.PluginResourceEvent,
|
|
1008
1013
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillLowestTierQueueId9": LCUTypes.PluginResourceEvent,
|
|
1009
1014
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDelta": LCUTypes.PluginResourceEvent,
|
|
1015
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDeltaQueueId4": LCUTypes.PluginResourceEvent,
|
|
1010
1016
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDeltaQueueId410": LCUTypes.PluginResourceEvent,
|
|
1011
1017
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDeltaQueueId420": LCUTypes.PluginResourceEvent,
|
|
1012
1018
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDeltaQueueId440": LCUTypes.PluginResourceEvent,
|
|
1013
1019
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDeltaQueueId470": LCUTypes.PluginResourceEvent,
|
|
1014
1020
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMaxDeltaQueueId9": LCUTypes.PluginResourceEvent,
|
|
1015
1021
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionMode": LCUTypes.PluginResourceEvent,
|
|
1022
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionModeQueueId4": LCUTypes.PluginResourceEvent,
|
|
1016
1023
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionModeQueueId410": LCUTypes.PluginResourceEvent,
|
|
1017
1024
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionModeQueueId420": LCUTypes.PluginResourceEvent,
|
|
1018
1025
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionModeQueueId440": LCUTypes.PluginResourceEvent,
|
|
1019
1026
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionModeQueueId470": LCUTypes.PluginResourceEvent,
|
|
1020
1027
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedHighSkillRestrictionModeQueueId9": LCUTypes.PluginResourceEvent,
|
|
1021
1028
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDelta": LCUTypes.PluginResourceEvent,
|
|
1029
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDeltaQueueId4": LCUTypes.PluginResourceEvent,
|
|
1022
1030
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDeltaQueueId410": LCUTypes.PluginResourceEvent,
|
|
1023
1031
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDeltaQueueId420": LCUTypes.PluginResourceEvent,
|
|
1024
1032
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDeltaQueueId440": LCUTypes.PluginResourceEvent,
|
|
1025
1033
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDeltaQueueId470": LCUTypes.PluginResourceEvent,
|
|
1026
1034
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMaxDeltaQueueId9": LCUTypes.PluginResourceEvent,
|
|
1027
1035
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionMode": LCUTypes.PluginResourceEvent,
|
|
1036
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionModeQueueId4": LCUTypes.PluginResourceEvent,
|
|
1028
1037
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionModeQueueId410": LCUTypes.PluginResourceEvent,
|
|
1029
1038
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionModeQueueId420": LCUTypes.PluginResourceEvent,
|
|
1030
1039
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_QueueRestriction_RankedLowSkillRestrictionModeQueueId440": LCUTypes.PluginResourceEvent,
|
|
@@ -1037,9 +1046,6 @@ export interface LCUWebSocketEvents {
|
|
|
1037
1046
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Replays_ThirdPersonAccessibleGameQueues": LCUTypes.PluginResourceEvent,
|
|
1038
1047
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Rewards": LCUTypes.PluginResourceEvent,
|
|
1039
1048
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Rewards_Enabled": LCUTypes.PluginResourceEvent,
|
|
1040
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SLcuChampionSelecttring": LCUTypes.PluginResourceEvent,
|
|
1041
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SLcuChampionSelecttring_RandomChampionRateLimitInterval": LCUTypes.PluginResourceEvent,
|
|
1042
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SLcuChampionSelecttring_RandomChampionRateLimitMaxActions": LCUTypes.PluginResourceEvent,
|
|
1043
1049
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Sanitizer": LCUTypes.PluginResourceEvent,
|
|
1044
1050
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Sanitizer_Level1Unfilter": LCUTypes.PluginResourceEvent,
|
|
1045
1051
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward": LCUTypes.PluginResourceEvent,
|
|
@@ -1062,12 +1068,14 @@ export interface LCUWebSocketEvents {
|
|
|
1062
1068
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_MatchHistoryUrlTemplate": LCUTypes.PluginResourceEvent,
|
|
1063
1069
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_ShareEndOfGameEnabled": LCUTypes.PluginResourceEvent,
|
|
1064
1070
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_ShareGameUrlTemplate": LCUTypes.PluginResourceEvent,
|
|
1071
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_ShareMatchHistory": LCUTypes.PluginResourceEvent,
|
|
1065
1072
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinRentals": LCUTypes.PluginResourceEvent,
|
|
1066
1073
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinRentals_Enabled": LCUTypes.PluginResourceEvent,
|
|
1067
1074
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinsViewer": LCUTypes.PluginResourceEvent,
|
|
1068
1075
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinsViewer_VintageSkinSummonerIconConfig": LCUTypes.PluginResourceEvent,
|
|
1069
1076
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard": LCUTypes.PluginResourceEvent,
|
|
1070
1077
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_IsSocialLeaderboardEnabled": LCUTypes.PluginResourceEvent,
|
|
1078
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_LeaguesPuuidPageSize": LCUTypes.PluginResourceEvent,
|
|
1071
1079
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_MinsTillCacheExpiry": LCUTypes.PluginResourceEvent,
|
|
1072
1080
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_SecsTillAvailabilityCacheExpiry": LCUTypes.PluginResourceEvent,
|
|
1073
1081
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_UseSocialLeaderboardLeaguesEndpoint": LCUTypes.PluginResourceEvent,
|
|
@@ -1085,9 +1093,7 @@ export interface LCUWebSocketEvents {
|
|
|
1085
1093
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_OnlineFriendsLimit": LCUTypes.PluginResourceEvent,
|
|
1086
1094
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_PreviousPremadesLimit": LCUTypes.PluginResourceEvent,
|
|
1087
1095
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_VictoriousComradesLimit": LCUTypes.PluginResourceEvent,
|
|
1088
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner": LCUTypes.PluginResourceEvent,
|
|
1089
1096
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_ConfigRefreshIntervalSeconds": LCUTypes.PluginResourceEvent,
|
|
1090
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_JWTEnabled": LCUTypes.PluginResourceEvent,
|
|
1091
1097
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_JWTMaxTimeoutSeconds": LCUTypes.PluginResourceEvent,
|
|
1092
1098
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_JWTMinTimeoutSeconds": LCUTypes.PluginResourceEvent,
|
|
1093
1099
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_SummonerProfileCacheEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -1095,6 +1101,7 @@ export interface LCUWebSocketEvents {
|
|
|
1095
1101
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBoost_AllSkinEnabled": LCUTypes.PluginResourceEvent,
|
|
1096
1102
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBoost_RandomSkinEnabled": LCUTypes.PluginResourceEvent,
|
|
1097
1103
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft": LCUTypes.PluginResourceEvent,
|
|
1104
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_ActionTimeoutRecoveryEnabled": LCUTypes.PluginResourceEvent,
|
|
1098
1105
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_EnableChampionSelectPreferences": LCUTypes.PluginResourceEvent,
|
|
1099
1106
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_EstimatedWaitAdjustmentEnabled": LCUTypes.PluginResourceEvent,
|
|
1100
1107
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_FillPrimaryWaitFactor": LCUTypes.PluginResourceEvent,
|
|
@@ -1102,7 +1109,6 @@ export interface LCUWebSocketEvents {
|
|
|
1102
1109
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_LogAllLCDSMessages": LCUTypes.PluginResourceEvent,
|
|
1103
1110
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_MidPrimaryWaitFactor": LCUTypes.PluginResourceEvent,
|
|
1104
1111
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SendAfkCheckMetricsEnabled": LCUTypes.PluginResourceEvent,
|
|
1105
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SendSummonerIconJwt": LCUTypes.PluginResourceEvent,
|
|
1106
1112
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_ServiceCallTimeoutMillis": LCUTypes.PluginResourceEvent,
|
|
1107
1113
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SkinPurchaseEnabled": LCUTypes.PluginResourceEvent,
|
|
1108
1114
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SupportPrimaryWaitFactor": LCUTypes.PluginResourceEvent,
|
|
@@ -1111,6 +1117,8 @@ export interface LCUWebSocketEvents {
|
|
|
1111
1117
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_TakeoverEnabled": LCUTypes.PluginResourceEvent,
|
|
1112
1118
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_UnlockLockInButtonTimeoutEnabled": LCUTypes.PluginResourceEvent,
|
|
1113
1119
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TencentAntiAddiction_Enabled": LCUTypes.PluginResourceEvent,
|
|
1120
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Testing": LCUTypes.PluginResourceEvent,
|
|
1121
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Testing_Rcarter": LCUTypes.PluginResourceEvent,
|
|
1114
1122
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ThirdPartyVerification": LCUTypes.PluginResourceEvent,
|
|
1115
1123
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ThirdPartyVerification_CAHServiceEnabled": LCUTypes.PluginResourceEvent,
|
|
1116
1124
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Trophies": LCUTypes.PluginResourceEvent,
|
|
@@ -1138,6 +1146,7 @@ export interface LCUWebSocketEvents {
|
|
|
1138
1146
|
"OnJsonApiEvent_lol-publishing-content_v1_settings": LCUTypes.PluginResourceEvent,
|
|
1139
1147
|
"OnJsonApiEvent_lol-purchase-widget_v1_configuration": LCUTypes.PluginResourceEvent,
|
|
1140
1148
|
"OnJsonApiEvent_lol-purchase-widget_v3_purchase-offer-order-statuses": LCUTypes.PluginResourceEvent,
|
|
1149
|
+
"OnJsonApiEvent_lol-ranked_v1_cached-ranked-stats": LCUTypes.PluginResourceEvent,
|
|
1141
1150
|
"OnJsonApiEvent_lol-ranked_v1_challenger-ladders-enabled": LCUTypes.PluginResourceEvent,
|
|
1142
1151
|
"OnJsonApiEvent_lol-ranked_v1_current-ranked-stats": LCUTypes.PluginResourceEvent,
|
|
1143
1152
|
"OnJsonApiEvent_lol-ranked_v1_global-notifications": LCUTypes.PluginResourceEvent,
|
|
@@ -1165,7 +1174,6 @@ export interface LCUWebSocketEvents {
|
|
|
1165
1174
|
"OnJsonApiEvent_lol-shoppefront_v1_stores": LCUTypes.PluginResourceEvent,
|
|
1166
1175
|
"OnJsonApiEvent_lol-shutdown_v1_notification": LCUTypes.PluginResourceEvent,
|
|
1167
1176
|
"OnJsonApiEvent_lol-spectator_v1_spectate": LCUTypes.PluginResourceEvent,
|
|
1168
|
-
"OnJsonApiEvent_lol-statstones_v2_player-summary-self": LCUTypes.PluginResourceEvent,
|
|
1169
1177
|
"OnJsonApiEvent_lol-store_v1_getStoreUrl": LCUTypes.PluginResourceEvent,
|
|
1170
1178
|
"OnJsonApiEvent_lol-store_v1_store-ready": LCUTypes.PluginResourceEvent,
|
|
1171
1179
|
"OnJsonApiEvent_lol-suggested-players_v1_suggested-players": LCUTypes.PluginResourceEvent,
|
|
@@ -1183,7 +1191,6 @@ export interface LCUWebSocketEvents {
|
|
|
1183
1191
|
"OnJsonApiEvent_lol-tft-pass_v1_active-passes": LCUTypes.PluginResourceEvent,
|
|
1184
1192
|
"OnJsonApiEvent_lol-tft-pass_v1_battle-pass": LCUTypes.PluginResourceEvent,
|
|
1185
1193
|
"OnJsonApiEvent_lol-tft-pass_v1_config-fetched": LCUTypes.PluginResourceEvent,
|
|
1186
|
-
"OnJsonApiEvent_lol-tft-pass_v1_event-pass": LCUTypes.PluginResourceEvent,
|
|
1187
1194
|
"OnJsonApiEvent_lol-tft-pass_v1_pm-ultimate-victory-pass": LCUTypes.PluginResourceEvent,
|
|
1188
1195
|
"OnJsonApiEvent_lol-tft-pass_v1_ready": LCUTypes.PluginResourceEvent,
|
|
1189
1196
|
"OnJsonApiEvent_lol-tft-pass_v1_skill-tree-pass": LCUTypes.PluginResourceEvent,
|
package/dist/lcu-types.d.ts
CHANGED
|
@@ -454,18 +454,6 @@ export interface ChampionScoutingDTO {
|
|
|
454
454
|
kda: number
|
|
455
455
|
}
|
|
456
456
|
|
|
457
|
-
export interface ChemtechShoppe_BulkPurchaseRequestDto {
|
|
458
|
-
bulkPurchaseId: string
|
|
459
|
-
purchaserId: string
|
|
460
|
-
source: string
|
|
461
|
-
subPurchaseRequests: ChemtechShoppe_SubPurchaseRequestDto[]
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
export interface ChemtechShoppe_BulkPurchaseResponseDto {
|
|
465
|
-
bulkPurchaseId: string
|
|
466
|
-
purchases: ChemtechShoppe_PurchaseDto[]
|
|
467
|
-
}
|
|
468
|
-
|
|
469
457
|
export interface ChemtechShoppe_CatalogEntryDto {
|
|
470
458
|
id: string
|
|
471
459
|
name: string
|
|
@@ -713,16 +701,6 @@ export interface ChemtechShoppe_StoresResponseDto {
|
|
|
713
701
|
notes: string[]
|
|
714
702
|
}
|
|
715
703
|
|
|
716
|
-
export interface ChemtechShoppe_SubPurchaseRequestDto {
|
|
717
|
-
storeId: string
|
|
718
|
-
catalogEntryId: string
|
|
719
|
-
paymentOptionsKeys: string[]
|
|
720
|
-
idempotencyId: string
|
|
721
|
-
/** @format int64 */
|
|
722
|
-
quantity: number
|
|
723
|
-
customInventoryLocation: string
|
|
724
|
-
}
|
|
725
|
-
|
|
726
704
|
export interface ChemtechShoppe_VelocityLimitDeltaDto {
|
|
727
705
|
ruleId: string
|
|
728
706
|
/** @format int64 */
|
|
@@ -1320,6 +1298,7 @@ export interface GameflowLcdsPlayerCredentialsDto {
|
|
|
1320
1298
|
/** @format uint64 */
|
|
1321
1299
|
summonerId: number
|
|
1322
1300
|
packetCopMetadata: string
|
|
1301
|
+
spectatorKey: string
|
|
1323
1302
|
}
|
|
1324
1303
|
|
|
1325
1304
|
export interface GameflowLcdsReconnectInfoDto {
|
|
@@ -4067,6 +4046,7 @@ export interface LolChatGameflowGameData {
|
|
|
4067
4046
|
teamOne: LolChatTeamPlayerEntry[]
|
|
4068
4047
|
teamTwo: LolChatTeamPlayerEntry[]
|
|
4069
4048
|
playerChampionSelections: LolChatChampSelection[]
|
|
4049
|
+
spectatorKey: string
|
|
4070
4050
|
}
|
|
4071
4051
|
|
|
4072
4052
|
export interface LolChatGameflowGameMap {
|
|
@@ -4477,6 +4457,13 @@ export interface LolChatSocialV4CrossPlayPermissions {
|
|
|
4477
4457
|
partyMemberPlatforms: string[]
|
|
4478
4458
|
}
|
|
4479
4459
|
|
|
4460
|
+
export interface LolChatSocialV4DiscordInfo {
|
|
4461
|
+
displayName: string
|
|
4462
|
+
onlineStatus: string
|
|
4463
|
+
isPlayingSameTitle: boolean
|
|
4464
|
+
relationship: string
|
|
4465
|
+
}
|
|
4466
|
+
|
|
4480
4467
|
export interface LolChatSocialV4Friend {
|
|
4481
4468
|
activity?: string
|
|
4482
4469
|
crossPlayPermissions: LolChatSocialV4CrossPlayPermissions
|
|
@@ -4493,7 +4480,7 @@ export interface LolChatSocialV4Friend {
|
|
|
4493
4480
|
platformShow: string
|
|
4494
4481
|
product: string
|
|
4495
4482
|
productBannerUrl: string
|
|
4496
|
-
productData?:
|
|
4483
|
+
productData?: unknown
|
|
4497
4484
|
productFolderName: string
|
|
4498
4485
|
productIconUrl: string
|
|
4499
4486
|
productPresenceName: string
|
|
@@ -4501,6 +4488,7 @@ export interface LolChatSocialV4Friend {
|
|
|
4501
4488
|
profileIcon: string
|
|
4502
4489
|
puuid: string
|
|
4503
4490
|
region: string
|
|
4491
|
+
discordInfo?: LolChatSocialV4DiscordInfo
|
|
4504
4492
|
relationshipOnConsole: string
|
|
4505
4493
|
relationshipOnRiot: string
|
|
4506
4494
|
show: string
|
|
@@ -5906,6 +5894,31 @@ export interface LolCosmeticsCatalogEntryDto {
|
|
|
5906
5894
|
purchaseLimits: LolCosmeticsVelocityLimitDeltaDto[]
|
|
5907
5895
|
}
|
|
5908
5896
|
|
|
5897
|
+
export interface LolCosmeticsChemtechShoppeDropsFulfillmentDto {
|
|
5898
|
+
/** @format int64 */
|
|
5899
|
+
delta: number
|
|
5900
|
+
/** @format int64 */
|
|
5901
|
+
finalDelta: number
|
|
5902
|
+
name: string
|
|
5903
|
+
/** @format int64 */
|
|
5904
|
+
maxQuantity: number
|
|
5905
|
+
/** @format int64 */
|
|
5906
|
+
ownedQuantity: number
|
|
5907
|
+
ownershipCompensationMode: string
|
|
5908
|
+
itemTypeId: string
|
|
5909
|
+
itemId: string
|
|
5910
|
+
currencyId: string
|
|
5911
|
+
subCurrencyDeltas: Record<string, number>
|
|
5912
|
+
}
|
|
5913
|
+
|
|
5914
|
+
export interface LolCosmeticsChemtechShoppeDropsRollDto {
|
|
5915
|
+
fulfillments: LolCosmeticsChemtechShoppeDropsFulfillmentDto[]
|
|
5916
|
+
}
|
|
5917
|
+
|
|
5918
|
+
export interface LolCosmeticsChemtechShoppeDropsRollResultsDto {
|
|
5919
|
+
rolls: LolCosmeticsChemtechShoppeDropsRollDto[]
|
|
5920
|
+
}
|
|
5921
|
+
|
|
5909
5922
|
export interface LolCosmeticsCompanionsFavoritesViewModel {
|
|
5910
5923
|
favoriteItems: LolCosmeticsCosmeticsCompanionViewModel[]
|
|
5911
5924
|
}
|
|
@@ -6287,6 +6300,7 @@ export interface LolCosmeticsFulfillmentDto {
|
|
|
6287
6300
|
subCurrencyDeltas: Record<string, number>
|
|
6288
6301
|
progressionCounterId: string
|
|
6289
6302
|
dropTableId: string
|
|
6303
|
+
results: LolCosmeticsChemtechShoppeDropsRollResultsDto
|
|
6290
6304
|
}
|
|
6291
6305
|
|
|
6292
6306
|
export interface LolCosmeticsGameDataCompanion {
|
|
@@ -6621,6 +6635,8 @@ export interface LolCosmeticsStoreDto {
|
|
|
6621
6635
|
name: string
|
|
6622
6636
|
catalogEntries: LolCosmeticsCatalogEntryDto[]
|
|
6623
6637
|
displayMetadata: unknown
|
|
6638
|
+
startTime: string
|
|
6639
|
+
endTime: string
|
|
6624
6640
|
}
|
|
6625
6641
|
|
|
6626
6642
|
export interface LolCosmeticsStoresResponse {
|
|
@@ -6728,6 +6744,7 @@ export interface LolCosmeticsTFTRotationalShopConfig {
|
|
|
6728
6744
|
navs: LolCosmeticsTFTRotationalShopNavConfig[]
|
|
6729
6745
|
refund: LolCosmeticsTFTRotationalShopRefundConfig
|
|
6730
6746
|
littleLegendsUpgradeEnabled: boolean
|
|
6747
|
+
eventsStoreEnabled: boolean
|
|
6731
6748
|
}
|
|
6732
6749
|
|
|
6733
6750
|
export interface LolCosmeticsTFTRotationalShopNavConfig {
|
|
@@ -7616,6 +7633,8 @@ export interface LolEventHubActivityCenterMilestones {
|
|
|
7616
7633
|
/** @format uint32 */
|
|
7617
7634
|
queueId: number
|
|
7618
7635
|
localizedLogo: string
|
|
7636
|
+
localizedEventSubtitle: string
|
|
7637
|
+
localizedHelpUrl: string
|
|
7619
7638
|
backgroundImage: string
|
|
7620
7639
|
helpModalImage: string
|
|
7621
7640
|
objectiveBannerImage: string
|
|
@@ -7973,6 +7992,8 @@ export interface LolEventHubEventInfoUIData {
|
|
|
7973
7992
|
progressEndDate: string
|
|
7974
7993
|
endDate: string
|
|
7975
7994
|
localizedLogo: string
|
|
7995
|
+
localizedEventSubtitle: string
|
|
7996
|
+
localizedHelpUrl: string
|
|
7976
7997
|
objectiveCard: LolEventHubObjectiveCard
|
|
7977
7998
|
/** @format int32 */
|
|
7978
7999
|
currentTokenBalance: number
|
|
@@ -8526,6 +8547,7 @@ export interface LolEventHubNavigationButtonUIData {
|
|
|
8526
8547
|
showGlow: boolean
|
|
8527
8548
|
iconPath: string
|
|
8528
8549
|
eventName: string
|
|
8550
|
+
eventType: string
|
|
8529
8551
|
}
|
|
8530
8552
|
|
|
8531
8553
|
export interface LolEventHubNextRewardUIData {
|
|
@@ -9715,6 +9737,7 @@ export interface LolGameflowGameflowGameData {
|
|
|
9715
9737
|
teamTwo: unknown[]
|
|
9716
9738
|
playerChampionSelections: unknown[]
|
|
9717
9739
|
spectatorsAllowed: boolean
|
|
9740
|
+
spectatorKey: string
|
|
9718
9741
|
}
|
|
9719
9742
|
|
|
9720
9743
|
export interface LolGameflowGameflowGameDodge {
|
|
@@ -10991,21 +11014,8 @@ export interface LolLeaverBusterSummoner {
|
|
|
10991
11014
|
sumId: number
|
|
10992
11015
|
}
|
|
10993
11016
|
|
|
10994
|
-
export interface LolLicenseAgreementLicenseAgreement {
|
|
10995
|
-
id: string
|
|
10996
|
-
licenseType: LolLicenseAgreementLicenseAgreementType
|
|
10997
|
-
text: string
|
|
10998
|
-
}
|
|
10999
|
-
|
|
11000
11017
|
export type LolLicenseAgreementLicenseAgreementType = "TermsOfUse" | "PrivacyNotice"
|
|
11001
11018
|
|
|
11002
|
-
export type LolLicenseAgreementLicenseServeLocation = "External" | "Local" | "Preparing"
|
|
11003
|
-
|
|
11004
|
-
export interface LolLicenseAgreementPluginRegionLocaleChangedEvent {
|
|
11005
|
-
region: string
|
|
11006
|
-
locale: string
|
|
11007
|
-
}
|
|
11008
|
-
|
|
11009
11019
|
export interface LolLoadoutsAccessTokenResource {
|
|
11010
11020
|
token: string
|
|
11011
11021
|
scopes: string[]
|
|
@@ -13604,6 +13614,31 @@ export interface LolMarketplaceCatalogEntryDto {
|
|
|
13604
13614
|
purchaseLimits: LolMarketplaceVelocityLimitDeltaDto[]
|
|
13605
13615
|
}
|
|
13606
13616
|
|
|
13617
|
+
export interface LolMarketplaceChemtechShoppeDropsFulfillmentDto {
|
|
13618
|
+
/** @format int64 */
|
|
13619
|
+
delta: number
|
|
13620
|
+
/** @format int64 */
|
|
13621
|
+
finalDelta: number
|
|
13622
|
+
name: string
|
|
13623
|
+
/** @format int64 */
|
|
13624
|
+
maxQuantity: number
|
|
13625
|
+
/** @format int64 */
|
|
13626
|
+
ownedQuantity: number
|
|
13627
|
+
ownershipCompensationMode: string
|
|
13628
|
+
itemTypeId: string
|
|
13629
|
+
itemId: string
|
|
13630
|
+
currencyId: string
|
|
13631
|
+
subCurrencyDeltas: Record<string, number>
|
|
13632
|
+
}
|
|
13633
|
+
|
|
13634
|
+
export interface LolMarketplaceChemtechShoppeDropsRollDto {
|
|
13635
|
+
fulfillments: LolMarketplaceChemtechShoppeDropsFulfillmentDto[]
|
|
13636
|
+
}
|
|
13637
|
+
|
|
13638
|
+
export interface LolMarketplaceChemtechShoppeDropsRollResultsDto {
|
|
13639
|
+
rolls: LolMarketplaceChemtechShoppeDropsRollDto[]
|
|
13640
|
+
}
|
|
13641
|
+
|
|
13607
13642
|
export interface LolMarketplaceEntitlementDto {
|
|
13608
13643
|
id: string
|
|
13609
13644
|
label: string
|
|
@@ -13649,6 +13684,7 @@ export interface LolMarketplaceFulfillmentDto {
|
|
|
13649
13684
|
subCurrencyDeltas: Record<string, number>
|
|
13650
13685
|
progressionCounterId: string
|
|
13651
13686
|
dropTableId: string
|
|
13687
|
+
results: LolMarketplaceChemtechShoppeDropsRollResultsDto
|
|
13652
13688
|
}
|
|
13653
13689
|
|
|
13654
13690
|
export interface LolMarketplaceGameDataCompanion {
|
|
@@ -13861,6 +13897,8 @@ export interface LolMarketplaceStoreDto {
|
|
|
13861
13897
|
name: string
|
|
13862
13898
|
catalogEntries: LolMarketplaceCatalogEntryDto[]
|
|
13863
13899
|
displayMetadata: unknown
|
|
13900
|
+
startTime: string
|
|
13901
|
+
endTime: string
|
|
13864
13902
|
}
|
|
13865
13903
|
|
|
13866
13904
|
export interface LolMarketplaceStoresResponse {
|
|
@@ -13878,6 +13916,7 @@ export interface LolMarketplaceTFTRotationalShopConfig {
|
|
|
13878
13916
|
navs: LolMarketplaceTFTRotationalShopNavConfig[]
|
|
13879
13917
|
refund: LolMarketplaceTFTRotationalShopRefundConfig
|
|
13880
13918
|
littleLegendsUpgradeEnabled: boolean
|
|
13919
|
+
eventsStoreEnabled: boolean
|
|
13881
13920
|
}
|
|
13882
13921
|
|
|
13883
13922
|
export interface LolMarketplaceTFTRotationalShopNavConfig {
|
|
@@ -18121,9 +18160,19 @@ export interface LolRankedAchievedTier {
|
|
|
18121
18160
|
division: number
|
|
18122
18161
|
}
|
|
18123
18162
|
|
|
18163
|
+
export interface LolRankedEndOfGamePlayer {
|
|
18164
|
+
puuid: string
|
|
18165
|
+
}
|
|
18166
|
+
|
|
18124
18167
|
export interface LolRankedEndOfGameStatsBlock {
|
|
18125
18168
|
/** @format uint64 */
|
|
18126
18169
|
gameId: number
|
|
18170
|
+
ranked: boolean
|
|
18171
|
+
teams: LolRankedEndOfGameTeam[]
|
|
18172
|
+
}
|
|
18173
|
+
|
|
18174
|
+
export interface LolRankedEndOfGameTeam {
|
|
18175
|
+
players: LolRankedEndOfGamePlayer[]
|
|
18127
18176
|
}
|
|
18128
18177
|
|
|
18129
18178
|
export interface LolRankedEosNotificationResource {
|
|
@@ -18234,6 +18283,7 @@ export interface LolRankedLcuLeagueNotification {
|
|
|
18234
18283
|
wins: number
|
|
18235
18284
|
/** @format int32 */
|
|
18236
18285
|
losses: number
|
|
18286
|
+
leaguePointsChangeBreakdown: Record<string, number>
|
|
18237
18287
|
}
|
|
18238
18288
|
|
|
18239
18289
|
export type LolRankedLeagueDivision = "NA" | "V" | "IV" | "III" | "II" | "I"
|
|
@@ -18343,6 +18393,7 @@ export interface LolRankedLeagueNotification {
|
|
|
18343
18393
|
wins: number
|
|
18344
18394
|
/** @format int32 */
|
|
18345
18395
|
losses: number
|
|
18396
|
+
leaguePointsChangeBreakdown: Record<string, number>
|
|
18346
18397
|
}
|
|
18347
18398
|
|
|
18348
18399
|
export interface LolRankedLeagueNotifications {
|
|
@@ -20328,6 +20379,8 @@ export interface LolSettingsVNGStatusResponse {
|
|
|
20328
20379
|
|
|
20329
20380
|
export interface LolShoppefrontBulkPurchaseRequest {
|
|
20330
20381
|
purchaseItems: LolShoppefrontPurchaseRequest[]
|
|
20382
|
+
/** @format uint32 */
|
|
20383
|
+
purchaseTimeOut: number
|
|
20331
20384
|
}
|
|
20332
20385
|
|
|
20333
20386
|
export interface LolShoppefrontPurchaseRequest {
|
|
@@ -20336,6 +20389,8 @@ export interface LolShoppefrontPurchaseRequest {
|
|
|
20336
20389
|
/** @format uint32 */
|
|
20337
20390
|
quantity: number
|
|
20338
20391
|
paymentOptions: string[]
|
|
20392
|
+
/** @format uint32 */
|
|
20393
|
+
purchaseTimeOut: number
|
|
20339
20394
|
}
|
|
20340
20395
|
|
|
20341
20396
|
export interface LolShoppefrontPurchaseResponse {
|
|
@@ -21472,6 +21527,10 @@ export interface LolSummonerProfilesHonorView {
|
|
|
21472
21527
|
redemptions: LolSummonerProfilesRedemption[]
|
|
21473
21528
|
}
|
|
21474
21529
|
|
|
21530
|
+
export interface LolSummonerProfilesLolEosRewardView {
|
|
21531
|
+
rewardIds: string[]
|
|
21532
|
+
}
|
|
21533
|
+
|
|
21475
21534
|
export interface LolSummonerProfilesPrivacyView {
|
|
21476
21535
|
anonymityEnabled: boolean
|
|
21477
21536
|
nameOnlyAnonymityEnabled: boolean
|
|
@@ -22925,6 +22984,8 @@ export interface LolTftPassActivityCenterMilestones {
|
|
|
22925
22984
|
/** @format uint32 */
|
|
22926
22985
|
queueId: number
|
|
22927
22986
|
localizedLogo: string
|
|
22987
|
+
localizedEventSubtitle: string
|
|
22988
|
+
localizedHelpUrl: string
|
|
22928
22989
|
backgroundImage: string
|
|
22929
22990
|
helpModalImage: string
|
|
22930
22991
|
objectiveBannerImage: string
|
|
@@ -23086,6 +23147,8 @@ export interface LolTftPassEventInfoUIData {
|
|
|
23086
23147
|
progressEndDate: string
|
|
23087
23148
|
endDate: string
|
|
23088
23149
|
localizedLogo: string
|
|
23150
|
+
localizedEventSubtitle: string
|
|
23151
|
+
localizedHelpUrl: string
|
|
23089
23152
|
objectiveCard: LolTftPassObjectiveCard
|
|
23090
23153
|
/** @format int32 */
|
|
23091
23154
|
currentTokenBalance: number
|
|
@@ -24636,14 +24699,18 @@ export interface LolTftTrovesChemtechShoppeDropTableOddsTreeDto {
|
|
|
24636
24699
|
}
|
|
24637
24700
|
|
|
24638
24701
|
export interface LolTftTrovesChemtechShoppeDropTableOddsTreeHierarchyDto {
|
|
24639
|
-
|
|
24702
|
+
edges: LolTftTrovesChemtechShoppeDropTableOddsTreeHierarchyEdgeDto[]
|
|
24703
|
+
}
|
|
24704
|
+
|
|
24705
|
+
export interface LolTftTrovesChemtechShoppeDropTableOddsTreeHierarchyEdgeDto {
|
|
24706
|
+
targetNodeId: string
|
|
24707
|
+
/** @format double */
|
|
24708
|
+
odds: number
|
|
24640
24709
|
}
|
|
24641
24710
|
|
|
24642
24711
|
export interface LolTftTrovesChemtechShoppeDropTableOddsTreeNodeDto {
|
|
24643
24712
|
id: string
|
|
24644
24713
|
name: string
|
|
24645
|
-
/** @format double */
|
|
24646
|
-
odds: number
|
|
24647
24714
|
/** @format uint32 */
|
|
24648
24715
|
displayPriority: number
|
|
24649
24716
|
sourceId: string
|
|
@@ -24659,6 +24726,31 @@ export interface LolTftTrovesChemtechShoppeDropTableOddsTreeResultDto {
|
|
|
24659
24726
|
data: LolTftTrovesChemtechShoppeDropTableOddsTreeDto
|
|
24660
24727
|
}
|
|
24661
24728
|
|
|
24729
|
+
export interface LolTftTrovesChemtechShoppeDropsFulfillmentDto {
|
|
24730
|
+
/** @format int64 */
|
|
24731
|
+
delta: number
|
|
24732
|
+
/** @format int64 */
|
|
24733
|
+
finalDelta: number
|
|
24734
|
+
name: string
|
|
24735
|
+
/** @format int64 */
|
|
24736
|
+
maxQuantity: number
|
|
24737
|
+
/** @format int64 */
|
|
24738
|
+
ownedQuantity: number
|
|
24739
|
+
ownershipCompensationMode: string
|
|
24740
|
+
itemTypeId: string
|
|
24741
|
+
itemId: string
|
|
24742
|
+
currencyId: string
|
|
24743
|
+
subCurrencyDeltas: Record<string, number>
|
|
24744
|
+
}
|
|
24745
|
+
|
|
24746
|
+
export interface LolTftTrovesChemtechShoppeDropsRollDto {
|
|
24747
|
+
fulfillments: LolTftTrovesChemtechShoppeDropsFulfillmentDto[]
|
|
24748
|
+
}
|
|
24749
|
+
|
|
24750
|
+
export interface LolTftTrovesChemtechShoppeDropsRollResultsDto {
|
|
24751
|
+
rolls: LolTftTrovesChemtechShoppeDropsRollDto[]
|
|
24752
|
+
}
|
|
24753
|
+
|
|
24662
24754
|
export interface LolTftTrovesCompanionData {
|
|
24663
24755
|
name: string
|
|
24664
24756
|
contentId: string
|
|
@@ -24792,6 +24884,7 @@ export interface LolTftTrovesFulfillmentDto {
|
|
|
24792
24884
|
subCurrencyDeltas: Record<string, number>
|
|
24793
24885
|
progressionCounterId: string
|
|
24794
24886
|
dropTableId: string
|
|
24887
|
+
results: LolTftTrovesChemtechShoppeDropsRollResultsDto
|
|
24795
24888
|
}
|
|
24796
24889
|
|
|
24797
24890
|
export interface LolTftTrovesGameDataCompanion {
|
|
@@ -25188,6 +25281,8 @@ export interface LolTftTrovesStoreDto {
|
|
|
25188
25281
|
name: string
|
|
25189
25282
|
catalogEntries: LolTftTrovesCatalogEntryDto[]
|
|
25190
25283
|
displayMetadata: unknown
|
|
25284
|
+
startTime: string
|
|
25285
|
+
endTime: string
|
|
25191
25286
|
}
|
|
25192
25287
|
|
|
25193
25288
|
export interface LolTftTrovesStoresResponse {
|
|
@@ -25205,6 +25300,7 @@ export interface LolTftTrovesTFTRotationalShopConfig {
|
|
|
25205
25300
|
navs: LolTftTrovesTFTRotationalShopNavConfig[]
|
|
25206
25301
|
refund: LolTftTrovesTFTRotationalShopRefundConfig
|
|
25207
25302
|
littleLegendsUpgradeEnabled: boolean
|
|
25303
|
+
eventsStoreEnabled: boolean
|
|
25208
25304
|
}
|
|
25209
25305
|
|
|
25210
25306
|
export interface LolTftTrovesTFTRotationalShopNavConfig {
|
|
@@ -25273,7 +25369,7 @@ export interface LolTftTrovesTrovesBanner {
|
|
|
25273
25369
|
isCollectorBounty: boolean
|
|
25274
25370
|
/** @format uint32 */
|
|
25275
25371
|
maxTotalRolls: number
|
|
25276
|
-
/** @format
|
|
25372
|
+
/** @format uint64 */
|
|
25277
25373
|
pullCost: number
|
|
25278
25374
|
chaseContentIds: string[]
|
|
25279
25375
|
prestigeContentIds: string[]
|
|
@@ -25281,6 +25377,9 @@ export interface LolTftTrovesTrovesBanner {
|
|
|
25281
25377
|
status: LolTftTrovesTrovesStatus
|
|
25282
25378
|
bountyType: string
|
|
25283
25379
|
videoId: string
|
|
25380
|
+
storeId: string
|
|
25381
|
+
catalogEntryId: string
|
|
25382
|
+
paymentOptionsKeys: string[]
|
|
25284
25383
|
}
|
|
25285
25384
|
|
|
25286
25385
|
export interface LolTftTrovesTrovesCelebrationCurrencySegmentData {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hasagi/types",
|
|
3
|
-
"version": "15.
|
|
4
|
-
"_clientVersion": "15.
|
|
3
|
+
"version": "15.21.1",
|
|
4
|
+
"_clientVersion": "15.21.720.4234",
|
|
5
5
|
"description": "This package contains auto-generated LCU types and endpoints.",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"update-deps": "npm i @hasagi/core@latest @hasagi/schema@latest @hasagi/cli@latest axios@latest -d",
|