@hasagi/types 14.7.1 → 14.17.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/README.md +9 -0
- package/lcu-endpoints.d.ts +179 -159
- package/lcu-events.d.ts +19 -15
- package/lcu-types.d.ts +876 -1770
- package/package.json +9 -8
package/lcu-types.d.ts
CHANGED
|
@@ -985,6 +985,9 @@ export interface LcdsBotParticipant {
|
|
|
985
985
|
summonerInternalName: string
|
|
986
986
|
/** @format int32 */
|
|
987
987
|
botSkillLevel: number
|
|
988
|
+
botDifficulty: string
|
|
989
|
+
position: string
|
|
990
|
+
botUuid: string
|
|
988
991
|
teamId: string
|
|
989
992
|
}
|
|
990
993
|
|
|
@@ -1146,6 +1149,7 @@ export interface LcdsPlayerGcoTokens {
|
|
|
1146
1149
|
idToken: string
|
|
1147
1150
|
summonerToken: string
|
|
1148
1151
|
userInfoJwt: string
|
|
1152
|
+
entitlementsToken: string
|
|
1149
1153
|
}
|
|
1150
1154
|
|
|
1151
1155
|
export interface LcdsPlayerParticipant {
|
|
@@ -1155,6 +1159,9 @@ export interface LcdsPlayerParticipant {
|
|
|
1155
1159
|
summonerInternalName: string
|
|
1156
1160
|
/** @format int32 */
|
|
1157
1161
|
botSkillLevel: number
|
|
1162
|
+
botDifficulty: string
|
|
1163
|
+
position: string
|
|
1164
|
+
botUuid: string
|
|
1158
1165
|
}
|
|
1159
1166
|
|
|
1160
1167
|
export interface LcdsPracticeGameConfig {
|
|
@@ -1544,85 +1551,6 @@ export interface LolBannersTournamentFrameInventoryItem {
|
|
|
1544
1551
|
purchaseDate: string
|
|
1545
1552
|
}
|
|
1546
1553
|
|
|
1547
|
-
export type LolCareerStatsCareerStatsQueueType = "other" | "quickplay5" | "rank3flex" | "blind3" | "aram" | "blind5" | "rank5solo" | "rank5flex" | "draft5"
|
|
1548
|
-
|
|
1549
|
-
export interface LolCareerStatsChampionQueueStatsResponse {
|
|
1550
|
-
/** @format int32 */
|
|
1551
|
-
championId: number
|
|
1552
|
-
queueType: LolCareerStatsCareerStatsQueueType
|
|
1553
|
-
position: LolCareerStatsSummonersRiftPosition
|
|
1554
|
-
rankTier: string
|
|
1555
|
-
stats: unknown
|
|
1556
|
-
}
|
|
1557
|
-
|
|
1558
|
-
export interface LolCareerStatsChampionStatistics {
|
|
1559
|
-
/** @format int32 */
|
|
1560
|
-
championId: number
|
|
1561
|
-
experts: LolCareerStatsExpertPlayer[]
|
|
1562
|
-
queueStats: LolCareerStatsStatisticsByQueue[]
|
|
1563
|
-
}
|
|
1564
|
-
|
|
1565
|
-
export interface LolCareerStatsEntitlementsToken {
|
|
1566
|
-
entitlements: string[]
|
|
1567
|
-
}
|
|
1568
|
-
|
|
1569
|
-
export interface LolCareerStatsExpertPlayer {
|
|
1570
|
-
/** @format int32 */
|
|
1571
|
-
championId: number
|
|
1572
|
-
position: LolCareerStatsSummonersRiftPosition
|
|
1573
|
-
/** @format uint64 */
|
|
1574
|
-
summonerId: number
|
|
1575
|
-
summonerName: string
|
|
1576
|
-
/** @format int32 */
|
|
1577
|
-
numOfGames: number
|
|
1578
|
-
/** @format float */
|
|
1579
|
-
winRate: number
|
|
1580
|
-
/** @format int32 */
|
|
1581
|
-
expertRank: number
|
|
1582
|
-
}
|
|
1583
|
-
|
|
1584
|
-
export interface LolCareerStatsPositionStatistics {
|
|
1585
|
-
position: LolCareerStatsSummonersRiftPosition
|
|
1586
|
-
experts: LolCareerStatsExpertPlayer[]
|
|
1587
|
-
queueStats: LolCareerStatsStatisticsByQueue[]
|
|
1588
|
-
}
|
|
1589
|
-
|
|
1590
|
-
export interface LolCareerStatsPositionStatsQueryRequest {
|
|
1591
|
-
queueType: LolCareerStatsCareerStatsQueueType
|
|
1592
|
-
position: LolCareerStatsSummonersRiftPosition
|
|
1593
|
-
rankTier: string
|
|
1594
|
-
/** @format uint32 */
|
|
1595
|
-
season: number
|
|
1596
|
-
}
|
|
1597
|
-
|
|
1598
|
-
export interface LolCareerStatsStatisticsByQueue {
|
|
1599
|
-
queueType: LolCareerStatsCareerStatsQueueType
|
|
1600
|
-
stats: unknown
|
|
1601
|
-
}
|
|
1602
|
-
|
|
1603
|
-
export interface LolCareerStatsStatisticsPercentilesResponse {
|
|
1604
|
-
/** @format int32 */
|
|
1605
|
-
championId: number
|
|
1606
|
-
queueType: LolCareerStatsCareerStatsQueueType
|
|
1607
|
-
position: LolCareerStatsSummonersRiftPosition
|
|
1608
|
-
rankTier: string
|
|
1609
|
-
/** @format uint32 */
|
|
1610
|
-
season: number
|
|
1611
|
-
stats: unknown
|
|
1612
|
-
}
|
|
1613
|
-
|
|
1614
|
-
export interface LolCareerStatsStatsQueryRequest {
|
|
1615
|
-
/** @format int32 */
|
|
1616
|
-
championId: number
|
|
1617
|
-
queueType: LolCareerStatsCareerStatsQueueType
|
|
1618
|
-
position: LolCareerStatsSummonersRiftPosition
|
|
1619
|
-
rankTier: string
|
|
1620
|
-
/** @format uint32 */
|
|
1621
|
-
season: number
|
|
1622
|
-
}
|
|
1623
|
-
|
|
1624
|
-
export type LolCareerStatsSummonersRiftPosition = "SUPPORT" | "BOTTOM" | "MID" | "JUNGLE" | "TOP" | "UNKNOWN" | "ALL"
|
|
1625
|
-
|
|
1626
1554
|
export interface LolCatalogBundled {
|
|
1627
1555
|
flexible: boolean
|
|
1628
1556
|
items: LolCatalogBundledItem[]
|
|
@@ -1679,6 +1607,7 @@ export interface LolCatalogCatalogPluginItem {
|
|
|
1679
1607
|
subTitle: string
|
|
1680
1608
|
description: string
|
|
1681
1609
|
imagePath: string
|
|
1610
|
+
tilePath: string
|
|
1682
1611
|
/** @format uint64 */
|
|
1683
1612
|
purchaseDate: number
|
|
1684
1613
|
/** @format uint64 */
|
|
@@ -1788,6 +1717,13 @@ export interface LolCatalogGameDataItemReference {
|
|
|
1788
1717
|
contentId: string
|
|
1789
1718
|
}
|
|
1790
1719
|
|
|
1720
|
+
export interface LolCatalogGameDataRegaliaBanner {
|
|
1721
|
+
id: string
|
|
1722
|
+
idSecondary: string
|
|
1723
|
+
assetPath: string
|
|
1724
|
+
localizedName: string
|
|
1725
|
+
}
|
|
1726
|
+
|
|
1791
1727
|
export interface LolCatalogGameDataSkinAugment {
|
|
1792
1728
|
/** @format int32 */
|
|
1793
1729
|
itemId: number
|
|
@@ -2323,7 +2259,6 @@ export interface LolChampSelectChampGridChampion {
|
|
|
2323
2259
|
masteryPoints: number
|
|
2324
2260
|
/** @format int32 */
|
|
2325
2261
|
masteryLevel: number
|
|
2326
|
-
masteryChestGranted: boolean
|
|
2327
2262
|
selectionStatus: LolChampSelectChampionSelection
|
|
2328
2263
|
positionsFavorited: string[]
|
|
2329
2264
|
}
|
|
@@ -2553,6 +2488,15 @@ export interface LolChampSelectChampSelectTradeNotification {
|
|
|
2553
2488
|
|
|
2554
2489
|
export type LolChampSelectChampSelectTradeState = "ACCEPTED" | "CANCELLED" | "DECLINED" | "SENT" | "RECEIVED" | "INVALID" | "BUSY" | "AVAILABLE"
|
|
2555
2490
|
|
|
2491
|
+
export interface LolChampSelectChampionMastery {
|
|
2492
|
+
/** @format int32 */
|
|
2493
|
+
championId: number
|
|
2494
|
+
/** @format int32 */
|
|
2495
|
+
championLevel: number
|
|
2496
|
+
/** @format int32 */
|
|
2497
|
+
championPoints: number
|
|
2498
|
+
}
|
|
2499
|
+
|
|
2556
2500
|
export interface LolChampSelectChampionQuestSkinInfo {
|
|
2557
2501
|
splashPath: string
|
|
2558
2502
|
tilePath: string
|
|
@@ -2578,8 +2522,8 @@ export interface LolChampSelectChampionSkinAugment {
|
|
|
2578
2522
|
|
|
2579
2523
|
export interface LolChampSelectChampionSkinAugmentOverlays {
|
|
2580
2524
|
centeredLCOverlayPath: string
|
|
2581
|
-
|
|
2582
|
-
|
|
2525
|
+
socialCardLCOverlayPath: string
|
|
2526
|
+
tileLCOverlayPath: string
|
|
2583
2527
|
uncenteredLCOverlayPath: string
|
|
2584
2528
|
}
|
|
2585
2529
|
|
|
@@ -2597,19 +2541,10 @@ export interface LolChampSelectCollectionsChampionChroma {
|
|
|
2597
2541
|
ownership: LolChampSelectCollectionsOwnership
|
|
2598
2542
|
disabled: boolean
|
|
2599
2543
|
stillObtainable: boolean
|
|
2544
|
+
skinAugments: LolChampSelectChampionSkinAugments
|
|
2600
2545
|
colors: string[]
|
|
2601
2546
|
}
|
|
2602
2547
|
|
|
2603
|
-
export interface LolChampSelectCollectionsChampionMastery {
|
|
2604
|
-
/** @format int32 */
|
|
2605
|
-
championId: number
|
|
2606
|
-
/** @format int32 */
|
|
2607
|
-
championLevel: number
|
|
2608
|
-
/** @format int32 */
|
|
2609
|
-
championPoints: number
|
|
2610
|
-
chestGranted: boolean
|
|
2611
|
-
}
|
|
2612
|
-
|
|
2613
2548
|
export interface LolChampSelectCollectionsChampionMinimal {
|
|
2614
2549
|
banVoPath: string
|
|
2615
2550
|
chooseVoPath: string
|
|
@@ -2636,9 +2571,9 @@ export interface LolChampSelectCollectionsChampionQuestSkin {
|
|
|
2636
2571
|
isBase: boolean
|
|
2637
2572
|
disabled: boolean
|
|
2638
2573
|
stillObtainable: boolean
|
|
2574
|
+
skinAugments: LolChampSelectChampionSkinAugments
|
|
2639
2575
|
splashPath: string
|
|
2640
2576
|
tilePath: string
|
|
2641
|
-
skinAugments: LolChampSelectChampionSkinAugments
|
|
2642
2577
|
/** @format uint64 */
|
|
2643
2578
|
stage: number
|
|
2644
2579
|
shortName: string
|
|
@@ -2656,9 +2591,9 @@ export interface LolChampSelectCollectionsChampionSkin {
|
|
|
2656
2591
|
isBase: boolean
|
|
2657
2592
|
disabled: boolean
|
|
2658
2593
|
stillObtainable: boolean
|
|
2594
|
+
skinAugments: LolChampSelectChampionSkinAugments
|
|
2659
2595
|
splashPath: string
|
|
2660
2596
|
tilePath: string
|
|
2661
|
-
skinAugments: LolChampSelectChampionSkinAugments
|
|
2662
2597
|
chromas: LolChampSelectCollectionsChampionChroma[]
|
|
2663
2598
|
questSkinInfo: LolChampSelectChampionQuestSkinInfo
|
|
2664
2599
|
emblems: LolChampSelectCollectionsChampionSkinEmblem[]
|
|
@@ -2693,9 +2628,9 @@ export interface LolChampSelectCollectionsChampionSkinMinimal {
|
|
|
2693
2628
|
isBase: boolean
|
|
2694
2629
|
disabled: boolean
|
|
2695
2630
|
stillObtainable: boolean
|
|
2631
|
+
skinAugments: LolChampSelectChampionSkinAugments
|
|
2696
2632
|
splashPath: string
|
|
2697
2633
|
tilePath: string
|
|
2698
|
-
skinAugments: LolChampSelectChampionSkinAugments
|
|
2699
2634
|
}
|
|
2700
2635
|
|
|
2701
2636
|
export interface LolChampSelectCollectionsOwnership {
|
|
@@ -3059,6 +2994,187 @@ export interface LolChampSelectTeamBoost {
|
|
|
3059
2994
|
unlocked: boolean
|
|
3060
2995
|
}
|
|
3061
2996
|
|
|
2997
|
+
export interface LolChampionMasteryAllChampionMasterySetReward {
|
|
2998
|
+
championMasteries: LolChampionMasteryChampionMastery[]
|
|
2999
|
+
championSet: LolChampionMasteryChampionSet
|
|
3000
|
+
championSetRewards: Record<string, LolChampionMasterySetRewardEntry>
|
|
3001
|
+
seasonMilestoneRequireAndRewards: Record<string, LolChampionMasterySeasonMilestoneRequireAndRewards>
|
|
3002
|
+
newChampionNextLevel: LolChampionMasteryLevelMark
|
|
3003
|
+
/** @format int32 */
|
|
3004
|
+
totalScore: number
|
|
3005
|
+
}
|
|
3006
|
+
|
|
3007
|
+
export interface LolChampionMasteryChampionMastery {
|
|
3008
|
+
puuid: string
|
|
3009
|
+
/** @format int32 */
|
|
3010
|
+
championId: number
|
|
3011
|
+
/** @format int32 */
|
|
3012
|
+
championLevel: number
|
|
3013
|
+
/** @format int32 */
|
|
3014
|
+
championPoints: number
|
|
3015
|
+
/** @format uint64 */
|
|
3016
|
+
lastPlayTime: number
|
|
3017
|
+
/** @format int32 */
|
|
3018
|
+
championPointsSinceLastLevel: number
|
|
3019
|
+
/** @format int32 */
|
|
3020
|
+
championPointsUntilNextLevel: number
|
|
3021
|
+
/** @format int32 */
|
|
3022
|
+
markRequiredForNextLevel: number
|
|
3023
|
+
/** @format int32 */
|
|
3024
|
+
tokensEarned: number
|
|
3025
|
+
/** @format int32 */
|
|
3026
|
+
championSeasonMilestone: number
|
|
3027
|
+
milestoneGrades: string[]
|
|
3028
|
+
nextSeasonMilestone: LolChampionMasterySeasonMilestoneRequireAndRewards
|
|
3029
|
+
highestGrade: string
|
|
3030
|
+
}
|
|
3031
|
+
|
|
3032
|
+
export interface LolChampionMasteryChampionMasteryChangeNotification {
|
|
3033
|
+
/** @format int64 */
|
|
3034
|
+
gameId: number
|
|
3035
|
+
puuid: string
|
|
3036
|
+
/** @format int32 */
|
|
3037
|
+
championId: number
|
|
3038
|
+
/** @format int32 */
|
|
3039
|
+
championLevel: number
|
|
3040
|
+
/** @format int32 */
|
|
3041
|
+
championPointsBeforeGame: number
|
|
3042
|
+
/** @format int32 */
|
|
3043
|
+
championPointsGained: number
|
|
3044
|
+
/** @format int32 */
|
|
3045
|
+
championPointsGainedIndividualContribution: number
|
|
3046
|
+
/** @format int32 */
|
|
3047
|
+
bonusChampionPointsGained: number
|
|
3048
|
+
playerGrade: string
|
|
3049
|
+
/** @format int32 */
|
|
3050
|
+
championPointsSinceLastLevelBeforeGame: number
|
|
3051
|
+
/** @format int32 */
|
|
3052
|
+
championPointsUntilNextLevelBeforeGame: number
|
|
3053
|
+
/** @format int32 */
|
|
3054
|
+
championPointsUntilNextLevelAfterGame: number
|
|
3055
|
+
championLevelUp: boolean
|
|
3056
|
+
/** @format int32 */
|
|
3057
|
+
score: number
|
|
3058
|
+
levelUpList: LolChampionMasteryChampionMasteryMini[]
|
|
3059
|
+
memberGrades: LolChampionMasteryChampionMasteryGrade[]
|
|
3060
|
+
win: boolean
|
|
3061
|
+
/** @format int32 */
|
|
3062
|
+
mapId: number
|
|
3063
|
+
/** @format int32 */
|
|
3064
|
+
tokensEarned: number
|
|
3065
|
+
tokenEarnedAfterGame: boolean
|
|
3066
|
+
/** @format int32 */
|
|
3067
|
+
markRequiredForNextLevel: number
|
|
3068
|
+
/** @format int32 */
|
|
3069
|
+
championSeasonMilestone: number
|
|
3070
|
+
championSeasonMilestoneUp: boolean
|
|
3071
|
+
milestoneGrades: string[]
|
|
3072
|
+
seasonMilestone: LolChampionMasterySeasonMilestoneRequireAndRewards
|
|
3073
|
+
}
|
|
3074
|
+
|
|
3075
|
+
export interface LolChampionMasteryChampionMasteryGrade {
|
|
3076
|
+
puuid: string
|
|
3077
|
+
/** @format int32 */
|
|
3078
|
+
championId: number
|
|
3079
|
+
grade: string
|
|
3080
|
+
}
|
|
3081
|
+
|
|
3082
|
+
export interface LolChampionMasteryChampionMasteryMini {
|
|
3083
|
+
puuid: string
|
|
3084
|
+
/** @format int32 */
|
|
3085
|
+
championId: number
|
|
3086
|
+
/** @format int32 */
|
|
3087
|
+
championLevel: number
|
|
3088
|
+
}
|
|
3089
|
+
|
|
3090
|
+
export interface LolChampionMasteryChampionMasteryRewardGrantNotification {
|
|
3091
|
+
id: string
|
|
3092
|
+
/** @format int64 */
|
|
3093
|
+
gameId: number
|
|
3094
|
+
puuid: string
|
|
3095
|
+
/** @format int32 */
|
|
3096
|
+
championId: number
|
|
3097
|
+
playerGrade: string
|
|
3098
|
+
messageKey: string
|
|
3099
|
+
}
|
|
3100
|
+
|
|
3101
|
+
export interface LolChampionMasteryChampionSet {
|
|
3102
|
+
champions: number[]
|
|
3103
|
+
/** @format int32 */
|
|
3104
|
+
totalMilestone: number
|
|
3105
|
+
completed: boolean
|
|
3106
|
+
}
|
|
3107
|
+
|
|
3108
|
+
export interface LolChampionMasteryLevelMark {
|
|
3109
|
+
/** @format int32 */
|
|
3110
|
+
level: number
|
|
3111
|
+
/** @format int32 */
|
|
3112
|
+
championPoints: number
|
|
3113
|
+
/** @format int32 */
|
|
3114
|
+
marks: number
|
|
3115
|
+
}
|
|
3116
|
+
|
|
3117
|
+
export interface LolChampionMasteryLoginSession {
|
|
3118
|
+
state: LolChampionMasteryLoginSessionStates
|
|
3119
|
+
/** @format uint64 */
|
|
3120
|
+
summonerId: number
|
|
3121
|
+
puuid: string
|
|
3122
|
+
connected: boolean
|
|
3123
|
+
}
|
|
3124
|
+
|
|
3125
|
+
export type LolChampionMasteryLoginSessionStates = "ERROR" | "LOGGING_OUT" | "SUCCEEDED" | "IN_PROGRESS"
|
|
3126
|
+
|
|
3127
|
+
export interface LolChampionMasteryRewardConfigurationEntry {
|
|
3128
|
+
rewardValue: string
|
|
3129
|
+
/** @format int32 */
|
|
3130
|
+
maximumReward: number
|
|
3131
|
+
}
|
|
3132
|
+
|
|
3133
|
+
export interface LolChampionMasterySeasonMilestoneRequireAndRewards {
|
|
3134
|
+
requireGradeCounts: Record<string, number>
|
|
3135
|
+
/** @format uint16 */
|
|
3136
|
+
rewardMarks: number
|
|
3137
|
+
bonus: boolean
|
|
3138
|
+
rewardConfig: LolChampionMasteryRewardConfigurationEntry
|
|
3139
|
+
}
|
|
3140
|
+
|
|
3141
|
+
export interface LolChampionMasterySetRewardEntry {
|
|
3142
|
+
id: string
|
|
3143
|
+
type: string
|
|
3144
|
+
/** @format int32 */
|
|
3145
|
+
value: number
|
|
3146
|
+
}
|
|
3147
|
+
|
|
3148
|
+
export interface LolChampionMasteryTopChampionMasteries {
|
|
3149
|
+
puuid: string
|
|
3150
|
+
/** @format uint64 */
|
|
3151
|
+
summonerId: number
|
|
3152
|
+
/** @format uint64 */
|
|
3153
|
+
score: number
|
|
3154
|
+
masteries: LolChampionMasteryChampionMastery[]
|
|
3155
|
+
}
|
|
3156
|
+
|
|
3157
|
+
export interface LolChampionMasteryUIAllChampionMasteryWithSets {
|
|
3158
|
+
championMasteries: LolChampionMasteryChampionMastery[]
|
|
3159
|
+
championSet: LolChampionMasteryChampionSet
|
|
3160
|
+
championSetRewards: Record<string, LolChampionMasterySetRewardEntry>
|
|
3161
|
+
seasonMilestoneRequireAndRewards: Record<string, LolChampionMasterySeasonMilestoneRequireAndRewards>
|
|
3162
|
+
defaultChampionMastery: LolChampionMasteryChampionMastery
|
|
3163
|
+
customRewards: LolChampionMasteryUIChampionMasteryCustomReward[]
|
|
3164
|
+
/** @format int32 */
|
|
3165
|
+
totalScore: number
|
|
3166
|
+
championCountByMilestone: Record<string, number>
|
|
3167
|
+
}
|
|
3168
|
+
|
|
3169
|
+
export interface LolChampionMasteryUIChampionMasteryCustomReward {
|
|
3170
|
+
type: string
|
|
3171
|
+
/** @format int32 */
|
|
3172
|
+
level: number
|
|
3173
|
+
rewardValue: string
|
|
3174
|
+
/** @format int32 */
|
|
3175
|
+
quantity: number
|
|
3176
|
+
}
|
|
3177
|
+
|
|
3062
3178
|
export interface LolChampionsChampionQuestSkinInfo {
|
|
3063
3179
|
name: string
|
|
3064
3180
|
descriptionInfo: LolChampionsQuestSkinDescriptionInfo[]
|
|
@@ -3109,6 +3225,7 @@ export interface LolChampionsCollectionsChampionChroma {
|
|
|
3109
3225
|
disabled: boolean
|
|
3110
3226
|
stillObtainable: boolean
|
|
3111
3227
|
lastSelected: boolean
|
|
3228
|
+
skinAugments: LolChampionsCollectionsChampionSkinAugments
|
|
3112
3229
|
colors: string[]
|
|
3113
3230
|
}
|
|
3114
3231
|
|
|
@@ -3160,9 +3277,9 @@ export interface LolChampionsCollectionsChampionQuestSkin {
|
|
|
3160
3277
|
disabled: boolean
|
|
3161
3278
|
stillObtainable: boolean
|
|
3162
3279
|
lastSelected: boolean
|
|
3280
|
+
skinAugments: LolChampionsCollectionsChampionSkinAugments
|
|
3163
3281
|
splashPath: string
|
|
3164
3282
|
tilePath: string
|
|
3165
|
-
skinAugments: LolChampionsCollectionsChampionSkinAugments
|
|
3166
3283
|
/** @format uint64 */
|
|
3167
3284
|
stage: number
|
|
3168
3285
|
description: string
|
|
@@ -3185,9 +3302,9 @@ export interface LolChampionsCollectionsChampionSkin {
|
|
|
3185
3302
|
disabled: boolean
|
|
3186
3303
|
stillObtainable: boolean
|
|
3187
3304
|
lastSelected: boolean
|
|
3305
|
+
skinAugments: LolChampionsCollectionsChampionSkinAugments
|
|
3188
3306
|
splashPath: string
|
|
3189
3307
|
tilePath: string
|
|
3190
|
-
skinAugments: LolChampionsCollectionsChampionSkinAugments
|
|
3191
3308
|
chromas: LolChampionsCollectionsChampionChroma[]
|
|
3192
3309
|
questSkinInfo: LolChampionsChampionQuestSkinInfo
|
|
3193
3310
|
emblems: LolChampionsCollectionsChampionSkinEmblem[]
|
|
@@ -3207,8 +3324,8 @@ export interface LolChampionsCollectionsChampionSkinAugment {
|
|
|
3207
3324
|
|
|
3208
3325
|
export interface LolChampionsCollectionsChampionSkinAugmentOverlays {
|
|
3209
3326
|
centeredLCOverlayPath: string
|
|
3210
|
-
|
|
3211
|
-
|
|
3327
|
+
socialCardLCOverlayPath: string
|
|
3328
|
+
tileLCOverlayPath: string
|
|
3212
3329
|
uncenteredLCOverlayPath: string
|
|
3213
3330
|
}
|
|
3214
3331
|
|
|
@@ -3244,9 +3361,9 @@ export interface LolChampionsCollectionsChampionSkinMinimal {
|
|
|
3244
3361
|
disabled: boolean
|
|
3245
3362
|
stillObtainable: boolean
|
|
3246
3363
|
lastSelected: boolean
|
|
3364
|
+
skinAugments: LolChampionsCollectionsChampionSkinAugments
|
|
3247
3365
|
splashPath: string
|
|
3248
3366
|
tilePath: string
|
|
3249
|
-
skinAugments: LolChampionsCollectionsChampionSkinAugments
|
|
3250
3367
|
}
|
|
3251
3368
|
|
|
3252
3369
|
export interface LolChampionsCollectionsChampionSpell {
|
|
@@ -3301,6 +3418,7 @@ export interface LolChampionsGameDataChampionChroma {
|
|
|
3301
3418
|
id: number
|
|
3302
3419
|
colors: string[]
|
|
3303
3420
|
chromaPath: string
|
|
3421
|
+
skinAugments: LolChampionsCollectionsChampionSkinAugments
|
|
3304
3422
|
}
|
|
3305
3423
|
|
|
3306
3424
|
export interface LolChampionsGameDataChampionQuestSkin {
|
|
@@ -5235,17 +5353,14 @@ export interface LolCollectionsAccountIdAndSummonerId {
|
|
|
5235
5353
|
summonerId: number
|
|
5236
5354
|
}
|
|
5237
5355
|
|
|
5238
|
-
export interface
|
|
5356
|
+
export interface LolCollectionsChampionMastery {
|
|
5239
5357
|
puuid: string
|
|
5240
|
-
/** @format uint64 */
|
|
5241
|
-
playerId: number
|
|
5242
5358
|
/** @format int32 */
|
|
5243
5359
|
championId: number
|
|
5244
5360
|
/** @format int32 */
|
|
5245
5361
|
championLevel: number
|
|
5246
5362
|
/** @format int32 */
|
|
5247
5363
|
championPoints: number
|
|
5248
|
-
formattedChampionPoints: string
|
|
5249
5364
|
/** @format uint64 */
|
|
5250
5365
|
lastPlayTime: number
|
|
5251
5366
|
/** @format int32 */
|
|
@@ -5253,19 +5368,14 @@ export interface LolCollectionsCollectionsChampionMastery {
|
|
|
5253
5368
|
/** @format int32 */
|
|
5254
5369
|
championPointsUntilNextLevel: number
|
|
5255
5370
|
/** @format int32 */
|
|
5371
|
+
markRequiredForNextLevel: number
|
|
5372
|
+
/** @format int32 */
|
|
5256
5373
|
tokensEarned: number
|
|
5257
|
-
|
|
5374
|
+
/** @format int32 */
|
|
5375
|
+
championSeasonMilestone: number
|
|
5376
|
+
milestoneGrades: string[]
|
|
5377
|
+
nextSeasonMilestone: LolCollectionsSeasonMilestoneRequireAndRewards
|
|
5258
5378
|
highestGrade: string
|
|
5259
|
-
formattedMasteryGoal: string
|
|
5260
|
-
}
|
|
5261
|
-
|
|
5262
|
-
export interface LolCollectionsCollectionsChestEligibility {
|
|
5263
|
-
/** @format uint32 */
|
|
5264
|
-
earnableChests: number
|
|
5265
|
-
/** @format uint32 */
|
|
5266
|
-
maximumChests: number
|
|
5267
|
-
/** @format uint64 */
|
|
5268
|
-
nextChestRechargeTime: number
|
|
5269
5379
|
}
|
|
5270
5380
|
|
|
5271
5381
|
export interface LolCollectionsCollectionsOwnership {
|
|
@@ -5304,7 +5414,7 @@ export interface LolCollectionsCollectionsSummonerBackdrop {
|
|
|
5304
5414
|
|
|
5305
5415
|
export interface LolCollectionsCollectionsSummonerBackdropAugments {
|
|
5306
5416
|
centeredLCOverlayPath: string
|
|
5307
|
-
|
|
5417
|
+
socialCardLCOverlayPath: string
|
|
5308
5418
|
}
|
|
5309
5419
|
|
|
5310
5420
|
export type LolCollectionsCollectionsSummonerBackdropType = "specified-skin" | "highest-mastery" | "summoner-icon" | "default"
|
|
@@ -5315,15 +5425,6 @@ export interface LolCollectionsCollectionsSummonerSpells {
|
|
|
5315
5425
|
spells: number[]
|
|
5316
5426
|
}
|
|
5317
5427
|
|
|
5318
|
-
export interface LolCollectionsCollectionsTopChampionMasteries {
|
|
5319
|
-
puuid: string
|
|
5320
|
-
/** @format uint64 */
|
|
5321
|
-
summonerId: number
|
|
5322
|
-
/** @format uint64 */
|
|
5323
|
-
score: number
|
|
5324
|
-
masteries: LolCollectionsCollectionsChampionMastery[]
|
|
5325
|
-
}
|
|
5326
|
-
|
|
5327
5428
|
export interface LolCollectionsCollectionsWardSkin {
|
|
5328
5429
|
/** @format int64 */
|
|
5329
5430
|
id: number
|
|
@@ -5383,8 +5484,8 @@ export interface LolCollectionsGameDataChampionSkinAugment {
|
|
|
5383
5484
|
|
|
5384
5485
|
export interface LolCollectionsGameDataChampionSkinAugmentOverlays {
|
|
5385
5486
|
centeredLCOverlayPath: string
|
|
5386
|
-
|
|
5387
|
-
|
|
5487
|
+
socialCardLCOverlayPath: string
|
|
5488
|
+
tileLCOverlayPath: string
|
|
5388
5489
|
uncenteredLCOverlayPath: string
|
|
5389
5490
|
}
|
|
5390
5491
|
|
|
@@ -5508,6 +5609,20 @@ export interface LolCollectionsPlayerNotification {
|
|
|
5508
5609
|
type: string
|
|
5509
5610
|
}
|
|
5510
5611
|
|
|
5612
|
+
export interface LolCollectionsRewardConfigurationEntry {
|
|
5613
|
+
rewardValue: string
|
|
5614
|
+
/** @format int32 */
|
|
5615
|
+
maximumReward: number
|
|
5616
|
+
}
|
|
5617
|
+
|
|
5618
|
+
export interface LolCollectionsSeasonMilestoneRequireAndRewards {
|
|
5619
|
+
requireGradeCounts: Record<string, number>
|
|
5620
|
+
/** @format uint16 */
|
|
5621
|
+
rewardMarks: number
|
|
5622
|
+
bonus: boolean
|
|
5623
|
+
rewardConfig: LolCollectionsRewardConfigurationEntry
|
|
5624
|
+
}
|
|
5625
|
+
|
|
5511
5626
|
export interface LolCollectionsSummoner {
|
|
5512
5627
|
/** @format uint64 */
|
|
5513
5628
|
summonerId: number
|
|
@@ -5531,22 +5646,18 @@ export interface LolCollectionsSummonerProfileUpdate {
|
|
|
5531
5646
|
value: unknown
|
|
5532
5647
|
}
|
|
5533
5648
|
|
|
5534
|
-
export interface
|
|
5649
|
+
export interface LolCollectionsTopChampionMasteries {
|
|
5650
|
+
puuid: string
|
|
5535
5651
|
/** @format uint64 */
|
|
5536
5652
|
summonerId: number
|
|
5653
|
+
/** @format uint64 */
|
|
5654
|
+
score: number
|
|
5655
|
+
masteries: LolCollectionsChampionMastery[]
|
|
5537
5656
|
}
|
|
5538
5657
|
|
|
5539
|
-
export interface
|
|
5540
|
-
/** @format uint64 */
|
|
5541
|
-
playerId: number
|
|
5542
|
-
/** @format int32 */
|
|
5543
|
-
championId: number
|
|
5544
|
-
/** @format int32 */
|
|
5545
|
-
championLevel: number
|
|
5546
|
-
/** @format int32 */
|
|
5547
|
-
championPoints: number
|
|
5658
|
+
export interface LolContentTargetingAccountIdAndSummonerId {
|
|
5548
5659
|
/** @format uint64 */
|
|
5549
|
-
|
|
5660
|
+
summonerId: number
|
|
5550
5661
|
}
|
|
5551
5662
|
|
|
5552
5663
|
export interface LolContentTargetingContentTargetingFilterResponse {
|
|
@@ -5718,6 +5829,8 @@ export interface LolCosmeticsCompanionsGroupViewModel {
|
|
|
5718
5829
|
numOwned: number
|
|
5719
5830
|
/** @format uint32 */
|
|
5720
5831
|
numAvailable: number
|
|
5832
|
+
/** @format int64 */
|
|
5833
|
+
purchaseDate: number
|
|
5721
5834
|
items: LolCosmeticsCosmeticsCompanionViewModel[]
|
|
5722
5835
|
}
|
|
5723
5836
|
|
|
@@ -6057,6 +6170,8 @@ export interface LolCosmeticsTFTDamageSkinGroupViewModel {
|
|
|
6057
6170
|
numOwned: number
|
|
6058
6171
|
/** @format uint32 */
|
|
6059
6172
|
numAvailable: number
|
|
6173
|
+
/** @format int64 */
|
|
6174
|
+
purchaseDate: number
|
|
6060
6175
|
items: LolCosmeticsCosmeticsTFTDamageSkinViewModel[]
|
|
6061
6176
|
}
|
|
6062
6177
|
|
|
@@ -6079,6 +6194,8 @@ export interface LolCosmeticsTFTMapSkinGroupViewModel {
|
|
|
6079
6194
|
numOwned: number
|
|
6080
6195
|
/** @format uint32 */
|
|
6081
6196
|
numAvailable: number
|
|
6197
|
+
/** @format int64 */
|
|
6198
|
+
purchaseDate: number
|
|
6082
6199
|
items: LolCosmeticsCosmeticsTFTMapSkinViewModel[]
|
|
6083
6200
|
}
|
|
6084
6201
|
|
|
@@ -6147,6 +6264,7 @@ export interface LolDropsCapDropTableCounterDTO {
|
|
|
6147
6264
|
|
|
6148
6265
|
export interface LolDropsCapDropsDropTableDisplayMetadata {
|
|
6149
6266
|
isCollectorsBounty: boolean
|
|
6267
|
+
dataAssetId: string
|
|
6150
6268
|
nameTraKey: string
|
|
6151
6269
|
mythicOfferId: string
|
|
6152
6270
|
progressionId: string
|
|
@@ -6194,6 +6312,9 @@ export interface LolDropsCapDropsOddsTreeNodeDTO {
|
|
|
6194
6312
|
children: LolDropsCapDropsOddsTreeNodeDTO[]
|
|
6195
6313
|
/** @format uint16 */
|
|
6196
6314
|
quantity: number
|
|
6315
|
+
nameTraKey: string
|
|
6316
|
+
/** @format uint8 */
|
|
6317
|
+
priority: number
|
|
6197
6318
|
}
|
|
6198
6319
|
|
|
6199
6320
|
export interface LolDropsOddsTableDisplayMetadata {
|
|
@@ -6208,7 +6329,15 @@ export interface LolDropsTotalRollsInfoDTO {
|
|
|
6208
6329
|
maxTotalRolls: number
|
|
6209
6330
|
}
|
|
6210
6331
|
|
|
6211
|
-
export
|
|
6332
|
+
export type LolDx9DeprecationDx9DeprecationNotificationType = "TURN_OFF_DX9_LEGACY_MODE" | "HARDWARE_UPGRADE" | "NONE"
|
|
6333
|
+
|
|
6334
|
+
export interface LolDx9DeprecationLocalSettingsCategory {
|
|
6335
|
+
data: unknown
|
|
6336
|
+
/** @format int32 */
|
|
6337
|
+
schemaVersion: number
|
|
6338
|
+
}
|
|
6339
|
+
|
|
6340
|
+
export interface LolEmailVerificationAccessToken {
|
|
6212
6341
|
token: string
|
|
6213
6342
|
/** @format uint64 */
|
|
6214
6343
|
expiry: number
|
|
@@ -6525,7 +6654,7 @@ export interface LolEndOfGameGameDataTftItem {
|
|
|
6525
6654
|
name: string
|
|
6526
6655
|
/** @format int32 */
|
|
6527
6656
|
id: number
|
|
6528
|
-
|
|
6657
|
+
squareIconPath: string
|
|
6529
6658
|
nameId: string
|
|
6530
6659
|
}
|
|
6531
6660
|
|
|
@@ -6940,6 +7069,7 @@ export interface LolEventHubBundledItemUIData {
|
|
|
6940
7069
|
owned: boolean
|
|
6941
7070
|
/** @format uint32 */
|
|
6942
7071
|
quantity: number
|
|
7072
|
+
decoratorBadgeURL: string
|
|
6943
7073
|
}
|
|
6944
7074
|
|
|
6945
7075
|
export interface LolEventHubCapOffer {
|
|
@@ -7144,6 +7274,8 @@ export interface LolEventHubCurrencyDTO {
|
|
|
7144
7274
|
export interface LolEventHubDiscountPricingInfo {
|
|
7145
7275
|
/** @format int32 */
|
|
7146
7276
|
cost: number
|
|
7277
|
+
/** @format int32 */
|
|
7278
|
+
originalCost: number
|
|
7147
7279
|
costType: string
|
|
7148
7280
|
currency: string
|
|
7149
7281
|
/** @format float */
|
|
@@ -7172,6 +7304,7 @@ export interface LolEventHubEventBackgroundUIData {
|
|
|
7172
7304
|
export interface LolEventHubEventDetailsUIData {
|
|
7173
7305
|
eventIconPath: string
|
|
7174
7306
|
eventName: string
|
|
7307
|
+
headerTitleImagePath: string
|
|
7175
7308
|
progressEndDate: string
|
|
7176
7309
|
shopEndDate: string
|
|
7177
7310
|
eventStartDate: string
|
|
@@ -7192,6 +7325,7 @@ export interface LolEventHubEventInfoUIData {
|
|
|
7192
7325
|
eventName: string
|
|
7193
7326
|
eventType: string
|
|
7194
7327
|
eventIcon: string
|
|
7328
|
+
navBarIcon: string
|
|
7195
7329
|
eventTokenImage: string
|
|
7196
7330
|
/** @format int32 */
|
|
7197
7331
|
currentTokenBalance: number
|
|
@@ -7206,6 +7340,13 @@ export interface LolEventHubEventInfoUIData {
|
|
|
7206
7340
|
tokenBundles: LolEventHubCatalogEntry[]
|
|
7207
7341
|
}
|
|
7208
7342
|
|
|
7343
|
+
export interface LolEventHubEventOverrideData {
|
|
7344
|
+
eventActive: boolean
|
|
7345
|
+
eventStartDate: string
|
|
7346
|
+
eventProgressEndDate: string
|
|
7347
|
+
eventEndDate: string
|
|
7348
|
+
}
|
|
7349
|
+
|
|
7209
7350
|
export interface LolEventHubEventPassInfo {
|
|
7210
7351
|
eventId: string
|
|
7211
7352
|
isPassPurchased: boolean
|
|
@@ -7266,6 +7407,7 @@ export interface LolEventHubExternalCatalogPluginItem {
|
|
|
7266
7407
|
subTitle: string
|
|
7267
7408
|
description: string
|
|
7268
7409
|
imagePath: string
|
|
7410
|
+
tilePath: string
|
|
7269
7411
|
/** @format uint64 */
|
|
7270
7412
|
purchaseDate: number
|
|
7271
7413
|
/** @format uint64 */
|
|
@@ -7347,6 +7489,7 @@ export interface LolEventHubHallOfLegends {
|
|
|
7347
7489
|
localizedName: string
|
|
7348
7490
|
navbarIconImage: string
|
|
7349
7491
|
headerIconImage: string
|
|
7492
|
+
headerTitleImage: string
|
|
7350
7493
|
startDate: string
|
|
7351
7494
|
progressEndDate: string
|
|
7352
7495
|
endDate: string
|
|
@@ -7509,12 +7652,14 @@ export interface LolEventHubItemDefinition {
|
|
|
7509
7652
|
name: string
|
|
7510
7653
|
description: string
|
|
7511
7654
|
subTitle: string
|
|
7655
|
+
imagePath: string
|
|
7512
7656
|
owned: boolean
|
|
7513
7657
|
assets: LolEventHubCatalogPluginItemAssets
|
|
7514
7658
|
tags: string[]
|
|
7515
7659
|
metadata: LolEventHubItemMetadataEntry[]
|
|
7516
7660
|
bundledItemPrice?: LolEventHubBundledItemPricingInfo
|
|
7517
7661
|
loyaltyUnlocked: boolean
|
|
7662
|
+
hasVisibleLootOdds: boolean
|
|
7518
7663
|
}
|
|
7519
7664
|
|
|
7520
7665
|
export interface LolEventHubItemDetails {
|
|
@@ -7681,6 +7826,15 @@ export interface LolEventHubNavigationButtonUIData {
|
|
|
7681
7826
|
showPip: boolean
|
|
7682
7827
|
showGlow: boolean
|
|
7683
7828
|
iconPath: string
|
|
7829
|
+
eventName: string
|
|
7830
|
+
}
|
|
7831
|
+
|
|
7832
|
+
export interface LolEventHubNextRewardUIData {
|
|
7833
|
+
thumbIconPath: string
|
|
7834
|
+
state: LolEventHubRewardTrackItemHeaderType
|
|
7835
|
+
name: string
|
|
7836
|
+
description: string
|
|
7837
|
+
level: string
|
|
7684
7838
|
}
|
|
7685
7839
|
|
|
7686
7840
|
export interface LolEventHubOffer {
|
|
@@ -7959,7 +8113,7 @@ export type LolEventHubRewardTrackItemHeaderType = "NONE" | "FREE" | "PREMIUM"
|
|
|
7959
8113
|
export interface LolEventHubRewardTrackItemOption {
|
|
7960
8114
|
state: LolEventHubRewardTrackItemStates
|
|
7961
8115
|
thumbIconPath: string
|
|
7962
|
-
|
|
8116
|
+
splashImagePath: string
|
|
7963
8117
|
selected: boolean
|
|
7964
8118
|
overrideFooter: string
|
|
7965
8119
|
headerType: LolEventHubRewardTrackItemHeaderType
|
|
@@ -8135,1484 +8289,64 @@ export interface LolEventHubSummonerIcon {
|
|
|
8135
8289
|
itemId: number
|
|
8136
8290
|
}
|
|
8137
8291
|
|
|
8138
|
-
export interface LolEventHubSvcRewardGrant {
|
|
8139
|
-
id: string
|
|
8140
|
-
granteeId: string
|
|
8141
|
-
rewardGroupId: string
|
|
8142
|
-
dateCreated: string
|
|
8143
|
-
status: LolEventHubGrantStatus
|
|
8144
|
-
grantElements: LolEventHubSvcRewardGrantElement[]
|
|
8145
|
-
selectedIds: string[]
|
|
8146
|
-
viewed: boolean
|
|
8147
|
-
grantorDescription: LolEventHubGrantorDescription
|
|
8148
|
-
messageParameters: Record<string, unknown>
|
|
8149
|
-
}
|
|
8150
|
-
|
|
8151
|
-
export interface LolEventHubSvcRewardGrantElement {
|
|
8152
|
-
elementId: string
|
|
8153
|
-
itemId: string
|
|
8154
|
-
itemType: string
|
|
8155
|
-
fulfillmentSource: string
|
|
8156
|
-
status: LolEventHubRewardStatus
|
|
8157
|
-
/** @format int32 */
|
|
8158
|
-
quantity: number
|
|
8159
|
-
media: Record<string, string>
|
|
8160
|
-
localizations: Record<string, string>
|
|
8161
|
-
}
|
|
8162
|
-
|
|
8163
|
-
export interface LolEventHubSvcRewardGroup {
|
|
8164
|
-
id: string
|
|
8165
|
-
productId: string
|
|
8166
|
-
types: string[]
|
|
8167
|
-
rewards: LolEventHubReward[]
|
|
8168
|
-
childRewardGroupIds: string[]
|
|
8169
|
-
rewardStrategy: LolEventHubRewardStrategy
|
|
8170
|
-
selectionStrategyConfig?: LolEventHubSelectionStrategyConfig
|
|
8171
|
-
active: boolean
|
|
8172
|
-
media: Record<string, string>
|
|
8173
|
-
localizations: Record<string, string>
|
|
8174
|
-
celebrationType: LolEventHubCelebrationType
|
|
8175
|
-
}
|
|
8176
|
-
|
|
8177
|
-
export interface LolEventHubTokenShop {
|
|
8178
|
-
tokenImage: string
|
|
8179
|
-
tokenName: string
|
|
8180
|
-
tokenUuid: string
|
|
8181
|
-
offers: LolEventHubOffer[]
|
|
8182
|
-
contentDrops: LolEventHubContentDrop[]
|
|
8183
|
-
tokenBundlesCatalogEntry: LolEventHubCatalogEntry[]
|
|
8184
|
-
}
|
|
8185
|
-
|
|
8186
|
-
export interface LolEventHubTokenShopUIData {
|
|
8187
|
-
tokenName: string
|
|
8188
|
-
tokenImage: string
|
|
8189
|
-
tokenUuid: string
|
|
8190
|
-
/** @format uint32 */
|
|
8191
|
-
offersVersion: number
|
|
8192
|
-
tokenBundlesCatalogEntry: LolEventHubCatalogEntry[]
|
|
8193
|
-
}
|
|
8194
|
-
|
|
8195
|
-
export interface LolEventHubTokenUpsell {
|
|
8196
|
-
id: string
|
|
8197
|
-
internalName: string
|
|
8198
|
-
title: string
|
|
8199
|
-
buttonText: string
|
|
8200
|
-
tooltipTitle: string
|
|
8201
|
-
tooltipDescription: string
|
|
8202
|
-
purchaseUrl: string
|
|
8203
|
-
tooltipBackgroundUrl: string
|
|
8204
|
-
backgroundUrl: string
|
|
8205
|
-
currencyUrl: string
|
|
8206
|
-
premiumCurrencyName: string
|
|
8207
|
-
dependentInventoryType: string
|
|
8208
|
-
/** @format int32 */
|
|
8209
|
-
dependentInventoryId: number
|
|
8210
|
-
currentlyLocked: LolEventHubTokenUpsellLockedType
|
|
8211
|
-
/** @format int32 */
|
|
8212
|
-
lockedCount: number
|
|
8213
|
-
startDate: string
|
|
8214
|
-
endDate: string
|
|
8215
|
-
}
|
|
8216
|
-
|
|
8217
|
-
export type LolEventHubTokenUpsellLockedType = "UNLOCKED" | "LOCKED" | "UNASSIGNED"
|
|
8218
|
-
|
|
8219
|
-
export interface LolEventHubTransaction {
|
|
8220
|
-
transactionId: string
|
|
8221
|
-
itemKey: LolEventHubItemKey
|
|
8222
|
-
itemName: string
|
|
8223
|
-
iconUrl: string
|
|
8224
|
-
}
|
|
8225
|
-
|
|
8226
|
-
export interface LolEventHubTransactionResponseDTO {
|
|
8227
|
-
id: string
|
|
8228
|
-
inventoryType: string
|
|
8229
|
-
/** @format int32 */
|
|
8230
|
-
itemId: number
|
|
8231
|
-
}
|
|
8232
|
-
|
|
8233
|
-
export interface LolEventHubTrigger {
|
|
8234
|
-
type: string
|
|
8235
|
-
counterId: string
|
|
8236
|
-
/** @format uint64 */
|
|
8237
|
-
triggerValue: number
|
|
8238
|
-
}
|
|
8239
|
-
|
|
8240
|
-
export interface LolEventHubUnclaimedRewardsUIData {
|
|
8241
|
-
/** @format int32 */
|
|
8242
|
-
rewardsCount: number
|
|
8243
|
-
/** @format int32 */
|
|
8244
|
-
lockedTokensCount: number
|
|
8245
|
-
/** @format int64 */
|
|
8246
|
-
timeOfLastUnclaimedReward: number
|
|
8247
|
-
}
|
|
8248
|
-
|
|
8249
|
-
export interface LolEventHubValidateOfferError {
|
|
8250
|
-
errorKey: string
|
|
8251
|
-
meta: string
|
|
8252
|
-
}
|
|
8253
|
-
|
|
8254
|
-
export interface LolEventHubValidateOfferRequestV3 {
|
|
8255
|
-
offerId: string
|
|
8256
|
-
}
|
|
8257
|
-
|
|
8258
|
-
export interface LolEventHubValidateOfferResponseV3 {
|
|
8259
|
-
validationErrors: LolEventHubValidateOfferError[]
|
|
8260
|
-
}
|
|
8261
|
-
|
|
8262
|
-
export interface LolEventHubValidationError {
|
|
8263
|
-
errorCode: string
|
|
8264
|
-
message: string
|
|
8265
|
-
errorDetails: Record<string, string>
|
|
8266
|
-
responseItems: string[]
|
|
8267
|
-
}
|
|
8268
|
-
|
|
8269
|
-
export interface LolEventHubValidationErrorEntry {
|
|
8270
|
-
id: string
|
|
8271
|
-
}
|
|
8272
|
-
|
|
8273
|
-
export interface LolEventHubValidationRequest {
|
|
8274
|
-
items: LolEventHubValidationRequestItem[]
|
|
8275
|
-
ownedItems: LolEventHubItemOwnership[]
|
|
8276
|
-
}
|
|
8277
|
-
|
|
8278
|
-
export interface LolEventHubValidationRequestItem {
|
|
8279
|
-
itemKey: LolEventHubItemKey
|
|
8280
|
-
/** @format int32 */
|
|
8281
|
-
quantity: number
|
|
8282
|
-
}
|
|
8283
|
-
|
|
8284
|
-
export interface LolEventHubValidationResponse {
|
|
8285
|
-
items: LolEventHubValidationResponseItem[]
|
|
8286
|
-
valid: boolean
|
|
8287
|
-
}
|
|
8288
|
-
|
|
8289
|
-
export interface LolEventHubValidationResponseItem {
|
|
8290
|
-
itemKey: LolEventHubItemKey
|
|
8291
|
-
/** @format int32 */
|
|
8292
|
-
quantity: number
|
|
8293
|
-
validationCurrencyInfo: LolEventHubItemPrice[]
|
|
8294
|
-
sale?: LolEventHubSale
|
|
8295
|
-
name?: string
|
|
8296
|
-
description?: string
|
|
8297
|
-
}
|
|
8298
|
-
|
|
8299
|
-
export interface LolEventHubWallet {
|
|
8300
|
-
/** @format uint64 */
|
|
8301
|
-
accountId: number
|
|
8302
|
-
balances: LolEventHubBalance[]
|
|
8303
|
-
/** @format int32 */
|
|
8304
|
-
version: number
|
|
8305
|
-
}
|
|
8306
|
-
|
|
8307
|
-
export interface LolEventHubWalletCacheEntry {
|
|
8308
|
-
signedBalancesJwt: string
|
|
8309
|
-
/** @format uint64 */
|
|
8310
|
-
expirationMS: number
|
|
8311
|
-
/** @format uint64 */
|
|
8312
|
-
issuedAtMS: number
|
|
8313
|
-
/** @format uint64 */
|
|
8314
|
-
receivedAtMS: number
|
|
8315
|
-
valid: boolean
|
|
8316
|
-
}
|
|
8317
|
-
|
|
8318
|
-
export interface LolEventHubWalletDTO {
|
|
8319
|
-
puuid: string
|
|
8320
|
-
/** @format int64 */
|
|
8321
|
-
accountId: number
|
|
8322
|
-
expires: string
|
|
8323
|
-
balances: Record<string, number>
|
|
8324
|
-
balancesJwt: string
|
|
8325
|
-
}
|
|
8326
|
-
|
|
8327
|
-
export interface LolEventHubWalletResponseDTO {
|
|
8328
|
-
data: LolEventHubWalletDTO
|
|
8329
|
-
}
|
|
8330
|
-
|
|
8331
|
-
export interface LolEventHubXboxSubscriptionStatus {
|
|
8332
|
-
active: string
|
|
8333
|
-
subscriptionId: string
|
|
8334
|
-
}
|
|
8335
|
-
|
|
8336
|
-
export interface LolEventShopAccessTokenResource {
|
|
8337
|
-
token: string
|
|
8338
|
-
scopes: string[]
|
|
8339
|
-
/** @format uint64 */
|
|
8340
|
-
expiry: number
|
|
8341
|
-
}
|
|
8342
|
-
|
|
8343
|
-
export interface LolEventShopBalance {
|
|
8344
|
-
currencyType: string
|
|
8345
|
-
/** @format int32 */
|
|
8346
|
-
amount: number
|
|
8347
|
-
}
|
|
8348
|
-
|
|
8349
|
-
export interface LolEventShopBaseSkinLineDto {
|
|
8350
|
-
items: LolEventShopSkinLineItemDto[]
|
|
8351
|
-
localizedName: string
|
|
8352
|
-
skinLineDescriptions: LolEventShopSkinLineDescriptionDto[]
|
|
8353
|
-
pricingOptions: LolEventShopPriceOptionDto[]
|
|
8354
|
-
splashPath: string
|
|
8355
|
-
uncenteredSplashPath: string
|
|
8356
|
-
collectionCardPath: string
|
|
8357
|
-
collectionDescription: string
|
|
8358
|
-
tilePath: string
|
|
8359
|
-
}
|
|
8360
|
-
|
|
8361
|
-
export interface LolEventShopBundleOfferUIData {
|
|
8362
|
-
details: LolEventShopBundledItemUIData
|
|
8363
|
-
/** @format int64 */
|
|
8364
|
-
initialPrice: number
|
|
8365
|
-
/** @format int64 */
|
|
8366
|
-
finalPrice: number
|
|
8367
|
-
/** @format int64 */
|
|
8368
|
-
futureBalance: number
|
|
8369
|
-
isPurchasable: boolean
|
|
8370
|
-
/** @format double */
|
|
8371
|
-
discountPercentage: number
|
|
8372
|
-
bundledItems: LolEventShopBundledItemUIData[]
|
|
8373
|
-
}
|
|
8374
|
-
|
|
8375
|
-
export interface LolEventShopBundledItemPricingInfo {
|
|
8376
|
-
discountPrices: LolEventShopDiscountPricingInfo[]
|
|
8377
|
-
inventoryType: string
|
|
8378
|
-
/** @format int32 */
|
|
8379
|
-
itemId: number
|
|
8380
|
-
/** @format int32 */
|
|
8381
|
-
quantity: number
|
|
8382
|
-
}
|
|
8383
|
-
|
|
8384
|
-
export interface LolEventShopBundledItemUIData {
|
|
8385
|
-
name: string
|
|
8386
|
-
/** @format int32 */
|
|
8387
|
-
itemId: number
|
|
8388
|
-
description: string
|
|
8389
|
-
inventoryType: string
|
|
8390
|
-
subInventoryType: string
|
|
8391
|
-
splashImage: string
|
|
8392
|
-
owned: boolean
|
|
8393
|
-
}
|
|
8394
|
-
|
|
8395
|
-
export interface LolEventShopCapOffer {
|
|
8396
|
-
id: string
|
|
8397
|
-
typeId: string
|
|
8398
|
-
label: string
|
|
8399
|
-
productId: string
|
|
8400
|
-
merchantId: string
|
|
8401
|
-
payload: LolEventShopCapOfferPayloadEntry[]
|
|
8402
|
-
active: boolean
|
|
8403
|
-
startDate: string
|
|
8404
|
-
createdDate: string
|
|
8405
|
-
}
|
|
8406
|
-
|
|
8407
|
-
export interface LolEventShopCapOfferPayloadEntry {
|
|
8408
|
-
itemPriceMap: Record<string, number>
|
|
8409
|
-
itemInstanceId: string
|
|
8410
|
-
fulfillmentTypeId: string
|
|
8411
|
-
inventoryTypeUUID: string
|
|
8412
|
-
}
|
|
8413
|
-
|
|
8414
|
-
export interface LolEventShopCapOrdersDataDto {
|
|
8415
|
-
id: string
|
|
8416
|
-
subOrders: LolEventShopCapOrdersSubOrderDto[]
|
|
8417
|
-
purchaser: LolEventShopCapOrdersTypedIdentifierDto
|
|
8418
|
-
location: string
|
|
8419
|
-
source: string
|
|
8420
|
-
}
|
|
8421
|
-
|
|
8422
|
-
export interface LolEventShopCapOrdersMetaDto {
|
|
8423
|
-
xid: string
|
|
8424
|
-
}
|
|
8425
|
-
|
|
8426
|
-
export interface LolEventShopCapOrdersOfferContextDto {
|
|
8427
|
-
/** @format uint32 */
|
|
8428
|
-
quantity: number
|
|
8429
|
-
paymentOption: string
|
|
8430
|
-
}
|
|
8431
|
-
|
|
8432
|
-
export interface LolEventShopCapOrdersOfferDto {
|
|
8433
|
-
id: string
|
|
8434
|
-
productId: string
|
|
8435
|
-
}
|
|
8436
|
-
|
|
8437
|
-
export interface LolEventShopCapOrdersOrderDto {
|
|
8438
|
-
data: LolEventShopCapOrdersDataDto
|
|
8439
|
-
meta: LolEventShopCapOrdersMetaDto
|
|
8440
|
-
}
|
|
8441
|
-
|
|
8442
|
-
export interface LolEventShopCapOrdersSubOrderDto {
|
|
8443
|
-
recipientId: string
|
|
8444
|
-
offerContext: LolEventShopCapOrdersOfferContextDto
|
|
8445
|
-
offer: LolEventShopCapOrdersOfferDto
|
|
8446
|
-
}
|
|
8447
|
-
|
|
8448
|
-
export interface LolEventShopCapOrdersTypedIdentifierDto {
|
|
8449
|
-
id: string
|
|
8450
|
-
typeId: string
|
|
8451
|
-
}
|
|
8452
|
-
|
|
8453
|
-
export interface LolEventShopCatalogEntry {
|
|
8454
|
-
contentId: string
|
|
8455
|
-
/** @format int32 */
|
|
8456
|
-
itemId: number
|
|
8457
|
-
offerId: string
|
|
8458
|
-
typeId: string
|
|
8459
|
-
}
|
|
8460
|
-
|
|
8461
|
-
export interface LolEventShopCatalogItem {
|
|
8462
|
-
/** @format int32 */
|
|
8463
|
-
itemId: number
|
|
8464
|
-
inventoryType: string
|
|
8465
|
-
itemInstanceId?: string
|
|
8466
|
-
}
|
|
8467
|
-
|
|
8468
|
-
export interface LolEventShopCatalogPluginItem {
|
|
8469
|
-
/** @format int32 */
|
|
8470
|
-
itemId: number
|
|
8471
|
-
itemInstanceId: string
|
|
8472
|
-
owned: boolean
|
|
8473
|
-
inventoryType: string
|
|
8474
|
-
subInventoryType: string
|
|
8475
|
-
name: string
|
|
8476
|
-
subTitle: string
|
|
8477
|
-
description: string
|
|
8478
|
-
imagePath: string
|
|
8479
|
-
/** @format uint64 */
|
|
8480
|
-
purchaseDate: number
|
|
8481
|
-
/** @format uint64 */
|
|
8482
|
-
releaseDate: number
|
|
8483
|
-
/** @format uint64 */
|
|
8484
|
-
inactiveDate: number
|
|
8485
|
-
prices: LolEventShopCatalogPluginPrice[]
|
|
8486
|
-
tags?: string[]
|
|
8487
|
-
metadata?: LolEventShopItemMetadataEntry[]
|
|
8488
|
-
questSkinInfo?: LolEventShopSkinLineInfo
|
|
8489
|
-
active: boolean
|
|
8490
|
-
ownershipType?: LolEventShopInventoryOwnership
|
|
8491
|
-
}
|
|
8492
|
-
|
|
8493
|
-
export interface LolEventShopCatalogPluginItemAssets {
|
|
8494
|
-
splashPath: string
|
|
8495
|
-
iconPath: string
|
|
8496
|
-
tilePath: string
|
|
8497
|
-
emblems: LolEventShopChampionSkinEmblem[]
|
|
8498
|
-
colors: string[]
|
|
8499
|
-
}
|
|
8500
|
-
|
|
8501
|
-
export interface LolEventShopCatalogPluginItemWithDetails {
|
|
8502
|
-
item: LolEventShopCatalogPluginItem
|
|
8503
|
-
/** @format uint32 */
|
|
8504
|
-
quantity: number
|
|
8505
|
-
requiredItems?: LolEventShopCatalogPluginItemWithDetails[]
|
|
8506
|
-
bundledItems?: LolEventShopCatalogPluginItemWithDetails[]
|
|
8507
|
-
minimumBundlePrices?: LolEventShopCatalogPluginPrice[]
|
|
8508
|
-
bundledDiscountPrices?: LolEventShopCatalogPluginPrice[]
|
|
8509
|
-
assets: LolEventShopCatalogPluginItemAssets
|
|
8510
|
-
}
|
|
8511
|
-
|
|
8512
|
-
export interface LolEventShopCatalogPluginPrice {
|
|
8513
|
-
currency: string
|
|
8514
|
-
/** @format int64 */
|
|
8515
|
-
cost: number
|
|
8516
|
-
costType?: string
|
|
8517
|
-
sale?: LolEventShopCatalogPluginSale
|
|
8518
|
-
}
|
|
8519
|
-
|
|
8520
|
-
export interface LolEventShopCatalogPluginSale {
|
|
8521
|
-
startDate: string
|
|
8522
|
-
endDate: string
|
|
8523
|
-
/** @format float */
|
|
8524
|
-
discount?: number
|
|
8525
|
-
/** @format int64 */
|
|
8526
|
-
cost: number
|
|
8527
|
-
}
|
|
8528
|
-
|
|
8529
|
-
export interface LolEventShopCategoryOffersUIData {
|
|
8530
|
-
category: LolEventShopOfferCategory
|
|
8531
|
-
categoryIconPath: string
|
|
8532
|
-
offers: LolEventShopOfferUIData[]
|
|
8533
|
-
}
|
|
8534
|
-
|
|
8535
|
-
export type LolEventShopCelebrationType = "FULLSCREEN" | "TOAST" | "NONE"
|
|
8536
|
-
|
|
8537
|
-
export interface LolEventShopCelebrationUIData {
|
|
8538
|
-
rewardTrackItems: LolEventShopRewardTrackItem[]
|
|
8539
|
-
}
|
|
8540
|
-
|
|
8541
|
-
export interface LolEventShopChampionSkinEmblem {
|
|
8542
|
-
name: string
|
|
8543
|
-
emblemPath: LolEventShopChampionSkinEmblemPath
|
|
8544
|
-
emblemPosition: LolEventShopChampionSkinEmblemPosition
|
|
8545
|
-
}
|
|
8546
|
-
|
|
8547
|
-
export interface LolEventShopChampionSkinEmblemPath {
|
|
8548
|
-
large: string
|
|
8549
|
-
small: string
|
|
8550
|
-
}
|
|
8551
|
-
|
|
8552
|
-
export interface LolEventShopChampionSkinEmblemPosition {
|
|
8553
|
-
vertical: string
|
|
8554
|
-
horizontal: string
|
|
8555
|
-
}
|
|
8556
|
-
|
|
8557
|
-
export interface LolEventShopClaimSelectUIData {
|
|
8558
|
-
selectedRewardTrackItem: LolEventShopRewardTrackItem
|
|
8559
|
-
/** @format uint16 */
|
|
8560
|
-
unclaimedRewardCount: number
|
|
8561
|
-
}
|
|
8562
|
-
|
|
8563
|
-
export interface LolEventShopClientCacheClearMessageDTO {
|
|
8564
|
-
regions: string[]
|
|
8565
|
-
clearAll: boolean
|
|
8566
|
-
inventoryTypes: string[]
|
|
8567
|
-
}
|
|
8568
|
-
|
|
8569
|
-
export interface LolEventShopClientConfigContentDrop {
|
|
8570
|
-
Patch: string
|
|
8571
|
-
ActivationDate: string
|
|
8572
|
-
}
|
|
8573
|
-
|
|
8574
|
-
export interface LolEventShopContentDrop {
|
|
8575
|
-
patch: string
|
|
8576
|
-
activationDate: string
|
|
8577
|
-
offers: LolEventShopOffer[]
|
|
8578
|
-
}
|
|
8579
|
-
|
|
8580
|
-
export interface LolEventShopCounter {
|
|
8581
|
-
id: string
|
|
8582
|
-
name: string
|
|
8583
|
-
groupId: string
|
|
8584
|
-
direction: string
|
|
8585
|
-
/** @format int64 */
|
|
8586
|
-
startValue: number
|
|
8587
|
-
}
|
|
8588
|
-
|
|
8589
|
-
export interface LolEventShopCounterInstance {
|
|
8590
|
-
ownerId: string
|
|
8591
|
-
productId: string
|
|
8592
|
-
groupId: string
|
|
8593
|
-
counterId: string
|
|
8594
|
-
/** @format int64 */
|
|
8595
|
-
counterValue: number
|
|
8596
|
-
}
|
|
8597
|
-
|
|
8598
|
-
export interface LolEventShopCurrencyDTO {
|
|
8599
|
-
/** @format int32 */
|
|
8600
|
-
amount: number
|
|
8601
|
-
subCurrencies: Record<string, number>
|
|
8602
|
-
}
|
|
8603
|
-
|
|
8604
|
-
export interface LolEventShopDiscountPricingInfo {
|
|
8605
|
-
/** @format int32 */
|
|
8606
|
-
cost: number
|
|
8607
|
-
costType: string
|
|
8608
|
-
currency: string
|
|
8609
|
-
/** @format float */
|
|
8610
|
-
discount: number
|
|
8611
|
-
}
|
|
8612
|
-
|
|
8613
|
-
export interface LolEventShopEndOfGameXp {
|
|
8614
|
-
/** @format uint32 */
|
|
8615
|
-
PER_WIN: number
|
|
8616
|
-
}
|
|
8617
|
-
|
|
8618
|
-
export interface LolEventShopEndOfGameXpNotification {
|
|
8619
|
-
xp: LolEventShopEndOfGameXp
|
|
8620
|
-
}
|
|
8621
|
-
|
|
8622
|
-
export interface LolEventShopEntityInstance {
|
|
8623
|
-
groupId: string
|
|
8624
|
-
counters: LolEventShopCounterInstance[]
|
|
8625
|
-
milestones: LolEventShopMilestoneInstance[]
|
|
8626
|
-
}
|
|
8627
|
-
|
|
8628
|
-
export interface LolEventShopEventBackgroundUIData {
|
|
8629
|
-
backgroundImagePath: string
|
|
8630
|
-
}
|
|
8631
|
-
|
|
8632
|
-
export interface LolEventShopEventDetailsUIData {
|
|
8633
|
-
eventIconPath: string
|
|
8634
|
-
eventName: string
|
|
8635
|
-
progressEndDate: string
|
|
8636
|
-
shopEndDate: string
|
|
8637
|
-
eventStartDate: string
|
|
8638
|
-
helpModalImagePath: string
|
|
8639
|
-
}
|
|
8640
|
-
|
|
8641
|
-
export interface LolEventShopEventShop {
|
|
8642
|
-
eventId: string
|
|
8643
|
-
localizedName: string
|
|
8644
|
-
backgroundImage: string
|
|
8645
|
-
navbarIconImage: string
|
|
8646
|
-
headerIconImage: string
|
|
8647
|
-
startDate: string
|
|
8648
|
-
progressEndDate: string
|
|
8649
|
-
shopEndDate: string
|
|
8650
|
-
localizedUpsellTitle: string
|
|
8651
|
-
localizedUpsellTooltipTitle: string
|
|
8652
|
-
localizedUpsellTooltipDescription: string
|
|
8653
|
-
localizedUpsellButtonText: string
|
|
8654
|
-
upsellBackgroundImageUrl: string
|
|
8655
|
-
upsellTooltipBackgroundImageUrl: string
|
|
8656
|
-
helpModalImage: string
|
|
8657
|
-
eventPassBundlesCatalogEntry: LolEventShopCatalogEntry[]
|
|
8658
|
-
tokenShop: LolEventShopTokenShop
|
|
8659
|
-
rewardTrack: LolEventShopRewardTrack
|
|
8660
|
-
}
|
|
8661
|
-
|
|
8662
|
-
export interface LolEventShopEventShopClientConfig {
|
|
8663
|
-
Enabled: boolean
|
|
8664
|
-
ActiveEventId: string
|
|
8665
|
-
StartDate: string
|
|
8666
|
-
ProgressEndDate: string
|
|
8667
|
-
ShopEndDate: string
|
|
8668
|
-
DisabledOfferIds: string[]
|
|
8669
|
-
ContentDrops: LolEventShopClientConfigContentDrop[]
|
|
8670
|
-
/** @format double */
|
|
8671
|
-
ActivationSpreadSeconds: number
|
|
8672
|
-
/** @format double */
|
|
8673
|
-
FirstActivationThresholdSeconds: number
|
|
8674
|
-
}
|
|
8675
|
-
|
|
8676
|
-
export interface LolEventShopEventShopError {
|
|
8677
|
-
errorMessage: string
|
|
8678
|
-
errorId: string
|
|
8679
|
-
}
|
|
8680
|
-
|
|
8681
|
-
export interface LolEventShopEventShopInfoUIData {
|
|
8682
|
-
eventId: string
|
|
8683
|
-
eventName: string
|
|
8684
|
-
eventIcon: string
|
|
8685
|
-
eventTokenImage: string
|
|
8686
|
-
/** @format int64 */
|
|
8687
|
-
currentTokenBalance?: number
|
|
8688
|
-
/** @format int64 */
|
|
8689
|
-
lockedTokenCount?: number
|
|
8690
|
-
/** @format int32 */
|
|
8691
|
-
unclaimedRewardCount?: number
|
|
8692
|
-
isPassPurchased: boolean
|
|
8693
|
-
isEventActive: boolean
|
|
8694
|
-
showPip: boolean
|
|
8695
|
-
eventPassBundles: LolEventShopCatalogEntry[]
|
|
8696
|
-
tokenBundles: LolEventShopCatalogEntry[]
|
|
8697
|
-
}
|
|
8698
|
-
|
|
8699
|
-
export type LolEventShopExternalCatalogInventoryOwnership = "F2P" | "LOYALTY" | "RENTED" | "OWNED"
|
|
8700
|
-
|
|
8701
|
-
export interface LolEventShopExternalCatalogItemCost {
|
|
8702
|
-
currency: string
|
|
8703
|
-
/** @format int64 */
|
|
8704
|
-
cost: number
|
|
8705
|
-
/** @format float */
|
|
8706
|
-
discount?: number
|
|
8707
|
-
}
|
|
8708
|
-
|
|
8709
|
-
export interface LolEventShopExternalCatalogItemKey {
|
|
8710
|
-
inventoryType: string
|
|
8711
|
-
/** @format int32 */
|
|
8712
|
-
itemId: number
|
|
8713
|
-
}
|
|
8714
|
-
|
|
8715
|
-
export interface LolEventShopExternalCatalogPluginItem {
|
|
8716
|
-
/** @format int32 */
|
|
8717
|
-
itemId: number
|
|
8718
|
-
itemInstanceId: string
|
|
8719
|
-
owned: boolean
|
|
8720
|
-
ownershipType?: LolEventShopExternalCatalogInventoryOwnership
|
|
8721
|
-
inventoryType: string
|
|
8722
|
-
subInventoryType: string
|
|
8723
|
-
name: string
|
|
8724
|
-
subTitle: string
|
|
8725
|
-
description: string
|
|
8726
|
-
imagePath: string
|
|
8727
|
-
/** @format uint64 */
|
|
8728
|
-
purchaseDate: number
|
|
8729
|
-
/** @format uint64 */
|
|
8730
|
-
releaseDate: number
|
|
8731
|
-
/** @format uint64 */
|
|
8732
|
-
inactiveDate: number
|
|
8733
|
-
prices: LolEventShopExternalCatalogPluginPrice[]
|
|
8734
|
-
tags?: string[]
|
|
8735
|
-
active: boolean
|
|
8736
|
-
sale?: LolEventShopExternalCatalogSale
|
|
8737
|
-
offerId?: string
|
|
8738
|
-
}
|
|
8739
|
-
|
|
8740
|
-
export interface LolEventShopExternalCatalogPluginItemAssets {
|
|
8741
|
-
splashPath: string
|
|
8742
|
-
iconPath: string
|
|
8743
|
-
tilePath: string
|
|
8744
|
-
colors: string[]
|
|
8745
|
-
}
|
|
8746
|
-
|
|
8747
|
-
export interface LolEventShopExternalCatalogPluginItemWithDetails {
|
|
8748
|
-
item: LolEventShopExternalCatalogPluginItem
|
|
8749
|
-
/** @format uint32 */
|
|
8750
|
-
quantity: number
|
|
8751
|
-
requiredItems?: LolEventShopExternalCatalogPluginItemWithDetails[]
|
|
8752
|
-
bundledItems?: LolEventShopExternalCatalogPluginItemWithDetails[]
|
|
8753
|
-
minimumBundlePrices?: LolEventShopExternalCatalogPluginPrice[]
|
|
8754
|
-
bundledDiscountPrices?: LolEventShopExternalCatalogPluginPrice[]
|
|
8755
|
-
metadata: LolEventShopExternalItemMetadataEntry[]
|
|
8756
|
-
}
|
|
8757
|
-
|
|
8758
|
-
export interface LolEventShopExternalCatalogPluginPrice {
|
|
8759
|
-
currency: string
|
|
8760
|
-
/** @format int64 */
|
|
8761
|
-
cost: number
|
|
8762
|
-
costType?: string
|
|
8763
|
-
}
|
|
8764
|
-
|
|
8765
|
-
export interface LolEventShopExternalCatalogPluginRetailDiscount {
|
|
8766
|
-
startDate: string
|
|
8767
|
-
endDate: string
|
|
8768
|
-
/** @format float */
|
|
8769
|
-
discount?: number
|
|
8770
|
-
/** @format int64 */
|
|
8771
|
-
cost: number
|
|
8772
|
-
}
|
|
8773
|
-
|
|
8774
|
-
export interface LolEventShopExternalCatalogSale {
|
|
8775
|
-
startDate: string
|
|
8776
|
-
endDate: string
|
|
8777
|
-
prices: LolEventShopExternalCatalogItemCost[]
|
|
8778
|
-
}
|
|
8779
|
-
|
|
8780
|
-
export interface LolEventShopExternalItemMetadataEntry {
|
|
8781
|
-
type: string
|
|
8782
|
-
value: string
|
|
8783
|
-
}
|
|
8784
|
-
|
|
8785
|
-
export type LolEventShopGrantStatus = "FAILED" | "FULFILLED" | "PENDING_SELECTION" | "PENDING_FULFILLMENT"
|
|
8786
|
-
|
|
8787
|
-
export interface LolEventShopGrantorDescription {
|
|
8788
|
-
appName: string
|
|
8789
|
-
entityId: string
|
|
8790
|
-
}
|
|
8791
|
-
|
|
8792
|
-
export interface LolEventShopGroup {
|
|
8793
|
-
id: string
|
|
8794
|
-
productId: string
|
|
8795
|
-
name: string
|
|
8796
|
-
repeat: LolEventShopRepeat
|
|
8797
|
-
counters: LolEventShopCounter[]
|
|
8798
|
-
milestones: LolEventShopMilestone[]
|
|
8799
|
-
}
|
|
8800
|
-
|
|
8801
|
-
export interface LolEventShopInventoryCacheEntry {
|
|
8802
|
-
signedInventoryJwt: string
|
|
8803
|
-
/** @format uint64 */
|
|
8804
|
-
expirationMS: number
|
|
8805
|
-
/** @format uint64 */
|
|
8806
|
-
issuedAtMS: number
|
|
8807
|
-
/** @format uint64 */
|
|
8808
|
-
receivedAtMS: number
|
|
8809
|
-
valid: boolean
|
|
8810
|
-
}
|
|
8811
|
-
|
|
8812
|
-
export interface LolEventShopInventoryDTO {
|
|
8813
|
-
puuid: string
|
|
8814
|
-
/** @format uint64 */
|
|
8815
|
-
accountId: number
|
|
8816
|
-
/** @format uint64 */
|
|
8817
|
-
summonerId: number
|
|
8818
|
-
items: Record<string, unknown>
|
|
8819
|
-
expires: string
|
|
8820
|
-
itemsJwt: string
|
|
8821
|
-
}
|
|
8822
|
-
|
|
8823
|
-
export interface LolEventShopInventoryItem {
|
|
8824
|
-
uuid: string
|
|
8825
|
-
/** @format int32 */
|
|
8826
|
-
itemId: number
|
|
8827
|
-
inventoryType: string
|
|
8828
|
-
purchaseDate: string
|
|
8829
|
-
/** @format uint64 */
|
|
8830
|
-
quantity: number
|
|
8831
|
-
ownershipType: LolEventShopItemOwnershipType
|
|
8832
|
-
expirationDate: string
|
|
8833
|
-
/** @format uint64 */
|
|
8834
|
-
wins: number
|
|
8835
|
-
}
|
|
8836
|
-
|
|
8837
|
-
export interface LolEventShopInventoryItemDTO {
|
|
8838
|
-
/** @format int32 */
|
|
8839
|
-
itemId: number
|
|
8840
|
-
inventoryType: string
|
|
8841
|
-
expirationDate: string
|
|
8842
|
-
purchaseDate: string
|
|
8843
|
-
/** @format uint64 */
|
|
8844
|
-
quantity: number
|
|
8845
|
-
/** @format uint64 */
|
|
8846
|
-
ownedQuantity: number
|
|
8847
|
-
usedInGameDate: string
|
|
8848
|
-
entitlementId: string
|
|
8849
|
-
entitlementTypeId: string
|
|
8850
|
-
instanceId: string
|
|
8851
|
-
instanceTypeId: string
|
|
8852
|
-
payload: unknown
|
|
8853
|
-
"f2p": boolean
|
|
8854
|
-
rental: boolean
|
|
8855
|
-
loyalty: boolean
|
|
8856
|
-
loyaltySources: string[]
|
|
8857
|
-
lsb: boolean
|
|
8858
|
-
/** @format uint64 */
|
|
8859
|
-
wins: number
|
|
8860
|
-
}
|
|
8861
|
-
|
|
8862
|
-
export interface LolEventShopInventoryItemWithPayload {
|
|
8863
|
-
uuid: string
|
|
8864
|
-
/** @format int32 */
|
|
8865
|
-
itemId: number
|
|
8866
|
-
inventoryType: string
|
|
8867
|
-
purchaseDate: string
|
|
8868
|
-
/** @format uint64 */
|
|
8869
|
-
quantity: number
|
|
8870
|
-
ownershipType: LolEventShopItemOwnershipType
|
|
8871
|
-
expirationDate: string
|
|
8872
|
-
"f2p": boolean
|
|
8873
|
-
rental: boolean
|
|
8874
|
-
loyalty: boolean
|
|
8875
|
-
loyaltySources: string[]
|
|
8876
|
-
owned: boolean
|
|
8877
|
-
/** @format uint64 */
|
|
8878
|
-
wins: number
|
|
8879
|
-
payload: unknown
|
|
8880
|
-
}
|
|
8881
|
-
|
|
8882
|
-
export interface LolEventShopInventoryNotification {
|
|
8883
|
-
/** @format int64 */
|
|
8884
|
-
id: number
|
|
8885
|
-
/** @format int32 */
|
|
8886
|
-
itemId: number
|
|
8887
|
-
inventoryType: string
|
|
8888
|
-
type: string
|
|
8889
|
-
acknowledged: boolean
|
|
8890
|
-
}
|
|
8891
|
-
|
|
8892
|
-
export type LolEventShopInventoryOwnership = "F2P" | "LOYALTY" | "RENTED" | "OWNED"
|
|
8893
|
-
|
|
8894
|
-
export interface LolEventShopInventoryResponseDTO {
|
|
8895
|
-
data: LolEventShopInventoryDTO
|
|
8896
|
-
}
|
|
8897
|
-
|
|
8898
|
-
export interface LolEventShopItem {
|
|
8899
|
-
itemId: string
|
|
8900
|
-
inventoryType: string
|
|
8901
|
-
/** @format uint32 */
|
|
8902
|
-
price: number
|
|
8903
|
-
/** @format uint32 */
|
|
8904
|
-
quantity: number
|
|
8905
|
-
}
|
|
8906
|
-
|
|
8907
|
-
export interface LolEventShopItemChoiceDetails {
|
|
8908
|
-
item: LolEventShopCatalogPluginItem
|
|
8909
|
-
backgroundImage: string
|
|
8910
|
-
contents: LolEventShopItemDetails[]
|
|
8911
|
-
discount: string
|
|
8912
|
-
/** @format uint32 */
|
|
8913
|
-
fullPrice: number
|
|
8914
|
-
displayType: string
|
|
8915
|
-
purchaseOptions: LolEventShopPurchaseOption[]
|
|
8916
|
-
}
|
|
8917
|
-
|
|
8918
|
-
export interface LolEventShopItemChoices {
|
|
8919
|
-
choices: LolEventShopItemChoiceDetails[]
|
|
8920
|
-
validationErrors: LolEventShopValidationErrorEntry[]
|
|
8921
|
-
}
|
|
8922
|
-
|
|
8923
|
-
export interface LolEventShopItemCost {
|
|
8924
|
-
currency: string
|
|
8925
|
-
/** @format int64 */
|
|
8926
|
-
cost: number
|
|
8927
|
-
/** @format float */
|
|
8928
|
-
discount?: number
|
|
8929
|
-
}
|
|
8930
|
-
|
|
8931
|
-
export interface LolEventShopItemDefinition {
|
|
8932
|
-
/** @format int32 */
|
|
8933
|
-
itemId: number
|
|
8934
|
-
inventoryType: string
|
|
8935
|
-
subInventoryType: string
|
|
8936
|
-
name: string
|
|
8937
|
-
description: string
|
|
8938
|
-
subTitle: string
|
|
8939
|
-
owned: boolean
|
|
8940
|
-
assets: LolEventShopCatalogPluginItemAssets
|
|
8941
|
-
tags: string[]
|
|
8942
|
-
metadata: LolEventShopItemMetadataEntry[]
|
|
8943
|
-
bundledItemPrice?: LolEventShopBundledItemPricingInfo
|
|
8944
|
-
loyaltyUnlocked: boolean
|
|
8945
|
-
}
|
|
8946
|
-
|
|
8947
|
-
export interface LolEventShopItemDetails {
|
|
8948
|
-
title: string
|
|
8949
|
-
subTitle: string
|
|
8950
|
-
description: string
|
|
8951
|
-
iconUrl: string
|
|
8952
|
-
}
|
|
8953
|
-
|
|
8954
|
-
export interface LolEventShopItemKey {
|
|
8955
|
-
inventoryType: string
|
|
8956
|
-
/** @format int32 */
|
|
8957
|
-
itemId: number
|
|
8958
|
-
}
|
|
8959
|
-
|
|
8960
|
-
export interface LolEventShopItemMetadataEntry {
|
|
8961
|
-
type: string
|
|
8962
|
-
value: string
|
|
8963
|
-
}
|
|
8964
|
-
|
|
8965
|
-
export interface LolEventShopItemOrderDTO {
|
|
8966
|
-
inventoryType: string
|
|
8967
|
-
/** @format int32 */
|
|
8968
|
-
itemId: number
|
|
8969
|
-
/** @format uint32 */
|
|
8970
|
-
quantity: number
|
|
8971
|
-
/** @format uint32 */
|
|
8972
|
-
rpCost: number
|
|
8973
|
-
}
|
|
8974
|
-
|
|
8975
|
-
export interface LolEventShopItemOwnership {
|
|
8976
|
-
itemKey: LolEventShopItemKey
|
|
8977
|
-
/** @format int32 */
|
|
8978
|
-
quantity: number
|
|
8979
|
-
}
|
|
8980
|
-
|
|
8981
|
-
export type LolEventShopItemOwnershipType = "F2P" | "LOYALTY" | "RENTED" | "OWNED"
|
|
8982
|
-
|
|
8983
|
-
export interface LolEventShopItemPrice {
|
|
8984
|
-
currencyType: string
|
|
8985
|
-
/** @format int64 */
|
|
8986
|
-
price: number
|
|
8987
|
-
purchasable: boolean
|
|
8988
|
-
}
|
|
8989
|
-
|
|
8990
|
-
export interface LolEventShopItemSale {
|
|
8991
|
-
startDate: string
|
|
8992
|
-
endDate: string
|
|
8993
|
-
/** @format float */
|
|
8994
|
-
discount?: number
|
|
8995
|
-
}
|
|
8996
|
-
|
|
8997
|
-
export interface LolEventShopItemUIData {
|
|
8998
|
-
itemId: string
|
|
8999
|
-
inventoryType: string
|
|
9000
|
-
/** @format uint32 */
|
|
9001
|
-
price: number
|
|
9002
|
-
/** @format uint32 */
|
|
9003
|
-
quantity: number
|
|
9004
|
-
}
|
|
9005
|
-
|
|
9006
|
-
export interface LolEventShopLargeSelectionDisplayUIData {
|
|
9007
|
-
selectedRewardTrackItem: LolEventShopRewardTrackItem
|
|
9008
|
-
}
|
|
9009
|
-
|
|
9010
|
-
export interface LolEventShopLevelBoostPurchaseUIData {
|
|
9011
|
-
offerId: string
|
|
9012
|
-
rewardTrackItems: LolEventShopRewardTrackItem[]
|
|
9013
|
-
}
|
|
9014
|
-
|
|
9015
|
-
export interface LolEventShopLoginSession {
|
|
9016
|
-
puuid?: string
|
|
9017
|
-
state: LolEventShopLoginSessionStates
|
|
9018
|
-
/** @format uint64 */
|
|
9019
|
-
summonerId: number
|
|
9020
|
-
/** @format uint64 */
|
|
9021
|
-
accountId: number
|
|
9022
|
-
idToken: string
|
|
9023
|
-
}
|
|
9024
|
-
|
|
9025
|
-
export type LolEventShopLoginSessionStates = "ERROR" | "LOGGING_OUT" | "SUCCEEDED" | "IN_PROGRESS"
|
|
9026
|
-
|
|
9027
|
-
export interface LolEventShopLoyaltyRewards {
|
|
9028
|
-
/** @format int32 */
|
|
9029
|
-
freeRewardedChampionsCount: number
|
|
9030
|
-
championIds: number[]
|
|
9031
|
-
/** @format int32 */
|
|
9032
|
-
freeRewardedSkinsCount: number
|
|
9033
|
-
skinIds: number[]
|
|
9034
|
-
/** @format int32 */
|
|
9035
|
-
ipBoost: number
|
|
9036
|
-
xpBoost: Record<string, number>
|
|
9037
|
-
/** @format int32 */
|
|
9038
|
-
loyaltyTFTMapSkinCount: number
|
|
9039
|
-
/** @format int32 */
|
|
9040
|
-
loyaltyTFTCompanionCount: number
|
|
9041
|
-
/** @format int32 */
|
|
9042
|
-
loyaltyTFTDamageSkinCount: number
|
|
9043
|
-
loyaltySources: Record<string, boolean>
|
|
9044
|
-
}
|
|
9045
|
-
|
|
9046
|
-
export interface LolEventShopLoyaltyRewardsSimplified {
|
|
9047
|
-
/** @format int32 */
|
|
9048
|
-
freeRewardedChampionsCount: number
|
|
9049
|
-
championIds: number[]
|
|
9050
|
-
/** @format int32 */
|
|
9051
|
-
freeRewardedSkinsCount: number
|
|
9052
|
-
skinIds: number[]
|
|
9053
|
-
/** @format int32 */
|
|
9054
|
-
ipBoost: number
|
|
9055
|
-
/** @format int32 */
|
|
9056
|
-
xpBoost: number
|
|
9057
|
-
/** @format int32 */
|
|
9058
|
-
loyaltyTFTMapSkinCount: number
|
|
9059
|
-
/** @format int32 */
|
|
9060
|
-
loyaltyTFTCompanionCount: number
|
|
9061
|
-
/** @format int32 */
|
|
9062
|
-
loyaltyTFTDamageSkinCount: number
|
|
9063
|
-
loyaltySources: Record<string, boolean>
|
|
9064
|
-
}
|
|
9065
|
-
|
|
9066
|
-
export type LolEventShopLoyaltyStatus = "DISABLED" | "REVOKE" | "CHANGE" | "EXPIRY" | "REWARDS_GRANT" | "LEGACY"
|
|
9067
|
-
|
|
9068
|
-
export interface LolEventShopLoyaltyStatusNotification {
|
|
9069
|
-
status: LolEventShopLoyaltyStatus
|
|
9070
|
-
rewards: LolEventShopLoyaltyRewardsSimplified
|
|
9071
|
-
reloadInventory: boolean
|
|
9072
|
-
}
|
|
9073
|
-
|
|
9074
|
-
export interface LolEventShopMilestone {
|
|
9075
|
-
id: string
|
|
9076
|
-
name: string
|
|
9077
|
-
groupId: string
|
|
9078
|
-
counterId: string
|
|
9079
|
-
/** @format int64 */
|
|
9080
|
-
triggerValue: number
|
|
9081
|
-
properties: Record<string, string>
|
|
9082
|
-
}
|
|
9083
|
-
|
|
9084
|
-
export interface LolEventShopMilestoneInstance {
|
|
9085
|
-
milestoneId: string
|
|
9086
|
-
instanceId: string
|
|
9087
|
-
ownerId: string
|
|
9088
|
-
productId: string
|
|
9089
|
-
groupId: string
|
|
9090
|
-
counterId: string
|
|
9091
|
-
/** @format int64 */
|
|
9092
|
-
triggerValue: number
|
|
9093
|
-
/** @format uint32 */
|
|
9094
|
-
repeatSequence: number
|
|
9095
|
-
triggered: boolean
|
|
9096
|
-
triggeredTimestamp: string
|
|
9097
|
-
triggers: LolEventShopTrigger[]
|
|
9098
|
-
}
|
|
9099
|
-
|
|
9100
|
-
export interface LolEventShopNavigationButtonUIData {
|
|
9101
|
-
activeEventId: string
|
|
9102
|
-
showPip: boolean
|
|
9103
|
-
showGlow: boolean
|
|
9104
|
-
iconPath: string
|
|
9105
|
-
}
|
|
9106
|
-
|
|
9107
|
-
export interface LolEventShopOffer {
|
|
9108
|
-
id: string
|
|
9109
|
-
localizedTitle: string
|
|
9110
|
-
localizedDescription: string
|
|
9111
|
-
image: string
|
|
9112
|
-
promotionType: LolEventShopOfferPromotionType
|
|
9113
|
-
offerCategory: LolEventShopOfferCategory
|
|
9114
|
-
items: LolEventShopItem[]
|
|
9115
|
-
}
|
|
9116
|
-
|
|
9117
|
-
export type LolEventShopOfferCategory = "Currencies" | "Tft" | "Loot" | "Borders" | "Skins" | "Chromas" | "Featured"
|
|
9118
|
-
|
|
9119
|
-
export type LolEventShopOfferPromotionType = "kFeaturedHighlighted" | "kFeatured" | "kNone"
|
|
9120
|
-
|
|
9121
|
-
export type LolEventShopOfferStates = "kPurchasing" | "kUnrevealed" | "kUnavailable" | "kAvailable" | "kOwned"
|
|
9122
|
-
|
|
9123
|
-
export interface LolEventShopOfferUIData {
|
|
9124
|
-
id: string
|
|
9125
|
-
localizedTitle: string
|
|
9126
|
-
localizedDescription: string
|
|
9127
|
-
image: string
|
|
9128
|
-
highlighted: boolean
|
|
9129
|
-
offerState: LolEventShopOfferStates
|
|
9130
|
-
/** @format uint32 */
|
|
9131
|
-
price: number
|
|
9132
|
-
/** @format uint32 */
|
|
9133
|
-
maxQuantity: number
|
|
9134
|
-
items: LolEventShopItemUIData[]
|
|
9135
|
-
}
|
|
9136
|
-
|
|
9137
|
-
export interface LolEventShopOrderNotificationResource {
|
|
9138
|
-
eventTypeId: string
|
|
9139
|
-
eventType: string
|
|
9140
|
-
status: string
|
|
9141
|
-
}
|
|
9142
|
-
|
|
9143
|
-
export type LolEventShopPassOwnershipTypes = "Purchased" | "Unowned"
|
|
9144
|
-
|
|
9145
|
-
export interface LolEventShopPlayerNotification {
|
|
9146
|
-
critical: boolean
|
|
9147
|
-
detailKey: string
|
|
9148
|
-
source: string
|
|
9149
|
-
state: string
|
|
9150
|
-
titleKey: string
|
|
9151
|
-
type: string
|
|
9152
|
-
iconUrl: string
|
|
9153
|
-
}
|
|
9154
|
-
|
|
9155
|
-
export interface LolEventShopPlayerSettingsData {
|
|
9156
|
-
lastTimeSeen: string
|
|
9157
|
-
/** @format int64 */
|
|
9158
|
-
lastSeenTokenBalance: number
|
|
9159
|
-
/** @format uint32 */
|
|
9160
|
-
lastSeenTokenShopOffersVersion: number
|
|
9161
|
-
}
|
|
9162
|
-
|
|
9163
|
-
export interface LolEventShopPriceDetail {
|
|
9164
|
-
itemKey: LolEventShopItemKey
|
|
9165
|
-
price: LolEventShopItemPrice
|
|
9166
|
-
}
|
|
9167
|
-
|
|
9168
|
-
export interface LolEventShopPriceOptionDto {
|
|
9169
|
-
/** @format int64 */
|
|
9170
|
-
price: number
|
|
9171
|
-
currencyType: string
|
|
9172
|
-
currencyPaymentOption?: string
|
|
9173
|
-
currencyName?: string
|
|
9174
|
-
currencyImagePath?: string
|
|
9175
|
-
}
|
|
9176
|
-
|
|
9177
|
-
export interface LolEventShopProgressInfoUIData {
|
|
9178
|
-
tokenImage: string
|
|
9179
|
-
passPurchased: boolean
|
|
9180
|
-
eventPassBundlesCatalogEntry: LolEventShopCatalogEntry[]
|
|
9181
|
-
}
|
|
9182
|
-
|
|
9183
|
-
export interface LolEventShopPurchasableItem {
|
|
9184
|
-
item: LolEventShopItemDefinition
|
|
9185
|
-
dependencies: LolEventShopItemDefinition[]
|
|
9186
|
-
bundledItems: LolEventShopItemDefinition[]
|
|
9187
|
-
sale?: LolEventShopItemSale
|
|
9188
|
-
purchaseOptions: LolEventShopPurchaseOption[]
|
|
9189
|
-
validationErrors: LolEventShopValidationErrorEntry[]
|
|
9190
|
-
}
|
|
9191
|
-
|
|
9192
|
-
export interface LolEventShopPurchaseItem {
|
|
9193
|
-
itemKey: LolEventShopItemKey
|
|
9194
|
-
/** @format int32 */
|
|
9195
|
-
quantity: number
|
|
9196
|
-
source: string
|
|
9197
|
-
purchaseCurrencyInfo: LolEventShopItemPrice
|
|
9198
|
-
}
|
|
9199
|
-
|
|
9200
|
-
export type LolEventShopPurchaseOfferOrderStates = "SUCCESS" | "FAIL" | "IN_PROGRESS" | "NOT_STARTED"
|
|
9201
|
-
|
|
9202
|
-
export interface LolEventShopPurchaseOfferOrderStatus {
|
|
9203
|
-
orderState: LolEventShopPurchaseOfferOrderStates
|
|
9204
|
-
message: string
|
|
9205
|
-
}
|
|
9206
|
-
|
|
9207
|
-
export interface LolEventShopPurchaseOfferOrderStatuses {
|
|
9208
|
-
statuses: Record<string, LolEventShopPurchaseOfferOrderStatus>
|
|
9209
|
-
}
|
|
9210
|
-
|
|
9211
|
-
export interface LolEventShopPurchaseOfferRequest {
|
|
9212
|
-
offerId: string
|
|
9213
|
-
/** @format uint32 */
|
|
9214
|
-
purchaseQuantity: number
|
|
9215
|
-
}
|
|
9216
|
-
|
|
9217
|
-
export interface LolEventShopPurchaseOfferRequestV3 {
|
|
9218
|
-
offerId: string
|
|
9219
|
-
currencyType: string
|
|
9220
|
-
/** @format uint32 */
|
|
9221
|
-
quantity: number
|
|
9222
|
-
/** @format uint32 */
|
|
9223
|
-
price: number
|
|
9224
|
-
}
|
|
9225
|
-
|
|
9226
|
-
export interface LolEventShopPurchaseOfferResponseV3 {
|
|
9227
|
-
legacy: boolean
|
|
9228
|
-
orderDto?: LolEventShopCapOrdersOrderDto
|
|
9229
|
-
}
|
|
9230
|
-
|
|
9231
|
-
export interface LolEventShopPurchaseOption {
|
|
9232
|
-
priceDetails: LolEventShopPriceDetail[]
|
|
9233
|
-
}
|
|
9234
|
-
|
|
9235
|
-
export interface LolEventShopPurchaseOrderRequestDTO {
|
|
9236
|
-
/** @format uint64 */
|
|
9237
|
-
accountId: number
|
|
9238
|
-
items: LolEventShopItemOrderDTO[]
|
|
9239
|
-
}
|
|
9240
|
-
|
|
9241
|
-
export interface LolEventShopPurchaseOrderResponseDTO {
|
|
9242
|
-
/** @format int64 */
|
|
9243
|
-
rpBalance: number
|
|
9244
|
-
/** @format int64 */
|
|
9245
|
-
ipBalance: number
|
|
9246
|
-
transactions: LolEventShopTransactionResponseDTO[]
|
|
9247
|
-
}
|
|
9248
|
-
|
|
9249
|
-
export interface LolEventShopPurchaseRequest {
|
|
9250
|
-
items: LolEventShopPurchaseItem[]
|
|
9251
|
-
}
|
|
9252
|
-
|
|
9253
|
-
export interface LolEventShopPurchaseResponse {
|
|
9254
|
-
items: LolEventShopPurchaseItem[]
|
|
9255
|
-
transactions: LolEventShopTransaction[]
|
|
9256
|
-
useRMSConfirmation: boolean
|
|
9257
|
-
}
|
|
9258
|
-
|
|
9259
|
-
export interface LolEventShopPurchaseWidgetConfig {
|
|
9260
|
-
enabled: boolean
|
|
9261
|
-
nonRefundableDisclaimerEnabled: boolean
|
|
9262
|
-
alwaysShowPurchaseDisclaimer: boolean
|
|
9263
|
-
}
|
|
9264
|
-
|
|
9265
|
-
export interface LolEventShopRMSPayload {
|
|
9266
|
-
productId: string
|
|
9267
|
-
affinities: string[]
|
|
9268
|
-
}
|
|
9269
|
-
|
|
9270
|
-
export interface LolEventShopRegionLocale {
|
|
9271
|
-
region: string
|
|
9272
|
-
locale: string
|
|
9273
|
-
}
|
|
9274
|
-
|
|
9275
|
-
export interface LolEventShopRepeat {
|
|
9276
|
-
/** @format int32 */
|
|
9277
|
-
count: number
|
|
9278
|
-
/** @format uint32 */
|
|
9279
|
-
scope: number
|
|
9280
|
-
/** @format float */
|
|
9281
|
-
multiplier: number
|
|
9282
|
-
milestones: LolEventShopMilestone[]
|
|
9283
|
-
repeatTriggers: LolEventShopRepeatGroupTrigger[]
|
|
9284
|
-
}
|
|
9285
|
-
|
|
9286
|
-
export interface LolEventShopRepeatGroupTrigger {
|
|
9287
|
-
type: string
|
|
9288
|
-
counterId: string
|
|
9289
|
-
/** @format uint16 */
|
|
9290
|
-
startTriggerValue: number
|
|
9291
|
-
/** @format uint16 */
|
|
9292
|
-
increaseBy: number
|
|
9293
|
-
/** @format float */
|
|
9294
|
-
multiplier: number
|
|
9295
|
-
}
|
|
9296
|
-
|
|
9297
|
-
export interface LolEventShopRequestDTO_SelectionRequestDTO {
|
|
9298
|
-
data: LolEventShopSelectionRequestDTO
|
|
9299
|
-
metadata: LolEventShopRequestMetadataDTO
|
|
9300
|
-
}
|
|
9301
|
-
|
|
9302
|
-
export interface LolEventShopRequestDTO_vector_SelectionRequestDTO {
|
|
9303
|
-
data: LolEventShopSelectionRequestDTO[]
|
|
9304
|
-
metadata: LolEventShopRequestMetadataDTO
|
|
9305
|
-
}
|
|
9306
|
-
|
|
9307
|
-
export interface LolEventShopRequestDTO_vector_string {
|
|
9308
|
-
data: string[]
|
|
9309
|
-
metadata: LolEventShopRequestMetadataDTO
|
|
9310
|
-
}
|
|
9311
|
-
|
|
9312
|
-
export interface LolEventShopRequestMetadataDTO {
|
|
9313
|
-
transactionId?: string
|
|
9314
|
-
}
|
|
9315
|
-
|
|
9316
|
-
export interface LolEventShopResponseDTO_SvcRewardGrant {
|
|
9317
|
-
data: LolEventShopSvcRewardGrant
|
|
9318
|
-
metadata: LolEventShopResponseMetadataDTO
|
|
9319
|
-
}
|
|
9320
|
-
|
|
9321
|
-
export interface LolEventShopResponseDTO_map_RewardGroupId_SelectGrantStatus {
|
|
9322
|
-
data: Record<string, LolEventShopSelectGrantStatusResponse>
|
|
9323
|
-
metadata: LolEventShopResponseMetadataDTO
|
|
9324
|
-
}
|
|
9325
|
-
|
|
9326
|
-
export interface LolEventShopResponseDTO_vector_SvcRewardGrant {
|
|
9327
|
-
data: LolEventShopSvcRewardGrant[]
|
|
9328
|
-
metadata: LolEventShopResponseMetadataDTO
|
|
9329
|
-
}
|
|
9330
|
-
|
|
9331
|
-
export interface LolEventShopResponseDTO_vector_SvcRewardGroup {
|
|
9332
|
-
data: LolEventShopSvcRewardGroup[]
|
|
9333
|
-
metadata: LolEventShopResponseMetadataDTO
|
|
9334
|
-
}
|
|
9335
|
-
|
|
9336
|
-
export interface LolEventShopResponseMetadataDTO {
|
|
9337
|
-
[key: string | number]: any
|
|
9338
|
-
}
|
|
9339
|
-
|
|
9340
|
-
export interface LolEventShopReward {
|
|
9341
|
-
id: string
|
|
9342
|
-
itemId: string
|
|
9343
|
-
itemType: string
|
|
9344
|
-
/** @format int32 */
|
|
9345
|
-
quantity: number
|
|
9346
|
-
fulfillmentSource: string
|
|
9347
|
-
media: Record<string, string>
|
|
9348
|
-
localizations: Record<string, string>
|
|
9349
|
-
}
|
|
9350
|
-
|
|
9351
|
-
export interface LolEventShopRewardChoiceUIData {
|
|
9352
|
-
rewardTrackItems: LolEventShopRewardTrackItem[]
|
|
9353
|
-
}
|
|
9354
|
-
|
|
9355
|
-
export interface LolEventShopRewardGrant {
|
|
9356
|
-
info: LolEventShopSvcRewardGrant
|
|
9357
|
-
rewardGroup: LolEventShopSvcRewardGroup
|
|
9358
|
-
}
|
|
9359
|
-
|
|
9360
|
-
export type LolEventShopRewardStatus = "FAILED" | "FULFILLED" | "PENDING"
|
|
9361
|
-
|
|
9362
|
-
export type LolEventShopRewardStrategy = "SELECTION" | "RANDOM" | "ALL"
|
|
9363
|
-
|
|
9364
|
-
export interface LolEventShopRewardTrack {
|
|
9365
|
-
trackConfig: LolEventShopRewardTrackConfiguration
|
|
9366
|
-
}
|
|
9367
|
-
|
|
9368
|
-
export interface LolEventShopRewardTrackConfiguration {
|
|
9369
|
-
id: string
|
|
9370
|
-
premiumEntitlementId: string
|
|
9371
|
-
}
|
|
9372
|
-
|
|
9373
|
-
export interface LolEventShopRewardTrackItem {
|
|
9374
|
-
state: LolEventShopRewardTrackItemStates
|
|
9375
|
-
rewardOptions: LolEventShopRewardTrackItemOption[]
|
|
9376
|
-
rewardTags: LolEventShopRewardTrackItemTag[]
|
|
9377
|
-
/** @format int64 */
|
|
9378
|
-
progressRequired: number
|
|
9379
|
-
threshold: string
|
|
9380
|
-
}
|
|
9381
|
-
|
|
9382
|
-
export type LolEventShopRewardTrackItemHeaderType = "NONE" | "FREE" | "PREMIUM"
|
|
9383
|
-
|
|
9384
|
-
export interface LolEventShopRewardTrackItemOption {
|
|
9385
|
-
state: LolEventShopRewardTrackItemStates
|
|
9386
|
-
thumbIconPath: string
|
|
9387
|
-
largeDisplayImagePath: string
|
|
9388
|
-
selected: boolean
|
|
9389
|
-
overrideFooter: string
|
|
9390
|
-
headerType: LolEventShopRewardTrackItemHeaderType
|
|
9391
|
-
rewardName: string
|
|
9392
|
-
rewardDescription: string
|
|
9393
|
-
}
|
|
9394
|
-
|
|
9395
|
-
export type LolEventShopRewardTrackItemStates = "Selected" | "Unselected" | "Unlocked" | "Locked"
|
|
9396
|
-
|
|
9397
|
-
export type LolEventShopRewardTrackItemTag = "Multiple" | "Choice" | "Instant" | "Free" | "Rare"
|
|
9398
|
-
|
|
9399
|
-
export interface LolEventShopRewardTrackProgress {
|
|
9400
|
-
/** @format int16 */
|
|
9401
|
-
level: number
|
|
9402
|
-
/** @format uint16 */
|
|
9403
|
-
levelProgress: number
|
|
9404
|
-
/** @format uint16 */
|
|
9405
|
-
futureLevelProgress: number
|
|
9406
|
-
/** @format int64 */
|
|
9407
|
-
passProgress: number
|
|
9408
|
-
/** @format int64 */
|
|
9409
|
-
currentLevelXP: number
|
|
9410
|
-
/** @format int64 */
|
|
9411
|
-
totalLevelXP: number
|
|
9412
|
-
/** @format uint32 */
|
|
9413
|
-
iteration: number
|
|
9414
|
-
}
|
|
9415
|
-
|
|
9416
|
-
export interface LolEventShopRewardTrackXP {
|
|
9417
|
-
/** @format int64 */
|
|
9418
|
-
currentLevel: number
|
|
9419
|
-
/** @format int64 */
|
|
9420
|
-
currentLevelXP: number
|
|
9421
|
-
/** @format int64 */
|
|
9422
|
-
totalLevelXP: number
|
|
9423
|
-
isBonusPhase: boolean
|
|
9424
|
-
/** @format uint32 */
|
|
9425
|
-
iteration: number
|
|
9426
|
-
}
|
|
9427
|
-
|
|
9428
|
-
export interface LolEventShopRewardsConfig {
|
|
9429
|
-
GrantFiltering: boolean
|
|
9430
|
-
}
|
|
9431
|
-
|
|
9432
|
-
export interface LolEventShopRiotMessagingServiceMessage {
|
|
9433
|
-
resource: string
|
|
9434
|
-
service: string
|
|
9435
|
-
version: string
|
|
9436
|
-
/** @format int64 */
|
|
9437
|
-
timestamp: number
|
|
9438
|
-
payload: string
|
|
9439
|
-
}
|
|
9440
|
-
|
|
9441
|
-
export interface LolEventShopRmsEntitlementPayload {
|
|
9442
|
-
itemId: string
|
|
9443
|
-
itemTypeId: string
|
|
9444
|
-
entitlementTypeId: string
|
|
9445
|
-
resourceOperation: string
|
|
9446
|
-
}
|
|
9447
|
-
|
|
9448
|
-
export interface LolEventShopRmsStoreEntitlementItem {
|
|
9449
|
-
inventoryType: string
|
|
9450
|
-
itemId: string
|
|
9451
|
-
}
|
|
9452
|
-
|
|
9453
|
-
export interface LolEventShopRmsStoreEntitlementPayload {
|
|
9454
|
-
transactionId: string
|
|
9455
|
-
items: LolEventShopRmsStoreEntitlementItem[]
|
|
9456
|
-
}
|
|
9457
|
-
|
|
9458
|
-
export interface LolEventShopRmsWalletPayload {
|
|
9459
|
-
[key: string | number]: any
|
|
9460
|
-
}
|
|
9461
|
-
|
|
9462
|
-
export interface LolEventShopRmsXboxSubscriptionChange {
|
|
9463
|
-
puuid: string
|
|
9464
|
-
subscriptionId: string
|
|
9465
|
-
active: string
|
|
9466
|
-
identityProvider: string[]
|
|
9467
|
-
}
|
|
9468
|
-
|
|
9469
|
-
export interface LolEventShopSale {
|
|
9470
|
-
startDate: string
|
|
9471
|
-
endDate: string
|
|
9472
|
-
prices: LolEventShopItemCost[]
|
|
9473
|
-
}
|
|
9474
|
-
|
|
9475
|
-
export type LolEventShopSelectGrantStatusResponse = "FAILED" | "SELECTED"
|
|
9476
|
-
|
|
9477
|
-
export interface LolEventShopSelectionRequestDTO {
|
|
9478
|
-
grantId: string
|
|
9479
|
-
rewardGroupId: string
|
|
9480
|
-
selections: string[]
|
|
9481
|
-
}
|
|
9482
|
-
|
|
9483
|
-
export interface LolEventShopSelectionStrategyConfig {
|
|
9484
|
-
/** @format uint32 */
|
|
9485
|
-
minSelectionsAllowed: number
|
|
9486
|
-
/** @format uint32 */
|
|
9487
|
-
maxSelectionsAllowed: number
|
|
9488
|
-
}
|
|
9489
|
-
|
|
9490
|
-
export interface LolEventShopSettingsResource {
|
|
9491
|
-
data: LolEventShopPlayerSettingsData
|
|
9492
|
-
/** @format int16 */
|
|
9493
|
-
schemaVersion: number
|
|
9494
|
-
}
|
|
9495
|
-
|
|
9496
|
-
export interface LolEventShopSimpleInventoryDTO {
|
|
9497
|
-
items: Record<string, unknown>
|
|
9498
|
-
itemsJwt: string
|
|
9499
|
-
expires: string
|
|
9500
|
-
}
|
|
9501
|
-
|
|
9502
|
-
export interface LolEventShopSimpleInventoryResponseDTO {
|
|
9503
|
-
data: LolEventShopSimpleInventoryDTO
|
|
9504
|
-
}
|
|
9505
|
-
|
|
9506
|
-
export interface LolEventShopSkinLineDescriptionDto {
|
|
9507
|
-
title: string
|
|
9508
|
-
description: string
|
|
9509
|
-
iconImagePath: string
|
|
9510
|
-
}
|
|
9511
|
-
|
|
9512
|
-
export interface LolEventShopSkinLineDescriptionInfo {
|
|
9513
|
-
title: string
|
|
9514
|
-
description: string
|
|
9515
|
-
iconPath: string
|
|
9516
|
-
}
|
|
9517
|
-
|
|
9518
|
-
export interface LolEventShopSkinLineInfo {
|
|
9519
|
-
name: string
|
|
9520
|
-
descriptionInfo: LolEventShopSkinLineDescriptionInfo[]
|
|
9521
|
-
splashPath: string
|
|
9522
|
-
tilePath: string
|
|
9523
|
-
collectionCardPath: string
|
|
9524
|
-
uncenteredSplashPath: string
|
|
9525
|
-
collectionDescription: string
|
|
9526
|
-
tiers: LolEventShopSkinLineTier[]
|
|
9527
|
-
}
|
|
9528
|
-
|
|
9529
|
-
export interface LolEventShopSkinLineItemDto {
|
|
9530
|
-
thumbnailImagePath: string
|
|
9531
|
-
largeImagePath?: string
|
|
9532
|
-
localizedLongName: string
|
|
9533
|
-
localizedShortName: string
|
|
9534
|
-
largeVideoPath?: string
|
|
9535
|
-
}
|
|
9536
|
-
|
|
9537
|
-
export interface LolEventShopSkinLineTier {
|
|
9538
|
-
/** @format int64 */
|
|
9539
|
-
id: number
|
|
9540
|
-
name: string
|
|
9541
|
-
/** @format int64 */
|
|
9542
|
-
stage: number
|
|
9543
|
-
description?: string
|
|
9544
|
-
splashPath: string
|
|
9545
|
-
uncenteredSplashPath: string
|
|
9546
|
-
tilePath: string
|
|
9547
|
-
loadScreenPath: string
|
|
9548
|
-
shortName: string
|
|
9549
|
-
splashVideoPath?: string
|
|
9550
|
-
collectionSplashVideoPath?: string
|
|
9551
|
-
}
|
|
9552
|
-
|
|
9553
|
-
export interface LolEventShopSummonerIcon {
|
|
9554
|
-
/** @format int32 */
|
|
9555
|
-
itemId: number
|
|
9556
|
-
}
|
|
9557
|
-
|
|
9558
|
-
export interface LolEventShopSvcRewardGrant {
|
|
8292
|
+
export interface LolEventHubSvcRewardGrant {
|
|
9559
8293
|
id: string
|
|
9560
8294
|
granteeId: string
|
|
9561
8295
|
rewardGroupId: string
|
|
9562
8296
|
dateCreated: string
|
|
9563
|
-
status:
|
|
9564
|
-
grantElements:
|
|
8297
|
+
status: LolEventHubGrantStatus
|
|
8298
|
+
grantElements: LolEventHubSvcRewardGrantElement[]
|
|
9565
8299
|
selectedIds: string[]
|
|
9566
8300
|
viewed: boolean
|
|
9567
|
-
grantorDescription:
|
|
8301
|
+
grantorDescription: LolEventHubGrantorDescription
|
|
9568
8302
|
messageParameters: Record<string, unknown>
|
|
9569
8303
|
}
|
|
9570
8304
|
|
|
9571
|
-
export interface
|
|
8305
|
+
export interface LolEventHubSvcRewardGrantElement {
|
|
9572
8306
|
elementId: string
|
|
9573
8307
|
itemId: string
|
|
9574
8308
|
itemType: string
|
|
9575
8309
|
fulfillmentSource: string
|
|
9576
|
-
status:
|
|
8310
|
+
status: LolEventHubRewardStatus
|
|
9577
8311
|
/** @format int32 */
|
|
9578
8312
|
quantity: number
|
|
9579
8313
|
media: Record<string, string>
|
|
9580
8314
|
localizations: Record<string, string>
|
|
9581
8315
|
}
|
|
9582
8316
|
|
|
9583
|
-
export interface
|
|
8317
|
+
export interface LolEventHubSvcRewardGroup {
|
|
9584
8318
|
id: string
|
|
9585
8319
|
productId: string
|
|
9586
8320
|
types: string[]
|
|
9587
|
-
rewards:
|
|
8321
|
+
rewards: LolEventHubReward[]
|
|
9588
8322
|
childRewardGroupIds: string[]
|
|
9589
|
-
rewardStrategy:
|
|
9590
|
-
selectionStrategyConfig?:
|
|
8323
|
+
rewardStrategy: LolEventHubRewardStrategy
|
|
8324
|
+
selectionStrategyConfig?: LolEventHubSelectionStrategyConfig
|
|
9591
8325
|
active: boolean
|
|
9592
8326
|
media: Record<string, string>
|
|
9593
8327
|
localizations: Record<string, string>
|
|
9594
|
-
celebrationType:
|
|
8328
|
+
celebrationType: LolEventHubCelebrationType
|
|
9595
8329
|
}
|
|
9596
8330
|
|
|
9597
|
-
export interface
|
|
8331
|
+
export interface LolEventHubTokenShop {
|
|
9598
8332
|
tokenImage: string
|
|
9599
8333
|
tokenName: string
|
|
9600
8334
|
tokenUuid: string
|
|
9601
|
-
offers:
|
|
9602
|
-
contentDrops:
|
|
9603
|
-
tokenBundlesCatalogEntry:
|
|
8335
|
+
offers: LolEventHubOffer[]
|
|
8336
|
+
contentDrops: LolEventHubContentDrop[]
|
|
8337
|
+
tokenBundlesCatalogEntry: LolEventHubCatalogEntry[]
|
|
9604
8338
|
}
|
|
9605
8339
|
|
|
9606
|
-
export interface
|
|
8340
|
+
export interface LolEventHubTokenShopUIData {
|
|
9607
8341
|
tokenName: string
|
|
9608
8342
|
tokenImage: string
|
|
9609
8343
|
tokenUuid: string
|
|
9610
8344
|
/** @format uint32 */
|
|
9611
8345
|
offersVersion: number
|
|
9612
|
-
tokenBundlesCatalogEntry:
|
|
8346
|
+
tokenBundlesCatalogEntry: LolEventHubCatalogEntry[]
|
|
9613
8347
|
}
|
|
9614
8348
|
|
|
9615
|
-
export interface
|
|
8349
|
+
export interface LolEventHubTokenUpsell {
|
|
9616
8350
|
id: string
|
|
9617
8351
|
internalName: string
|
|
9618
8352
|
title: string
|
|
@@ -9627,102 +8361,114 @@ export interface LolEventShopTokenUpsell {
|
|
|
9627
8361
|
dependentInventoryType: string
|
|
9628
8362
|
/** @format int32 */
|
|
9629
8363
|
dependentInventoryId: number
|
|
9630
|
-
currentlyLocked:
|
|
8364
|
+
currentlyLocked: LolEventHubTokenUpsellLockedType
|
|
9631
8365
|
/** @format int32 */
|
|
9632
8366
|
lockedCount: number
|
|
9633
8367
|
startDate: string
|
|
9634
8368
|
endDate: string
|
|
9635
8369
|
}
|
|
9636
8370
|
|
|
9637
|
-
export type
|
|
8371
|
+
export type LolEventHubTokenUpsellLockedType = "UNLOCKED" | "LOCKED" | "UNASSIGNED"
|
|
8372
|
+
|
|
8373
|
+
export interface LolEventHubTrackProgressNextReward {
|
|
8374
|
+
/** @format int64 */
|
|
8375
|
+
currentXP: number
|
|
8376
|
+
/** @format int64 */
|
|
8377
|
+
nextLevelXP: number
|
|
8378
|
+
/** @format int64 */
|
|
8379
|
+
currentLevel: number
|
|
8380
|
+
nextReward: LolEventHubNextRewardUIData
|
|
8381
|
+
}
|
|
9638
8382
|
|
|
9639
|
-
export interface
|
|
8383
|
+
export interface LolEventHubTransaction {
|
|
9640
8384
|
transactionId: string
|
|
9641
|
-
itemKey:
|
|
8385
|
+
itemKey: LolEventHubItemKey
|
|
9642
8386
|
itemName: string
|
|
9643
8387
|
iconUrl: string
|
|
9644
8388
|
}
|
|
9645
8389
|
|
|
9646
|
-
export interface
|
|
8390
|
+
export interface LolEventHubTransactionResponseDTO {
|
|
9647
8391
|
id: string
|
|
9648
8392
|
inventoryType: string
|
|
9649
8393
|
/** @format int32 */
|
|
9650
8394
|
itemId: number
|
|
9651
8395
|
}
|
|
9652
8396
|
|
|
9653
|
-
export interface
|
|
8397
|
+
export interface LolEventHubTrigger {
|
|
9654
8398
|
type: string
|
|
9655
8399
|
counterId: string
|
|
9656
8400
|
/** @format uint64 */
|
|
9657
8401
|
triggerValue: number
|
|
9658
8402
|
}
|
|
9659
8403
|
|
|
9660
|
-
export interface
|
|
8404
|
+
export interface LolEventHubUnclaimedRewardsUIData {
|
|
9661
8405
|
/** @format int32 */
|
|
9662
8406
|
rewardsCount: number
|
|
9663
8407
|
/** @format int32 */
|
|
9664
8408
|
lockedTokensCount: number
|
|
8409
|
+
/** @format int64 */
|
|
8410
|
+
timeOfLastUnclaimedReward: number
|
|
9665
8411
|
}
|
|
9666
8412
|
|
|
9667
|
-
export interface
|
|
8413
|
+
export interface LolEventHubValidateOfferError {
|
|
9668
8414
|
errorKey: string
|
|
9669
8415
|
meta: string
|
|
9670
8416
|
}
|
|
9671
8417
|
|
|
9672
|
-
export interface
|
|
8418
|
+
export interface LolEventHubValidateOfferRequestV3 {
|
|
9673
8419
|
offerId: string
|
|
9674
8420
|
}
|
|
9675
8421
|
|
|
9676
|
-
export interface
|
|
9677
|
-
validationErrors:
|
|
8422
|
+
export interface LolEventHubValidateOfferResponseV3 {
|
|
8423
|
+
validationErrors: LolEventHubValidateOfferError[]
|
|
9678
8424
|
}
|
|
9679
8425
|
|
|
9680
|
-
export interface
|
|
8426
|
+
export interface LolEventHubValidationError {
|
|
9681
8427
|
errorCode: string
|
|
9682
8428
|
message: string
|
|
9683
8429
|
errorDetails: Record<string, string>
|
|
9684
8430
|
responseItems: string[]
|
|
9685
8431
|
}
|
|
9686
8432
|
|
|
9687
|
-
export interface
|
|
8433
|
+
export interface LolEventHubValidationErrorEntry {
|
|
9688
8434
|
id: string
|
|
9689
8435
|
}
|
|
9690
8436
|
|
|
9691
|
-
export interface
|
|
9692
|
-
items:
|
|
9693
|
-
ownedItems:
|
|
8437
|
+
export interface LolEventHubValidationRequest {
|
|
8438
|
+
items: LolEventHubValidationRequestItem[]
|
|
8439
|
+
ownedItems: LolEventHubItemOwnership[]
|
|
9694
8440
|
}
|
|
9695
8441
|
|
|
9696
|
-
export interface
|
|
9697
|
-
itemKey:
|
|
8442
|
+
export interface LolEventHubValidationRequestItem {
|
|
8443
|
+
itemKey: LolEventHubItemKey
|
|
9698
8444
|
/** @format int32 */
|
|
9699
8445
|
quantity: number
|
|
9700
8446
|
}
|
|
9701
8447
|
|
|
9702
|
-
export interface
|
|
9703
|
-
items:
|
|
8448
|
+
export interface LolEventHubValidationResponse {
|
|
8449
|
+
items: LolEventHubValidationResponseItem[]
|
|
9704
8450
|
valid: boolean
|
|
9705
8451
|
}
|
|
9706
8452
|
|
|
9707
|
-
export interface
|
|
9708
|
-
itemKey:
|
|
8453
|
+
export interface LolEventHubValidationResponseItem {
|
|
8454
|
+
itemKey: LolEventHubItemKey
|
|
9709
8455
|
/** @format int32 */
|
|
9710
8456
|
quantity: number
|
|
9711
|
-
validationCurrencyInfo:
|
|
9712
|
-
sale?:
|
|
8457
|
+
validationCurrencyInfo: LolEventHubItemPrice[]
|
|
8458
|
+
sale?: LolEventHubSale
|
|
9713
8459
|
name?: string
|
|
9714
8460
|
description?: string
|
|
9715
8461
|
}
|
|
9716
8462
|
|
|
9717
|
-
export interface
|
|
8463
|
+
export interface LolEventHubWallet {
|
|
9718
8464
|
/** @format uint64 */
|
|
9719
8465
|
accountId: number
|
|
9720
|
-
balances:
|
|
8466
|
+
balances: LolEventHubBalance[]
|
|
9721
8467
|
/** @format int32 */
|
|
9722
8468
|
version: number
|
|
9723
8469
|
}
|
|
9724
8470
|
|
|
9725
|
-
export interface
|
|
8471
|
+
export interface LolEventHubWalletCacheEntry {
|
|
9726
8472
|
signedBalancesJwt: string
|
|
9727
8473
|
/** @format uint64 */
|
|
9728
8474
|
expirationMS: number
|
|
@@ -9733,7 +8479,7 @@ export interface LolEventShopWalletCacheEntry {
|
|
|
9733
8479
|
valid: boolean
|
|
9734
8480
|
}
|
|
9735
8481
|
|
|
9736
|
-
export interface
|
|
8482
|
+
export interface LolEventHubWalletDTO {
|
|
9737
8483
|
puuid: string
|
|
9738
8484
|
/** @format int64 */
|
|
9739
8485
|
accountId: number
|
|
@@ -9742,11 +8488,11 @@ export interface LolEventShopWalletDTO {
|
|
|
9742
8488
|
balancesJwt: string
|
|
9743
8489
|
}
|
|
9744
8490
|
|
|
9745
|
-
export interface
|
|
9746
|
-
data:
|
|
8491
|
+
export interface LolEventHubWalletResponseDTO {
|
|
8492
|
+
data: LolEventHubWalletDTO
|
|
9747
8493
|
}
|
|
9748
8494
|
|
|
9749
|
-
export interface
|
|
8495
|
+
export interface LolEventHubXboxSubscriptionStatus {
|
|
9750
8496
|
active: string
|
|
9751
8497
|
subscriptionId: string
|
|
9752
8498
|
}
|
|
@@ -9988,6 +8734,10 @@ export interface LolGameQueuesQueue {
|
|
|
9988
8734
|
removalFromGameAllowed: boolean
|
|
9989
8735
|
/** @format int32 */
|
|
9990
8736
|
removalFromGameDelayMinutes: number
|
|
8737
|
+
gameSelectModeGroup: string
|
|
8738
|
+
gameSelectCategory: string
|
|
8739
|
+
/** @format uint8 */
|
|
8740
|
+
gameSelectPriority: number
|
|
9991
8741
|
}
|
|
9992
8742
|
|
|
9993
8743
|
export type LolGameQueuesQueueAvailability = "DoesntMeetRequirements" | "PlatformDisabled" | "Available"
|
|
@@ -10063,10 +8813,16 @@ export interface LolGameQueuesQueueReward {
|
|
|
10063
8813
|
}
|
|
10064
8814
|
|
|
10065
8815
|
export interface LolGameQueuesQueueTranslation {
|
|
8816
|
+
/** @format int32 */
|
|
8817
|
+
id: number
|
|
10066
8818
|
name: string
|
|
10067
8819
|
shortName: string
|
|
10068
8820
|
description: string
|
|
10069
8821
|
detailedDescription: string
|
|
8822
|
+
gameSelectModeGroup: string
|
|
8823
|
+
gameSelectCategory: string
|
|
8824
|
+
/** @format uint8 */
|
|
8825
|
+
gameSelectPriority: number
|
|
10070
8826
|
}
|
|
10071
8827
|
|
|
10072
8828
|
export interface LolGameSettingsLoginSession {
|
|
@@ -10611,10 +9367,22 @@ export interface LolHonorV2ApiHonorPlayerServerRequest {
|
|
|
10611
9367
|
gameId: number
|
|
10612
9368
|
}
|
|
10613
9369
|
|
|
9370
|
+
export interface LolHonorV2ApiHonorPlayerServerRequestV3 {
|
|
9371
|
+
recipientPuuid: string
|
|
9372
|
+
honorType: string
|
|
9373
|
+
}
|
|
9374
|
+
|
|
9375
|
+
export interface LolHonorV2ApiSubmitBallotRequest {
|
|
9376
|
+
honorRequests: LolHonorV2ApiHonorPlayerServerRequestV3[]
|
|
9377
|
+
}
|
|
9378
|
+
|
|
10614
9379
|
export interface LolHonorV2Ballot {
|
|
10615
|
-
|
|
9380
|
+
eligibleAllies: LolHonorV2EligiblePlayer[]
|
|
9381
|
+
eligibleOpponents: LolHonorV2EligiblePlayer[]
|
|
9382
|
+
votePool: LolHonorV2VotePool
|
|
10616
9383
|
/** @format uint64 */
|
|
10617
9384
|
gameId: number
|
|
9385
|
+
honoredPlayers: LolHonorV2ApiHonorPlayerServerRequestV3[]
|
|
10618
9386
|
}
|
|
10619
9387
|
|
|
10620
9388
|
export interface LolHonorV2DynamicHonorMessage {
|
|
@@ -10630,6 +9398,7 @@ export interface LolHonorV2EligiblePlayer {
|
|
|
10630
9398
|
summonerName: string
|
|
10631
9399
|
championName: string
|
|
10632
9400
|
skinSplashPath: string
|
|
9401
|
+
role: string
|
|
10633
9402
|
}
|
|
10634
9403
|
|
|
10635
9404
|
export interface LolHonorV2EndOfGamePlayer {
|
|
@@ -10643,12 +9412,14 @@ export interface LolHonorV2EndOfGamePlayer {
|
|
|
10643
9412
|
summonerId: number
|
|
10644
9413
|
skinSplashPath: string
|
|
10645
9414
|
championName: string
|
|
9415
|
+
detectedTeamPosition: string
|
|
10646
9416
|
}
|
|
10647
9417
|
|
|
10648
9418
|
export interface LolHonorV2EndOfGameStats {
|
|
10649
9419
|
/** @format uint64 */
|
|
10650
9420
|
gameId: number
|
|
10651
9421
|
gameType: string
|
|
9422
|
+
gameMutators: string[]
|
|
10652
9423
|
invalid: boolean
|
|
10653
9424
|
queueType: string
|
|
10654
9425
|
ranked: boolean
|
|
@@ -10690,6 +9461,7 @@ export interface LolHonorV2HonorConfig {
|
|
|
10690
9461
|
HonorVisibilityEnabled: boolean
|
|
10691
9462
|
HonorSuggestionsEnabled: boolean
|
|
10692
9463
|
"honorEndpointsV2Enabled": boolean
|
|
9464
|
+
"ceremonyV3Enabled": boolean
|
|
10693
9465
|
}
|
|
10694
9466
|
|
|
10695
9467
|
export interface LolHonorV2HonorInteraction {
|
|
@@ -10805,6 +9577,19 @@ export interface LolHonorV2VoteCompletion {
|
|
|
10805
9577
|
fullTeamVote: boolean
|
|
10806
9578
|
}
|
|
10807
9579
|
|
|
9580
|
+
export interface LolHonorV2VotePool {
|
|
9581
|
+
/** @format int32 */
|
|
9582
|
+
votes: number
|
|
9583
|
+
/** @format int32 */
|
|
9584
|
+
fromGamePlayed: number
|
|
9585
|
+
/** @format int32 */
|
|
9586
|
+
fromHighHonor: number
|
|
9587
|
+
/** @format int32 */
|
|
9588
|
+
fromRecentHonors: number
|
|
9589
|
+
/** @format int32 */
|
|
9590
|
+
fromRollover: number
|
|
9591
|
+
}
|
|
9592
|
+
|
|
10808
9593
|
export interface LolHovercardAlias {
|
|
10809
9594
|
gameName: string
|
|
10810
9595
|
tagLine: string
|
|
@@ -10860,6 +9645,8 @@ export interface LolHovercardHovercardUserInfo {
|
|
|
10860
9645
|
note: string
|
|
10861
9646
|
/** @format uint64 */
|
|
10862
9647
|
masteryScore: number
|
|
9648
|
+
/** @format uint64 */
|
|
9649
|
+
legendaryMasteryScore: number
|
|
10863
9650
|
patchline: string
|
|
10864
9651
|
platformId: string
|
|
10865
9652
|
product: string
|
|
@@ -11397,10 +10184,11 @@ export interface LolLeaverBusterLeaverBusterNotificationResource {
|
|
|
11397
10184
|
punishedGamesRemaining: number
|
|
11398
10185
|
/** @format uint64 */
|
|
11399
10186
|
queueLockoutTimerExpiryUtcMillisDiff: number
|
|
10187
|
+
isWinRequired: boolean
|
|
11400
10188
|
fromRms: boolean
|
|
11401
10189
|
}
|
|
11402
10190
|
|
|
11403
|
-
export type LolLeaverBusterLeaverBusterNotificationType = "RankedRestrictedGames" | "OnLockoutWarning" | "PreLockoutWarning" | "Reforming" | "PunishedGamesRemaining" | "PunishmentIncurred" | "TaintedWarning" | "Invalid"
|
|
10191
|
+
export type LolLeaverBusterLeaverBusterNotificationType = "WinBasedRankedRestrictionsEnabled" | "RankedRestrictedGames" | "OnLockoutWarning" | "PreLockoutWarning" | "Reforming" | "PunishedGamesRemaining" | "PunishmentIncurred" | "TaintedWarning" | "Invalid"
|
|
11404
10192
|
|
|
11405
10193
|
export interface LolLeaverBusterLeaverBusterPenaltyResponse {
|
|
11406
10194
|
puuid: string
|
|
@@ -11453,6 +10241,7 @@ export interface LolLeaverBusterPlayerNotificationResource {
|
|
|
11453
10241
|
export interface LolLeaverBusterRankedRestriction {
|
|
11454
10242
|
/** @format int32 */
|
|
11455
10243
|
punishedGamesRemaining: number
|
|
10244
|
+
isWinRequired: boolean
|
|
11456
10245
|
}
|
|
11457
10246
|
|
|
11458
10247
|
export interface LolLeaverBusterRankedRestrictionEntryDto {
|
|
@@ -11462,6 +10251,7 @@ export interface LolLeaverBusterRankedRestrictionEntryDto {
|
|
|
11462
10251
|
/** @format int32 */
|
|
11463
10252
|
restrictedGamesOriginal: number
|
|
11464
10253
|
rankedRestrictionAckNeeded: boolean
|
|
10254
|
+
winRequired: boolean
|
|
11465
10255
|
}
|
|
11466
10256
|
|
|
11467
10257
|
export interface LolLeaverBusterRankedRestrictionGamesUpdate {
|
|
@@ -11472,6 +10262,7 @@ export interface LolLeaverBusterRankedRestrictionGamesUpdate {
|
|
|
11472
10262
|
export interface LolLeaverBusterRankedRestrictionInfo {
|
|
11473
10263
|
/** @format int32 */
|
|
11474
10264
|
punishedGamesRemaining: number
|
|
10265
|
+
isWinRequired: boolean
|
|
11475
10266
|
needsAck: boolean
|
|
11476
10267
|
}
|
|
11477
10268
|
|
|
@@ -11755,6 +10546,14 @@ export interface LolLobbyCollectionsRental {
|
|
|
11755
10546
|
[key: string | number]: any
|
|
11756
10547
|
}
|
|
11757
10548
|
|
|
10549
|
+
export type LolLobbyConfigReadinessEnum = "Disabled" | "Ready" | "NotReady"
|
|
10550
|
+
|
|
10551
|
+
export interface LolLobbyConfigStatus {
|
|
10552
|
+
readiness: LolLobbyConfigReadinessEnum
|
|
10553
|
+
}
|
|
10554
|
+
|
|
10555
|
+
export type LolLobbyConfigType = "player" | "public"
|
|
10556
|
+
|
|
11758
10557
|
export interface LolLobbyCustomEligibilityDto {
|
|
11759
10558
|
eligible: boolean
|
|
11760
10559
|
restrictions: LolLobbyGatekeeperRestrictionDto[]
|
|
@@ -11807,7 +10606,15 @@ export interface LolLobbyEligibilityRestriction {
|
|
|
11807
10606
|
summonerIdsString: string
|
|
11808
10607
|
}
|
|
11809
10608
|
|
|
11810
|
-
export type LolLobbyEligibilityRestrictionCode = "MmrStandardDeviationTooLarge" | "UserInfoNotAvailable" | "InventoryQueuesInfoNotAvailable" | "InventoryChampsInfoNotAvailable" | "LeaguesInfoNotAvailable" | "SummonerInfoNotAvailable" | "MinorInfoNotAvailable" | "BanInfoNotAvailable" | "TooManyIncompleteSubteamsRestriction" | "QPScarcePositionsNotAvailableRestriction" | "QPNonUniquePrimarySlotRestriction" | "QPInvalidChampionSelectionRestriction" | "QPInvalidPositionSelectionRestriction" | "QPInvalidNumberOfPlayerSlotsRestriction" | "QPPlayerChampionCoverageRestriction" | "QPPartyChampionCoverageRestriction" | "QPPlayerPositionCoverageRestriction" | "QPPartyPositionCoverageRestriction" | "QPPlayerScarcePositionCoverageRestriction" | "UnknownRestriction" | "SeasonVersionLockout" | "TFTNewPlayerRestriction" | "QueueEntryNotEntitledRestriction" | "GameVersionNotSupported" | "GameVersionMissing" | "GameVersionMismatch" | "PrerequisiteQueuesNotPlayedRestriction" | "TeamSizeRestriction" | "TeamHighMMRMaxSizeRestriction" | "PlayerRankedSuspensionRestriction" | "PlayerRankSoloOnlyRestriction" | "PlayerTimePlayedRestriction" | "PlayerMinorRestriction" | "PlayerMinLevelRestriction" | "PlayerMaxLevelRestriction" | "PlayerTimeBasedRankRestriction" | "PlayerGameBasedRankRestriction" | "PlayerLeaverTaintedWarningRestriction" | "PlayerLeaverQueueLockoutRestriction" | "PlayerLeaverBustedRestriction" | "PlayerInGameRestriction" | "PlayerDodgeRestriction" | "PlayerBingeRestriction" | "TeamMinSizeRestriction" | "TeamMaxSizeRestriction" | "TeamSkillRestriction" | "TeamDivisionRestriction" | "PlayerAvailableChampionRestriction" | "PlayerBannedRestriction" | "PlayerTimedRestriction" | "PlayerLevelRestriction" | "QueueUnsupported" | "QueueDisabled"
|
|
10609
|
+
export type LolLobbyEligibilityRestrictionCode = "MmrStandardDeviationTooLarge" | "UserInfoNotAvailable" | "InventoryQueuesInfoNotAvailable" | "InventoryChampsInfoNotAvailable" | "LeaguesInfoNotAvailable" | "SummonerInfoNotAvailable" | "MinorInfoNotAvailable" | "BanInfoNotAvailable" | "TooManyIncompleteSubteamsRestriction" | "QPScarcePositionsNotAvailableRestriction" | "QPNonUniquePrimarySlotRestriction" | "QPInvalidChampionSelectionRestriction" | "QPInvalidPositionSelectionRestriction" | "QPInvalidNumberOfPlayerSlotsRestriction" | "QPPlayerChampionCoverageRestriction" | "QPPartyChampionCoverageRestriction" | "QPPlayerPositionCoverageRestriction" | "QPPartyPositionCoverageRestriction" | "QPPlayerScarcePositionCoverageRestriction" | "MinNormalGamesForRankedRestriction" | "LOLNewPlayerRestriction" | "UnknownRestriction" | "SeasonVersionLockout" | "TFTNewPlayerRestriction" | "QueueEntryNotEntitledRestriction" | "GameVersionNotSupported" | "GameVersionMissing" | "GameVersionMismatch" | "PrerequisiteQueuesNotPlayedRestriction" | "TeamSizeRestriction" | "TeamHighMMRMaxSizeRestriction" | "PlayerRankedSuspensionRestriction" | "PlayerRankSoloOnlyRestriction" | "PlayerTimePlayedRestriction" | "PlayerMinorRestriction" | "PlayerMinLevelRestriction" | "PlayerMaxLevelRestriction" | "PlayerTimeBasedRankRestriction" | "PlayerGameBasedRankRestriction" | "PlayerLeaverTaintedWarningRestriction" | "PlayerLeaverQueueLockoutRestriction" | "PlayerLeaverBustedRestriction" | "PlayerInGameRestriction" | "PlayerReadyCheckFailRestriction" | "PlayerDodgeRestriction" | "PlayerBingeRestriction" | "TeamMinSizeRestriction" | "TeamMaxSizeRestriction" | "TeamSkillRestriction" | "TeamDivisionRestriction" | "PlayerAvailableChampionRestriction" | "PlayerBannedRestriction" | "PlayerTimedRestriction" | "PlayerLevelRestriction" | "QueueUnsupported" | "QueueDisabled"
|
|
10610
|
+
|
|
10611
|
+
export interface LolLobbyEntitlementsTokenResource {
|
|
10612
|
+
accessToken: string
|
|
10613
|
+
token: string
|
|
10614
|
+
subject: string
|
|
10615
|
+
issuer: string
|
|
10616
|
+
entitlements: string[]
|
|
10617
|
+
}
|
|
11811
10618
|
|
|
11812
10619
|
export interface LolLobbyFriendAvailabilityAnalytics {
|
|
11813
10620
|
puuid: string
|
|
@@ -12002,13 +10809,15 @@ export interface LolLobbyLobbyBotChampion {
|
|
|
12002
10809
|
botDifficulties: LolLobbyLobbyBotDifficulty[]
|
|
12003
10810
|
}
|
|
12004
10811
|
|
|
12005
|
-
export type LolLobbyLobbyBotDifficulty = "
|
|
10812
|
+
export type LolLobbyLobbyBotDifficulty = "RSINTERMEDIATE" | "RSBEGINNER" | "RSINTRO" | "INTRO" | "TUTORIAL" | "UBER" | "HARD" | "MEDIUM" | "EASY" | "NONE"
|
|
12006
10813
|
|
|
12007
10814
|
export interface LolLobbyLobbyBotParams {
|
|
12008
10815
|
/** @format int32 */
|
|
12009
10816
|
championId: number
|
|
12010
10817
|
botDifficulty: LolLobbyLobbyBotDifficulty
|
|
12011
10818
|
teamId: string
|
|
10819
|
+
position: string
|
|
10820
|
+
botUuid: string
|
|
12012
10821
|
}
|
|
12013
10822
|
|
|
12014
10823
|
export interface LolLobbyLobbyChangeGameDto {
|
|
@@ -12228,6 +11037,8 @@ export interface LolLobbyLobbyMember {
|
|
|
12228
11037
|
botDifficulty: LolLobbyLobbyBotDifficulty
|
|
12229
11038
|
/** @format int32 */
|
|
12230
11039
|
botChampionId: number
|
|
11040
|
+
position: string
|
|
11041
|
+
botUuid: string
|
|
12231
11042
|
}
|
|
12232
11043
|
|
|
12233
11044
|
export interface LolLobbyLobbyNotification {
|
|
@@ -12265,6 +11076,7 @@ export interface LolLobbyLobbyParticipantDto {
|
|
|
12265
11076
|
intraSubteamPosition?: number
|
|
12266
11077
|
tftNPEQueueBypass?: boolean
|
|
12267
11078
|
quickplayPlayerState?: string
|
|
11079
|
+
strawberryMapId?: string
|
|
12268
11080
|
playerSlots: LolLobbyQuickPlayPresetSlotDto[]
|
|
12269
11081
|
ready: boolean
|
|
12270
11082
|
showGhostedBanner: boolean
|
|
@@ -12278,6 +11090,8 @@ export interface LolLobbyLobbyParticipantDto {
|
|
|
12278
11090
|
botDifficulty: LolLobbyLobbyBotDifficulty
|
|
12279
11091
|
/** @format int32 */
|
|
12280
11092
|
botChampionId: number
|
|
11093
|
+
botPosition: string
|
|
11094
|
+
botUuid: string
|
|
12281
11095
|
}
|
|
12282
11096
|
|
|
12283
11097
|
export type LolLobbyLobbyPartyRewardType = "None" | "Icon" | "Ip"
|
|
@@ -12576,6 +11390,10 @@ export interface LolLobbyPremadeRelationshipAnalytics {
|
|
|
12576
11390
|
friendPlayers: string[]
|
|
12577
11391
|
}
|
|
12578
11392
|
|
|
11393
|
+
export interface LolLobbyProductStateDto {
|
|
11394
|
+
isUpToDate: boolean
|
|
11395
|
+
}
|
|
11396
|
+
|
|
12579
11397
|
export interface LolLobbyQueue {
|
|
12580
11398
|
/** @format int32 */
|
|
12581
11399
|
id: number
|
|
@@ -12738,6 +11556,7 @@ export interface LolLobbyRegistrationCredentials {
|
|
|
12738
11556
|
rankedOverviewToken?: string
|
|
12739
11557
|
gameClientVersion?: string
|
|
12740
11558
|
playerTokens?: Record<string, string>
|
|
11559
|
+
experiments?: Record<string, string>
|
|
12741
11560
|
}
|
|
12742
11561
|
|
|
12743
11562
|
export interface LolLobbyRegistrationStatus {
|
|
@@ -12760,6 +11579,12 @@ export interface LolLobbyServiceProxyPayload {
|
|
|
12760
11579
|
body: string
|
|
12761
11580
|
}
|
|
12762
11581
|
|
|
11582
|
+
export interface LolLobbyStrawberryMapUpdateDto {
|
|
11583
|
+
contentId: string
|
|
11584
|
+
/** @format int32 */
|
|
11585
|
+
itemId: number
|
|
11586
|
+
}
|
|
11587
|
+
|
|
12763
11588
|
export interface LolLobbySubteamDataDto {
|
|
12764
11589
|
/** @format int8 */
|
|
12765
11590
|
subteamIndex: number
|
|
@@ -13074,12 +11899,22 @@ export interface LolLobbyTeamBuilderGameflowGameClient {
|
|
|
13074
11899
|
running: boolean
|
|
13075
11900
|
}
|
|
13076
11901
|
|
|
11902
|
+
export interface LolLobbyTeamBuilderGameflowGameData {
|
|
11903
|
+
queue: LolLobbyTeamBuilderGameflowQueue
|
|
11904
|
+
}
|
|
11905
|
+
|
|
13077
11906
|
export interface LolLobbyTeamBuilderGameflowGameMap {
|
|
13078
11907
|
perPositionRequiredSummonerSpells: Record<string, LolLobbyTeamBuilderGameModeSpellList>
|
|
13079
11908
|
perPositionDisallowedSummonerSpells: Record<string, LolLobbyTeamBuilderGameModeSpellList>
|
|
13080
11909
|
}
|
|
13081
11910
|
|
|
11911
|
+
export interface LolLobbyTeamBuilderGameflowQueue {
|
|
11912
|
+
/** @format int32 */
|
|
11913
|
+
id: number
|
|
11914
|
+
}
|
|
11915
|
+
|
|
13082
11916
|
export interface LolLobbyTeamBuilderGameflowSession {
|
|
11917
|
+
gameData: LolLobbyTeamBuilderGameflowGameData
|
|
13083
11918
|
gameClient: LolLobbyTeamBuilderGameflowGameClient
|
|
13084
11919
|
map: LolLobbyTeamBuilderGameflowGameMap
|
|
13085
11920
|
}
|
|
@@ -14235,6 +13070,7 @@ export interface LolLootRecipeWithMilestones {
|
|
|
14235
13070
|
outputs: LolLootRecipeOutput[]
|
|
14236
13071
|
metadata: LolLootRecipeMetadata
|
|
14237
13072
|
singleOpen: boolean
|
|
13073
|
+
hasVisibleLootOdds: boolean
|
|
14238
13074
|
lootMilestoneIds: string[]
|
|
14239
13075
|
}
|
|
14240
13076
|
|
|
@@ -14566,6 +13402,7 @@ export interface LolMapsMaps {
|
|
|
14566
13402
|
properties: unknown
|
|
14567
13403
|
perPositionRequiredSummonerSpells: Record<string, LolMapsGameModeSpellList>
|
|
14568
13404
|
perPositionDisallowedSummonerSpells: Record<string, LolMapsGameModeSpellList>
|
|
13405
|
+
tftSetOverride: string
|
|
14569
13406
|
}
|
|
14570
13407
|
|
|
14571
13408
|
export interface LolMapsTutorialCard {
|
|
@@ -14575,6 +13412,175 @@ export interface LolMapsTutorialCard {
|
|
|
14575
13412
|
imagePath: string
|
|
14576
13413
|
}
|
|
14577
13414
|
|
|
13415
|
+
export interface LolMarketplaceCatalogEntryDto {
|
|
13416
|
+
id: string
|
|
13417
|
+
productId: string
|
|
13418
|
+
name: string
|
|
13419
|
+
description: string
|
|
13420
|
+
endTime: string
|
|
13421
|
+
purchaseUnits: LolMarketplacePurchaseUnitDto[]
|
|
13422
|
+
displayMetadata: unknown
|
|
13423
|
+
}
|
|
13424
|
+
|
|
13425
|
+
export interface LolMarketplaceFinalPurchaseUnitDto {
|
|
13426
|
+
payments: LolMarketplacePaymentDto[]
|
|
13427
|
+
fulfillment: LolMarketplaceFulfillmentDto
|
|
13428
|
+
}
|
|
13429
|
+
|
|
13430
|
+
export interface LolMarketplaceFulfillmentDto {
|
|
13431
|
+
/** @format int64 */
|
|
13432
|
+
delta: number
|
|
13433
|
+
/** @format int64 */
|
|
13434
|
+
finalDelta: number
|
|
13435
|
+
name: string
|
|
13436
|
+
/** @format int64 */
|
|
13437
|
+
maxQuantity: number
|
|
13438
|
+
/** @format uint64 */
|
|
13439
|
+
ownedQuantity: number
|
|
13440
|
+
itemTypeId: string
|
|
13441
|
+
itemId: string
|
|
13442
|
+
currencyId: string
|
|
13443
|
+
subCurrencyDeltas: Record<string, number>
|
|
13444
|
+
}
|
|
13445
|
+
|
|
13446
|
+
export interface LolMarketplacePagination {
|
|
13447
|
+
/** @format uint32 */
|
|
13448
|
+
offset: number
|
|
13449
|
+
/** @format uint32 */
|
|
13450
|
+
limit: number
|
|
13451
|
+
/** @format uint32 */
|
|
13452
|
+
maxLimit: number
|
|
13453
|
+
/** @format uint32 */
|
|
13454
|
+
total: number
|
|
13455
|
+
previous: string
|
|
13456
|
+
next: string
|
|
13457
|
+
}
|
|
13458
|
+
|
|
13459
|
+
export interface LolMarketplacePaymentDto {
|
|
13460
|
+
/** @format int64 */
|
|
13461
|
+
delta: number
|
|
13462
|
+
/** @format int64 */
|
|
13463
|
+
finalDelta: number
|
|
13464
|
+
name: string
|
|
13465
|
+
/** @format int64 */
|
|
13466
|
+
discountedDelta: number
|
|
13467
|
+
/** @format double */
|
|
13468
|
+
discountPercent: number
|
|
13469
|
+
itemTypeId: string
|
|
13470
|
+
itemId: string
|
|
13471
|
+
currencyId: string
|
|
13472
|
+
}
|
|
13473
|
+
|
|
13474
|
+
export interface LolMarketplacePaymentOptionDto {
|
|
13475
|
+
key: string
|
|
13476
|
+
payments: LolMarketplacePaymentDto[]
|
|
13477
|
+
}
|
|
13478
|
+
|
|
13479
|
+
export interface LolMarketplacePurchaseDto {
|
|
13480
|
+
id: string
|
|
13481
|
+
productId: string
|
|
13482
|
+
storeId: string
|
|
13483
|
+
catalogEntryId: string
|
|
13484
|
+
purchaserId: string
|
|
13485
|
+
recipientId: string
|
|
13486
|
+
purchaseUnits: LolMarketplaceFinalPurchaseUnitDto[]
|
|
13487
|
+
createdTime: string
|
|
13488
|
+
completedTime: string
|
|
13489
|
+
isReverted: boolean
|
|
13490
|
+
revertedTime: string
|
|
13491
|
+
purchaseState: string
|
|
13492
|
+
}
|
|
13493
|
+
|
|
13494
|
+
export interface LolMarketplacePurchaseRequest {
|
|
13495
|
+
storeId: string
|
|
13496
|
+
catalogEntryId: string
|
|
13497
|
+
paymentOptionsKeys: string[]
|
|
13498
|
+
}
|
|
13499
|
+
|
|
13500
|
+
export interface LolMarketplacePurchaseRequestDto {
|
|
13501
|
+
storeId: string
|
|
13502
|
+
catalogEntryId: string
|
|
13503
|
+
paymentOptionsKeys: string[]
|
|
13504
|
+
idempotencyId: string
|
|
13505
|
+
source: string
|
|
13506
|
+
}
|
|
13507
|
+
|
|
13508
|
+
export interface LolMarketplacePurchaseResponse {
|
|
13509
|
+
data: LolMarketplacePurchaseDto
|
|
13510
|
+
paging: LolMarketplacePagination
|
|
13511
|
+
stats: LolMarketplaceResponseStats
|
|
13512
|
+
notes: string[]
|
|
13513
|
+
errors: LolMarketplaceResponseError[]
|
|
13514
|
+
}
|
|
13515
|
+
|
|
13516
|
+
export interface LolMarketplacePurchaseTransaction {
|
|
13517
|
+
purchaseId: string
|
|
13518
|
+
productId: string
|
|
13519
|
+
storeId: string
|
|
13520
|
+
catalogEntryId: string
|
|
13521
|
+
purchaseState: string
|
|
13522
|
+
}
|
|
13523
|
+
|
|
13524
|
+
export interface LolMarketplacePurchaseUnitDto {
|
|
13525
|
+
paymentOptions: LolMarketplacePaymentOptionDto[]
|
|
13526
|
+
payment: LolMarketplacePaymentDto[]
|
|
13527
|
+
fulfillment: LolMarketplaceFulfillmentDto
|
|
13528
|
+
}
|
|
13529
|
+
|
|
13530
|
+
export interface LolMarketplaceRegionLocale {
|
|
13531
|
+
region: string
|
|
13532
|
+
locale: string
|
|
13533
|
+
webRegion: string
|
|
13534
|
+
}
|
|
13535
|
+
|
|
13536
|
+
export interface LolMarketplaceResponseError {
|
|
13537
|
+
message: string
|
|
13538
|
+
type: string
|
|
13539
|
+
/** @format uint32 */
|
|
13540
|
+
code: number
|
|
13541
|
+
}
|
|
13542
|
+
|
|
13543
|
+
export interface LolMarketplaceResponseStats {
|
|
13544
|
+
/** @format uint32 */
|
|
13545
|
+
durationMs: number
|
|
13546
|
+
}
|
|
13547
|
+
|
|
13548
|
+
export interface LolMarketplaceRiotMessagingServiceMessage {
|
|
13549
|
+
resource: string
|
|
13550
|
+
service: string
|
|
13551
|
+
version: string
|
|
13552
|
+
/** @format int64 */
|
|
13553
|
+
timestamp: number
|
|
13554
|
+
payload: string
|
|
13555
|
+
}
|
|
13556
|
+
|
|
13557
|
+
export interface LolMarketplaceRotationalShopItemData {
|
|
13558
|
+
backgroundTextureLCU: string
|
|
13559
|
+
descriptionTraKey: string
|
|
13560
|
+
description: string
|
|
13561
|
+
}
|
|
13562
|
+
|
|
13563
|
+
export interface LolMarketplaceStoreDto {
|
|
13564
|
+
id: string
|
|
13565
|
+
productId: string
|
|
13566
|
+
name: string
|
|
13567
|
+
catalogEntries: LolMarketplaceCatalogEntryDto[]
|
|
13568
|
+
displayMetadata: unknown
|
|
13569
|
+
}
|
|
13570
|
+
|
|
13571
|
+
export interface LolMarketplaceStoresResponse {
|
|
13572
|
+
data: LolMarketplaceStoreDto[]
|
|
13573
|
+
paging: LolMarketplacePagination
|
|
13574
|
+
stats: LolMarketplaceResponseStats
|
|
13575
|
+
notes: string[]
|
|
13576
|
+
errors: LolMarketplaceResponseError[]
|
|
13577
|
+
}
|
|
13578
|
+
|
|
13579
|
+
export interface LolMarketplaceTraKeyName {
|
|
13580
|
+
nameTraKey: string
|
|
13581
|
+
translatedName: string
|
|
13582
|
+
}
|
|
13583
|
+
|
|
14578
13584
|
export interface LolMatchHistoryAcsEndPoint {
|
|
14579
13585
|
url: string
|
|
14580
13586
|
}
|
|
@@ -14973,6 +13979,10 @@ export interface LolMatchHistoryMatchHistoryParticipantStatistics {
|
|
|
14973
13979
|
/** @format int32 */
|
|
14974
13980
|
"playerAugment4": number
|
|
14975
13981
|
/** @format int32 */
|
|
13982
|
+
"playerAugment5": number
|
|
13983
|
+
/** @format int32 */
|
|
13984
|
+
"playerAugment6": number
|
|
13985
|
+
/** @format int32 */
|
|
14976
13986
|
playerSubteamId: number
|
|
14977
13987
|
/** @format int32 */
|
|
14978
13988
|
subteamPlacement: number
|
|
@@ -15406,81 +14416,20 @@ export interface LolMissionsSvcReward {
|
|
|
15406
14416
|
id: string
|
|
15407
14417
|
itemId: string
|
|
15408
14418
|
/** @format int32 */
|
|
15409
|
-
quantity: number
|
|
15410
|
-
fulfillmentSource: string
|
|
15411
|
-
media: Record<string, string>
|
|
15412
|
-
localizations: Record<string, string>
|
|
15413
|
-
}
|
|
15414
|
-
|
|
15415
|
-
export interface LolMissionsTftOrb {
|
|
15416
|
-
missionId: string
|
|
15417
|
-
status: string
|
|
15418
|
-
/** @format int64 */
|
|
15419
|
-
unlockTime: number
|
|
15420
|
-
/** @format uint8 */
|
|
15421
|
-
rewardLevel: number
|
|
15422
|
-
rewards: PlayerMissionRewardDTO[]
|
|
15423
|
-
}
|
|
15424
|
-
|
|
15425
|
-
export interface LolMissionsTftPaidBattlepass {
|
|
15426
|
-
/** @format int32 */
|
|
15427
|
-
totalPointsEarned: number
|
|
15428
|
-
milestones: LolMissionsTftPaidBattlepassMilestone[]
|
|
15429
|
-
bonuses: LolMissionsTftPaidBattlepassMilestone[]
|
|
15430
|
-
activeMilestone: LolMissionsTftPaidBattlepassMilestone
|
|
15431
|
-
info: LolMissionsTftPaidBattlepassInfo
|
|
15432
|
-
/** @format int32 */
|
|
15433
|
-
lastViewedProgress: number
|
|
15434
|
-
lastViewedMilestone: LolMissionsTftPaidBattlepassMilestone
|
|
15435
|
-
progressMissionId: string
|
|
15436
|
-
/** @format int32 */
|
|
15437
|
-
currentLevel: number
|
|
15438
|
-
}
|
|
15439
|
-
|
|
15440
|
-
export interface LolMissionsTftPaidBattlepassInfo {
|
|
15441
|
-
title: string
|
|
15442
|
-
description: string
|
|
15443
|
-
/** @format uint64 */
|
|
15444
|
-
startDate: number
|
|
15445
|
-
/** @format uint64 */
|
|
15446
|
-
endDate: number
|
|
15447
|
-
premium: boolean
|
|
15448
|
-
premiumTitle: string
|
|
15449
|
-
premiumEntitlementId: string
|
|
15450
|
-
pcPurchaseRequirement: string
|
|
15451
|
-
passId: string
|
|
15452
|
-
media: Record<string, string>
|
|
15453
|
-
}
|
|
15454
|
-
|
|
15455
|
-
export interface LolMissionsTftPaidBattlepassMilestone {
|
|
15456
|
-
missionId: string
|
|
15457
|
-
internalName: string
|
|
15458
|
-
title: string
|
|
15459
|
-
description: string
|
|
15460
|
-
state: string
|
|
15461
|
-
status: string
|
|
15462
|
-
/** @format int32 */
|
|
15463
|
-
pointsNeededForMilestone: number
|
|
15464
|
-
/** @format int32 */
|
|
15465
|
-
pointsEarnedForMilestone: number
|
|
15466
|
-
/** @format int32 */
|
|
15467
|
-
totalPointsForMilestone: number
|
|
15468
|
-
/** @format int32 */
|
|
15469
|
-
level: number
|
|
15470
|
-
iconImageUrl: string
|
|
15471
|
-
iconNeedsFrame: boolean
|
|
15472
|
-
rewards: LolMissionsTftPaidBattlepassReward[]
|
|
15473
|
-
isPaid: boolean
|
|
15474
|
-
isLocked: boolean
|
|
15475
|
-
isKeystone: boolean
|
|
15476
|
-
isBonus: boolean
|
|
14419
|
+
quantity: number
|
|
14420
|
+
fulfillmentSource: string
|
|
14421
|
+
media: Record<string, string>
|
|
14422
|
+
localizations: Record<string, string>
|
|
15477
14423
|
}
|
|
15478
14424
|
|
|
15479
|
-
export interface
|
|
15480
|
-
|
|
15481
|
-
|
|
15482
|
-
|
|
15483
|
-
|
|
14425
|
+
export interface LolMissionsTftOrb {
|
|
14426
|
+
missionId: string
|
|
14427
|
+
status: string
|
|
14428
|
+
/** @format int64 */
|
|
14429
|
+
unlockTime: number
|
|
14430
|
+
/** @format uint8 */
|
|
14431
|
+
rewardLevel: number
|
|
14432
|
+
rewards: PlayerMissionRewardDTO[]
|
|
15484
14433
|
}
|
|
15485
14434
|
|
|
15486
14435
|
export interface LolMissionsTftWeeklyMissions {
|
|
@@ -16405,6 +15354,10 @@ export interface LolPerksQuickPlayPresetSlotDto {
|
|
|
16405
15354
|
perks: string
|
|
16406
15355
|
}
|
|
16407
15356
|
|
|
15357
|
+
export interface LolPerksRecommendedPositionsMapResource {
|
|
15358
|
+
recommendedPositions: string[]
|
|
15359
|
+
}
|
|
15360
|
+
|
|
16408
15361
|
export interface LolPerksRuneRecommendationGDSResource {
|
|
16409
15362
|
position: string
|
|
16410
15363
|
/** @format int32 */
|
|
@@ -16699,6 +15652,36 @@ export interface LolPftPFTSurveyV1 {
|
|
|
16699
15652
|
url: string
|
|
16700
15653
|
}
|
|
16701
15654
|
|
|
15655
|
+
export interface LolPftPftEntitlements {
|
|
15656
|
+
authorization: LolPftPftEntitlementsAuthorization
|
|
15657
|
+
entitlements: string[]
|
|
15658
|
+
issuer: string
|
|
15659
|
+
subject: string
|
|
15660
|
+
token: string
|
|
15661
|
+
}
|
|
15662
|
+
|
|
15663
|
+
export interface LolPftPftEntitlementsAccessToken {
|
|
15664
|
+
clientId: string
|
|
15665
|
+
/** @format uint64 */
|
|
15666
|
+
expiry: number
|
|
15667
|
+
scopes: string[]
|
|
15668
|
+
token: string
|
|
15669
|
+
}
|
|
15670
|
+
|
|
15671
|
+
export interface LolPftPftEntitlementsAuthorization {
|
|
15672
|
+
accessToken: LolPftPftEntitlementsAccessToken
|
|
15673
|
+
idToken: LolPftPftEntitlementsIdToken
|
|
15674
|
+
puuid: string
|
|
15675
|
+
}
|
|
15676
|
+
|
|
15677
|
+
export interface LolPftPftEntitlementsIdToken {
|
|
15678
|
+
clientId: string
|
|
15679
|
+
/** @format uint64 */
|
|
15680
|
+
expiry: number
|
|
15681
|
+
nonce: string
|
|
15682
|
+
token: string
|
|
15683
|
+
}
|
|
15684
|
+
|
|
16702
15685
|
export interface LolPftSummoner {
|
|
16703
15686
|
puuid: string
|
|
16704
15687
|
/** @format uint64 */
|
|
@@ -17610,6 +16593,8 @@ export interface LolPurchaseWidgetChampionSkinEmblemPosition {
|
|
|
17610
16593
|
export interface LolPurchaseWidgetDiscountPricingInfo {
|
|
17611
16594
|
/** @format int32 */
|
|
17612
16595
|
cost: number
|
|
16596
|
+
/** @format int32 */
|
|
16597
|
+
originalCost: number
|
|
17613
16598
|
costType: string
|
|
17614
16599
|
currency: string
|
|
17615
16600
|
/** @format float */
|
|
@@ -17650,12 +16635,14 @@ export interface LolPurchaseWidgetItemDefinition {
|
|
|
17650
16635
|
name: string
|
|
17651
16636
|
description: string
|
|
17652
16637
|
subTitle: string
|
|
16638
|
+
imagePath: string
|
|
17653
16639
|
owned: boolean
|
|
17654
16640
|
assets: LolPurchaseWidgetCatalogPluginItemAssets
|
|
17655
16641
|
tags: string[]
|
|
17656
16642
|
metadata: LolPurchaseWidgetItemMetadataEntry[]
|
|
17657
16643
|
bundledItemPrice?: LolPurchaseWidgetBundledItemPricingInfo
|
|
17658
16644
|
loyaltyUnlocked: boolean
|
|
16645
|
+
hasVisibleLootOdds: boolean
|
|
17659
16646
|
}
|
|
17660
16647
|
|
|
17661
16648
|
export interface LolPurchaseWidgetItemDetails {
|
|
@@ -18699,6 +17686,7 @@ export interface LolRegaliaRegaliaFrontendConfig {
|
|
|
18699
17686
|
export interface LolRegaliaRegaliaInventoryItem {
|
|
18700
17687
|
items: LolRegaliaGameDataRegalia[]
|
|
18701
17688
|
isOwned: boolean
|
|
17689
|
+
purchaseDate: string
|
|
18702
17690
|
}
|
|
18703
17691
|
|
|
18704
17692
|
export interface LolRegaliaRegaliaLoadout {
|
|
@@ -19129,6 +18117,10 @@ export interface LolReplaysGAMHSParticipantStatistics {
|
|
|
19129
18117
|
/** @format int32 */
|
|
19130
18118
|
"playerAugment4": number
|
|
19131
18119
|
/** @format int32 */
|
|
18120
|
+
"playerAugment5": number
|
|
18121
|
+
/** @format int32 */
|
|
18122
|
+
"playerAugment6": number
|
|
18123
|
+
/** @format int32 */
|
|
19132
18124
|
playerSubteamId: number
|
|
19133
18125
|
/** @format int32 */
|
|
19134
18126
|
subteamPlacement: number
|
|
@@ -19246,13 +18238,13 @@ export interface LolReplaysReplaysConfiguration {
|
|
|
19246
18238
|
isLoggedIn: boolean
|
|
19247
18239
|
gameVersion: string
|
|
19248
18240
|
minServerVersion: string
|
|
19249
|
-
/** @format
|
|
18241
|
+
/** @format int32 */
|
|
19250
18242
|
minutesUntilReplayConsideredLost: number
|
|
19251
18243
|
}
|
|
19252
18244
|
|
|
19253
18245
|
export interface LolReplaysReplaysDynamicConfig {
|
|
19254
18246
|
MinSupportedGameServerVersion: string
|
|
19255
|
-
/** @format
|
|
18247
|
+
/** @format int32 */
|
|
19256
18248
|
MinutesUntilReplayConsideredLost: number
|
|
19257
18249
|
}
|
|
19258
18250
|
|
|
@@ -19466,6 +18458,7 @@ export interface LolRsoAuthAuthorizationRequest {
|
|
|
19466
18458
|
export interface LolRsoAuthAuthorizationResponse {
|
|
19467
18459
|
type: string
|
|
19468
18460
|
authorization: LolRsoAuthImplicitAuthorization
|
|
18461
|
+
country: string
|
|
19469
18462
|
}
|
|
19470
18463
|
|
|
19471
18464
|
export type LolRsoAuthConfigReadinessEnum = "Disabled" | "Ready" | "NotReady"
|
|
@@ -19878,12 +18871,19 @@ export interface LolSpectatorSpectatorConfig {
|
|
|
19878
18871
|
isEnabled: boolean
|
|
19879
18872
|
isSpectatorDelayConfigurable: boolean
|
|
19880
18873
|
isBracketSpectatingEnabled: boolean
|
|
18874
|
+
isUsingClientConfigForSpectator: boolean
|
|
19881
18875
|
spectatableQueues: number[]
|
|
19882
18876
|
}
|
|
19883
18877
|
|
|
19884
18878
|
export interface LolSpectatorSpectatorDynamicConfiguration {
|
|
19885
18879
|
isEnabled: boolean
|
|
19886
18880
|
isSpectatorDelayConfigurable: boolean
|
|
18881
|
+
isUsingOperationalConfig: boolean
|
|
18882
|
+
}
|
|
18883
|
+
|
|
18884
|
+
export interface LolSpectatorSpectatorOperationalConfiguration {
|
|
18885
|
+
enabled: boolean
|
|
18886
|
+
enforceGridSpectating: boolean
|
|
19887
18887
|
}
|
|
19888
18888
|
|
|
19889
18889
|
export interface LolSpectatorSummonerIdAvailability {
|
|
@@ -19894,6 +18894,10 @@ export interface LolSpectatorSummonerOrTeamAvailabilty {
|
|
|
19894
18894
|
availableForWatching: string[]
|
|
19895
18895
|
}
|
|
19896
18896
|
|
|
18897
|
+
export interface LolSpectatorSummonerPuuidsSpectateResource {
|
|
18898
|
+
availableForWatching: string[]
|
|
18899
|
+
}
|
|
18900
|
+
|
|
19897
18901
|
export interface LolStatstonesCatalogBundle {
|
|
19898
18902
|
item: LolStatstonesCatalogItemDetails
|
|
19899
18903
|
}
|
|
@@ -21030,6 +20034,10 @@ export interface LolTftEventLoginSession {
|
|
|
21030
20034
|
platformId: string
|
|
21031
20035
|
}
|
|
21032
20036
|
|
|
20037
|
+
export interface LolTftEventLolTftBackgrounds {
|
|
20038
|
+
backgrounds: Record<string, string>
|
|
20039
|
+
}
|
|
20040
|
+
|
|
21033
20041
|
export interface LolTftEventLolTftBattlePassHub {
|
|
21034
20042
|
battlePassXPBoosted: boolean
|
|
21035
20043
|
}
|
|
@@ -21042,6 +20050,7 @@ export interface LolTftEventLolTftEvent {
|
|
|
21042
20050
|
startDate: string
|
|
21043
20051
|
endDate: string
|
|
21044
20052
|
seriesId: string
|
|
20053
|
+
dailyLoginSeriesId: string
|
|
21045
20054
|
queueIds: number[]
|
|
21046
20055
|
defaultLandingPage: boolean
|
|
21047
20056
|
eventHubTemplateType: string
|
|
@@ -21248,67 +20257,6 @@ export interface LolTftEventTftOrb {
|
|
|
21248
20257
|
rewards: PlayerMissionRewardDTO[]
|
|
21249
20258
|
}
|
|
21250
20259
|
|
|
21251
|
-
export interface LolTftEventTftPaidBattlepass {
|
|
21252
|
-
/** @format int32 */
|
|
21253
|
-
totalPointsEarned: number
|
|
21254
|
-
milestones: LolTftEventTftPaidBattlepassMilestone[]
|
|
21255
|
-
bonuses: LolTftEventTftPaidBattlepassMilestone[]
|
|
21256
|
-
activeMilestone: LolTftEventTftPaidBattlepassMilestone
|
|
21257
|
-
info: LolTftEventTftPaidBattlepassInfo
|
|
21258
|
-
/** @format int32 */
|
|
21259
|
-
lastViewedProgress: number
|
|
21260
|
-
lastViewedMilestone: LolTftEventTftPaidBattlepassMilestone
|
|
21261
|
-
progressMissionId: string
|
|
21262
|
-
/** @format int32 */
|
|
21263
|
-
currentLevel: number
|
|
21264
|
-
}
|
|
21265
|
-
|
|
21266
|
-
export interface LolTftEventTftPaidBattlepassInfo {
|
|
21267
|
-
title: string
|
|
21268
|
-
description: string
|
|
21269
|
-
/** @format uint64 */
|
|
21270
|
-
startDate: number
|
|
21271
|
-
/** @format uint64 */
|
|
21272
|
-
endDate: number
|
|
21273
|
-
premium: boolean
|
|
21274
|
-
premiumTitle: string
|
|
21275
|
-
premiumEntitlementId: string
|
|
21276
|
-
pcPurchaseRequirement: string
|
|
21277
|
-
passId: string
|
|
21278
|
-
media: Record<string, string>
|
|
21279
|
-
}
|
|
21280
|
-
|
|
21281
|
-
export interface LolTftEventTftPaidBattlepassMilestone {
|
|
21282
|
-
missionId: string
|
|
21283
|
-
internalName: string
|
|
21284
|
-
title: string
|
|
21285
|
-
description: string
|
|
21286
|
-
state: string
|
|
21287
|
-
status: string
|
|
21288
|
-
/** @format int32 */
|
|
21289
|
-
pointsNeededForMilestone: number
|
|
21290
|
-
/** @format int32 */
|
|
21291
|
-
pointsEarnedForMilestone: number
|
|
21292
|
-
/** @format int32 */
|
|
21293
|
-
totalPointsForMilestone: number
|
|
21294
|
-
/** @format int32 */
|
|
21295
|
-
level: number
|
|
21296
|
-
iconImageUrl: string
|
|
21297
|
-
iconNeedsFrame: boolean
|
|
21298
|
-
rewards: LolTftEventTftPaidBattlepassReward[]
|
|
21299
|
-
isPaid: boolean
|
|
21300
|
-
isLocked: boolean
|
|
21301
|
-
isKeystone: boolean
|
|
21302
|
-
isBonus: boolean
|
|
21303
|
-
}
|
|
21304
|
-
|
|
21305
|
-
export interface LolTftEventTftPaidBattlepassReward {
|
|
21306
|
-
rewardGroup: string
|
|
21307
|
-
description: string
|
|
21308
|
-
iconUrl: string
|
|
21309
|
-
iconNeedsFrame: boolean
|
|
21310
|
-
}
|
|
21311
|
-
|
|
21312
20260
|
export interface LolTftEventTftWeeklyMissions {
|
|
21313
20261
|
missions: PlayerMissionDTO[]
|
|
21314
20262
|
}
|
|
@@ -21330,6 +20278,10 @@ export interface LolTftGameflowSession {
|
|
|
21330
20278
|
gameData: LolTftGameflowGameData
|
|
21331
20279
|
}
|
|
21332
20280
|
|
|
20281
|
+
export interface LolTftLolTftBackgrounds {
|
|
20282
|
+
backgrounds: Record<string, string>
|
|
20283
|
+
}
|
|
20284
|
+
|
|
21333
20285
|
export interface LolTftLolTftBattlePassHub {
|
|
21334
20286
|
battlePassXPBoosted: boolean
|
|
21335
20287
|
}
|
|
@@ -21342,6 +20294,7 @@ export interface LolTftLolTftEvent {
|
|
|
21342
20294
|
startDate: string
|
|
21343
20295
|
endDate: string
|
|
21344
20296
|
seriesId: string
|
|
20297
|
+
dailyLoginSeriesId: string
|
|
21345
20298
|
queueIds: number[]
|
|
21346
20299
|
defaultLandingPage: boolean
|
|
21347
20300
|
eventHubTemplateType: string
|
|
@@ -21758,10 +20711,10 @@ export interface LolTftPassTFTPassAsset {
|
|
|
21758
20711
|
}
|
|
21759
20712
|
|
|
21760
20713
|
export interface LolTftPassTFTPassClientConfig {
|
|
21761
|
-
enabled: boolean
|
|
21762
20714
|
battlePassId: string
|
|
21763
20715
|
eventPassId: string
|
|
21764
20716
|
dailyLoginPassId: string
|
|
20717
|
+
skillTreePassId: string
|
|
21765
20718
|
}
|
|
21766
20719
|
|
|
21767
20720
|
export interface LolTftPassTFTPassDTO {
|
|
@@ -21820,22 +20773,21 @@ export interface LolTftPassTFTPassRewardNotification {
|
|
|
21820
20773
|
framedIcon: boolean
|
|
21821
20774
|
}
|
|
21822
20775
|
|
|
21823
|
-
export interface
|
|
20776
|
+
export interface LolTftPassTftBattlepass {
|
|
21824
20777
|
/** @format int32 */
|
|
21825
20778
|
totalPointsEarned: number
|
|
21826
|
-
milestones:
|
|
21827
|
-
bonuses:
|
|
21828
|
-
activeMilestone:
|
|
21829
|
-
info:
|
|
20779
|
+
milestones: LolTftPassTftBattlepassMilestone[]
|
|
20780
|
+
bonuses: LolTftPassTftBattlepassMilestone[]
|
|
20781
|
+
activeMilestone: LolTftPassTftBattlepassMilestone
|
|
20782
|
+
info: LolTftPassTftBattlepassInfo
|
|
21830
20783
|
/** @format int32 */
|
|
21831
20784
|
lastViewedProgress: number
|
|
21832
|
-
lastViewedMilestone:
|
|
21833
|
-
progressMissionId: string
|
|
20785
|
+
lastViewedMilestone: LolTftPassTftBattlepassMilestone
|
|
21834
20786
|
/** @format int32 */
|
|
21835
20787
|
currentLevel: number
|
|
21836
20788
|
}
|
|
21837
20789
|
|
|
21838
|
-
export interface
|
|
20790
|
+
export interface LolTftPassTftBattlepassInfo {
|
|
21839
20791
|
title: string
|
|
21840
20792
|
description: string
|
|
21841
20793
|
/** @format uint64 */
|
|
@@ -21850,12 +20802,10 @@ export interface LolTftPassTftPaidBattlepassInfo {
|
|
|
21850
20802
|
media: Record<string, string>
|
|
21851
20803
|
}
|
|
21852
20804
|
|
|
21853
|
-
export interface
|
|
21854
|
-
|
|
21855
|
-
internalName: string
|
|
20805
|
+
export interface LolTftPassTftBattlepassMilestone {
|
|
20806
|
+
milestoneId: string
|
|
21856
20807
|
title: string
|
|
21857
20808
|
description: string
|
|
21858
|
-
state: string
|
|
21859
20809
|
status: string
|
|
21860
20810
|
/** @format int32 */
|
|
21861
20811
|
pointsNeededForMilestone: number
|
|
@@ -21867,15 +20817,15 @@ export interface LolTftPassTftPaidBattlepassMilestone {
|
|
|
21867
20817
|
level: number
|
|
21868
20818
|
iconImageUrl: string
|
|
21869
20819
|
iconNeedsFrame: boolean
|
|
21870
|
-
rewards:
|
|
20820
|
+
rewards: LolTftPassTftBattlepassReward[]
|
|
21871
20821
|
isPaid: boolean
|
|
21872
20822
|
isLocked: boolean
|
|
21873
20823
|
isKeystone: boolean
|
|
21874
20824
|
isBonus: boolean
|
|
20825
|
+
isClaimRequestPending: boolean
|
|
21875
20826
|
}
|
|
21876
20827
|
|
|
21877
|
-
export interface
|
|
21878
|
-
rewardGroup: string
|
|
20828
|
+
export interface LolTftPassTftBattlepassReward {
|
|
21879
20829
|
description: string
|
|
21880
20830
|
iconUrl: string
|
|
21881
20831
|
iconNeedsFrame: boolean
|
|
@@ -21978,17 +20928,23 @@ export interface LolTftTeamPlannerTFTMapSetData {
|
|
|
21978
20928
|
|
|
21979
20929
|
export interface LolTftTeamPlannerTFTModeData {
|
|
21980
20930
|
mDefaultSet: LolTftTeamPlannerTFTMapSetData
|
|
20931
|
+
mEventSet: LolTftTeamPlannerTFTMapSetData
|
|
21981
20932
|
}
|
|
21982
20933
|
|
|
21983
20934
|
export interface LolTftTeamPlannerTFTTeamPlannerConfig {
|
|
21984
20935
|
enabled: boolean
|
|
21985
|
-
remindersEnabled: boolean
|
|
21986
|
-
traitTooltipChampsEnabled: boolean
|
|
21987
20936
|
multipleSetsEnabled: boolean
|
|
20937
|
+
multipleTeamsEnabled: boolean
|
|
21988
20938
|
}
|
|
21989
20939
|
|
|
21990
20940
|
export interface LolTftTeamPlannerTeamPlan {
|
|
21991
20941
|
champions: LolTftTeamPlannerChampion[]
|
|
20942
|
+
id: string
|
|
20943
|
+
title: string
|
|
20944
|
+
/** @format uint64 */
|
|
20945
|
+
timeOfCreationInMs: number
|
|
20946
|
+
/** @format uint64 */
|
|
20947
|
+
timeOfLastViewInMs: number
|
|
21992
20948
|
setName: string
|
|
21993
20949
|
}
|
|
21994
20950
|
|
|
@@ -22000,6 +20956,12 @@ export interface LolTftTeamPlannerTeamSettings {
|
|
|
22000
20956
|
hasViewedTeamPlanner: boolean
|
|
22001
20957
|
}
|
|
22002
20958
|
|
|
20959
|
+
export interface LolTftTeamPlannerTeamsForSet {
|
|
20960
|
+
teams: LolTftTeamPlannerTeamPlan[]
|
|
20961
|
+
/** @format uint64 */
|
|
20962
|
+
registeredTeamIndex: number
|
|
20963
|
+
}
|
|
20964
|
+
|
|
22003
20965
|
export interface LolTftTrovesCapCounterBalanceDto {
|
|
22004
20966
|
/** @format int32 */
|
|
22005
20967
|
amount: number
|
|
@@ -22010,6 +20972,7 @@ export interface LolTftTrovesCapCounterBalanceDto {
|
|
|
22010
20972
|
|
|
22011
20973
|
export interface LolTftTrovesCapDropsDropTableDisplayMetadata {
|
|
22012
20974
|
isCollectorsBounty: boolean
|
|
20975
|
+
dataAssetId: string
|
|
22013
20976
|
nameTraKey: string
|
|
22014
20977
|
mythicOfferId: string
|
|
22015
20978
|
progressionId: string
|
|
@@ -22037,6 +21000,24 @@ export interface LolTftTrovesCapOrdersResponseDTO {
|
|
|
22037
21000
|
data: unknown
|
|
22038
21001
|
}
|
|
22039
21002
|
|
|
21003
|
+
export interface LolTftTrovesCounter {
|
|
21004
|
+
id: string
|
|
21005
|
+
name: string
|
|
21006
|
+
groupId: string
|
|
21007
|
+
direction: string
|
|
21008
|
+
/** @format int64 */
|
|
21009
|
+
startValue: number
|
|
21010
|
+
}
|
|
21011
|
+
|
|
21012
|
+
export interface LolTftTrovesCounterInstance {
|
|
21013
|
+
ownerId: string
|
|
21014
|
+
productId: string
|
|
21015
|
+
groupId: string
|
|
21016
|
+
counterId: string
|
|
21017
|
+
/** @format int64 */
|
|
21018
|
+
counterValue: number
|
|
21019
|
+
}
|
|
21020
|
+
|
|
22040
21021
|
export interface LolTftTrovesCounterNotificationResource {
|
|
22041
21022
|
balances: Record<string, LolTftTrovesCapCounterBalanceDto>
|
|
22042
21023
|
deltas: Record<string, LolTftTrovesCapCounterBalanceDto>
|
|
@@ -22071,6 +21052,7 @@ export interface LolTftTrovesDropsDropTableWithPityDTO {
|
|
|
22071
21052
|
|
|
22072
21053
|
export interface LolTftTrovesDropsOddsListEntryDTO {
|
|
22073
21054
|
contentId: string
|
|
21055
|
+
nodeId: string
|
|
22074
21056
|
}
|
|
22075
21057
|
|
|
22076
21058
|
export interface LolTftTrovesDropsOddsTreeNodeDTO {
|
|
@@ -22080,6 +21062,9 @@ export interface LolTftTrovesDropsOddsTreeNodeDTO {
|
|
|
22080
21062
|
children: LolTftTrovesDropsOddsTreeNodeDTO[]
|
|
22081
21063
|
/** @format uint16 */
|
|
22082
21064
|
quantity: number
|
|
21065
|
+
nameTraKey: string
|
|
21066
|
+
/** @format uint8 */
|
|
21067
|
+
priority: number
|
|
22083
21068
|
}
|
|
22084
21069
|
|
|
22085
21070
|
export interface LolTftTrovesEntitlementNotificationResource {
|
|
@@ -22089,6 +21074,12 @@ export interface LolTftTrovesEntitlementNotificationResource {
|
|
|
22089
21074
|
resourceOperation: string
|
|
22090
21075
|
}
|
|
22091
21076
|
|
|
21077
|
+
export interface LolTftTrovesEntityInstance {
|
|
21078
|
+
groupId: string
|
|
21079
|
+
counters: LolTftTrovesCounterInstance[]
|
|
21080
|
+
milestones: LolTftTrovesMilestoneInstance[]
|
|
21081
|
+
}
|
|
21082
|
+
|
|
22092
21083
|
export interface LolTftTrovesGameDataTFTContent {
|
|
22093
21084
|
name: string
|
|
22094
21085
|
nameTraKey: string
|
|
@@ -22143,6 +21134,15 @@ export interface LolTftTrovesGameDataTrovesBannerTableEntry {
|
|
|
22143
21134
|
bannerNode: LolTftTrovesGameDataTrovesBannerTable
|
|
22144
21135
|
}
|
|
22145
21136
|
|
|
21137
|
+
export interface LolTftTrovesGroup {
|
|
21138
|
+
id: string
|
|
21139
|
+
productId: string
|
|
21140
|
+
name: string
|
|
21141
|
+
repeat: LolTftTrovesRepeat
|
|
21142
|
+
counters: LolTftTrovesCounter[]
|
|
21143
|
+
milestones: LolTftTrovesMilestone[]
|
|
21144
|
+
}
|
|
21145
|
+
|
|
22146
21146
|
export interface LolTftTrovesInventoryItem {
|
|
22147
21147
|
uuid: string
|
|
22148
21148
|
inventoryType: string
|
|
@@ -22185,6 +21185,32 @@ export interface LolTftTrovesLootOddsResponse {
|
|
|
22185
21185
|
|
|
22186
21186
|
export type LolTftTrovesLootRarity = "Ultimate" | "Mythic" | "Legendary" | "Epic" | "Default"
|
|
22187
21187
|
|
|
21188
|
+
export interface LolTftTrovesMilestone {
|
|
21189
|
+
id: string
|
|
21190
|
+
name: string
|
|
21191
|
+
groupId: string
|
|
21192
|
+
counterId: string
|
|
21193
|
+
/** @format int64 */
|
|
21194
|
+
triggerValue: number
|
|
21195
|
+
properties: Record<string, string>
|
|
21196
|
+
}
|
|
21197
|
+
|
|
21198
|
+
export interface LolTftTrovesMilestoneInstance {
|
|
21199
|
+
milestoneId: string
|
|
21200
|
+
instanceId: string
|
|
21201
|
+
ownerId: string
|
|
21202
|
+
productId: string
|
|
21203
|
+
groupId: string
|
|
21204
|
+
counterId: string
|
|
21205
|
+
/** @format int64 */
|
|
21206
|
+
triggerValue: number
|
|
21207
|
+
/** @format uint32 */
|
|
21208
|
+
repeatSequence: number
|
|
21209
|
+
triggered: boolean
|
|
21210
|
+
triggeredTimestamp: string
|
|
21211
|
+
triggers: LolTftTrovesTrigger[]
|
|
21212
|
+
}
|
|
21213
|
+
|
|
22188
21214
|
export interface LolTftTrovesOddsTableDisplayMetadata {
|
|
22189
21215
|
nameTraKey: string
|
|
22190
21216
|
/** @format uint8 */
|
|
@@ -22209,6 +21235,37 @@ export interface LolTftTrovesPlayerLoot {
|
|
|
22209
21235
|
itemDesc: string
|
|
22210
21236
|
}
|
|
22211
21237
|
|
|
21238
|
+
export interface LolTftTrovesRepeat {
|
|
21239
|
+
/** @format int32 */
|
|
21240
|
+
count: number
|
|
21241
|
+
/** @format uint32 */
|
|
21242
|
+
scope: number
|
|
21243
|
+
/** @format float */
|
|
21244
|
+
multiplier: number
|
|
21245
|
+
milestones: LolTftTrovesMilestone[]
|
|
21246
|
+
repeatTriggers: LolTftTrovesRepeatGroupTrigger[]
|
|
21247
|
+
}
|
|
21248
|
+
|
|
21249
|
+
export interface LolTftTrovesRepeatGroupTrigger {
|
|
21250
|
+
type: string
|
|
21251
|
+
counterId: string
|
|
21252
|
+
/** @format uint16 */
|
|
21253
|
+
startTriggerValue: number
|
|
21254
|
+
/** @format uint16 */
|
|
21255
|
+
increaseBy: number
|
|
21256
|
+
/** @format float */
|
|
21257
|
+
multiplier: number
|
|
21258
|
+
}
|
|
21259
|
+
|
|
21260
|
+
export interface LolTftTrovesRewardsNotificationResource {
|
|
21261
|
+
purchaserId: string
|
|
21262
|
+
recipientId: string
|
|
21263
|
+
transactionId: string
|
|
21264
|
+
rewardId: string
|
|
21265
|
+
rewardInstanceId: string
|
|
21266
|
+
status: string
|
|
21267
|
+
}
|
|
21268
|
+
|
|
22212
21269
|
export interface LolTftTrovesRiotMessagingServiceMessage {
|
|
22213
21270
|
resource: string
|
|
22214
21271
|
service: string
|
|
@@ -22224,6 +21281,13 @@ export interface LolTftTrovesTotalRollsInfoDTO {
|
|
|
22224
21281
|
maxTotalRolls: number
|
|
22225
21282
|
}
|
|
22226
21283
|
|
|
21284
|
+
export interface LolTftTrovesTrigger {
|
|
21285
|
+
type: string
|
|
21286
|
+
counterId: string
|
|
21287
|
+
/** @format uint64 */
|
|
21288
|
+
triggerValue: number
|
|
21289
|
+
}
|
|
21290
|
+
|
|
22227
21291
|
export interface LolTftTrovesTrovePurchaseResponse {
|
|
22228
21292
|
orderId: string
|
|
22229
21293
|
status: string
|
|
@@ -22349,6 +21413,45 @@ export interface LolTftTrovesTrovesCelebrationThemeData {
|
|
|
22349
21413
|
standardSegmentData: LolTftTrovesTrovesCelebrationStandardSegmentData
|
|
22350
21414
|
}
|
|
22351
21415
|
|
|
21416
|
+
export interface LolTftTrovesTrovesMilestone {
|
|
21417
|
+
milestoneId: string
|
|
21418
|
+
currencyId: string
|
|
21419
|
+
/** @format uint32 */
|
|
21420
|
+
currencyAmount: number
|
|
21421
|
+
instanceId: string
|
|
21422
|
+
/** @format uint64 */
|
|
21423
|
+
triggerValue: number
|
|
21424
|
+
/** @format uint32 */
|
|
21425
|
+
repeatSequence: number
|
|
21426
|
+
triggeredTimestamp: string
|
|
21427
|
+
triggered: boolean
|
|
21428
|
+
name: string
|
|
21429
|
+
iconURL: string
|
|
21430
|
+
/** @format uint16 */
|
|
21431
|
+
resetValue: number
|
|
21432
|
+
}
|
|
21433
|
+
|
|
21434
|
+
export interface LolTftTrovesTrovesMilestoneCounter {
|
|
21435
|
+
counterId: string
|
|
21436
|
+
/** @format uint64 */
|
|
21437
|
+
counterValue: number
|
|
21438
|
+
/** @format uint16 */
|
|
21439
|
+
startTriggerValue: number
|
|
21440
|
+
/** @format uint16 */
|
|
21441
|
+
increaseBy: number
|
|
21442
|
+
/** @format float */
|
|
21443
|
+
multiplier: number
|
|
21444
|
+
/** @format uint16 */
|
|
21445
|
+
resetValue: number
|
|
21446
|
+
}
|
|
21447
|
+
|
|
21448
|
+
export interface LolTftTrovesTrovesMilestones {
|
|
21449
|
+
groupId: string
|
|
21450
|
+
name: string
|
|
21451
|
+
milestones: LolTftTrovesTrovesMilestone[]
|
|
21452
|
+
counter: LolTftTrovesTrovesMilestoneCounter
|
|
21453
|
+
}
|
|
21454
|
+
|
|
22352
21455
|
export interface LolTftTrovesTrovesPCSpriteAnimation {
|
|
22353
21456
|
spritesheetPath: string
|
|
22354
21457
|
/** @format float */
|
|
@@ -22396,6 +21499,7 @@ export interface LolTftTrovesTrovesRewards {
|
|
|
22396
21499
|
}
|
|
22397
21500
|
|
|
22398
21501
|
export interface LolTftTrovesTrovesRewardsResponse {
|
|
21502
|
+
orderId: string
|
|
22399
21503
|
/** @format uint8 */
|
|
22400
21504
|
pullType: number
|
|
22401
21505
|
rewards: LolTftTrovesTrovesRewards
|
|
@@ -22935,6 +22039,10 @@ export interface LolYourshopXboxSubscriptionStatus {
|
|
|
22935
22039
|
|
|
22936
22040
|
export interface LolYourshopYourshopConfig {
|
|
22937
22041
|
Active: boolean
|
|
22042
|
+
/** @format double */
|
|
22043
|
+
activationSpreadSeconds: number
|
|
22044
|
+
/** @format double */
|
|
22045
|
+
firstActivationThresholdSeconds: number
|
|
22938
22046
|
ThemedBackground: boolean
|
|
22939
22047
|
PromotionName: string
|
|
22940
22048
|
PromotionStartDate: string
|
|
@@ -23239,8 +22347,6 @@ export interface MissionMetadata {
|
|
|
23239
22347
|
npeRewardPack: NpeRewardPackMetadata
|
|
23240
22348
|
missionType: string
|
|
23241
22349
|
/** @format int32 */
|
|
23242
|
-
level: number
|
|
23243
|
-
/** @format int32 */
|
|
23244
22350
|
weekNum: number
|
|
23245
22351
|
/** @format int32 */
|
|
23246
22352
|
xpReward: number
|