@hasagi/types 15.12.1 → 15.15.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 +46 -22
- package/dist/lcu-events.d.ts +9 -3
- package/dist/lcu-types.d.ts +174 -86
- package/package.json +4 -4
package/dist/lcu-endpoints.d.ts
CHANGED
|
@@ -259,7 +259,8 @@ export interface LCUEndpoints {
|
|
|
259
259
|
delete: { path: [set: string, team: string, championId: string, index: number], params: never, body: never, response: unknown }
|
|
260
260
|
},
|
|
261
261
|
"/lol-tft-troves/v1/roll-rewards": {
|
|
262
|
-
get: { path: never, params: never, body: never, response:
|
|
262
|
+
get: { path: never, params: never, body: never, response: {
|
|
263
|
+
} }
|
|
263
264
|
delete: { path: never, params: never, body: never, response: void }
|
|
264
265
|
},
|
|
265
266
|
"/patcher/v1/notifications/{id}": {
|
|
@@ -1124,7 +1125,8 @@ export interface LCUEndpoints {
|
|
|
1124
1125
|
get: { path: never, params: never, body: never, response: boolean }
|
|
1125
1126
|
},
|
|
1126
1127
|
"/lol-gameflow/v1/spectate/delayed-launch": {
|
|
1127
|
-
get: { path: never, params: never, body: never, response:
|
|
1128
|
+
get: { path: never, params: never, body: never, response: {
|
|
1129
|
+
} }
|
|
1128
1130
|
},
|
|
1129
1131
|
"/lol-gameflow/v1/watch": {
|
|
1130
1132
|
get: { path: never, params: never, body: never, response: LCUTypes.LolGameflowGameflowWatchPhase }
|
|
@@ -1352,6 +1354,9 @@ export interface LCUEndpoints {
|
|
|
1352
1354
|
"/lol-lobby-team-builder/champ-select/v1/disabled-champion-ids": {
|
|
1353
1355
|
get: { path: never, params: never, body: never, response: number[] }
|
|
1354
1356
|
},
|
|
1357
|
+
"/lol-lobby-team-builder/champ-select/v1/f2p-rotation-for-current-queue": {
|
|
1358
|
+
get: { path: never, params: never, body: never, response: number[] }
|
|
1359
|
+
},
|
|
1355
1360
|
"/lol-lobby-team-builder/champ-select/v1/has-auto-assigned-smite": {
|
|
1356
1361
|
get: { path: never, params: never, body: never, response: boolean }
|
|
1357
1362
|
},
|
|
@@ -1407,6 +1412,9 @@ export interface LCUEndpoints {
|
|
|
1407
1412
|
"/lol-lobby-team-builder/v1/matchmaking": {
|
|
1408
1413
|
get: { path: never, params: never, body: never, response: LCUTypes.TeamBuilderDirect_MatchmakingSearchResource }
|
|
1409
1414
|
},
|
|
1415
|
+
"/lol-lobby-team-builder/v1/ready-check/isAutoAccept": {
|
|
1416
|
+
get: { path: never, params: never, body: never, response: boolean }
|
|
1417
|
+
},
|
|
1410
1418
|
"/lol-lobby/v1/autofill-displayed": {
|
|
1411
1419
|
get: { path: never, params: never, body: never, response: boolean }
|
|
1412
1420
|
put: { path: never, params: never, body: never, response: boolean }
|
|
@@ -1522,7 +1530,8 @@ export interface LCUEndpoints {
|
|
|
1522
1530
|
get: { path: never, params: never, body: never, response: LCUTypes.LolLoginLeagueSessionTokenEnvelope }
|
|
1523
1531
|
},
|
|
1524
1532
|
"/lol-loot/v1/currency-configuration": {
|
|
1525
|
-
get: { path: never, params: never, body: never, response:
|
|
1533
|
+
get: { path: never, params: never, body: never, response: {
|
|
1534
|
+
} }
|
|
1526
1535
|
},
|
|
1527
1536
|
"/lol-loot/v1/enabled": {
|
|
1528
1537
|
get: { path: never, params: never, body: never, response: boolean }
|
|
@@ -1589,7 +1598,8 @@ export interface LCUEndpoints {
|
|
|
1589
1598
|
get: { path: never, params: never, body: never, response: boolean }
|
|
1590
1599
|
},
|
|
1591
1600
|
"/lol-loot/v1/recipes/configuration": {
|
|
1592
|
-
get: { path: never, params: never, body: never, response:
|
|
1601
|
+
get: { path: never, params: never, body: never, response: {
|
|
1602
|
+
} }
|
|
1593
1603
|
},
|
|
1594
1604
|
"/lol-loot/v1/recipes/initial-item/{lootId}": {
|
|
1595
1605
|
get: { path: [lootId: string], params: never, body: never, response: LCUTypes.LolLootRecipeWithMilestones[] }
|
|
@@ -1648,9 +1658,6 @@ export interface LCUEndpoints {
|
|
|
1648
1658
|
"/lol-marketplace/v1/ready": {
|
|
1649
1659
|
get: { path: never, params: never, body: never, response: boolean }
|
|
1650
1660
|
},
|
|
1651
|
-
"/lol-match-history/v1/delta": {
|
|
1652
|
-
get: { path: never, params: never, body: never, response: LCUTypes.LolMatchHistoryMatchHistoryPlayerDelta }
|
|
1653
|
-
},
|
|
1654
1661
|
"/lol-match-history/v1/game-timelines/{gameId}": {
|
|
1655
1662
|
get: { path: [gameId: number], params: never, body: never, response: LCUTypes.LolMatchHistoryMatchHistoryTimelineFrames }
|
|
1656
1663
|
},
|
|
@@ -1669,12 +1676,6 @@ export interface LCUEndpoints {
|
|
|
1669
1676
|
"/lol-match-history/v1/recently-played-summoners": {
|
|
1670
1677
|
get: { path: never, params: never, body: never, response: LCUTypes.LolMatchHistoryRecentlyPlayedSummoner[] }
|
|
1671
1678
|
},
|
|
1672
|
-
"/lol-match-history/v1/web-url": {
|
|
1673
|
-
get: { path: never, params: never, body: never, response: string }
|
|
1674
|
-
},
|
|
1675
|
-
"/lol-match-history/v3/matchlist/account/{accountId}": {
|
|
1676
|
-
get: { path: [accountId: number], params: { "begIndex"?: number, "endIndex"?: number }, body: never, response: LCUTypes.LolMatchHistoryMatchHistoryList }
|
|
1677
|
-
},
|
|
1678
1679
|
"/lol-matchmaking/v1/ready-check": {
|
|
1679
1680
|
get: { path: never, params: never, body: never, response: LCUTypes.LolMatchmakingMatchmakingReadyCheckResource }
|
|
1680
1681
|
},
|
|
@@ -1690,9 +1691,15 @@ export interface LCUEndpoints {
|
|
|
1690
1691
|
"/lol-missions/v1/missions": {
|
|
1691
1692
|
get: { path: never, params: never, body: never, response: LCUTypes.PlayerMissionDTO[] }
|
|
1692
1693
|
},
|
|
1694
|
+
"/lol-missions/v1/missions/multiseries": {
|
|
1695
|
+
get: { path: never, params: { "series": string[] }, body: never, response: LCUTypes.PlayerMissionDTO[] }
|
|
1696
|
+
},
|
|
1693
1697
|
"/lol-missions/v1/missions/series/{seriesName}": {
|
|
1694
1698
|
get: { path: [seriesName: string], params: never, body: never, response: LCUTypes.PlayerMissionDTO[] }
|
|
1695
1699
|
},
|
|
1700
|
+
"/lol-missions/v1/missions/seriesId": {
|
|
1701
|
+
get: { path: never, params: { "missionId": string }, body: never, response: string }
|
|
1702
|
+
},
|
|
1696
1703
|
"/lol-missions/v1/series": {
|
|
1697
1704
|
get: { path: never, params: never, body: never, response: LCUTypes.SeriesDTO[] }
|
|
1698
1705
|
},
|
|
@@ -1706,6 +1713,9 @@ export interface LCUEndpoints {
|
|
|
1706
1713
|
"/lol-nacho/v1/banners": {
|
|
1707
1714
|
get: { path: never, params: never, body: never, response: LCUTypes.LolNachoNachoBannersResponse[] }
|
|
1708
1715
|
},
|
|
1716
|
+
"/lol-nacho/v1/counters/{counterId}": {
|
|
1717
|
+
get: { path: [counterId: string], params: never, body: never, response: LCUTypes.LolNachoCapCounterData }
|
|
1718
|
+
},
|
|
1709
1719
|
"/lol-nacho/v1/get-active-store-catalog": {
|
|
1710
1720
|
get: { path: never, params: never, body: never, response: LCUTypes.ChemtechShoppe_CatalogEntryDto[] }
|
|
1711
1721
|
},
|
|
@@ -1854,7 +1864,8 @@ export interface LCUEndpoints {
|
|
|
1854
1864
|
get: { path: never, params: never, body: never, response: LCUTypes.LolPlayerBehaviorPlayerBehaviorConfig }
|
|
1855
1865
|
},
|
|
1856
1866
|
"/lol-player-behavior/v1/credibility-behavior-warnings": {
|
|
1857
|
-
get: { path: never, params: never, body: never, response:
|
|
1867
|
+
get: { path: never, params: never, body: never, response: {
|
|
1868
|
+
} }
|
|
1858
1869
|
},
|
|
1859
1870
|
"/lol-player-behavior/v1/reform-card": {
|
|
1860
1871
|
get: { path: never, params: never, body: never, response: LCUTypes.LolPlayerBehaviorReformCard }
|
|
@@ -2073,7 +2084,8 @@ export interface LCUEndpoints {
|
|
|
2073
2084
|
get: { path: [progressionGroupId: string], params: never, body: never, response: LCUTypes.LolRewardTrackRewardTrackXP }
|
|
2074
2085
|
},
|
|
2075
2086
|
"/lol-reward-track/register/{progressionGroupId}": {
|
|
2076
|
-
get: { path: [progressionGroupId: string], params: never, body: never, response:
|
|
2087
|
+
get: { path: [progressionGroupId: string], params: never, body: never, response: {
|
|
2088
|
+
} }
|
|
2077
2089
|
},
|
|
2078
2090
|
"/lol-rewards/v1/grants": {
|
|
2079
2091
|
get: { path: never, params: { "status"?: LCUTypes.LolRewardsGrantStatus }, body: never, response: LCUTypes.LolRewardsRewardGrant[] }
|
|
@@ -2173,6 +2185,9 @@ export interface LCUEndpoints {
|
|
|
2173
2185
|
"/lol-shoppefront/v1/stores/{shoppefrontId}": {
|
|
2174
2186
|
get: { path: [shoppefrontId: string], params: never, body: never, response: LCUTypes.ChemtechShoppe_StoreDto[] }
|
|
2175
2187
|
},
|
|
2188
|
+
"/lol-shoppefront/v1/velocity": {
|
|
2189
|
+
get: { path: never, params: never, body: never, response: Record<string, LCUTypes.VelocityLimiter_VelocityDTO> }
|
|
2190
|
+
},
|
|
2176
2191
|
"/lol-shutdown/v1/notification": {
|
|
2177
2192
|
get: { path: never, params: never, body: never, response: LCUTypes.LolShutdownShutdownNotification }
|
|
2178
2193
|
},
|
|
@@ -2280,6 +2295,9 @@ export interface LCUEndpoints {
|
|
|
2280
2295
|
"/lol-suggested-players/v1/suggested-players": {
|
|
2281
2296
|
get: { path: never, params: never, body: never, response: LCUTypes.LolSuggestedPlayersSuggestedPlayersSuggestedPlayer[] }
|
|
2282
2297
|
},
|
|
2298
|
+
"/lol-summoner-profiles/v1/get-summoner-level-view": {
|
|
2299
|
+
get: { path: never, params: never, body: never, response: LCUTypes.LolSummonerProfilesSummonerLevel }
|
|
2300
|
+
},
|
|
2283
2301
|
"/lol-summoner/v1/alias/lookup": {
|
|
2284
2302
|
get: { path: never, params: { "gameName": string, "tagLine": string }, body: never, response: LCUTypes.LolSummonerAliasLookupResponse }
|
|
2285
2303
|
},
|
|
@@ -2388,6 +2406,9 @@ export interface LCUEndpoints {
|
|
|
2388
2406
|
"/lol-tft-pass/v1/objectives-banner/{id}": {
|
|
2389
2407
|
get: { path: [id: string], params: never, body: never, response: LCUTypes.LolTftPassObjectivesBanner }
|
|
2390
2408
|
},
|
|
2409
|
+
"/lol-tft-pass/v1/pm-ultimate-victory-pass": {
|
|
2410
|
+
get: { path: never, params: never, body: never, response: LCUTypes.LolTftPassTftBattlepass }
|
|
2411
|
+
},
|
|
2391
2412
|
"/lol-tft-pass/v1/ready": {
|
|
2392
2413
|
get: { path: never, params: never, body: never, response: boolean }
|
|
2393
2414
|
},
|
|
@@ -2447,13 +2468,15 @@ export interface LCUEndpoints {
|
|
|
2447
2468
|
get: { path: [dropTableId: string], params: never, body: never, response: LCUTypes.LolTftTrovesVerboseLootOddsResponse }
|
|
2448
2469
|
},
|
|
2449
2470
|
"/lol-tft-troves/v1/milestone-notifications": {
|
|
2450
|
-
get: { path: never, params: never, body: never, response:
|
|
2471
|
+
get: { path: never, params: never, body: never, response: {
|
|
2472
|
+
} }
|
|
2451
2473
|
},
|
|
2452
2474
|
"/lol-tft-troves/v1/milestones": {
|
|
2453
2475
|
get: { path: never, params: never, body: never, response: LCUTypes.LolTftTrovesTrovesMilestones }
|
|
2454
2476
|
},
|
|
2455
2477
|
"/lol-tft-troves/v1/status-notifications": {
|
|
2456
|
-
get: { path: never, params: never, body: never, response:
|
|
2478
|
+
get: { path: never, params: never, body: never, response: {
|
|
2479
|
+
} }
|
|
2457
2480
|
},
|
|
2458
2481
|
"/lol-tft/v1/tft/backgrounds": {
|
|
2459
2482
|
get: { path: never, params: never, body: never, response: LCUTypes.LolTftLolTftBackgrounds }
|
|
@@ -2495,7 +2518,8 @@ export interface LCUEndpoints {
|
|
|
2495
2518
|
get: { path: never, params: never, body: never, response: LCUTypes.LolVanguardVanguardMachineSpecs }
|
|
2496
2519
|
},
|
|
2497
2520
|
"/lol-vanguard/v1/notification": {
|
|
2498
|
-
get: { path: never, params: { "message":
|
|
2521
|
+
get: { path: never, params: { "message": string }, body: never, response: {
|
|
2522
|
+
} }
|
|
2499
2523
|
},
|
|
2500
2524
|
"/lol-vanguard/v1/session": {
|
|
2501
2525
|
get: { path: never, params: never, body: never, response: LCUTypes.LolVanguardVanguardSession }
|
|
@@ -3105,6 +3129,9 @@ export interface LCUEndpoints {
|
|
|
3105
3129
|
"/lol-honor-v2/v1/ack-honor-notification/{mailId}": {
|
|
3106
3130
|
post: { path: [mailId: string], params: never, body: never, response: void }
|
|
3107
3131
|
},
|
|
3132
|
+
"/lol-honor-v2/v1/ballot/refresh": {
|
|
3133
|
+
post: { path: never, params: never, body: never, response: void }
|
|
3134
|
+
},
|
|
3108
3135
|
"/lol-honor-v2/v1/honor-player": {
|
|
3109
3136
|
post: { path: never, params: never, body: LCUTypes.LolHonorV2ApiHonorPlayerServerRequest, response: string }
|
|
3110
3137
|
},
|
|
@@ -3318,9 +3345,6 @@ export interface LCUEndpoints {
|
|
|
3318
3345
|
"/lol-marketplace/v1/products/{product}/refunds": {
|
|
3319
3346
|
post: { path: [product: string], params: never, body: LCUTypes.LolMarketplaceRefundRequest, response: LCUTypes.LolMarketplaceRefundResponse }
|
|
3320
3347
|
},
|
|
3321
|
-
"/lol-match-history/v1/acs-endpoint-override": {
|
|
3322
|
-
post: { path: never, params: never, body: LCUTypes.LolMatchHistoryAcsEndPoint, response: unknown }
|
|
3323
|
-
},
|
|
3324
3348
|
"/lol-matchmaking/v1/ready-check/accept": {
|
|
3325
3349
|
post: { path: never, params: never, body: never, response: unknown }
|
|
3326
3350
|
},
|
|
@@ -3412,7 +3436,7 @@ export interface LCUEndpoints {
|
|
|
3412
3436
|
post: { path: [inventoryType: string], params: never, body: number[], response: LCUTypes.LolPurchaseWidgetItemChoices }
|
|
3413
3437
|
},
|
|
3414
3438
|
"/lol-purchase-widget/v2/purchaseItems": {
|
|
3415
|
-
post: { path: never, params: never, body: LCUTypes.LolPurchaseWidgetPurchaseRequest, response:
|
|
3439
|
+
post: { path: never, params: never, body: LCUTypes.LolPurchaseWidgetPurchaseRequest, response: LCUTypes.LolPurchaseWidgetPurchaseResponse }
|
|
3416
3440
|
},
|
|
3417
3441
|
"/lol-purchase-widget/v3/purchaseOffer": {
|
|
3418
3442
|
post: { path: never, params: never, body: LCUTypes.LolPurchaseWidgetPurchaseOfferRequestV3, response: LCUTypes.LolPurchaseWidgetPurchaseOfferResponseV3 }
|
package/dist/lcu-events.d.ts
CHANGED
|
@@ -29,8 +29,11 @@ export interface LCUWebSocketEvents {
|
|
|
29
29
|
"OnJsonApiEvent_lol-activity-center_v1_ready": LCUTypes.PluginResourceEvent,
|
|
30
30
|
"OnJsonApiEvent_lol-anti-addiction_v1_anti-addiction-token": LCUTypes.PluginResourceEvent,
|
|
31
31
|
"OnJsonApiEvent_lol-cap-missions_v1_ready": LCUTypes.PluginResourceEvent,
|
|
32
|
+
"OnJsonApiEvent_lol-catalog_v1_items": LCUTypes.PluginResourceEvent,
|
|
33
|
+
"OnJsonApiEvent_lol-challenges_v1_challenges": LCUTypes.PluginResourceEvent,
|
|
32
34
|
"OnJsonApiEvent_lol-challenges_v1_client-state": LCUTypes.PluginResourceEvent,
|
|
33
35
|
"OnJsonApiEvent_lol-challenges_v1_seasons": LCUTypes.PluginResourceEvent,
|
|
36
|
+
"OnJsonApiEvent_lol-challenges_v1_summary-player-data": LCUTypes.PluginResourceEvent,
|
|
34
37
|
"OnJsonApiEvent_lol-champ-select-legacy_v1_bannable-champion-ids": LCUTypes.PluginResourceEvent,
|
|
35
38
|
"OnJsonApiEvent_lol-champ-select-legacy_v1_current-champion": LCUTypes.PluginResourceEvent,
|
|
36
39
|
"OnJsonApiEvent_lol-champ-select-legacy_v1_disabled-champion-ids": LCUTypes.PluginResourceEvent,
|
|
@@ -59,7 +62,9 @@ export interface LCUWebSocketEvents {
|
|
|
59
62
|
"OnJsonApiEvent_lol-chat_v1_resources": LCUTypes.PluginResourceEvent,
|
|
60
63
|
"OnJsonApiEvent_lol-chat_v1_session": LCUTypes.PluginResourceEvent,
|
|
61
64
|
"OnJsonApiEvent_lol-chat_v1_settings": LCUTypes.PluginResourceEvent,
|
|
65
|
+
"OnJsonApiEvent_lol-clash_v1_all-tournaments": LCUTypes.PluginResourceEvent,
|
|
62
66
|
"OnJsonApiEvent_lol-clash_v1_checkin-allowed": LCUTypes.PluginResourceEvent,
|
|
67
|
+
"OnJsonApiEvent_lol-clash_v1_currentTournamentIds": LCUTypes.PluginResourceEvent,
|
|
63
68
|
"OnJsonApiEvent_lol-clash_v1_disabled-config": LCUTypes.PluginResourceEvent,
|
|
64
69
|
"OnJsonApiEvent_lol-clash_v1_enabled": LCUTypes.PluginResourceEvent,
|
|
65
70
|
"OnJsonApiEvent_lol-clash_v1_iconconfig": LCUTypes.PluginResourceEvent,
|
|
@@ -69,6 +74,9 @@ export interface LCUWebSocketEvents {
|
|
|
69
74
|
"OnJsonApiEvent_lol-clash_v1_ready": LCUTypes.PluginResourceEvent,
|
|
70
75
|
"OnJsonApiEvent_lol-clash_v1_simple-state-flags": LCUTypes.PluginResourceEvent,
|
|
71
76
|
"OnJsonApiEvent_lol-clash_v1_time": LCUTypes.PluginResourceEvent,
|
|
77
|
+
"OnJsonApiEvent_lol-clash_v1_tournament": LCUTypes.PluginResourceEvent,
|
|
78
|
+
"OnJsonApiEvent_lol-clash_v1_tournament-state-info": LCUTypes.PluginResourceEvent,
|
|
79
|
+
"OnJsonApiEvent_lol-clash_v1_tournament-summary": LCUTypes.PluginResourceEvent,
|
|
72
80
|
"OnJsonApiEvent_lol-clash_v1_visible": LCUTypes.PluginResourceEvent,
|
|
73
81
|
"OnJsonApiEvent_lol-clash_v1_voice-enabled": LCUTypes.PluginResourceEvent,
|
|
74
82
|
"OnJsonApiEvent_lol-clash_v2_playmode-restricted": LCUTypes.PluginResourceEvent,
|
|
@@ -863,7 +871,6 @@ export interface LCUWebSocketEvents {
|
|
|
863
871
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_Enabled": LCUTypes.PluginResourceEvent,
|
|
864
872
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_MatchHistoryWebURL": LCUTypes.PluginResourceEvent,
|
|
865
873
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_PostIPXPToLegSEnabled": LCUTypes.PluginResourceEvent,
|
|
866
|
-
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_RecentlyPlayedNumGames": LCUTypes.PluginResourceEvent,
|
|
867
874
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_SharingEnabled": LCUTypes.PluginResourceEvent,
|
|
868
875
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewMatchHistory_TftMatchHistoryEnabled": LCUTypes.PluginResourceEvent,
|
|
869
876
|
"OnJsonApiEvent_lol-platform-config_v1_namespaces_NewPlayerIntro": LCUTypes.PluginResourceEvent,
|
|
@@ -1170,6 +1177,7 @@ export interface LCUWebSocketEvents {
|
|
|
1170
1177
|
"OnJsonApiEvent_lol-store_v1_getStoreUrl": LCUTypes.PluginResourceEvent,
|
|
1171
1178
|
"OnJsonApiEvent_lol-store_v1_store-ready": LCUTypes.PluginResourceEvent,
|
|
1172
1179
|
"OnJsonApiEvent_lol-suggested-players_v1_suggested-players": LCUTypes.PluginResourceEvent,
|
|
1180
|
+
"OnJsonApiEvent_lol-summoner-profiles_v1_get-summoner-level-view": LCUTypes.PluginResourceEvent,
|
|
1173
1181
|
"OnJsonApiEvent_lol-summoner_v1_current-summoner": LCUTypes.PluginResourceEvent,
|
|
1174
1182
|
"OnJsonApiEvent_lol-summoner_v1_player-alias-state": LCUTypes.PluginResourceEvent,
|
|
1175
1183
|
"OnJsonApiEvent_lol-summoner_v1_player-name-mode": LCUTypes.PluginResourceEvent,
|
|
@@ -1179,10 +1187,8 @@ export interface LCUWebSocketEvents {
|
|
|
1179
1187
|
"OnJsonApiEvent_lol-tft-pass_v1_active-passes": LCUTypes.PluginResourceEvent,
|
|
1180
1188
|
"OnJsonApiEvent_lol-tft-pass_v1_battle-pass": LCUTypes.PluginResourceEvent,
|
|
1181
1189
|
"OnJsonApiEvent_lol-tft-pass_v1_config-fetched": LCUTypes.PluginResourceEvent,
|
|
1182
|
-
"OnJsonApiEvent_lol-tft-pass_v1_event-pass": LCUTypes.PluginResourceEvent,
|
|
1183
1190
|
"OnJsonApiEvent_lol-tft-pass_v1_ready": LCUTypes.PluginResourceEvent,
|
|
1184
1191
|
"OnJsonApiEvent_lol-tft-pass_v1_skill-tree-pass": LCUTypes.PluginResourceEvent,
|
|
1185
|
-
"OnJsonApiEvent_lol-tft-skill-tree_v1_skill-tree": LCUTypes.PluginResourceEvent,
|
|
1186
1192
|
"OnJsonApiEvent_lol-tft-team-planner_v1_config": LCUTypes.PluginResourceEvent,
|
|
1187
1193
|
"OnJsonApiEvent_lol-tft-team-planner_v1_ftue": LCUTypes.PluginResourceEvent,
|
|
1188
1194
|
"OnJsonApiEvent_lol-tft-team-planner_v1_previous-context": LCUTypes.PluginResourceEvent,
|
package/dist/lcu-types.d.ts
CHANGED
|
@@ -2145,6 +2145,8 @@ export interface LolCatalogCatalogItem {
|
|
|
2145
2145
|
active: boolean
|
|
2146
2146
|
inventoryType: string
|
|
2147
2147
|
inactiveDate: string
|
|
2148
|
+
/** @format int32 */
|
|
2149
|
+
maxQuantity: number
|
|
2148
2150
|
prices: LolCatalogItemCost[]
|
|
2149
2151
|
releaseDate: string
|
|
2150
2152
|
sale?: LolCatalogSale
|
|
@@ -2179,6 +2181,8 @@ export interface LolCatalogCatalogPluginItem {
|
|
|
2179
2181
|
releaseDate: number
|
|
2180
2182
|
/** @format uint64 */
|
|
2181
2183
|
inactiveDate: number
|
|
2184
|
+
/** @format int32 */
|
|
2185
|
+
maxQuantity: number
|
|
2182
2186
|
prices: LolCatalogCatalogPluginPrice[]
|
|
2183
2187
|
tags?: string[]
|
|
2184
2188
|
metadata?: LolCatalogItemMetadataEntry[]
|
|
@@ -2210,6 +2214,7 @@ export interface LolCatalogCatalogPluginItemWithDetails {
|
|
|
2210
2214
|
metadata: LolCatalogItemMetadataEntry[]
|
|
2211
2215
|
/** @format int64 */
|
|
2212
2216
|
bundleFinalPrice: number
|
|
2217
|
+
flexible: boolean
|
|
2213
2218
|
}
|
|
2214
2219
|
|
|
2215
2220
|
export interface LolCatalogCatalogPluginPrice {
|
|
@@ -3259,6 +3264,7 @@ export interface LolChampionsCollectionsChampion {
|
|
|
3259
3264
|
botEnabled: boolean
|
|
3260
3265
|
freeToPlay: boolean
|
|
3261
3266
|
rankedPlayEnabled: boolean
|
|
3267
|
+
isVisibleInClient: boolean
|
|
3262
3268
|
passive: LolChampionsCollectionsChampionSpell
|
|
3263
3269
|
skins: LolChampionsCollectionsChampionSkin[]
|
|
3264
3270
|
spells: LolChampionsCollectionsChampionSpell[]
|
|
@@ -3301,6 +3307,7 @@ export interface LolChampionsCollectionsChampionMinimal {
|
|
|
3301
3307
|
botEnabled: boolean
|
|
3302
3308
|
freeToPlay: boolean
|
|
3303
3309
|
rankedPlayEnabled: boolean
|
|
3310
|
+
isVisibleInClient: boolean
|
|
3304
3311
|
}
|
|
3305
3312
|
|
|
3306
3313
|
export interface LolChampionsCollectionsChampionPlayableCounts {
|
|
@@ -3462,6 +3469,7 @@ export interface LolChampionsGameDataChampion {
|
|
|
3462
3469
|
skins: LolChampionsGameDataChampionSkin[]
|
|
3463
3470
|
spells: LolChampionsGameDataChampionSpell[]
|
|
3464
3471
|
tacticalInfo: LolChampionsGameDataChampionTacticalInfo
|
|
3472
|
+
isVisibleInClient: boolean
|
|
3465
3473
|
}
|
|
3466
3474
|
|
|
3467
3475
|
export interface LolChampionsGameDataChampionChroma {
|
|
@@ -6073,6 +6081,7 @@ export interface LolCosmeticsFulfillmentDto {
|
|
|
6073
6081
|
itemId: string
|
|
6074
6082
|
currencyId: string
|
|
6075
6083
|
subCurrencyDeltas: Record<string, number>
|
|
6084
|
+
progressionCounterId: string
|
|
6076
6085
|
}
|
|
6077
6086
|
|
|
6078
6087
|
export interface LolCosmeticsGameDataCompanion {
|
|
@@ -6244,6 +6253,8 @@ export interface LolCosmeticsPurchaseDto {
|
|
|
6244
6253
|
refund: LolCosmeticsRefundDto
|
|
6245
6254
|
refundRule: string
|
|
6246
6255
|
refundable: boolean
|
|
6256
|
+
/** @format int64 */
|
|
6257
|
+
quantity: number
|
|
6247
6258
|
source: string
|
|
6248
6259
|
}
|
|
6249
6260
|
|
|
@@ -6380,6 +6391,7 @@ export interface LolCosmeticsRotationalShopItemData {
|
|
|
6380
6391
|
redeemIconTexture: string
|
|
6381
6392
|
rarity: string
|
|
6382
6393
|
typeID: string
|
|
6394
|
+
speciesLink: string
|
|
6383
6395
|
}
|
|
6384
6396
|
|
|
6385
6397
|
export interface LolCosmeticsSettingsStorageContainer {
|
|
@@ -6984,6 +6996,14 @@ export interface LolEndOfGameGameDataTftTrait {
|
|
|
6984
6996
|
name: string
|
|
6985
6997
|
}
|
|
6986
6998
|
|
|
6999
|
+
export interface LolEndOfGameGameStateUpdate {
|
|
7000
|
+
/** @format uint64 */
|
|
7001
|
+
gameId: number
|
|
7002
|
+
gameState: string
|
|
7003
|
+
gameType: string
|
|
7004
|
+
errorMessage: string
|
|
7005
|
+
}
|
|
7006
|
+
|
|
6987
7007
|
export interface LolEndOfGameGameflowAvailability {
|
|
6988
7008
|
state: string
|
|
6989
7009
|
}
|
|
@@ -7482,11 +7502,14 @@ export interface LolEventHubCatalogPluginItem {
|
|
|
7482
7502
|
releaseDate: number
|
|
7483
7503
|
/** @format uint64 */
|
|
7484
7504
|
inactiveDate: number
|
|
7505
|
+
/** @format int32 */
|
|
7506
|
+
maxQuantity: number
|
|
7485
7507
|
prices: LolEventHubCatalogPluginPrice[]
|
|
7486
7508
|
tags?: string[]
|
|
7487
7509
|
metadata?: LolEventHubItemMetadataEntry[]
|
|
7488
7510
|
questSkinInfo?: LolEventHubSkinLineInfo
|
|
7489
7511
|
active: boolean
|
|
7512
|
+
sale?: LolEventHubSale
|
|
7490
7513
|
ownershipType?: LolEventHubInventoryOwnership
|
|
7491
7514
|
}
|
|
7492
7515
|
|
|
@@ -7508,11 +7531,14 @@ export interface LolEventHubCatalogPluginItemWithDetails {
|
|
|
7508
7531
|
minimumBundlePrices?: LolEventHubCatalogPluginPrice[]
|
|
7509
7532
|
bundledDiscountPrices?: LolEventHubCatalogPluginPrice[]
|
|
7510
7533
|
assets: LolEventHubCatalogPluginItemAssets
|
|
7534
|
+
/** @format int32 */
|
|
7535
|
+
bundleFinalPrice: number
|
|
7536
|
+
flexible: boolean
|
|
7511
7537
|
}
|
|
7512
7538
|
|
|
7513
7539
|
export interface LolEventHubCatalogPluginPrice {
|
|
7514
7540
|
currency: string
|
|
7515
|
-
/** @format
|
|
7541
|
+
/** @format int32 */
|
|
7516
7542
|
cost: number
|
|
7517
7543
|
costType?: string
|
|
7518
7544
|
sale?: LolEventHubCatalogPluginSale
|
|
@@ -7523,7 +7549,7 @@ export interface LolEventHubCatalogPluginSale {
|
|
|
7523
7549
|
endDate: string
|
|
7524
7550
|
/** @format float */
|
|
7525
7551
|
discount?: number
|
|
7526
|
-
/** @format
|
|
7552
|
+
/** @format int32 */
|
|
7527
7553
|
cost: number
|
|
7528
7554
|
}
|
|
7529
7555
|
|
|
@@ -7673,6 +7699,7 @@ export interface LolEventHubEventInfoUIData {
|
|
|
7673
7699
|
eventType: string
|
|
7674
7700
|
eventIcon: string
|
|
7675
7701
|
navBarIcon: string
|
|
7702
|
+
battleExpIcon: string
|
|
7676
7703
|
eventTokenImage: string
|
|
7677
7704
|
startDate: string
|
|
7678
7705
|
progressEndDate: string
|
|
@@ -7708,6 +7735,7 @@ export interface LolEventHubEventShop {
|
|
|
7708
7735
|
localizedName: string
|
|
7709
7736
|
backgroundImage: string
|
|
7710
7737
|
navbarIconImage: string
|
|
7738
|
+
battleExpIconImage: string
|
|
7711
7739
|
headerIconImage: string
|
|
7712
7740
|
startDate: string
|
|
7713
7741
|
progressEndDate: string
|
|
@@ -7874,6 +7902,7 @@ export interface LolEventHubHallOfLegends {
|
|
|
7874
7902
|
localizedName: string
|
|
7875
7903
|
navbarIconImage: string
|
|
7876
7904
|
headerIconImage: string
|
|
7905
|
+
battleExpIconImage: string
|
|
7877
7906
|
headerTitleImage: string
|
|
7878
7907
|
startDate: string
|
|
7879
7908
|
progressEndDate: string
|
|
@@ -8027,7 +8056,7 @@ export interface LolEventHubItemChoices {
|
|
|
8027
8056
|
|
|
8028
8057
|
export interface LolEventHubItemCost {
|
|
8029
8058
|
currency: string
|
|
8030
|
-
/** @format
|
|
8059
|
+
/** @format int32 */
|
|
8031
8060
|
cost: number
|
|
8032
8061
|
/** @format float */
|
|
8033
8062
|
discount?: number
|
|
@@ -8089,7 +8118,7 @@ export type LolEventHubItemOwnershipType = "F2P" | "LOYALTY" | "RENTED" | "OWNED
|
|
|
8089
8118
|
|
|
8090
8119
|
export interface LolEventHubItemPrice {
|
|
8091
8120
|
currencyType: string
|
|
8092
|
-
/** @format
|
|
8121
|
+
/** @format int32 */
|
|
8093
8122
|
price: number
|
|
8094
8123
|
purchasable: boolean
|
|
8095
8124
|
}
|
|
@@ -8672,6 +8701,7 @@ export interface LolEventHubSeasonPass {
|
|
|
8672
8701
|
localizedName: string
|
|
8673
8702
|
navbarIconImage: string
|
|
8674
8703
|
headerIconImage: string
|
|
8704
|
+
battleExpIconImage: string
|
|
8675
8705
|
headerTitleImage: string
|
|
8676
8706
|
startDate: string
|
|
8677
8707
|
progressEndDate: string
|
|
@@ -9235,6 +9265,7 @@ export interface LolGameQueuesQueue {
|
|
|
9235
9265
|
gameSelectCategory: string
|
|
9236
9266
|
/** @format uint8 */
|
|
9237
9267
|
gameSelectPriority: number
|
|
9268
|
+
isLimitedTimeQueue: boolean
|
|
9238
9269
|
isSkillTreeQueue: boolean
|
|
9239
9270
|
isCustom: boolean
|
|
9240
9271
|
/** @format uint32 */
|
|
@@ -9326,6 +9357,7 @@ export interface LolGameQueuesQueueTranslation {
|
|
|
9326
9357
|
gameSelectCategory: string
|
|
9327
9358
|
/** @format uint8 */
|
|
9328
9359
|
gameSelectPriority: number
|
|
9360
|
+
isLimitedTimeQueue: boolean
|
|
9329
9361
|
isSkillTreeQueue: boolean
|
|
9330
9362
|
hidePlayerPosition: boolean
|
|
9331
9363
|
}
|
|
@@ -13306,6 +13338,7 @@ export interface LolMarketplaceFulfillmentDto {
|
|
|
13306
13338
|
itemId: string
|
|
13307
13339
|
currencyId: string
|
|
13308
13340
|
subCurrencyDeltas: Record<string, number>
|
|
13341
|
+
progressionCounterId: string
|
|
13309
13342
|
}
|
|
13310
13343
|
|
|
13311
13344
|
export interface LolMarketplacePagination {
|
|
@@ -13366,6 +13399,8 @@ export interface LolMarketplacePurchaseDto {
|
|
|
13366
13399
|
refund: LolMarketplaceRefundDto
|
|
13367
13400
|
refundRule: string
|
|
13368
13401
|
refundable: boolean
|
|
13402
|
+
/** @format int64 */
|
|
13403
|
+
quantity: number
|
|
13369
13404
|
source: string
|
|
13370
13405
|
}
|
|
13371
13406
|
|
|
@@ -13502,6 +13537,7 @@ export interface LolMarketplaceRotationalShopItemData {
|
|
|
13502
13537
|
redeemIconTexture: string
|
|
13503
13538
|
rarity: string
|
|
13504
13539
|
typeID: string
|
|
13540
|
+
speciesLink: string
|
|
13505
13541
|
}
|
|
13506
13542
|
|
|
13507
13543
|
export interface LolMarketplaceStoreDto {
|
|
@@ -13561,16 +13597,6 @@ export interface LolMarketplaceVelocityLimiterDto {
|
|
|
13561
13597
|
refill: string
|
|
13562
13598
|
}
|
|
13563
13599
|
|
|
13564
|
-
export interface LolMatchHistoryAcsEndPoint {
|
|
13565
|
-
url: string
|
|
13566
|
-
}
|
|
13567
|
-
|
|
13568
|
-
export interface LolMatchHistoryAcsPlayer {
|
|
13569
|
-
platformId: string
|
|
13570
|
-
/** @format uint64 */
|
|
13571
|
-
accountId: number
|
|
13572
|
-
}
|
|
13573
|
-
|
|
13574
13600
|
export interface LolMatchHistoryAlias {
|
|
13575
13601
|
gameName: string
|
|
13576
13602
|
tagLine: string
|
|
@@ -13610,15 +13636,6 @@ export interface LolMatchHistoryLoginSession {
|
|
|
13610
13636
|
|
|
13611
13637
|
export type LolMatchHistoryLoginSessionStates = "ERROR" | "LOGGING_OUT" | "SUCCEEDED" | "IN_PROGRESS"
|
|
13612
13638
|
|
|
13613
|
-
export interface LolMatchHistoryMHSummoner {
|
|
13614
|
-
/** @format uint64 */
|
|
13615
|
-
summonerId: number
|
|
13616
|
-
/** @format uint64 */
|
|
13617
|
-
accountId: number
|
|
13618
|
-
displayName: string
|
|
13619
|
-
puuid: string
|
|
13620
|
-
}
|
|
13621
|
-
|
|
13622
13639
|
export interface LolMatchHistoryMatchHistoryEvent {
|
|
13623
13640
|
type: string
|
|
13624
13641
|
/** @format uint64 */
|
|
@@ -13969,45 +13986,6 @@ export interface LolMatchHistoryMatchHistoryParticipantStatistics {
|
|
|
13969
13986
|
subteamPlacement: number
|
|
13970
13987
|
}
|
|
13971
13988
|
|
|
13972
|
-
export interface LolMatchHistoryMatchHistoryPlayerChampMasteryDelta {
|
|
13973
|
-
grade: string
|
|
13974
|
-
}
|
|
13975
|
-
|
|
13976
|
-
export interface LolMatchHistoryMatchHistoryPlayerDelta {
|
|
13977
|
-
/** @format uint64 */
|
|
13978
|
-
originalAccountId: number
|
|
13979
|
-
originalPlatformId: string
|
|
13980
|
-
deltas: LolMatchHistoryMatchHistoryPlayerGameDelta[]
|
|
13981
|
-
}
|
|
13982
|
-
|
|
13983
|
-
export interface LolMatchHistoryMatchHistoryPlayerGameDelta {
|
|
13984
|
-
gamePlatformId: string
|
|
13985
|
-
/** @format uint64 */
|
|
13986
|
-
gameId: number
|
|
13987
|
-
platformDelta: LolMatchHistoryMatchHistoryPlayerPlatformDelta
|
|
13988
|
-
leagueDelta: LolMatchHistoryMatchHistoryPlayerLeagueDelta
|
|
13989
|
-
champMastery: LolMatchHistoryMatchHistoryPlayerChampMasteryDelta
|
|
13990
|
-
}
|
|
13991
|
-
|
|
13992
|
-
export interface LolMatchHistoryMatchHistoryPlayerLeagueDelta {
|
|
13993
|
-
/** @format uint64 */
|
|
13994
|
-
leaguePointDelta: number
|
|
13995
|
-
reason: string
|
|
13996
|
-
miniSeriesProgress: string[]
|
|
13997
|
-
/** @format uint64 */
|
|
13998
|
-
timestamp: number
|
|
13999
|
-
}
|
|
14000
|
-
|
|
14001
|
-
export interface LolMatchHistoryMatchHistoryPlayerPlatformDelta {
|
|
14002
|
-
/** @format uint64 */
|
|
14003
|
-
xpDelta: number
|
|
14004
|
-
/** @format uint64 */
|
|
14005
|
-
ipDelta: number
|
|
14006
|
-
compensationModeEnabled: boolean
|
|
14007
|
-
/** @format uint64 */
|
|
14008
|
-
timestamp: number
|
|
14009
|
-
}
|
|
14010
|
-
|
|
14011
13989
|
export interface LolMatchHistoryMatchHistoryPosition {
|
|
14012
13990
|
/** @format int16 */
|
|
14013
13991
|
x: number
|
|
@@ -14092,6 +14070,10 @@ export interface LolMatchHistoryRecentlyPlayedSummoner {
|
|
|
14092
14070
|
}
|
|
14093
14071
|
|
|
14094
14072
|
export interface LolMatchHistorySummoner {
|
|
14073
|
+
/** @format uint64 */
|
|
14074
|
+
summonerId: number
|
|
14075
|
+
/** @format uint64 */
|
|
14076
|
+
accountId: number
|
|
14095
14077
|
displayName: string
|
|
14096
14078
|
gameName: string
|
|
14097
14079
|
tagLine: string
|
|
@@ -14586,6 +14568,7 @@ export interface LolNachoBannerOddsInfo {
|
|
|
14586
14568
|
productId: string
|
|
14587
14569
|
rewardTables: LolNachoNachoRollRewardsTable[]
|
|
14588
14570
|
endDateMilis: string
|
|
14571
|
+
bundledMythicEssence: boolean
|
|
14589
14572
|
}
|
|
14590
14573
|
|
|
14591
14574
|
export interface LolNachoBlessingTokenPurchaseRequest {
|
|
@@ -14607,6 +14590,7 @@ export interface LolNachoCapDropsDropTableDisplayMetadata {
|
|
|
14607
14590
|
version: number
|
|
14608
14591
|
oddsTree: LolNachoDropsOddsTreeNodeDTO
|
|
14609
14592
|
endDateMilis: string
|
|
14593
|
+
bundledMythicEssence: boolean
|
|
14610
14594
|
}
|
|
14611
14595
|
|
|
14612
14596
|
export interface LolNachoCatalogItemPurchaseRequest {
|
|
@@ -15488,14 +15472,6 @@ export interface LolObjectivesObjectivesContainer {
|
|
|
15488
15472
|
}
|
|
15489
15473
|
|
|
15490
15474
|
export interface LolObjectivesObjectivesGroup {
|
|
15491
|
-
id: string
|
|
15492
|
-
backgroundImage: string
|
|
15493
|
-
/** @format uint64 */
|
|
15494
|
-
startDate: number
|
|
15495
|
-
/** @format uint64 */
|
|
15496
|
-
endDate: number
|
|
15497
|
-
objectives: LolObjectivesObjectivesContainer[]
|
|
15498
|
-
isActive: boolean
|
|
15499
15475
|
gameType: string
|
|
15500
15476
|
}
|
|
15501
15477
|
|
|
@@ -15751,15 +15727,7 @@ export interface LolObjectivesUIObjectivesCategory {
|
|
|
15751
15727
|
}
|
|
15752
15728
|
|
|
15753
15729
|
export interface LolObjectivesUIObjectivesGroup {
|
|
15754
|
-
uuid: string
|
|
15755
|
-
backgroundImage: string
|
|
15756
15730
|
gameType: string
|
|
15757
|
-
/** @format uint64 */
|
|
15758
|
-
startDate: number
|
|
15759
|
-
/** @format uint64 */
|
|
15760
|
-
endDate: number
|
|
15761
|
-
isActive: boolean
|
|
15762
|
-
objectives: LolObjectivesUIObjectives[]
|
|
15763
15731
|
objectivesCategories: LolObjectivesUIObjectivesCategory[]
|
|
15764
15732
|
}
|
|
15765
15733
|
|
|
@@ -17399,11 +17367,14 @@ export interface LolPurchaseWidgetCatalogPluginItem {
|
|
|
17399
17367
|
releaseDate: number
|
|
17400
17368
|
/** @format uint64 */
|
|
17401
17369
|
inactiveDate: number
|
|
17370
|
+
/** @format int32 */
|
|
17371
|
+
maxQuantity: number
|
|
17402
17372
|
prices: LolPurchaseWidgetCatalogPluginPrice[]
|
|
17403
17373
|
tags?: string[]
|
|
17404
17374
|
metadata?: LolPurchaseWidgetItemMetadataEntry[]
|
|
17405
17375
|
questSkinInfo?: LolPurchaseWidgetSkinLineInfo
|
|
17406
17376
|
active: boolean
|
|
17377
|
+
sale?: LolPurchaseWidgetSale
|
|
17407
17378
|
ownershipType?: LolPurchaseWidgetInventoryOwnership
|
|
17408
17379
|
}
|
|
17409
17380
|
|
|
@@ -17425,11 +17396,14 @@ export interface LolPurchaseWidgetCatalogPluginItemWithDetails {
|
|
|
17425
17396
|
minimumBundlePrices?: LolPurchaseWidgetCatalogPluginPrice[]
|
|
17426
17397
|
bundledDiscountPrices?: LolPurchaseWidgetCatalogPluginPrice[]
|
|
17427
17398
|
assets: LolPurchaseWidgetCatalogPluginItemAssets
|
|
17399
|
+
/** @format int32 */
|
|
17400
|
+
bundleFinalPrice: number
|
|
17401
|
+
flexible: boolean
|
|
17428
17402
|
}
|
|
17429
17403
|
|
|
17430
17404
|
export interface LolPurchaseWidgetCatalogPluginPrice {
|
|
17431
17405
|
currency: string
|
|
17432
|
-
/** @format
|
|
17406
|
+
/** @format int32 */
|
|
17433
17407
|
cost: number
|
|
17434
17408
|
costType?: string
|
|
17435
17409
|
sale?: LolPurchaseWidgetCatalogPluginSale
|
|
@@ -17440,7 +17414,7 @@ export interface LolPurchaseWidgetCatalogPluginSale {
|
|
|
17440
17414
|
endDate: string
|
|
17441
17415
|
/** @format float */
|
|
17442
17416
|
discount?: number
|
|
17443
|
-
/** @format
|
|
17417
|
+
/** @format int32 */
|
|
17444
17418
|
cost: number
|
|
17445
17419
|
}
|
|
17446
17420
|
|
|
@@ -17491,7 +17465,7 @@ export interface LolPurchaseWidgetItemChoices {
|
|
|
17491
17465
|
|
|
17492
17466
|
export interface LolPurchaseWidgetItemCost {
|
|
17493
17467
|
currency: string
|
|
17494
|
-
/** @format
|
|
17468
|
+
/** @format int32 */
|
|
17495
17469
|
cost: number
|
|
17496
17470
|
/** @format float */
|
|
17497
17471
|
discount?: number
|
|
@@ -17533,6 +17507,18 @@ export interface LolPurchaseWidgetItemMetadataEntry {
|
|
|
17533
17507
|
value: string
|
|
17534
17508
|
}
|
|
17535
17509
|
|
|
17510
|
+
export interface LolPurchaseWidgetItemOrderDTO {
|
|
17511
|
+
inventoryType: string
|
|
17512
|
+
/** @format int32 */
|
|
17513
|
+
itemId: number
|
|
17514
|
+
/** @format uint32 */
|
|
17515
|
+
quantity: number
|
|
17516
|
+
/** @format uint32 */
|
|
17517
|
+
rpCost: number
|
|
17518
|
+
/** @format uint32 */
|
|
17519
|
+
ipCost: number
|
|
17520
|
+
}
|
|
17521
|
+
|
|
17536
17522
|
export interface LolPurchaseWidgetItemOwnership {
|
|
17537
17523
|
itemKey: LolPurchaseWidgetItemKey
|
|
17538
17524
|
/** @format int32 */
|
|
@@ -17541,7 +17527,7 @@ export interface LolPurchaseWidgetItemOwnership {
|
|
|
17541
17527
|
|
|
17542
17528
|
export interface LolPurchaseWidgetItemPrice {
|
|
17543
17529
|
currencyType: string
|
|
17544
|
-
/** @format
|
|
17530
|
+
/** @format int32 */
|
|
17545
17531
|
price: number
|
|
17546
17532
|
purchasable: boolean
|
|
17547
17533
|
}
|
|
@@ -17631,6 +17617,21 @@ export interface LolPurchaseWidgetPurchaseOption {
|
|
|
17631
17617
|
priceDetails: LolPurchaseWidgetPriceDetail[]
|
|
17632
17618
|
}
|
|
17633
17619
|
|
|
17620
|
+
export interface LolPurchaseWidgetPurchaseOrderRequestDTO {
|
|
17621
|
+
/** @format uint64 */
|
|
17622
|
+
accountId: number
|
|
17623
|
+
items: LolPurchaseWidgetItemOrderDTO[]
|
|
17624
|
+
}
|
|
17625
|
+
|
|
17626
|
+
export interface LolPurchaseWidgetPurchaseOrderResponseDTO {
|
|
17627
|
+
/** @format int64 */
|
|
17628
|
+
rpBalance: number
|
|
17629
|
+
/** @format int64 */
|
|
17630
|
+
ipBalance: number
|
|
17631
|
+
transactions: LolPurchaseWidgetTransactionResponseDTO[]
|
|
17632
|
+
waitForRMS: boolean
|
|
17633
|
+
}
|
|
17634
|
+
|
|
17634
17635
|
export interface LolPurchaseWidgetPurchaseRequest {
|
|
17635
17636
|
items: LolPurchaseWidgetPurchaseItem[]
|
|
17636
17637
|
}
|
|
@@ -17716,6 +17717,13 @@ export interface LolPurchaseWidgetTransaction {
|
|
|
17716
17717
|
iconUrl: string
|
|
17717
17718
|
}
|
|
17718
17719
|
|
|
17720
|
+
export interface LolPurchaseWidgetTransactionResponseDTO {
|
|
17721
|
+
id: string
|
|
17722
|
+
inventoryType: string
|
|
17723
|
+
/** @format int32 */
|
|
17724
|
+
itemId: number
|
|
17725
|
+
}
|
|
17726
|
+
|
|
17719
17727
|
export interface LolPurchaseWidgetValidateOfferError {
|
|
17720
17728
|
errorKey: string
|
|
17721
17729
|
meta: string
|
|
@@ -18131,6 +18139,10 @@ export interface LolRankedRankedQueueStats {
|
|
|
18131
18139
|
wins: number
|
|
18132
18140
|
/** @format int32 */
|
|
18133
18141
|
losses: number
|
|
18142
|
+
/** @format int32 */
|
|
18143
|
+
currentSeasonWinsForRewards: number
|
|
18144
|
+
/** @format int32 */
|
|
18145
|
+
previousSeasonWinsForRewards: number
|
|
18134
18146
|
highestTier: string
|
|
18135
18147
|
highestDivision: LolRankedLeagueDivision
|
|
18136
18148
|
previousSeasonEndTier: string
|
|
@@ -18158,6 +18170,10 @@ export interface LolRankedRankedQueueStatsDTO {
|
|
|
18158
18170
|
wins: number
|
|
18159
18171
|
/** @format int32 */
|
|
18160
18172
|
losses: number
|
|
18173
|
+
/** @format int32 */
|
|
18174
|
+
currentSeasonWinsForRewards: number
|
|
18175
|
+
/** @format int32 */
|
|
18176
|
+
previousSeasonWinsForRewards: number
|
|
18161
18177
|
highestTier: string
|
|
18162
18178
|
highestRank: string
|
|
18163
18179
|
previousSeasonEndTier: string
|
|
@@ -20516,6 +20532,8 @@ export interface LolStatstonesSummoner {
|
|
|
20516
20532
|
summonerId: number
|
|
20517
20533
|
puuid: string
|
|
20518
20534
|
displayName: string
|
|
20535
|
+
/** @format uint32 */
|
|
20536
|
+
summonerLevel: number
|
|
20519
20537
|
}
|
|
20520
20538
|
|
|
20521
20539
|
export interface LolStoreAccessTokenResource {
|
|
@@ -21086,6 +21104,24 @@ export type LolSummonerProfilePrivacyEnabledState = "DISABLED" | "ENABLED" | "UN
|
|
|
21086
21104
|
|
|
21087
21105
|
export type LolSummonerProfilePrivacySetting = "PUBLIC" | "PRIVATE"
|
|
21088
21106
|
|
|
21107
|
+
export interface LolSummonerProfilesPuuidAndViews {
|
|
21108
|
+
payload: Record<string, LolSummonerProfilesViews>
|
|
21109
|
+
}
|
|
21110
|
+
|
|
21111
|
+
export interface LolSummonerProfilesSummonerLevel {
|
|
21112
|
+
puuid: string
|
|
21113
|
+
/** @format uint32 */
|
|
21114
|
+
summonerLevel: number
|
|
21115
|
+
/** @format uint32 */
|
|
21116
|
+
xpSinceLastLevel: number
|
|
21117
|
+
/** @format uint32 */
|
|
21118
|
+
xpToNextLevel: number
|
|
21119
|
+
}
|
|
21120
|
+
|
|
21121
|
+
export interface LolSummonerProfilesViews {
|
|
21122
|
+
views: string[]
|
|
21123
|
+
}
|
|
21124
|
+
|
|
21089
21125
|
export interface LolSummonerRerollDataBagForClientV1 {
|
|
21090
21126
|
/** @format int32 */
|
|
21091
21127
|
queueId: number
|
|
@@ -21189,6 +21225,16 @@ export interface LolSummonerSummonerIdAndName {
|
|
|
21189
21225
|
puuid: string
|
|
21190
21226
|
}
|
|
21191
21227
|
|
|
21228
|
+
export interface LolSummonerSummonerLevelView {
|
|
21229
|
+
puuid: string
|
|
21230
|
+
/** @format uint32 */
|
|
21231
|
+
level: number
|
|
21232
|
+
/** @format uint32 */
|
|
21233
|
+
xpSinceLastLevel: number
|
|
21234
|
+
/** @format uint32 */
|
|
21235
|
+
xpToNextLevel: number
|
|
21236
|
+
}
|
|
21237
|
+
|
|
21192
21238
|
export interface LolSummonerSummonerProfileUpdate {
|
|
21193
21239
|
key: string
|
|
21194
21240
|
value: unknown
|
|
@@ -21962,6 +22008,7 @@ export interface LolTftPassEventInfoUIData {
|
|
|
21962
22008
|
eventType: string
|
|
21963
22009
|
eventIcon: string
|
|
21964
22010
|
navBarIcon: string
|
|
22011
|
+
battleExpIcon: string
|
|
21965
22012
|
eventTokenImage: string
|
|
21966
22013
|
startDate: string
|
|
21967
22014
|
progressEndDate: string
|
|
@@ -21990,6 +22037,7 @@ export interface LolTftPassEventShop {
|
|
|
21990
22037
|
localizedName: string
|
|
21991
22038
|
backgroundImage: string
|
|
21992
22039
|
navbarIconImage: string
|
|
22040
|
+
battleExpIconImage: string
|
|
21993
22041
|
headerIconImage: string
|
|
21994
22042
|
startDate: string
|
|
21995
22043
|
progressEndDate: string
|
|
@@ -22063,6 +22111,7 @@ export interface LolTftPassHallOfLegends {
|
|
|
22063
22111
|
localizedName: string
|
|
22064
22112
|
navbarIconImage: string
|
|
22065
22113
|
headerIconImage: string
|
|
22114
|
+
battleExpIconImage: string
|
|
22066
22115
|
headerTitleImage: string
|
|
22067
22116
|
startDate: string
|
|
22068
22117
|
progressEndDate: string
|
|
@@ -22665,6 +22714,7 @@ export interface LolTftPassSeasonPass {
|
|
|
22665
22714
|
localizedName: string
|
|
22666
22715
|
navbarIconImage: string
|
|
22667
22716
|
headerIconImage: string
|
|
22717
|
+
battleExpIconImage: string
|
|
22668
22718
|
headerTitleImage: string
|
|
22669
22719
|
startDate: string
|
|
22670
22720
|
progressEndDate: string
|
|
@@ -22763,6 +22813,7 @@ export interface LolTftPassTFTPassClientConfig {
|
|
|
22763
22813
|
eventPassId: string
|
|
22764
22814
|
dailyLoginPassId: string
|
|
22765
22815
|
skillTreePassId: string
|
|
22816
|
+
pmUltimateVictoryPassId: string
|
|
22766
22817
|
}
|
|
22767
22818
|
|
|
22768
22819
|
export interface LolTftPassTFTPassDTO {
|
|
@@ -25050,7 +25101,7 @@ export interface PaymentsFrontEndRequest {
|
|
|
25050
25101
|
usePmcSessions: boolean
|
|
25051
25102
|
game: string
|
|
25052
25103
|
openedFrom: string
|
|
25053
|
-
/** @format
|
|
25104
|
+
/** @format int32 */
|
|
25054
25105
|
minVirtualAmount: number
|
|
25055
25106
|
orderDetailsJSON: string
|
|
25056
25107
|
}
|
|
@@ -25068,7 +25119,7 @@ export interface PaymentsPMCStartUrlRequest {
|
|
|
25068
25119
|
gifteeMessage: string
|
|
25069
25120
|
game: string
|
|
25070
25121
|
openedFrom: string
|
|
25071
|
-
/** @format
|
|
25122
|
+
/** @format int32 */
|
|
25072
25123
|
minVirtualAmount: number
|
|
25073
25124
|
orderDetailsJSON: string
|
|
25074
25125
|
machineId: string
|
|
@@ -26262,6 +26313,8 @@ export interface TeamBuilderDirect_ChampSelectSession {
|
|
|
26262
26313
|
id: string
|
|
26263
26314
|
/** @format uint64 */
|
|
26264
26315
|
gameId: number
|
|
26316
|
+
/** @format int32 */
|
|
26317
|
+
queueId: number
|
|
26265
26318
|
timer: TeamBuilderDirect_TeambuilderDirectTypes_ChampSelectTimer
|
|
26266
26319
|
chatDetails: TeamBuilderDirect_ChampSelectChatRoomDetails
|
|
26267
26320
|
myTeam: TeamBuilderDirect_ChampSelectPlayerSelection[]
|
|
@@ -26668,13 +26721,30 @@ export interface TeamBuilderDirect_InventoryDraft {
|
|
|
26668
26721
|
}
|
|
26669
26722
|
|
|
26670
26723
|
export interface TeamBuilderDirect_InventoryItem {
|
|
26671
|
-
/** @format
|
|
26724
|
+
/** @format int32 */
|
|
26672
26725
|
itemId: number
|
|
26726
|
+
inventoryType: string
|
|
26727
|
+
}
|
|
26728
|
+
|
|
26729
|
+
export interface TeamBuilderDirect_InventoryItemDTO {
|
|
26730
|
+
/** @format int32 */
|
|
26731
|
+
itemId: number
|
|
26732
|
+
inventoryType: string
|
|
26733
|
+
payload: unknown
|
|
26734
|
+
"f2p": boolean
|
|
26735
|
+
rental: boolean
|
|
26736
|
+
loyalty: boolean
|
|
26737
|
+
lsb: boolean
|
|
26673
26738
|
}
|
|
26674
26739
|
|
|
26675
26740
|
export interface TeamBuilderDirect_InventoryItemWithPayload {
|
|
26676
|
-
/** @format
|
|
26741
|
+
/** @format int32 */
|
|
26677
26742
|
itemId: number
|
|
26743
|
+
inventoryType: string
|
|
26744
|
+
"f2p": boolean
|
|
26745
|
+
rental: boolean
|
|
26746
|
+
loyalty: boolean
|
|
26747
|
+
owned: boolean
|
|
26678
26748
|
payload: unknown
|
|
26679
26749
|
}
|
|
26680
26750
|
|
|
@@ -26729,6 +26799,7 @@ export interface TeamBuilderDirect_MatchmakingReadyCheckResource {
|
|
|
26729
26799
|
/** @format float */
|
|
26730
26800
|
timer: number
|
|
26731
26801
|
declinerIds: number[]
|
|
26802
|
+
autoAccept: boolean
|
|
26732
26803
|
}
|
|
26733
26804
|
|
|
26734
26805
|
export type TeamBuilderDirect_MatchmakingReadyCheckResponse = "Declined" | "Accepted" | "None"
|
|
@@ -26788,6 +26859,17 @@ export interface TeamBuilderDirect_MutedPlayerInfo {
|
|
|
26788
26859
|
obfuscatedSummonerId: number
|
|
26789
26860
|
}
|
|
26790
26861
|
|
|
26862
|
+
/** The container for all the operational queue configs */
|
|
26863
|
+
export interface TeamBuilderDirect_OperationalQueueConfig {
|
|
26864
|
+
/** @format int32 */
|
|
26865
|
+
queueId: number
|
|
26866
|
+
isEnabled: boolean
|
|
26867
|
+
mutators: string
|
|
26868
|
+
isVisibleInClient: boolean
|
|
26869
|
+
isSpectatable: boolean
|
|
26870
|
+
"f2pRotations": string
|
|
26871
|
+
}
|
|
26872
|
+
|
|
26791
26873
|
export interface TeamBuilderDirect_PlayerStatus {
|
|
26792
26874
|
currentLobbyStatus?: TeamBuilderDirect_LobbyStatus
|
|
26793
26875
|
lastQueuedLobbyStatus?: TeamBuilderDirect_LobbyStatus
|
|
@@ -27591,6 +27673,12 @@ export interface TutorialMetadata {
|
|
|
27591
27673
|
useChosenChampion: boolean
|
|
27592
27674
|
}
|
|
27593
27675
|
|
|
27676
|
+
export interface VelocityLimiter_VelocityDTO {
|
|
27677
|
+
/** @format int64 */
|
|
27678
|
+
availableTokens: number
|
|
27679
|
+
refill: string
|
|
27680
|
+
}
|
|
27681
|
+
|
|
27594
27682
|
export interface VerboseLootOddsDTO {
|
|
27595
27683
|
recipeName: string
|
|
27596
27684
|
lastUpdated: string
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hasagi/types",
|
|
3
|
-
"version": "15.
|
|
4
|
-
"_clientVersion": "15.
|
|
3
|
+
"version": "15.15.1",
|
|
4
|
+
"_clientVersion": "15.15.701.1573",
|
|
5
5
|
"description": "This package contains auto-generated LCU types and endpoints.",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"update-types": "node scripts/update-types.mjs",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"author": "dysolix",
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@hasagi/cli": "^0.9.
|
|
18
|
-
"@hasagi/core": "^0.6.
|
|
17
|
+
"@hasagi/cli": "^0.9.8",
|
|
18
|
+
"@hasagi/core": "^0.6.3",
|
|
19
19
|
"axios": "^1.6.8"
|
|
20
20
|
},
|
|
21
21
|
"exports": {
|