@hasagi/types 15.22.1 → 15.23.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 +5 -2
- package/dist/lcu-events.d.ts +29 -39
- package/dist/lcu-types.d.ts +53 -7
- package/package.json +2 -2
package/dist/lcu-endpoints.d.ts
CHANGED
|
@@ -420,6 +420,9 @@ export interface LCUEndpoints {
|
|
|
420
420
|
"/lol-catalog/v1/items": {
|
|
421
421
|
get: { path: never, params: { "inventoryType": string, "itemIds": number[] }, body: never, response: LCUTypes.LolCatalogItemChoiceDetails[] }
|
|
422
422
|
},
|
|
423
|
+
"/lol-catalog/v1/items/{bundleId}/related-items": {
|
|
424
|
+
get: { path: [bundleId: number], params: never, body: never, response: LCUTypes.LolCatalogCatalogPluginItemWithDetails[] }
|
|
425
|
+
},
|
|
423
426
|
"/lol-catalog/v1/items/{inventoryType}": {
|
|
424
427
|
get: { path: [inventoryType: string], params: never, body: never, response: LCUTypes.LolCatalogCatalogPluginItem[] }
|
|
425
428
|
},
|
|
@@ -1969,8 +1972,8 @@ export interface LCUEndpoints {
|
|
|
1969
1972
|
"/lol-purchase-widget/v1/configuration": {
|
|
1970
1973
|
get: { path: never, params: never, body: never, response: LCUTypes.LolPurchaseWidgetPurchaseWidgetConfig }
|
|
1971
1974
|
},
|
|
1972
|
-
"/lol-purchase-widget/v1/items/{
|
|
1973
|
-
get: { path: [
|
|
1975
|
+
"/lol-purchase-widget/v1/items/{itemId}/related-bundles": {
|
|
1976
|
+
get: { path: [itemId: number], params: { "inventoryType": string }, body: never, response: LCUTypes.LolPurchaseWidgetCatalogPluginItemWithDetails[] }
|
|
1974
1977
|
},
|
|
1975
1978
|
"/lol-purchase-widget/v1/order-notifications": {
|
|
1976
1979
|
get: { path: never, params: never, body: never, response: LCUTypes.LolPurchaseWidgetOrderNotificationResource[] }
|
package/dist/lcu-events.d.ts
CHANGED
|
@@ -24,13 +24,14 @@ 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,
|
|
27
28
|
"OnJsonApiEvent_lol-active-boosts_v1_active-boosts": LCUTypes.PluginResourceEvent,
|
|
28
29
|
"OnJsonApiEvent_lol-activity-center_v1_ready": LCUTypes.PluginResourceEvent,
|
|
29
30
|
"OnJsonApiEvent_lol-anti-addiction_v1_anti-addiction-token": LCUTypes.PluginResourceEvent,
|
|
30
31
|
"OnJsonApiEvent_lol-cap-missions_v1_ready": LCUTypes.PluginResourceEvent,
|
|
32
|
+
"OnJsonApiEvent_lol-catalog_v1_items": LCUTypes.PluginResourceEvent,
|
|
31
33
|
"OnJsonApiEvent_lol-challenges_v1_client-state": LCUTypes.PluginResourceEvent,
|
|
32
34
|
"OnJsonApiEvent_lol-challenges_v1_seasons": LCUTypes.PluginResourceEvent,
|
|
33
|
-
"OnJsonApiEvent_lol-challenges_v1_summary-player-data": LCUTypes.PluginResourceEvent,
|
|
34
35
|
"OnJsonApiEvent_lol-champ-select-legacy_v1_bannable-champion-ids": LCUTypes.PluginResourceEvent,
|
|
35
36
|
"OnJsonApiEvent_lol-champ-select-legacy_v1_current-champion": LCUTypes.PluginResourceEvent,
|
|
36
37
|
"OnJsonApiEvent_lol-champ-select-legacy_v1_disabled-champion-ids": LCUTypes.PluginResourceEvent,
|
|
@@ -296,7 +297,6 @@ export interface LCUWebSocketEvents {
|
|
|
296
297
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_PremiumTicketsEnabled": LCUTypes.PluginResourceEvent,
|
|
297
298
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_ScoutingEnabled": LCUTypes.PluginResourceEvent,
|
|
298
299
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_StorePageLink": LCUTypes.PluginResourceEvent,
|
|
299
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_SubstitutionEnabled": LCUTypes.PluginResourceEvent,
|
|
300
300
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_ThirdPartyInvitesEnabled": LCUTypes.PluginResourceEvent,
|
|
301
301
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_TutorialEnabled": LCUTypes.PluginResourceEvent,
|
|
302
302
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ClashConfig_Visibility": LCUTypes.PluginResourceEvent,
|
|
@@ -368,6 +368,7 @@ export interface LCUWebSocketEvents {
|
|
|
368
368
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_CustomGame": LCUTypes.PluginResourceEvent,
|
|
369
369
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_CustomGame_BotsAvailableInAram": LCUTypes.PluginResourceEvent,
|
|
370
370
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_CustomGame_MinorRestrictionsEnabled": LCUTypes.PluginResourceEvent,
|
|
371
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampion": LCUTypes.PluginResourceEvent,
|
|
371
372
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampionSkins": LCUTypes.PluginResourceEvent,
|
|
372
373
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampionSkins_DisabledChampionSkins": LCUTypes.PluginResourceEvent,
|
|
373
374
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampionSkins_DisabledChromas": LCUTypes.PluginResourceEvent,
|
|
@@ -395,6 +396,7 @@ export interface LCUWebSocketEvents {
|
|
|
395
396
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_GAMEMODEX": LCUTypes.PluginResourceEvent,
|
|
396
397
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_HEXAKILL": LCUTypes.PluginResourceEvent,
|
|
397
398
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_KINGPORO": LCUTypes.PluginResourceEvent,
|
|
399
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_KINGPORO-5X5": LCUTypes.PluginResourceEvent,
|
|
398
400
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_KING_PORO": LCUTypes.PluginResourceEvent,
|
|
399
401
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_KIWI": LCUTypes.PluginResourceEvent,
|
|
400
402
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_LNY23_TFT": LCUTypes.PluginResourceEvent,
|
|
@@ -406,6 +408,9 @@ export interface LCUWebSocketEvents {
|
|
|
406
408
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_NORMAL_3x3": LCUTypes.PluginResourceEvent,
|
|
407
409
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_NORMAL_TFT": LCUTypes.PluginResourceEvent,
|
|
408
410
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODIN": LCUTypes.PluginResourceEvent,
|
|
411
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODINBOT": LCUTypes.PluginResourceEvent,
|
|
412
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODINBOT-5x5": LCUTypes.PluginResourceEvent,
|
|
413
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODINBOT_5x5": LCUTypes.PluginResourceEvent,
|
|
409
414
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODIN_UNRANKED": LCUTypes.PluginResourceEvent,
|
|
410
415
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ODYSSEY": LCUTypes.PluginResourceEvent,
|
|
411
416
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_ONEFORALL": LCUTypes.PluginResourceEvent,
|
|
@@ -415,6 +420,8 @@ export interface LCUWebSocketEvents {
|
|
|
415
420
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_PVE_PUZZLE_TFT": LCUTypes.PluginResourceEvent,
|
|
416
421
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_FLEX_SR": LCUTypes.PluginResourceEvent,
|
|
417
422
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_FLEX_TT": LCUTypes.PluginResourceEvent,
|
|
423
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_PREMADE_3x3": LCUTypes.PluginResourceEvent,
|
|
424
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_PREMADE_5x5": LCUTypes.PluginResourceEvent,
|
|
418
425
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_SOLO_5x5": LCUTypes.PluginResourceEvent,
|
|
419
426
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_TEAM_3x3": LCUTypes.PluginResourceEvent,
|
|
420
427
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_DisabledChampions_RANKED_TEAM_5x5": LCUTypes.PluginResourceEvent,
|
|
@@ -488,14 +495,14 @@ export interface LCUWebSocketEvents {
|
|
|
488
495
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Emotes": LCUTypes.PluginResourceEvent,
|
|
489
496
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Emotes_IsEmotePanelEnabled": LCUTypes.PluginResourceEvent,
|
|
490
497
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Emotes_IsEmoteTutorialModalEnabled": LCUTypes.PluginResourceEvent,
|
|
498
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings": LCUTypes.PluginResourceEvent,
|
|
499
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_GiftRecipientLevelMin": LCUTypes.PluginResourceEvent,
|
|
500
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_GiftSenderLevelMin": LCUTypes.PluginResourceEvent,
|
|
501
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_GiftSenderRPMax": LCUTypes.PluginResourceEvent,
|
|
502
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_RecipientGiftDailyMax": LCUTypes.PluginResourceEvent,
|
|
503
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGiftSettings_SenderGiftDailyMax": LCUTypes.PluginResourceEvent,
|
|
491
504
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGifting": LCUTypes.PluginResourceEvent,
|
|
492
505
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndOfGameGifting_Enabled": LCUTypes.PluginResourceEvent,
|
|
493
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndofGameGiftSettings": LCUTypes.PluginResourceEvent,
|
|
494
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndofGameGiftSettings_GiftRecipientLevelMin": LCUTypes.PluginResourceEvent,
|
|
495
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndofGameGiftSettings_GiftSenderLevelMin": LCUTypes.PluginResourceEvent,
|
|
496
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndofGameGiftSettings_GiftSenderRPMax": LCUTypes.PluginResourceEvent,
|
|
497
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndofGameGiftSettings_RecipientGiftDailyMax": LCUTypes.PluginResourceEvent,
|
|
498
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EndofGameGiftSettings_SenderGiftDailyMax": LCUTypes.PluginResourceEvent,
|
|
499
506
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EoGReporting": LCUTypes.PluginResourceEvent,
|
|
500
507
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_EoGReporting_GameAgnosticReportingTrinary": LCUTypes.PluginResourceEvent,
|
|
501
508
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Esports_NotificationsAssetMagickURL": LCUTypes.PluginResourceEvent,
|
|
@@ -527,6 +534,8 @@ export interface LCUWebSocketEvents {
|
|
|
527
534
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameTimerSync": LCUTypes.PluginResourceEvent,
|
|
528
535
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameTimerSync_Enabled": LCUTypes.PluginResourceEvent,
|
|
529
536
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GameTimerSync_PercentOfTotalTimerToSyncAt": LCUTypes.PluginResourceEvent,
|
|
537
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Gameflow": LCUTypes.PluginResourceEvent,
|
|
538
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Gameflow_ForceGameLocaleAsEnglish": LCUTypes.PluginResourceEvent,
|
|
530
539
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Gameflow_ShouldSendRiotClientHeartBeat": LCUTypes.PluginResourceEvent,
|
|
531
540
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GeoInfo": LCUTypes.PluginResourceEvent,
|
|
532
541
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_GuestSlots": LCUTypes.PluginResourceEvent,
|
|
@@ -537,6 +546,8 @@ export interface LCUWebSocketEvents {
|
|
|
537
546
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor_Enabled": LCUTypes.PluginResourceEvent,
|
|
538
547
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor_Honor2018Enabled": LCUTypes.PluginResourceEvent,
|
|
539
548
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Honor_SecondsToVote": LCUTypes.PluginResourceEvent,
|
|
549
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_IconConfig": LCUTypes.PluginResourceEvent,
|
|
550
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_IconConfig_EnabledState": LCUTypes.PluginResourceEvent,
|
|
540
551
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Inventory": LCUTypes.PluginResourceEvent,
|
|
541
552
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Inventory_BaseServiceUrl": LCUTypes.PluginResourceEvent,
|
|
542
553
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Inventory_Enabled": LCUTypes.PluginResourceEvent,
|
|
@@ -557,8 +568,6 @@ export interface LCUWebSocketEvents {
|
|
|
557
568
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUACS": LCUTypes.PluginResourceEvent,
|
|
558
569
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUACS_Endpoint": LCUTypes.PluginResourceEvent,
|
|
559
570
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUACS_UseIdTokens": LCUTypes.PluginResourceEvent,
|
|
560
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAlphaShutdown": LCUTypes.PluginResourceEvent,
|
|
561
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAlphaShutdown_Countdown": LCUTypes.PluginResourceEvent,
|
|
562
571
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections": LCUTypes.PluginResourceEvent,
|
|
563
572
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_Enabled": LCUTypes.PluginResourceEvent,
|
|
564
573
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUAugmentsVisible": LCUTypes.PluginResourceEvent,
|
|
@@ -569,9 +578,6 @@ export interface LCUWebSocketEvents {
|
|
|
569
578
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUPerksVisible": LCUTypes.PluginResourceEvent,
|
|
570
579
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCURunesVisible": LCUTypes.PluginResourceEvent,
|
|
571
580
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUCollections_LCUSkinsViewerEnabled": LCUTypes.PluginResourceEvent,
|
|
572
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUMatchHistory": LCUTypes.PluginResourceEvent,
|
|
573
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUMatchHistory_Enabled": LCUTypes.PluginResourceEvent,
|
|
574
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUMatchHistory_MatchHistoryWebURL": LCUTypes.PluginResourceEvent,
|
|
575
581
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore": LCUTypes.PluginResourceEvent,
|
|
576
582
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_CanQueryInactiveItems": LCUTypes.PluginResourceEvent,
|
|
577
583
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_DisableCapRMS": LCUTypes.PluginResourceEvent,
|
|
@@ -587,10 +593,9 @@ export interface LCUWebSocketEvents {
|
|
|
587
593
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCUStore_UseRsoAccessToken": LCUTypes.PluginResourceEvent,
|
|
588
594
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCU_AirClientAlphaInviteEnabled": LCUTypes.PluginResourceEvent,
|
|
589
595
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LCU_AirClientAlphaInviteURL": LCUTypes.PluginResourceEvent,
|
|
596
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAlphaShutdown": LCUTypes.PluginResourceEvent,
|
|
597
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAlphaShutdown_Countdown": LCUTypes.PluginResourceEvent,
|
|
590
598
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAlphaShutdown_Enabled": LCUTypes.PluginResourceEvent,
|
|
591
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAutoLogout": LCUTypes.PluginResourceEvent,
|
|
592
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAutoLogout_IdleExitAfterWarningMinutes": LCUTypes.PluginResourceEvent,
|
|
593
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuAutoLogout_IdleWarningMinutes": LCUTypes.PluginResourceEvent,
|
|
594
599
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuBuddySpectate": LCUTypes.PluginResourceEvent,
|
|
595
600
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuBuddySpectate_Enabled": LCUTypes.PluginResourceEvent,
|
|
596
601
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LcuChampionDetails": LCUTypes.PluginResourceEvent,
|
|
@@ -751,6 +756,7 @@ export interface LCUWebSocketEvents {
|
|
|
751
756
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_EosNotificationsEnabled": LCUTypes.PluginResourceEvent,
|
|
752
757
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_FlexRestrictionModalEnabled": LCUTypes.PluginResourceEvent,
|
|
753
758
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_IsGlobalNotificationsEnabled": LCUTypes.PluginResourceEvent,
|
|
759
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_IsSplitStartModalEnabled": LCUTypes.PluginResourceEvent,
|
|
754
760
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_JWTEnabled": LCUTypes.PluginResourceEvent,
|
|
755
761
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_LeagueServiceEnabled": LCUTypes.PluginResourceEvent,
|
|
756
762
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LeagueConfig_MasterTierEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -828,11 +834,6 @@ export interface LCUWebSocketEvents {
|
|
|
828
834
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestBundleDiscount3": LCUTypes.PluginResourceEvent,
|
|
829
835
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestBundleDiscount4": LCUTypes.PluginResourceEvent,
|
|
830
836
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestBundleDiscount5": LCUTypes.PluginResourceEvent,
|
|
831
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestsBundleId1": LCUTypes.PluginResourceEvent,
|
|
832
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestsBundleId2": LCUTypes.PluginResourceEvent,
|
|
833
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestsBundleId3": LCUTypes.PluginResourceEvent,
|
|
834
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestsBundleId4": LCUTypes.PluginResourceEvent,
|
|
835
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_ChestsBundleId5": LCUTypes.PluginResourceEvent,
|
|
836
837
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EnableMythicEssenceDisplay": LCUTypes.PluginResourceEvent,
|
|
837
838
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_Enabled": LCUTypes.PluginResourceEvent,
|
|
838
839
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_EventChestBundleId1": LCUTypes.PluginResourceEvent,
|
|
@@ -854,11 +855,6 @@ export interface LCUWebSocketEvents {
|
|
|
854
855
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_PurchaseChestsEnabled": LCUTypes.PluginResourceEvent,
|
|
855
856
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_Visible": LCUTypes.PluginResourceEvent,
|
|
856
857
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootConfig_WorldsTokensEnabled": LCUTypes.PluginResourceEvent,
|
|
857
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootService": LCUTypes.PluginResourceEvent,
|
|
858
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootService_Enabled": LCUTypes.PluginResourceEvent,
|
|
859
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootService_NewPlayerChestEnabled": LCUTypes.PluginResourceEvent,
|
|
860
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootService_PurchaseChestsEnabled": LCUTypes.PluginResourceEvent,
|
|
861
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_LootService_Visible": LCUTypes.PluginResourceEvent,
|
|
862
858
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Masteries": LCUTypes.PluginResourceEvent,
|
|
863
859
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Masteries_ShowPointsResetMessage": LCUTypes.PluginResourceEvent,
|
|
864
860
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Missions": LCUTypes.PluginResourceEvent,
|
|
@@ -883,6 +879,7 @@ export interface LCUWebSocketEvents {
|
|
|
883
879
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Navigation_NavBarDisplayMode": LCUTypes.PluginResourceEvent,
|
|
884
880
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Navigation_UseEnhancedMenu": LCUTypes.PluginResourceEvent,
|
|
885
881
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory": LCUTypes.PluginResourceEvent,
|
|
882
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_ACSEndpoint": LCUTypes.PluginResourceEvent,
|
|
886
883
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_Enabled": LCUTypes.PluginResourceEvent,
|
|
887
884
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_MatchHistoryWebURL": LCUTypes.PluginResourceEvent,
|
|
888
885
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_PostIPXPToLegSEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -891,12 +888,6 @@ export interface LCUWebSocketEvents {
|
|
|
891
888
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerIntro": LCUTypes.PluginResourceEvent,
|
|
892
889
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerIntro_IntroUrl": LCUTypes.PluginResourceEvent,
|
|
893
890
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerIntro_NewSummonerIconIds": LCUTypes.PluginResourceEvent,
|
|
894
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerLandingPage": LCUTypes.PluginResourceEvent,
|
|
895
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerLandingPage_ChampDisplayList": LCUTypes.PluginResourceEvent,
|
|
896
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerLandingPage_Enabled": LCUTypes.PluginResourceEvent,
|
|
897
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerLandingPage_LikeUsURL": LCUTypes.PluginResourceEvent,
|
|
898
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerLandingPage_MaxLevel": LCUTypes.PluginResourceEvent,
|
|
899
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerLandingPage_SubscribeURL": LCUTypes.PluginResourceEvent,
|
|
900
891
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerRouter": LCUTypes.PluginResourceEvent,
|
|
901
892
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerRouter_ABDisablingOfTutorial": LCUTypes.PluginResourceEvent,
|
|
902
893
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerRouter_QueueID": LCUTypes.PluginResourceEvent,
|
|
@@ -1123,6 +1114,9 @@ export interface LCUWebSocketEvents {
|
|
|
1123
1114
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Replays_ThirdPersonAccessibleGameQueues": LCUTypes.PluginResourceEvent,
|
|
1124
1115
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Rewards": LCUTypes.PluginResourceEvent,
|
|
1125
1116
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Rewards_Enabled": LCUTypes.PluginResourceEvent,
|
|
1117
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SLcuChampionSelecttring": LCUTypes.PluginResourceEvent,
|
|
1118
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SLcuChampionSelecttring_RandomChampionRateLimitInterval": LCUTypes.PluginResourceEvent,
|
|
1119
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SLcuChampionSelecttring_RandomChampionRateLimitMaxActions": LCUTypes.PluginResourceEvent,
|
|
1126
1120
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Sanitizer": LCUTypes.PluginResourceEvent,
|
|
1127
1121
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Sanitizer_Level1Unfilter": LCUTypes.PluginResourceEvent,
|
|
1128
1122
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SeasonReward": LCUTypes.PluginResourceEvent,
|
|
@@ -1145,7 +1139,6 @@ export interface LCUWebSocketEvents {
|
|
|
1145
1139
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_MatchHistoryUrlTemplate": LCUTypes.PluginResourceEvent,
|
|
1146
1140
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_ShareEndOfGameEnabled": LCUTypes.PluginResourceEvent,
|
|
1147
1141
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_ShareGameUrlTemplate": LCUTypes.PluginResourceEvent,
|
|
1148
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ShareMatchHistory_ShareMatchHistory": LCUTypes.PluginResourceEvent,
|
|
1149
1142
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinRentals": LCUTypes.PluginResourceEvent,
|
|
1150
1143
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinRentals_Enabled": LCUTypes.PluginResourceEvent,
|
|
1151
1144
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinsViewer": LCUTypes.PluginResourceEvent,
|
|
@@ -1153,7 +1146,6 @@ export interface LCUWebSocketEvents {
|
|
|
1153
1146
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SkinsViewer_VintageSkinSummonerIconConfig": LCUTypes.PluginResourceEvent,
|
|
1154
1147
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard": LCUTypes.PluginResourceEvent,
|
|
1155
1148
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_IsSocialLeaderboardEnabled": LCUTypes.PluginResourceEvent,
|
|
1156
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_LeaguesPuuidPageSize": LCUTypes.PluginResourceEvent,
|
|
1157
1149
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_MinsTillCacheExpiry": LCUTypes.PluginResourceEvent,
|
|
1158
1150
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_SecsTillAvailabilityCacheExpiry": LCUTypes.PluginResourceEvent,
|
|
1159
1151
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SocialLeaderboard_UseSocialLeaderboardLeaguesEndpoint": LCUTypes.PluginResourceEvent,
|
|
@@ -1171,7 +1163,9 @@ export interface LCUWebSocketEvents {
|
|
|
1171
1163
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_OnlineFriendsLimit": LCUTypes.PluginResourceEvent,
|
|
1172
1164
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_PreviousPremadesLimit": LCUTypes.PluginResourceEvent,
|
|
1173
1165
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_SuggestedPlayers_VictoriousComradesLimit": LCUTypes.PluginResourceEvent,
|
|
1166
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner": LCUTypes.PluginResourceEvent,
|
|
1174
1167
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_ConfigRefreshIntervalSeconds": LCUTypes.PluginResourceEvent,
|
|
1168
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_JWTEnabled": LCUTypes.PluginResourceEvent,
|
|
1175
1169
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_JWTMaxTimeoutSeconds": LCUTypes.PluginResourceEvent,
|
|
1176
1170
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_JWTMinTimeoutSeconds": LCUTypes.PluginResourceEvent,
|
|
1177
1171
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Summoner_SummonerProfileCacheEnabled": LCUTypes.PluginResourceEvent,
|
|
@@ -1179,7 +1173,6 @@ export interface LCUWebSocketEvents {
|
|
|
1179
1173
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBoost_AllSkinEnabled": LCUTypes.PluginResourceEvent,
|
|
1180
1174
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBoost_RandomSkinEnabled": LCUTypes.PluginResourceEvent,
|
|
1181
1175
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft": LCUTypes.PluginResourceEvent,
|
|
1182
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_ActionTimeoutRecoveryEnabled": LCUTypes.PluginResourceEvent,
|
|
1183
1176
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_EnableChampionSelectPreferences": LCUTypes.PluginResourceEvent,
|
|
1184
1177
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_EstimatedWaitAdjustmentEnabled": LCUTypes.PluginResourceEvent,
|
|
1185
1178
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_FillPrimaryWaitFactor": LCUTypes.PluginResourceEvent,
|
|
@@ -1187,6 +1180,7 @@ export interface LCUWebSocketEvents {
|
|
|
1187
1180
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_LogAllLCDSMessages": LCUTypes.PluginResourceEvent,
|
|
1188
1181
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_MidPrimaryWaitFactor": LCUTypes.PluginResourceEvent,
|
|
1189
1182
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SendAfkCheckMetricsEnabled": LCUTypes.PluginResourceEvent,
|
|
1183
|
+
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SendSummonerIconJwt": LCUTypes.PluginResourceEvent,
|
|
1190
1184
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_ServiceCallTimeoutMillis": LCUTypes.PluginResourceEvent,
|
|
1191
1185
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SkinPurchaseEnabled": LCUTypes.PluginResourceEvent,
|
|
1192
1186
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TeamBuilderDraft_SupportPrimaryWaitFactor": LCUTypes.PluginResourceEvent,
|
|
@@ -1197,8 +1191,6 @@ export interface LCUWebSocketEvents {
|
|
|
1197
1191
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TencentAntiAddiction": LCUTypes.PluginResourceEvent,
|
|
1198
1192
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TencentAntiAddiction_AntiAddictionUrl": LCUTypes.PluginResourceEvent,
|
|
1199
1193
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_TencentAntiAddiction_Enabled": LCUTypes.PluginResourceEvent,
|
|
1200
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Testing": LCUTypes.PluginResourceEvent,
|
|
1201
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Testing_Rcarter": LCUTypes.PluginResourceEvent,
|
|
1202
1194
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ThirdPartyVerification": LCUTypes.PluginResourceEvent,
|
|
1203
1195
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_ThirdPartyVerification_CAHServiceEnabled": LCUTypes.PluginResourceEvent,
|
|
1204
1196
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_Trophies": LCUTypes.PluginResourceEvent,
|
|
@@ -1226,7 +1218,6 @@ export interface LCUWebSocketEvents {
|
|
|
1226
1218
|
"OnJsonApiEvent_lol-publishing-content_v1_settings": LCUTypes.PluginResourceEvent,
|
|
1227
1219
|
"OnJsonApiEvent_lol-purchase-widget_v1_configuration": LCUTypes.PluginResourceEvent,
|
|
1228
1220
|
"OnJsonApiEvent_lol-purchase-widget_v3_purchase-offer-order-statuses": LCUTypes.PluginResourceEvent,
|
|
1229
|
-
"OnJsonApiEvent_lol-ranked_v1_cached-ranked-stats": LCUTypes.PluginResourceEvent,
|
|
1230
1221
|
"OnJsonApiEvent_lol-ranked_v1_challenger-ladders-enabled": LCUTypes.PluginResourceEvent,
|
|
1231
1222
|
"OnJsonApiEvent_lol-ranked_v1_current-ranked-stats": LCUTypes.PluginResourceEvent,
|
|
1232
1223
|
"OnJsonApiEvent_lol-ranked_v1_global-notifications": LCUTypes.PluginResourceEvent,
|
|
@@ -1254,7 +1245,6 @@ export interface LCUWebSocketEvents {
|
|
|
1254
1245
|
"OnJsonApiEvent_lol-shoppefront_v1_stores": LCUTypes.PluginResourceEvent,
|
|
1255
1246
|
"OnJsonApiEvent_lol-shutdown_v1_notification": LCUTypes.PluginResourceEvent,
|
|
1256
1247
|
"OnJsonApiEvent_lol-spectator_v1_spectate": LCUTypes.PluginResourceEvent,
|
|
1257
|
-
"OnJsonApiEvent_lol-statstones_v2_player-summary-self": LCUTypes.PluginResourceEvent,
|
|
1258
1248
|
"OnJsonApiEvent_lol-store_v1_getStoreUrl": LCUTypes.PluginResourceEvent,
|
|
1259
1249
|
"OnJsonApiEvent_lol-store_v1_store-ready": LCUTypes.PluginResourceEvent,
|
|
1260
1250
|
"OnJsonApiEvent_lol-suggested-players_v1_suggested-players": LCUTypes.PluginResourceEvent,
|
package/dist/lcu-types.d.ts
CHANGED
|
@@ -482,6 +482,7 @@ export interface ChemtechShoppe_DropsMultiRollResultsDto {
|
|
|
482
482
|
|
|
483
483
|
export interface ChemtechShoppe_DropsRollResultsDto {
|
|
484
484
|
fulfillments: unknown[]
|
|
485
|
+
rolledFulfillments: ChemtechShoppe_RolledFulfillmentWrapperDto[]
|
|
485
486
|
}
|
|
486
487
|
|
|
487
488
|
export interface ChemtechShoppe_FinalPurchaseUnitDto {
|
|
@@ -636,6 +637,12 @@ export interface ChemtechShoppe_RefundResponseDto {
|
|
|
636
637
|
notes: string[]
|
|
637
638
|
}
|
|
638
639
|
|
|
640
|
+
export interface ChemtechShoppe_RolledFulfillmentWrapperDto {
|
|
641
|
+
nodeId: string
|
|
642
|
+
nodeName: string
|
|
643
|
+
fulfillment: unknown
|
|
644
|
+
}
|
|
645
|
+
|
|
639
646
|
export interface ChemtechShoppe_RotatingStoreMetadataDto {
|
|
640
647
|
slots: ChemtechShoppe_RotatingStoreSlotMetadataDto[]
|
|
641
648
|
currRotationStartTime: string
|
|
@@ -1299,6 +1306,7 @@ export interface GameflowLcdsPlayerCredentialsDto {
|
|
|
1299
1306
|
summonerId: number
|
|
1300
1307
|
packetCopMetadata: string
|
|
1301
1308
|
spectatorKey: string
|
|
1309
|
+
puuid: string
|
|
1302
1310
|
}
|
|
1303
1311
|
|
|
1304
1312
|
export interface GameflowLcdsReconnectInfoDto {
|
|
@@ -7980,6 +7988,7 @@ export interface LolEventHubEventDetailsUIData {
|
|
|
7980
7988
|
memoryBookBackgroundImage: string
|
|
7981
7989
|
/** @format uint32 */
|
|
7982
7990
|
spotlightSkinId: number
|
|
7991
|
+
actBackgroundImage: string
|
|
7983
7992
|
}
|
|
7984
7993
|
|
|
7985
7994
|
export interface LolEventHubEventHubError {
|
|
@@ -8382,6 +8391,8 @@ export interface LolEventHubItemDefinition {
|
|
|
8382
8391
|
bundledItemPrice?: LolEventHubBundledItemPricingInfo
|
|
8383
8392
|
loyaltyUnlocked: boolean
|
|
8384
8393
|
hasVisibleLootOdds: boolean
|
|
8394
|
+
/** @format uint64 */
|
|
8395
|
+
inactiveDate: number
|
|
8385
8396
|
}
|
|
8386
8397
|
|
|
8387
8398
|
export interface LolEventHubItemDetails {
|
|
@@ -8392,9 +8403,10 @@ export interface LolEventHubItemDetails {
|
|
|
8392
8403
|
}
|
|
8393
8404
|
|
|
8394
8405
|
export interface LolEventHubItemKey {
|
|
8395
|
-
inventoryType: string
|
|
8396
8406
|
/** @format int32 */
|
|
8397
8407
|
itemId: number
|
|
8408
|
+
inventoryType: string
|
|
8409
|
+
subInventoryType: string
|
|
8398
8410
|
}
|
|
8399
8411
|
|
|
8400
8412
|
export interface LolEventHubItemMetadataEntry {
|
|
@@ -8424,6 +8436,8 @@ export interface LolEventHubItemPrice {
|
|
|
8424
8436
|
currencyType: string
|
|
8425
8437
|
/** @format int32 */
|
|
8426
8438
|
price: number
|
|
8439
|
+
/** @format int32 */
|
|
8440
|
+
originalPrice: number
|
|
8427
8441
|
purchasable: boolean
|
|
8428
8442
|
}
|
|
8429
8443
|
|
|
@@ -9031,6 +9045,7 @@ export interface LolEventHubSeasonPass {
|
|
|
9031
9045
|
localizedSeasonLogo: string
|
|
9032
9046
|
localizedShortName: string
|
|
9033
9047
|
chapters: LolEventHubChapter[]
|
|
9048
|
+
actBackgroundImage: string
|
|
9034
9049
|
}
|
|
9035
9050
|
|
|
9036
9051
|
export type LolEventHubSelectGrantStatusResponse = "FAILED" | "SELECTED"
|
|
@@ -11329,6 +11344,7 @@ export interface LolLobbyEligibilityRestriction {
|
|
|
11329
11344
|
summonerIds: number[]
|
|
11330
11345
|
summonerIdsString: string
|
|
11331
11346
|
puuids: string[]
|
|
11347
|
+
puuidsString: string
|
|
11332
11348
|
}
|
|
11333
11349
|
|
|
11334
11350
|
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" | "UnknownRestriction" | "PlayerQueueSuspendedRestriction" | "SeasonVersionLockout" | "MinNormalGamesForRankedRestriction" | "LOLNewPlayerRestriction" | "TFTNewPlayerRestriction" | "QueueEntryNotEntitledRestriction" | "GameVersionNotSupported" | "GameVersionMissing" | "GameVersionMismatch" | "PrerequisiteQueuesNotPlayedRestriction" | "TeamSizeRestriction" | "TeamHighMMRMaxSizeRestriction" | "PlayerRankedSuspensionRestriction" | "PlayerRankSoloOnlyRestriction" | "PlayerTimePlayedRestriction" | "PlayerMinorRestriction" | "PlayerMinLevelRestriction" | "PlayerMaxLevelRestriction" | "PlayerTimeBasedRankRestriction" | "PlayerGameBasedRankRestriction" | "PlayerLeaverTaintedWarningRestriction" | "PlayerLeaverQueueLockoutRestriction" | "PlayerLeaverBustedRestriction" | "PlayerInGameRestriction" | "PlayerDisruptiveGameplayLockoutRestriction" | "PlayerReadyCheckFailRestriction" | "PlayerDodgeRestriction" | "PlayerBingeRestriction" | "TeamMinSizeRestriction" | "TeamMaxSizeRestriction" | "TeamSkillRestriction" | "TeamDivisionRestriction" | "PlayerAvailableChampionRestriction" | "PlayerBannedRestriction" | "PlayerTimedRestriction" | "PlayerLevelRestriction" | "QueueUnsupported" | "QueueDisabled"
|
|
@@ -12018,6 +12034,7 @@ export interface LolLobbyPartyPresenceData {
|
|
|
12018
12034
|
/** @format int32 */
|
|
12019
12035
|
queueId: number
|
|
12020
12036
|
summoners: number[]
|
|
12037
|
+
summonerPuuids: string[]
|
|
12021
12038
|
/** @format uint64 */
|
|
12022
12039
|
maxPlayers: number
|
|
12023
12040
|
}
|
|
@@ -12372,6 +12389,8 @@ export interface LolLobbyTeamBuilderMatchmakingSearch {
|
|
|
12372
12389
|
|
|
12373
12390
|
export type LolLobbyTeamBuilderMatchmakingSearchState = "ServiceShutdown" | "ServiceError" | "Error" | "Found" | "Searching" | "Canceled" | "AbandonedLowPriorityQueue" | "Invalid"
|
|
12374
12391
|
|
|
12392
|
+
export type LolLobbyTeamBuilderRiotMessagingServiceState = "Connected" | "SwitchingServers" | "Connecting" | "DisconnectRequested" | "Disconnected" | "Disconnecting"
|
|
12393
|
+
|
|
12375
12394
|
export interface LolLobbyUserInfoToken {
|
|
12376
12395
|
userInfo: string
|
|
12377
12396
|
}
|
|
@@ -17870,6 +17889,8 @@ export interface LolPurchaseWidgetItemDefinition {
|
|
|
17870
17889
|
bundledItemPrice?: LolPurchaseWidgetBundledItemPricingInfo
|
|
17871
17890
|
loyaltyUnlocked: boolean
|
|
17872
17891
|
hasVisibleLootOdds: boolean
|
|
17892
|
+
/** @format uint64 */
|
|
17893
|
+
inactiveDate: number
|
|
17873
17894
|
}
|
|
17874
17895
|
|
|
17875
17896
|
export interface LolPurchaseWidgetItemDetails {
|
|
@@ -17880,9 +17901,10 @@ export interface LolPurchaseWidgetItemDetails {
|
|
|
17880
17901
|
}
|
|
17881
17902
|
|
|
17882
17903
|
export interface LolPurchaseWidgetItemKey {
|
|
17883
|
-
inventoryType: string
|
|
17884
17904
|
/** @format int32 */
|
|
17885
17905
|
itemId: number
|
|
17906
|
+
inventoryType: string
|
|
17907
|
+
subInventoryType: string
|
|
17886
17908
|
}
|
|
17887
17909
|
|
|
17888
17910
|
export interface LolPurchaseWidgetItemMetadataEntry {
|
|
@@ -17912,6 +17934,8 @@ export interface LolPurchaseWidgetItemPrice {
|
|
|
17912
17934
|
currencyType: string
|
|
17913
17935
|
/** @format int32 */
|
|
17914
17936
|
price: number
|
|
17937
|
+
/** @format int32 */
|
|
17938
|
+
originalPrice: number
|
|
17915
17939
|
purchasable: boolean
|
|
17916
17940
|
}
|
|
17917
17941
|
|
|
@@ -18295,7 +18319,7 @@ export interface LolRankedLcuLeagueNotification {
|
|
|
18295
18319
|
wins: number
|
|
18296
18320
|
/** @format int32 */
|
|
18297
18321
|
losses: number
|
|
18298
|
-
|
|
18322
|
+
leaguePointDeltaBreakdown: Record<string, number>
|
|
18299
18323
|
}
|
|
18300
18324
|
|
|
18301
18325
|
export type LolRankedLeagueDivision = "NA" | "V" | "IV" | "III" | "II" | "I"
|
|
@@ -18381,9 +18405,6 @@ export interface LolRankedLeagueNotification {
|
|
|
18381
18405
|
leaguePoints: number
|
|
18382
18406
|
/** @format int32 */
|
|
18383
18407
|
leaguePointsDelta: number
|
|
18384
|
-
/** @format int32 */
|
|
18385
|
-
splitPoints: number
|
|
18386
|
-
splitPointsBreakdown: Record<string, number>
|
|
18387
18408
|
ratedTier: string
|
|
18388
18409
|
/** @format int32 */
|
|
18389
18410
|
ratedRating: number
|
|
@@ -18405,7 +18426,7 @@ export interface LolRankedLeagueNotification {
|
|
|
18405
18426
|
wins: number
|
|
18406
18427
|
/** @format int32 */
|
|
18407
18428
|
losses: number
|
|
18408
|
-
|
|
18429
|
+
leaguePointDeltaBreakdown: Record<string, number>
|
|
18409
18430
|
}
|
|
18410
18431
|
|
|
18411
18432
|
export interface LolRankedLeagueNotifications {
|
|
@@ -21471,6 +21492,11 @@ export interface LolSummonerGameloopPlayerInfoV2 {
|
|
|
21471
21492
|
rerollDataBags: LolSummonerRerollDataBagForClientV1[]
|
|
21472
21493
|
}
|
|
21473
21494
|
|
|
21495
|
+
export interface LolSummonerGameloopPlayerInfoV2Response {
|
|
21496
|
+
payload?: LolSummonerGameloopPlayerInfoV2
|
|
21497
|
+
status: string
|
|
21498
|
+
}
|
|
21499
|
+
|
|
21474
21500
|
export interface LolSummonerLevelField {
|
|
21475
21501
|
/** @format uint32 */
|
|
21476
21502
|
initialLevel: number
|
|
@@ -21545,7 +21571,11 @@ export interface LolSummonerProfilesHonorView {
|
|
|
21545
21571
|
}
|
|
21546
21572
|
|
|
21547
21573
|
export interface LolSummonerProfilesLolEosRewardView {
|
|
21574
|
+
/** @format int32 */
|
|
21575
|
+
seasonId: number
|
|
21548
21576
|
rewardIds: string[]
|
|
21577
|
+
highestRankPerQueueId: Record<string, LolSummonerProfilesRank>
|
|
21578
|
+
eligibility: LolSummonerProfilesRewardsEligibility
|
|
21549
21579
|
}
|
|
21550
21580
|
|
|
21551
21581
|
export interface LolSummonerProfilesPrivacyView {
|
|
@@ -21557,6 +21587,11 @@ export interface LolSummonerProfilesPuuidAndViews {
|
|
|
21557
21587
|
payload: Record<string, LolSummonerProfilesViews>
|
|
21558
21588
|
}
|
|
21559
21589
|
|
|
21590
|
+
export interface LolSummonerProfilesRank {
|
|
21591
|
+
tier: string
|
|
21592
|
+
division: string
|
|
21593
|
+
}
|
|
21594
|
+
|
|
21560
21595
|
export interface LolSummonerProfilesRedemption {
|
|
21561
21596
|
/** @format int32 */
|
|
21562
21597
|
required: number
|
|
@@ -21565,6 +21600,14 @@ export interface LolSummonerProfilesRedemption {
|
|
|
21565
21600
|
eventType: string
|
|
21566
21601
|
}
|
|
21567
21602
|
|
|
21603
|
+
export interface LolSummonerProfilesRewardsEligibility {
|
|
21604
|
+
honorRequirementEnabled: boolean
|
|
21605
|
+
/** @format int32 */
|
|
21606
|
+
minHonorLevelForRewards: number
|
|
21607
|
+
/** @format int32 */
|
|
21608
|
+
honorLevel?: number
|
|
21609
|
+
}
|
|
21610
|
+
|
|
21568
21611
|
export interface LolSummonerProfilesSummonerLevel {
|
|
21569
21612
|
puuid: string
|
|
21570
21613
|
/** @format uint32 */
|
|
@@ -23147,6 +23190,7 @@ export interface LolTftPassEventDetailsUIData {
|
|
|
23147
23190
|
memoryBookBackgroundImage: string
|
|
23148
23191
|
/** @format uint32 */
|
|
23149
23192
|
spotlightSkinId: number
|
|
23193
|
+
actBackgroundImage: string
|
|
23150
23194
|
}
|
|
23151
23195
|
|
|
23152
23196
|
export type LolTftPassEventHubType = "ActivityCenterMilestones" | "SeasonPass" | "HallOfLegends" | "EventShop"
|
|
@@ -23896,6 +23940,7 @@ export interface LolTftPassSeasonPass {
|
|
|
23896
23940
|
localizedSeasonLogo: string
|
|
23897
23941
|
localizedShortName: string
|
|
23898
23942
|
chapters: LolTftPassChapter[]
|
|
23943
|
+
actBackgroundImage: string
|
|
23899
23944
|
}
|
|
23900
23945
|
|
|
23901
23946
|
export type LolTftPassSelectGrantStatusResponse = "FAILED" | "SELECTED"
|
|
@@ -27819,6 +27864,7 @@ export interface TeamBuilderDirect_ChampSelectPinDropSummoner {
|
|
|
27819
27864
|
lanePosition: number
|
|
27820
27865
|
isLocalSummoner: boolean
|
|
27821
27866
|
isPlaceholder: boolean
|
|
27867
|
+
isAutofilled: boolean
|
|
27822
27868
|
}
|
|
27823
27869
|
|
|
27824
27870
|
export interface TeamBuilderDirect_ChampSelectPlayerSelection {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hasagi/types",
|
|
3
|
-
"version": "15.
|
|
4
|
-
"_clientVersion": "15.
|
|
3
|
+
"version": "15.23.1",
|
|
4
|
+
"_clientVersion": "15.23.727.2154",
|
|
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",
|