@hasagi/types 15.17.1 → 15.21.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -390,6 +390,8 @@ export interface ChampSelectSession {
390
390
  allowSkinSelection: boolean
391
391
  allowSubsetChampionPicks: boolean
392
392
  allowDuplicatePicks: boolean
393
+ allowPlayerPickSameChampion: boolean
394
+ disallowBanningTeammateHoveredChampions: boolean
393
395
  allowBattleBoost: boolean
394
396
  /** @format int32 */
395
397
  boostableSkinCount: number
@@ -556,6 +558,8 @@ export interface ChemtechShoppe_PrerequisiteDto {
556
558
  requiredQuantity: number
557
559
  /** @format int64 */
558
560
  ownedQuantity: number
561
+ catalogEntry: unknown
562
+ milestoneId: string
559
563
  }
560
564
 
561
565
  export interface ChemtechShoppe_PurchaseDto {
@@ -587,8 +591,9 @@ export interface ChemtechShoppe_PurchaseRequestDto {
587
591
  idempotencyId: string
588
592
  /** @format int64 */
589
593
  quantity: number
590
- source: string
591
594
  customInventoryLocation: string
595
+ purchaserId: string
596
+ source: string
592
597
  }
593
598
 
594
599
  export interface ChemtechShoppe_PurchaseResponseDto {
@@ -631,58 +636,17 @@ export interface ChemtechShoppe_RefundResponseDto {
631
636
  notes: string[]
632
637
  }
633
638
 
634
- export interface ChemtechShoppe_RotatingStoreDigestDto {
635
- id: string
636
- productId: string
637
- name: string
638
- type: string
639
- rotationCadence: string
640
- displayMetadata: unknown
639
+ export interface ChemtechShoppe_RotatingStoreMetadataDto {
640
+ slots: ChemtechShoppe_RotatingStoreSlotMetadataDto[]
641
641
  currRotationStartTime: string
642
642
  nextRotationStartTime: string
643
- }
644
-
645
- export interface ChemtechShoppe_RotatingStoreDigestResponseDto {
646
- data: ChemtechShoppe_RotatingStoreDigestsDto
647
- paging: ChemtechShoppe_PagingDto
648
- stats: ChemtechShoppe_StatsDto
649
- notes: string[]
650
- }
651
-
652
- export interface ChemtechShoppe_RotatingStoreDigestsDto {
653
- digests: ChemtechShoppe_RotatingStoreDigestDto[]
654
- }
655
-
656
- export interface ChemtechShoppe_RotatingStoreDto {
657
- id: string
658
- productId: string
659
- name: string
660
- type: string
661
- slots: ChemtechShoppe_RotatingStoreSlotDto[]
662
643
  rotationCadence: string
663
- displayMetadata: unknown
664
- currRotationStartTime: string
665
- nextRotationStartTime: string
666
- }
667
-
668
- export interface ChemtechShoppe_RotatingStoreResponseDto {
669
- data: ChemtechShoppe_RotatingStoreDto
670
- paging: ChemtechShoppe_PagingDto
671
- stats: ChemtechShoppe_StatsDto
672
- notes: string[]
673
644
  }
674
645
 
675
- export interface ChemtechShoppe_RotatingStoreSlotDto {
676
- /** @format int32 */
646
+ export interface ChemtechShoppe_RotatingStoreSlotMetadataDto {
647
+ /** @format int64 */
677
648
  selectionCount: number
678
- catalogEntries: ChemtechShoppe_CatalogEntryDto[]
679
- }
680
-
681
- export interface ChemtechShoppe_RotatingStoresResponseDto {
682
- data: ChemtechShoppe_RotatingStoreDto[]
683
- paging: ChemtechShoppe_PagingDto
684
- stats: ChemtechShoppe_StatsDto
685
- notes: string[]
649
+ catalogEntryIds: string[]
686
650
  }
687
651
 
688
652
  export interface ChemtechShoppe_StatsDto {
@@ -695,6 +659,9 @@ export interface ChemtechShoppe_StoreDigestDto {
695
659
  productId: string
696
660
  name: string
697
661
  displayMetaData: unknown
662
+ startTime: string
663
+ endTime: string
664
+ rotatingStoreMetadata: ChemtechShoppe_RotatingStoreMetadataDto
698
665
  }
699
666
 
700
667
  export interface ChemtechShoppe_StoreDigestsDto {
@@ -710,10 +677,14 @@ export interface ChemtechShoppe_StoreDigestsResponseDto {
710
677
 
711
678
  export interface ChemtechShoppe_StoreDto {
712
679
  id: string
680
+ type: string
713
681
  productId: string
714
682
  name: string
715
683
  catalogEntries: ChemtechShoppe_CatalogEntryDto[]
716
684
  displayMetadata: unknown
685
+ startTime: string
686
+ endTime: string
687
+ rotatingStoreMetadata: ChemtechShoppe_RotatingStoreMetadataDto
717
688
  }
718
689
 
719
690
  export interface ChemtechShoppe_StoreResponseDto {
@@ -1327,6 +1298,7 @@ export interface GameflowLcdsPlayerCredentialsDto {
1327
1298
  /** @format uint64 */
1328
1299
  summonerId: number
1329
1300
  packetCopMetadata: string
1301
+ spectatorKey: string
1330
1302
  }
1331
1303
 
1332
1304
  export interface GameflowLcdsReconnectInfoDto {
@@ -1916,18 +1888,6 @@ export interface LolActivityCenterTencentOverrides {
1916
1888
  activityCenterAlternativeExperienceUrl: string
1917
1889
  }
1918
1890
 
1919
- export interface LolAntiAddictionAntiAddictionState {
1920
- policyType: LolAntiAddictionPolicyType
1921
- localizationKey: string
1922
- antiAddictionToken: string
1923
- }
1924
-
1925
- export interface LolAntiAddictionAntiAddictionToken {
1926
- antiAddictionToken: string
1927
- }
1928
-
1929
- export type LolAntiAddictionPolicyType = "antiAddictionHeartbeat" | "antiAddictionShutdown" | "antiAddictionWarning"
1930
-
1931
1891
  export interface LolBannersBannerFlag {
1932
1892
  /** @format int32 */
1933
1893
  itemId: number
@@ -2061,6 +2021,8 @@ export interface LolCapMissionsCapMissionSeriesMissionReward {
2061
2021
  currencyId: string
2062
2022
  /** @format uint32 */
2063
2023
  amount: number
2024
+ /** @format uint32 */
2025
+ quantity: number
2064
2026
  }
2065
2027
 
2066
2028
  export interface LolCapMissionsCapMissionSeriesMissionRewardsStatus {
@@ -2176,6 +2138,7 @@ export interface LolCatalogCatalogPluginItem {
2176
2138
  tilePath: string
2177
2139
  loadScreenPath: string
2178
2140
  rarity: string
2141
+ taggedChampionsIds: number[]
2179
2142
  /** @format uint64 */
2180
2143
  purchaseDate: number
2181
2144
  /** @format uint64 */
@@ -2352,6 +2315,7 @@ export interface LolCatalogGameDataSummonerEmote {
2352
2315
  name: string
2353
2316
  inventoryIcon: string
2354
2317
  description: string
2318
+ taggedChampionsIds: number[]
2355
2319
  }
2356
2320
 
2357
2321
  export interface LolCatalogGameDataSummonerIcon {
@@ -2692,7 +2656,7 @@ export interface LolChallengesSequenceEvent {
2692
2656
  priority: number
2693
2657
  }
2694
2658
 
2695
- export type LolChallengesSource = "NONE" | "SUMMONER_SERVICE" | "ETERNALS" | "LOOT" | "CLASH" | "RANKED_LEAGUES" | "CHAMPION_MASTERY" | "HONOR" | "CAP_INVENTORY" | "EOGD" | "CHALLENGES"
2659
+ export type LolChallengesSource = "NONE" | "EOGD_RANKED_LEAGUES" | "EOGD_CHAMPION_MASTERY" | "SUMMONER_SERVICE" | "ETERNALS" | "LOOT" | "CLASH" | "RANKED_LEAGUES" | "CHAMPION_MASTERY" | "HONOR" | "CAP_INVENTORY" | "EOGD" | "CHALLENGES"
2696
2660
 
2697
2661
  export interface LolChallengesUICategoryProgress {
2698
2662
  level: string
@@ -3635,6 +3599,12 @@ export interface LolChampionsSummoner {
3635
3599
  summonerLevel: number
3636
3600
  }
3637
3601
 
3602
+ export interface LolChampionsTeamBuilderDirect_MatchmakingQueue {
3603
+ /** @format int64 */
3604
+ id: number
3605
+ viableChampionRoster: number[]
3606
+ }
3607
+
3638
3608
  export type LolChatAccountState = "dnd" | "chat" | "away" | "mobile" | "offline"
3639
3609
 
3640
3610
  export interface LolChatActiveConversationResource {
@@ -4076,6 +4046,7 @@ export interface LolChatGameflowGameData {
4076
4046
  teamOne: LolChatTeamPlayerEntry[]
4077
4047
  teamTwo: LolChatTeamPlayerEntry[]
4078
4048
  playerChampionSelections: LolChatChampSelection[]
4049
+ spectatorKey: string
4079
4050
  }
4080
4051
 
4081
4052
  export interface LolChatGameflowGameMap {
@@ -4139,6 +4110,7 @@ export interface LolChatLobbyStatus {
4139
4110
  isCustom: boolean
4140
4111
  isPracticeTool: boolean
4141
4112
  isLeader: boolean
4113
+ isNoSpectateDelay: boolean
4142
4114
  memberSummonerIds: number[]
4143
4115
  customSpectatorPolicy: LolChatQueueCustomGameSpectatorPolicy
4144
4116
  }
@@ -4395,6 +4367,21 @@ export interface LolChatSettingsResource {
4395
4367
  data: unknown
4396
4368
  }
4397
4369
 
4370
+ export interface LolChatSocialBlockedList {
4371
+ blockedUsers: LolChatSocialBlockedUser[]
4372
+ }
4373
+
4374
+ export interface LolChatSocialBlockedUser {
4375
+ blockedPlatforms: string[]
4376
+ gameName: string
4377
+ gameTag: string
4378
+ isFriendsOnActiveConsole: boolean
4379
+ puuid: string
4380
+ relationshipOnConsole: string
4381
+ relationshipOnDiscord: string
4382
+ relationshipOnRiot: string
4383
+ }
4384
+
4398
4385
  export interface LolChatSocialPresencesSession {
4399
4386
  player: LolChatSocialPresencesSessionPlayer
4400
4387
  activity?: LolChatSocialPresencesSessionActivity
@@ -4444,6 +4431,104 @@ export interface LolChatSocialPresencesStatusMessage {
4444
4431
  statusMessage: string
4445
4432
  }
4446
4433
 
4434
+ export interface LolChatSocialV2FriendRequest {
4435
+ gameName: string
4436
+ note: string
4437
+ platform: string
4438
+ puuid: string
4439
+ subscription: string
4440
+ tagLine: string
4441
+ }
4442
+
4443
+ export interface LolChatSocialV2FriendRequestCreate {
4444
+ gameName: string
4445
+ puuid: string
4446
+ tagLine: string
4447
+ }
4448
+
4449
+ export interface LolChatSocialV2FriendRequestList {
4450
+ requests: LolChatSocialV2FriendRequest[]
4451
+ }
4452
+
4453
+ export interface LolChatSocialV4CrossPlayPermissions {
4454
+ hasPartyCrossPlayEnabled: boolean
4455
+ hasPlayerCrossPlayEnabled: boolean
4456
+ isInParty: boolean
4457
+ partyMemberPlatforms: string[]
4458
+ }
4459
+
4460
+ export interface LolChatSocialV4DiscordInfo {
4461
+ displayName: string
4462
+ onlineStatus: string
4463
+ isPlayingSameTitle: boolean
4464
+ relationship: string
4465
+ }
4466
+
4467
+ export interface LolChatSocialV4Friend {
4468
+ activity?: string
4469
+ crossPlayPermissions: LolChatSocialV4CrossPlayPermissions
4470
+ displayGroup: string
4471
+ gameName: string
4472
+ gameTag: string
4473
+ group: string
4474
+ namesets: LolChatSocialV4Namesets
4475
+ note: string
4476
+ party?: string
4477
+ patchline: string
4478
+ pid: string
4479
+ platform: string
4480
+ platformShow: string
4481
+ product: string
4482
+ productBannerUrl: string
4483
+ productData?: unknown
4484
+ productFolderName: string
4485
+ productIconUrl: string
4486
+ productPresenceName: string
4487
+ profileBanner: string
4488
+ profileIcon: string
4489
+ puuid: string
4490
+ region: string
4491
+ discordInfo?: LolChatSocialV4DiscordInfo
4492
+ relationshipOnConsole: string
4493
+ relationshipOnRiot: string
4494
+ show: string
4495
+ state: string
4496
+ statusMessage: string
4497
+ }
4498
+
4499
+ export interface LolChatSocialV4FriendList {
4500
+ friends: LolChatSocialV4Friend[]
4501
+ }
4502
+
4503
+ export interface LolChatSocialV4Nameset {
4504
+ gameName: string
4505
+ tagLine: string
4506
+ }
4507
+
4508
+ export interface LolChatSocialV4Namesets {
4509
+ alias: LolChatSocialV4Nameset
4510
+ error: string
4511
+ playstationNameset: LolChatSocialV4PlaystationNameset
4512
+ providerId: string
4513
+ puuid: string
4514
+ switchNameset: LolChatSocialV4SwitchNameset
4515
+ xboxNameset: LolChatSocialV4XboxNameset
4516
+ }
4517
+
4518
+ export interface LolChatSocialV4PlaystationNameset {
4519
+ onlineId: string
4520
+ }
4521
+
4522
+ export interface LolChatSocialV4SwitchNameset {
4523
+ nickname: string
4524
+ }
4525
+
4526
+ export interface LolChatSocialV4XboxNameset {
4527
+ classicGamertag: string
4528
+ modernGamertag: string
4529
+ modernSuffix: string
4530
+ }
4531
+
4447
4532
  export interface LolChatSpectateGameInfoResource {
4448
4533
  dropInSpectateGameId: string
4449
4534
  gameQueueType: string
@@ -5809,6 +5894,31 @@ export interface LolCosmeticsCatalogEntryDto {
5809
5894
  purchaseLimits: LolCosmeticsVelocityLimitDeltaDto[]
5810
5895
  }
5811
5896
 
5897
+ export interface LolCosmeticsChemtechShoppeDropsFulfillmentDto {
5898
+ /** @format int64 */
5899
+ delta: number
5900
+ /** @format int64 */
5901
+ finalDelta: number
5902
+ name: string
5903
+ /** @format int64 */
5904
+ maxQuantity: number
5905
+ /** @format int64 */
5906
+ ownedQuantity: number
5907
+ ownershipCompensationMode: string
5908
+ itemTypeId: string
5909
+ itemId: string
5910
+ currencyId: string
5911
+ subCurrencyDeltas: Record<string, number>
5912
+ }
5913
+
5914
+ export interface LolCosmeticsChemtechShoppeDropsRollDto {
5915
+ fulfillments: LolCosmeticsChemtechShoppeDropsFulfillmentDto[]
5916
+ }
5917
+
5918
+ export interface LolCosmeticsChemtechShoppeDropsRollResultsDto {
5919
+ rolls: LolCosmeticsChemtechShoppeDropsRollDto[]
5920
+ }
5921
+
5812
5922
  export interface LolCosmeticsCompanionsFavoritesViewModel {
5813
5923
  favoriteItems: LolCosmeticsCosmeticsCompanionViewModel[]
5814
5924
  }
@@ -5904,6 +6014,48 @@ export interface LolCosmeticsCosmeticsSettings {
5904
6014
  favorites: LolCosmeticsFavoriteCosmetics
5905
6015
  }
5906
6016
 
6017
+ export interface LolCosmeticsCosmeticsTFTAugmentPillar {
6018
+ contentId: string
6019
+ /** @format int32 */
6020
+ itemId: number
6021
+ name: string
6022
+ description: string
6023
+ loadoutsIcon: string
6024
+ owned: boolean
6025
+ selected: boolean
6026
+ loyalty: boolean
6027
+ "f2p": boolean
6028
+ /** @format uint32 */
6029
+ rarityValue: number
6030
+ purchaseDate: string
6031
+ /** @format uint32 */
6032
+ groupId: number
6033
+ groupName: string
6034
+ TFTRarity: string
6035
+ }
6036
+
6037
+ export interface LolCosmeticsCosmeticsTFTAugmentPillarViewModel {
6038
+ contentId: string
6039
+ /** @format int32 */
6040
+ itemId: number
6041
+ name: string
6042
+ description: string
6043
+ loadoutsIcon: string
6044
+ owned: boolean
6045
+ selected: boolean
6046
+ favorited: boolean
6047
+ loyalty: boolean
6048
+ "f2p": boolean
6049
+ /** @format uint32 */
6050
+ rarityValue: number
6051
+ purchaseDate: string
6052
+ isRecentItem: boolean
6053
+ /** @format uint32 */
6054
+ groupId: number
6055
+ groupName: string
6056
+ TFTRarity: string
6057
+ }
6058
+
5907
6059
  export interface LolCosmeticsCosmeticsTFTDamageSkin {
5908
6060
  contentId: string
5909
6061
  /** @format int32 */
@@ -6147,6 +6299,8 @@ export interface LolCosmeticsFulfillmentDto {
6147
6299
  currencyId: string
6148
6300
  subCurrencyDeltas: Record<string, number>
6149
6301
  progressionCounterId: string
6302
+ dropTableId: string
6303
+ results: LolCosmeticsChemtechShoppeDropsRollResultsDto
6150
6304
  }
6151
6305
 
6152
6306
  export interface LolCosmeticsGameDataCompanion {
@@ -6481,6 +6635,8 @@ export interface LolCosmeticsStoreDto {
6481
6635
  name: string
6482
6636
  catalogEntries: LolCosmeticsCatalogEntryDto[]
6483
6637
  displayMetadata: unknown
6638
+ startTime: string
6639
+ endTime: string
6484
6640
  }
6485
6641
 
6486
6642
  export interface LolCosmeticsStoresResponse {
@@ -6491,6 +6647,30 @@ export interface LolCosmeticsStoresResponse {
6491
6647
  errors: LolCosmeticsResponseError[]
6492
6648
  }
6493
6649
 
6650
+ export interface LolCosmeticsTFTAugmentPillarFavoritesViewModel {
6651
+ favoriteItems: LolCosmeticsCosmeticsTFTAugmentPillarViewModel[]
6652
+ }
6653
+
6654
+ export interface LolCosmeticsTFTAugmentPillarGroupViewModel {
6655
+ groupName: string
6656
+ /** @format uint32 */
6657
+ groupId: number
6658
+ /** @format uint32 */
6659
+ numOwned: number
6660
+ /** @format uint32 */
6661
+ numAvailable: number
6662
+ /** @format int64 */
6663
+ purchaseDate: number
6664
+ items: LolCosmeticsCosmeticsTFTZoomSkinViewModel[]
6665
+ }
6666
+
6667
+ export interface LolCosmeticsTFTAugmentPillarGroupedViewModel {
6668
+ selectedLoadoutItem: LolCosmeticsCosmeticsTFTAugmentPillarViewModel
6669
+ /** @format int32 */
6670
+ defaultItemId: number
6671
+ groups: LolCosmeticsTFTAugmentPillarGroupViewModel[]
6672
+ }
6673
+
6494
6674
  export interface LolCosmeticsTFTDamageSkinFavoritesViewModel {
6495
6675
  favoriteItems: LolCosmeticsCosmeticsTFTDamageSkinViewModel[]
6496
6676
  }
@@ -6564,6 +6744,7 @@ export interface LolCosmeticsTFTRotationalShopConfig {
6564
6744
  navs: LolCosmeticsTFTRotationalShopNavConfig[]
6565
6745
  refund: LolCosmeticsTFTRotationalShopRefundConfig
6566
6746
  littleLegendsUpgradeEnabled: boolean
6747
+ eventsStoreEnabled: boolean
6567
6748
  }
6568
6749
 
6569
6750
  export interface LolCosmeticsTFTRotationalShopNavConfig {
@@ -7440,6 +7621,28 @@ export interface LolEventHubActiveEventUIData {
7440
7621
  eventInfo: LolEventHubEventInfoUIData
7441
7622
  }
7442
7623
 
7624
+ export interface LolEventHubActivityCenterMilestones {
7625
+ eventId: string
7626
+ eventHubType: string
7627
+ localizedName: string
7628
+ navbarIconImage: string
7629
+ startDate: string
7630
+ progressEndDate: string
7631
+ endDate: string
7632
+ isGameModeEvent: boolean
7633
+ /** @format uint32 */
7634
+ queueId: number
7635
+ localizedLogo: string
7636
+ localizedEventSubtitle: string
7637
+ localizedHelpUrl: string
7638
+ backgroundImage: string
7639
+ helpModalImage: string
7640
+ objectiveBannerImage: string
7641
+ objectiveCard: LolEventHubObjectiveCard
7642
+ eventPassBundlesCatalogEntry: LolEventHubCatalogEntry[]
7643
+ rewardTrack: LolEventHubRewardTrack
7644
+ }
7645
+
7443
7646
  export interface LolEventHubBalance {
7444
7647
  currencyType: string
7445
7648
  /** @format int32 */
@@ -7665,8 +7868,6 @@ export interface LolEventHubChapter {
7665
7868
  localizedDescription: string
7666
7869
  cardImage: string
7667
7870
  backgroundImage: string
7668
- backgroundVideo: string
7669
- foregroundImage: string
7670
7871
  objectiveBannerImage: string
7671
7872
  /** @format uint16 */
7672
7873
  chapterStart: number
@@ -7767,6 +7968,8 @@ export interface LolEventHubEventDetailsUIData {
7767
7968
  promotionBannerImage: string
7768
7969
  objectiveBannerImage: string
7769
7970
  memoryBookBackgroundImage: string
7971
+ /** @format uint32 */
7972
+ spotlightSkinId: number
7770
7973
  }
7771
7974
 
7772
7975
  export interface LolEventHubEventHubError {
@@ -7774,7 +7977,7 @@ export interface LolEventHubEventHubError {
7774
7977
  errorId: string
7775
7978
  }
7776
7979
 
7777
- export type LolEventHubEventHubType = "SeasonPass" | "HallOfLegends" | "EventShop"
7980
+ export type LolEventHubEventHubType = "ActivityCenterMilestones" | "SeasonPass" | "HallOfLegends" | "EventShop"
7778
7981
 
7779
7982
  export interface LolEventHubEventInfoUIData {
7780
7983
  eventId: string
@@ -7783,12 +7986,15 @@ export interface LolEventHubEventInfoUIData {
7783
7986
  eventIcon: string
7784
7987
  navBarIcon: string
7785
7988
  battleExpIcon: string
7786
- localizedSeasonLogo: string
7787
7989
  localizedShortName: string
7788
7990
  eventTokenImage: string
7789
7991
  startDate: string
7790
7992
  progressEndDate: string
7791
7993
  endDate: string
7994
+ localizedLogo: string
7995
+ localizedEventSubtitle: string
7996
+ localizedHelpUrl: string
7997
+ objectiveCard: LolEventHubObjectiveCard
7792
7998
  /** @format int32 */
7793
7999
  currentTokenBalance: number
7794
8000
  /** @format int32 */
@@ -7798,6 +8004,9 @@ export interface LolEventHubEventInfoUIData {
7798
8004
  /** @format int64 */
7799
8005
  timeOfLastUnclaimedReward: number
7800
8006
  isPassPurchased: boolean
8007
+ isGameModeEvent: boolean
8008
+ /** @format int32 */
8009
+ queueId: number
7801
8010
  eventPassBundles: LolEventHubCatalogEntry[]
7802
8011
  tokenBundles: LolEventHubCatalogEntry[]
7803
8012
  }
@@ -7820,7 +8029,6 @@ export interface LolEventHubEventShop {
7820
8029
  localizedName: string
7821
8030
  backgroundImage: string
7822
8031
  navbarIconImage: string
7823
- battleExpIconImage: string
7824
8032
  headerIconImage: string
7825
8033
  startDate: string
7826
8034
  progressEndDate: string
@@ -7994,6 +8202,7 @@ export interface LolEventHubHallOfLegends {
7994
8202
  endDate: string
7995
8203
  helpModalImage: string
7996
8204
  inducteeName: string
8205
+ spotlightSkin: LolEventHubSpotlightSkin
7997
8206
  promotionBannerImage: string
7998
8207
  objectiveBannerImage: string
7999
8208
  eventPassBundlesCatalogEntry: LolEventHubCatalogEntry[]
@@ -8338,6 +8547,7 @@ export interface LolEventHubNavigationButtonUIData {
8338
8547
  showGlow: boolean
8339
8548
  iconPath: string
8340
8549
  eventName: string
8550
+ eventType: string
8341
8551
  }
8342
8552
 
8343
8553
  export interface LolEventHubNextRewardUIData {
@@ -8348,6 +8558,12 @@ export interface LolEventHubNextRewardUIData {
8348
8558
  level: string
8349
8559
  }
8350
8560
 
8561
+ export interface LolEventHubObjectiveCard {
8562
+ missionSeriesName: string
8563
+ objectiveGroup: string
8564
+ objectiveCategoryId: string
8565
+ }
8566
+
8351
8567
  export interface LolEventHubObjectivesBanner {
8352
8568
  eventName: string
8353
8569
  promotionBannerImage: string
@@ -8656,6 +8872,7 @@ export interface LolEventHubRewardTrackItemOption {
8656
8872
  cardSize: string
8657
8873
  rewardGroupId: string
8658
8874
  celebrationType: LolEventHubCelebrationType
8875
+ rewardInventoryTypes: string[]
8659
8876
  }
8660
8877
 
8661
8878
  export type LolEventHubRewardTrackItemStates = "Selected" | "Unselected" | "Unlocked" | "Locked"
@@ -8785,7 +9002,6 @@ export interface LolEventHubSeasonPass {
8785
9002
  eventHubType: string
8786
9003
  localizedName: string
8787
9004
  navbarIconImage: string
8788
- headerIconImage: string
8789
9005
  battleExpIconImage: string
8790
9006
  headerTitleImage: string
8791
9007
  startDate: string
@@ -8885,6 +9101,11 @@ export interface LolEventHubSkinLineTier {
8885
9101
  collectionSplashVideoPath?: string
8886
9102
  }
8887
9103
 
9104
+ export interface LolEventHubSpotlightSkin {
9105
+ /** @format uint32 */
9106
+ championSkinID: number
9107
+ }
9108
+
8888
9109
  export interface LolEventHubSummonerIcon {
8889
9110
  /** @format int32 */
8890
9111
  itemId: number
@@ -9516,6 +9737,7 @@ export interface LolGameflowGameflowGameData {
9516
9737
  teamTwo: unknown[]
9517
9738
  playerChampionSelections: unknown[]
9518
9739
  spectatorsAllowed: boolean
9740
+ spectatorKey: string
9519
9741
  }
9520
9742
 
9521
9743
  export interface LolGameflowGameflowGameDodge {
@@ -9578,6 +9800,7 @@ export interface LolGameflowLobbyStatus {
9578
9800
  isLeader: boolean
9579
9801
  isSpectator: boolean
9580
9802
  allowedPlayAgain: boolean
9803
+ isNoSpectateDelay: boolean
9581
9804
  memberSummonerIds: number[]
9582
9805
  invitedSummonerIds: number[]
9583
9806
  lobbyId?: string
@@ -10791,21 +11014,8 @@ export interface LolLeaverBusterSummoner {
10791
11014
  sumId: number
10792
11015
  }
10793
11016
 
10794
- export interface LolLicenseAgreementLicenseAgreement {
10795
- id: string
10796
- licenseType: LolLicenseAgreementLicenseAgreementType
10797
- text: string
10798
- }
10799
-
10800
11017
  export type LolLicenseAgreementLicenseAgreementType = "TermsOfUse" | "PrivacyNotice"
10801
11018
 
10802
- export type LolLicenseAgreementLicenseServeLocation = "External" | "Local" | "Preparing"
10803
-
10804
- export interface LolLicenseAgreementPluginRegionLocaleChangedEvent {
10805
- region: string
10806
- locale: string
10807
- }
10808
-
10809
11019
  export interface LolLoadoutsAccessTokenResource {
10810
11020
  token: string
10811
11021
  scopes: string[]
@@ -11391,6 +11601,7 @@ export interface LolLobbyLobbyCustomGameConfiguration {
11391
11601
  gameServerRegion: string
11392
11602
  spectatorDelayEnabled: boolean
11393
11603
  hidePublicly: boolean
11604
+ aramMapMutator: string
11394
11605
  }
11395
11606
 
11396
11607
  export interface LolLobbyLobbyCustomGameLobby {
@@ -11631,6 +11842,7 @@ export interface LolLobbyLobbyStatus {
11631
11842
  isLeader: boolean
11632
11843
  isSpectator: boolean
11633
11844
  allowedPlayAgain: boolean
11845
+ isNoSpectateDelay: boolean
11634
11846
  memberSummonerIds: number[]
11635
11847
  invitedSummonerIds: number[]
11636
11848
  lobbyId?: string
@@ -13402,24 +13614,49 @@ export interface LolMarketplaceCatalogEntryDto {
13402
13614
  purchaseLimits: LolMarketplaceVelocityLimitDeltaDto[]
13403
13615
  }
13404
13616
 
13405
- export interface LolMarketplaceEntitlementDto {
13406
- id: string
13407
- label: string
13408
- typeId: string
13409
- productId: string
13410
- active: boolean
13411
- createdDate: string
13412
- lastModifiedDate: string
13413
- firstUsedDate: string
13414
- recipient: unknown
13415
- ownerId: string
13416
- item: LolMarketplaceEntitlementItemDto
13417
- }
13418
-
13419
- export interface LolMarketplaceEntitlementItemDto {
13420
- id: string
13421
- typeId: string
13422
- }
13617
+ export interface LolMarketplaceChemtechShoppeDropsFulfillmentDto {
13618
+ /** @format int64 */
13619
+ delta: number
13620
+ /** @format int64 */
13621
+ finalDelta: number
13622
+ name: string
13623
+ /** @format int64 */
13624
+ maxQuantity: number
13625
+ /** @format int64 */
13626
+ ownedQuantity: number
13627
+ ownershipCompensationMode: string
13628
+ itemTypeId: string
13629
+ itemId: string
13630
+ currencyId: string
13631
+ subCurrencyDeltas: Record<string, number>
13632
+ }
13633
+
13634
+ export interface LolMarketplaceChemtechShoppeDropsRollDto {
13635
+ fulfillments: LolMarketplaceChemtechShoppeDropsFulfillmentDto[]
13636
+ }
13637
+
13638
+ export interface LolMarketplaceChemtechShoppeDropsRollResultsDto {
13639
+ rolls: LolMarketplaceChemtechShoppeDropsRollDto[]
13640
+ }
13641
+
13642
+ export interface LolMarketplaceEntitlementDto {
13643
+ id: string
13644
+ label: string
13645
+ typeId: string
13646
+ productId: string
13647
+ active: boolean
13648
+ createdDate: string
13649
+ lastModifiedDate: string
13650
+ firstUsedDate: string
13651
+ recipient: unknown
13652
+ ownerId: string
13653
+ item: LolMarketplaceEntitlementItemDto
13654
+ }
13655
+
13656
+ export interface LolMarketplaceEntitlementItemDto {
13657
+ id: string
13658
+ typeId: string
13659
+ }
13423
13660
 
13424
13661
  export interface LolMarketplaceEntitlementsResponse {
13425
13662
  data: LolMarketplaceEntitlementDto[]
@@ -13446,6 +13683,8 @@ export interface LolMarketplaceFulfillmentDto {
13446
13683
  currencyId: string
13447
13684
  subCurrencyDeltas: Record<string, number>
13448
13685
  progressionCounterId: string
13686
+ dropTableId: string
13687
+ results: LolMarketplaceChemtechShoppeDropsRollResultsDto
13449
13688
  }
13450
13689
 
13451
13690
  export interface LolMarketplaceGameDataCompanion {
@@ -13658,6 +13897,8 @@ export interface LolMarketplaceStoreDto {
13658
13897
  name: string
13659
13898
  catalogEntries: LolMarketplaceCatalogEntryDto[]
13660
13899
  displayMetadata: unknown
13900
+ startTime: string
13901
+ endTime: string
13661
13902
  }
13662
13903
 
13663
13904
  export interface LolMarketplaceStoresResponse {
@@ -13675,6 +13916,7 @@ export interface LolMarketplaceTFTRotationalShopConfig {
13675
13916
  navs: LolMarketplaceTFTRotationalShopNavConfig[]
13676
13917
  refund: LolMarketplaceTFTRotationalShopRefundConfig
13677
13918
  littleLegendsUpgradeEnabled: boolean
13919
+ eventsStoreEnabled: boolean
13678
13920
  }
13679
13921
 
13680
13922
  export interface LolMarketplaceTFTRotationalShopNavConfig {
@@ -14418,6 +14660,8 @@ export interface LolMissionsCapMissionSeriesMissionReward {
14418
14660
  currencyId: string
14419
14661
  /** @format uint32 */
14420
14662
  amount: number
14663
+ /** @format uint32 */
14664
+ quantity: number
14421
14665
  }
14422
14666
 
14423
14667
  export interface LolMissionsCapMissionSeriesMissionRewardsStatus {
@@ -15407,6 +15651,8 @@ export interface LolObjectivesCapMissionSeriesMissionReward {
15407
15651
  currencyId: string
15408
15652
  /** @format uint32 */
15409
15653
  amount: number
15654
+ /** @format uint32 */
15655
+ quantity: number
15410
15656
  }
15411
15657
 
15412
15658
  export interface LolObjectivesCapMissionSeriesMissionRewardsStatus {
@@ -17914,9 +18160,19 @@ export interface LolRankedAchievedTier {
17914
18160
  division: number
17915
18161
  }
17916
18162
 
18163
+ export interface LolRankedEndOfGamePlayer {
18164
+ puuid: string
18165
+ }
18166
+
17917
18167
  export interface LolRankedEndOfGameStatsBlock {
17918
18168
  /** @format uint64 */
17919
18169
  gameId: number
18170
+ ranked: boolean
18171
+ teams: LolRankedEndOfGameTeam[]
18172
+ }
18173
+
18174
+ export interface LolRankedEndOfGameTeam {
18175
+ players: LolRankedEndOfGamePlayer[]
17920
18176
  }
17921
18177
 
17922
18178
  export interface LolRankedEosNotificationResource {
@@ -18027,6 +18283,7 @@ export interface LolRankedLcuLeagueNotification {
18027
18283
  wins: number
18028
18284
  /** @format int32 */
18029
18285
  losses: number
18286
+ leaguePointsChangeBreakdown: Record<string, number>
18030
18287
  }
18031
18288
 
18032
18289
  export type LolRankedLeagueDivision = "NA" | "V" | "IV" | "III" | "II" | "I"
@@ -18136,6 +18393,7 @@ export interface LolRankedLeagueNotification {
18136
18393
  wins: number
18137
18394
  /** @format int32 */
18138
18395
  losses: number
18396
+ leaguePointsChangeBreakdown: Record<string, number>
18139
18397
  }
18140
18398
 
18141
18399
  export interface LolRankedLeagueNotifications {
@@ -18347,6 +18605,7 @@ export interface LolRankedRankedStats {
18347
18605
  /** @format int32 */
18348
18606
  previousSeasonSplitPoints: number
18349
18607
  seasons: Record<string, LolRankedSeasonDTO>
18608
+ shouldShowIndicator: boolean
18350
18609
  }
18351
18610
 
18352
18611
  export interface LolRankedRankedStatsDTO {
@@ -18360,6 +18619,7 @@ export interface LolRankedRankedStatsDTO {
18360
18619
  /** @format int32 */
18361
18620
  previousSeasonSplitPoints: number
18362
18621
  seasons: Record<string, LolRankedSeasonDTO>
18622
+ shouldShowIndicator: boolean
18363
18623
  }
18364
18624
 
18365
18625
  export interface LolRankedRatedLadderEntryDTO {
@@ -18435,6 +18695,7 @@ export interface LolRankedSignedRankedStatsDTO {
18435
18695
  /** @format int32 */
18436
18696
  previousSeasonSplitPoints: number
18437
18697
  seasons: Record<string, LolRankedSeasonDTO>
18698
+ shouldShowIndicator: boolean
18438
18699
  jwt: string
18439
18700
  }
18440
18701
 
@@ -18533,6 +18794,7 @@ export interface LolRegaliaGameDataRegalia {
18533
18794
  regaliaType: string
18534
18795
  localizedName: string
18535
18796
  localizedDescription: string
18797
+ isTencentOnly: boolean
18536
18798
  }
18537
18799
 
18538
18800
  export interface LolRegaliaInventoryItem {
@@ -19261,6 +19523,11 @@ export interface LolRewardTrackGroup {
19261
19523
  milestones: LolRewardTrackMilestone[]
19262
19524
  }
19263
19525
 
19526
+ export interface LolRewardTrackLolInventoryType {
19527
+ inventoryTypeId: string
19528
+ capInventoryTypeId: string
19529
+ }
19530
+
19264
19531
  export interface LolRewardTrackMilestone {
19265
19532
  id: string
19266
19533
  name: string
@@ -19421,6 +19688,7 @@ export interface LolRewardTrackRewardTrackItemOption {
19421
19688
  cardSize: string
19422
19689
  rewardGroupId: string
19423
19690
  celebrationType: LolRewardTrackCelebrationType
19691
+ rewardInventoryTypes: string[]
19424
19692
  }
19425
19693
 
19426
19694
  export type LolRewardTrackRewardTrackItemStates = "Selected" | "Unselected" | "Unlocked" | "Locked"
@@ -20109,17 +20377,27 @@ export interface LolSettingsVNGStatusResponse {
20109
20377
  action_url_raw: string
20110
20378
  }
20111
20379
 
20380
+ export interface LolShoppefrontBulkPurchaseRequest {
20381
+ purchaseItems: LolShoppefrontPurchaseRequest[]
20382
+ /** @format uint32 */
20383
+ purchaseTimeOut: number
20384
+ }
20385
+
20112
20386
  export interface LolShoppefrontPurchaseRequest {
20113
20387
  storeId: string
20114
20388
  catalogEntryId: string
20115
20389
  /** @format uint32 */
20116
20390
  quantity: number
20117
20391
  paymentOptions: string[]
20392
+ /** @format uint32 */
20393
+ purchaseTimeOut: number
20118
20394
  }
20119
20395
 
20120
20396
  export interface LolShoppefrontPurchaseResponse {
20121
20397
  id: string
20122
20398
  status: LolShoppefrontPurchaseResponseStatus
20399
+ /** @format uint8 */
20400
+ numberOfPendingPurchases: number
20123
20401
  }
20124
20402
 
20125
20403
  export type LolShoppefrontPurchaseResponseStatus = "Failure" | "Success" | "Pending" | "None"
@@ -20802,7 +21080,6 @@ export interface LolStoreGiftingConfig {
20802
21080
  giftingHextechMaxDailyGiftsSend: number
20803
21081
  /** @format uint32 */
20804
21082
  giftingHextecMaxDailyGiftsReceive: number
20805
- requiresIdentityVerification: boolean
20806
21083
  }
20807
21084
 
20808
21085
  export interface LolStoreGiftingFriend {
@@ -21250,8 +21527,13 @@ export interface LolSummonerProfilesHonorView {
21250
21527
  redemptions: LolSummonerProfilesRedemption[]
21251
21528
  }
21252
21529
 
21530
+ export interface LolSummonerProfilesLolEosRewardView {
21531
+ rewardIds: string[]
21532
+ }
21533
+
21253
21534
  export interface LolSummonerProfilesPrivacyView {
21254
21535
  anonymityEnabled: boolean
21536
+ nameOnlyAnonymityEnabled: boolean
21255
21537
  }
21256
21538
 
21257
21539
  export interface LolSummonerProfilesPuuidAndViews {
@@ -21535,6 +21817,8 @@ export interface LolTftEventCapMissionSeriesMissionReward {
21535
21817
  currencyId: string
21536
21818
  /** @format uint32 */
21537
21819
  amount: number
21820
+ /** @format uint32 */
21821
+ quantity: number
21538
21822
  }
21539
21823
 
21540
21824
  export interface LolTftEventCapMissionSeriesMissionRewardsStatus {
@@ -21766,178 +22050,845 @@ export interface LolTftEventPublishingSettings {
21766
22050
  publishingLocale: string
21767
22051
  }
21768
22052
 
21769
- export interface LolTftEventQueue {
21770
- /** @format int32 */
21771
- id: number
21772
- /** @format int32 */
21773
- mapId: number
21774
- gameMode: string
21775
- category: LolTftEventQueueGameCategory
22053
+ export interface LolTftEventPveAccessTokenResource {
22054
+ token: string
22055
+ scopes: string[]
22056
+ /** @format uint64 */
22057
+ expiry: number
21776
22058
  }
21777
22059
 
21778
- export type LolTftEventQueueGameCategory = "Alpha" | "VersusAi" | "PvP" | "Custom" | "None"
22060
+ export interface LolTftEventPveCAPMission {
22061
+ missionId: string
22062
+ title: string
22063
+ description: string
22064
+ missionIconAsset: LolTftEventPveMissionAsset
22065
+ rewards: LolTftEventPveCAPMissionReward[]
22066
+ objectives: LolTftEventPveCAPMissionObjective[]
22067
+ }
21779
22068
 
21780
- export interface LolTftEventRewardGrant {
21781
- info: LolTftEventRewardGrantInfo
21782
- rewardGroup: LolTftEventRewardGroup
22069
+ export interface LolTftEventPveCAPMissionObjective {
22070
+ statId: string
22071
+ description: string
21783
22072
  }
21784
22073
 
21785
- export interface LolTftEventRewardGrantElement {
21786
- id: string
22074
+ export interface LolTftEventPveCAPMissionReward {
21787
22075
  itemId: string
21788
- itemType: string
21789
- fulfillmentSource: string
21790
- rewardStatus: LolTftEventRewardStatus
21791
- /** @format int32 */
22076
+ rewardName: string
22077
+ /** @format uint32 */
21792
22078
  quantity: number
21793
- media: Record<string, string>
21794
- localizations: Record<string, string>
21795
- }
21796
-
21797
- export interface LolTftEventRewardGrantInfo {
21798
- id: string
21799
- granteeId: string
21800
- rewardGroupId: string
21801
- status: LolTftEventGrantStatus
21802
- grantElements: LolTftEventRewardGrantElement[]
21803
- selectedIds: string[]
21804
- viewed: boolean
21805
- }
21806
-
21807
- export interface LolTftEventRewardGroup {
21808
- id: string
21809
- internalName: string
21810
- productId: string
21811
- types: string[]
21812
- rewards: LolTftEventSvcReward[]
21813
- childRewardGroupIds: string[]
21814
- rewardStrategy: LolTftEventRewardStrategy
21815
- selectionStrategyConfig: LolTftEventSelectionStrategyConfig
21816
- active: boolean
21817
- media: Record<string, string>
21818
- localizations: Record<string, string>
21819
- }
21820
-
21821
- export interface LolTftEventRewardGroupsSelection {
21822
- rewardGroups: string[]
21823
- }
21824
-
21825
- export type LolTftEventRewardStatus = "FULFILLED" | "PENDING"
21826
-
21827
- export type LolTftEventRewardStrategy = "SELECTION" | "RANDOM" | "ALL"
21828
-
21829
- export interface LolTftEventRewardsProductConfig {
21830
- enabled: boolean
21831
- serviceUrl: string
22079
+ rewardAsset: LolTftEventPveMissionAsset
21832
22080
  }
21833
22081
 
21834
- export interface LolTftEventRiotMessagingServiceMessage {
21835
- resource: string
21836
- service: string
21837
- version: string
21838
- /** @format int64 */
21839
- timestamp: number
21840
- payload: string
22082
+ export interface LolTftEventPveCatalogItem {
22083
+ /** @format int32 */
22084
+ itemId: number
22085
+ inventoryType: string
22086
+ itemInstanceId?: string
21841
22087
  }
21842
22088
 
21843
- export interface LolTftEventRiotMessagingServicePayload {
21844
- deltaEventId: string
21845
- ownerId: string
21846
- updatedMissions: string[]
22089
+ export interface LolTftEventPveClientCacheClearMessageDTO {
22090
+ regions: string[]
22091
+ clearAll: boolean
22092
+ inventoryTypes: string[]
21847
22093
  }
21848
22094
 
21849
- export interface LolTftEventSelectionStrategyConfig {
21850
- /** @format uint32 */
21851
- minSelectionsAllowed: number
22095
+ export interface LolTftEventPveCreateLoadoutDTO {
22096
+ scope: string
21852
22097
  /** @format uint32 */
21853
- maxSelectionsAllowed: number
22098
+ itemId?: number
22099
+ name: string
22100
+ loadout: Record<string, LolTftEventPveItemKey>
22101
+ refreshTime: string
21854
22102
  }
21855
22103
 
21856
- export interface LolTftEventSeriesOpt {
21857
- seriesId: string
21858
- option: string
22104
+ export interface LolTftEventPveCreateLoadoutRequestDTO {
22105
+ serviceToJwtsMap: Record<string, unknown>
22106
+ loadout: LolTftEventPveCreateLoadoutDTO
21859
22107
  }
21860
22108
 
21861
- export interface LolTftEventSettingsResource {
21862
- data: unknown
22109
+ export interface LolTftEventPveCreateOrUpdateItemsRequest {
22110
+ /** @format uint32 */
22111
+ id: number
22112
+ items: Record<string, unknown>
22113
+ inventoryJWTs: string[]
21863
22114
  }
21864
22115
 
21865
- export interface LolTftEventSvcReward {
21866
- id: string
21867
- itemId: string
22116
+ export interface LolTftEventPveCurrencyDTO {
21868
22117
  /** @format int32 */
21869
- quantity: number
21870
- fulfillmentSource: string
21871
- media: Record<string, string>
21872
- localizations: Record<string, string>
22118
+ amount: number
22119
+ subCurrencies: Record<string, number>
21873
22120
  }
21874
22121
 
21875
- export interface LolTftEventTFTEventMissionChain {
21876
- /** @format int32 */
21877
- chainIndex: number
22122
+ export interface LolTftEventPveEndOfGameXp {
21878
22123
  /** @format uint32 */
21879
- chainSize: number
21880
- missions: PlayerMissionDTO[]
22124
+ PER_WIN: number
21881
22125
  }
21882
22126
 
21883
- export interface LolTftEventTFTEventMissionChains {
21884
- missionChains: LolTftEventTFTEventMissionChain[]
21885
- seriesId: string
22127
+ export interface LolTftEventPveEndOfGameXpNotification {
22128
+ xp: LolTftEventPveEndOfGameXp
21886
22129
  }
21887
22130
 
21888
- export interface LolTftEventTFTRotatingShopPromo {
21889
- id: string
21890
- bundleId: string
21891
- storeType: string
21892
- isDeepLink: boolean
21893
- }
22131
+ export type LolTftEventPveEventPVELevelState = "kError" | "kCleared" | "kUnlocked" | "kUnseenUnlocked" | "kLocked"
21894
22132
 
21895
- export interface LolTftEventTFTRotatingShopPromos {
21896
- firstPromos: LolTftEventTFTRotatingShopPromo[]
21897
- secondPromos: LolTftEventTFTRotatingShopPromo[]
21898
- fallbackPromo: LolTftEventTFTRotatingShopPromo
22133
+ export interface LolTftEventPveFrontendInventoryResponse {
22134
+ entitlements: LolTftEventPveItemKey[]
21899
22135
  }
21900
22136
 
21901
- export interface LolTftEventTftOrb {
21902
- missionId: string
21903
- status: string
21904
- /** @format int64 */
21905
- unlockTime: number
21906
- /** @format uint8 */
21907
- rewardLevel: number
21908
- rewards: PlayerMissionRewardDTO[]
22137
+ export interface LolTftEventPveGameflowGameData {
22138
+ queue: LolTftEventPveQueue
21909
22139
  }
21910
22140
 
21911
- export interface LolTftEventTftWeeklyMissions {
21912
- missions: PlayerMissionDTO[]
21913
- }
22141
+ export type LolTftEventPveGameflowPhase = "TerminatedInError" | "EndOfGame" | "PreEndOfGame" | "WaitingForStats" | "Reconnect" | "InProgress" | "FailedToLaunch" | "GameStart" | "ChampSelect" | "ReadyCheck" | "CheckedIntoTournament" | "Matchmaking" | "Lobby" | "None"
21914
22142
 
21915
- export interface LolTftEventUserInfo {
21916
- userInfo: string
22143
+ export interface LolTftEventPveGameflowSession {
22144
+ phase: LolTftEventPveGameflowPhase
22145
+ gameData: LolTftEventPveGameflowGameData
21917
22146
  }
21918
22147
 
21919
- export interface LolTftGameflowGameData {
21920
- /** @format uint64 */
21921
- gameId: number
21922
- queue: LolTftQueue
22148
+ export interface LolTftEventPveGetItemsRequest {
22149
+ /** @format uint32 */
22150
+ id: number
22151
+ inventoryTypes: string[]
22152
+ inventoryJWTs: string[]
21923
22153
  }
21924
22154
 
21925
- export type LolTftGameflowPhase = "TerminatedInError" | "EndOfGame" | "PreEndOfGame" | "WaitingForStats" | "Reconnect" | "InProgress" | "FailedToLaunch" | "GameStart" | "ChampSelect" | "ReadyCheck" | "CheckedIntoTournament" | "Matchmaking" | "Lobby" | "None"
22155
+ export interface LolTftEventPveIds {
22156
+ missionIds: string[]
22157
+ seriesIds: string[]
22158
+ }
21926
22159
 
21927
- export interface LolTftGameflowSession {
21928
- phase: LolTftGameflowPhase
21929
- gameData: LolTftGameflowGameData
22160
+ export interface LolTftEventPveInventoryCacheEntry {
22161
+ signedInventoryJwt: string
22162
+ /** @format uint64 */
22163
+ expirationMS: number
22164
+ /** @format uint64 */
22165
+ issuedAtMS: number
22166
+ /** @format uint64 */
22167
+ receivedAtMS: number
22168
+ valid: boolean
21930
22169
  }
21931
22170
 
21932
- export interface LolTftLolTftBackgrounds {
21933
- backgrounds: Record<string, string>
22171
+ export interface LolTftEventPveInventoryDTO {
22172
+ puuid: string
22173
+ /** @format uint64 */
22174
+ accountId: number
22175
+ /** @format uint64 */
22176
+ summonerId: number
22177
+ items: Record<string, unknown>
22178
+ expires: string
22179
+ itemsJwt?: string
21934
22180
  }
21935
22181
 
21936
- export interface LolTftLolTftBattlePassHub {
21937
- battlePassXPBoosted: boolean
22182
+ export interface LolTftEventPveInventoryItem {
22183
+ uuid: string
22184
+ /** @format int32 */
22185
+ itemId: number
22186
+ inventoryType: string
22187
+ purchaseDate: string
22188
+ /** @format uint64 */
22189
+ quantity: number
22190
+ ownershipType: LolTftEventPveItemOwnershipType
22191
+ usedInGameDate: string
22192
+ expirationDate: string
22193
+ /** @format uint64 */
22194
+ wins: number
21938
22195
  }
21939
22196
 
21940
- export interface LolTftLolTftEvent {
22197
+ export interface LolTftEventPveInventoryItemDTO {
22198
+ /** @format int32 */
22199
+ itemId: number
22200
+ inventoryType: string
22201
+ expirationDate: string
22202
+ purchaseDate: string
22203
+ /** @format uint64 */
22204
+ quantity: number
22205
+ usedInGameDate: string
22206
+ entitlementId: string
22207
+ entitlementTypeId: string
22208
+ instanceId: string
22209
+ instanceTypeId: string
22210
+ "f2p": boolean
22211
+ rental: boolean
22212
+ lsb: boolean
22213
+ /** @format uint64 */
22214
+ wins: number
22215
+ }
22216
+
22217
+ export interface LolTftEventPveInventoryItemWithPayload {
22218
+ uuid: string
22219
+ /** @format int32 */
22220
+ itemId: number
22221
+ inventoryType: string
22222
+ purchaseDate: string
22223
+ /** @format uint64 */
22224
+ quantity: number
22225
+ ownershipType: LolTftEventPveItemOwnershipType
22226
+ usedInGameDate: string
22227
+ expirationDate: string
22228
+ "f2p": boolean
22229
+ rental: boolean
22230
+ loyalty: boolean
22231
+ loyaltySources: string[]
22232
+ owned: boolean
22233
+ /** @format uint64 */
22234
+ wins: number
22235
+ payload: unknown
22236
+ }
22237
+
22238
+ export interface LolTftEventPveInventoryNotification {
22239
+ /** @format int64 */
22240
+ id: number
22241
+ /** @format int32 */
22242
+ itemId: number
22243
+ inventoryType: string
22244
+ type: string
22245
+ acknowledged: boolean
22246
+ }
22247
+
22248
+ export interface LolTftEventPveInventoryResponseDTO {
22249
+ data: LolTftEventPveInventoryDTO
22250
+ }
22251
+
22252
+ export interface LolTftEventPveItemKey {
22253
+ inventoryType: string
22254
+ contentId: string
22255
+ /** @format int32 */
22256
+ itemId: number
22257
+ }
22258
+
22259
+ export type LolTftEventPveItemOwnershipType = "F2P" | "LOYALTY" | "RENTED" | "OWNED"
22260
+
22261
+ export interface LolTftEventPveLoadout {
22262
+ /** @format uint32 */
22263
+ id: number
22264
+ name: string
22265
+ items: Record<string, unknown>
22266
+ }
22267
+
22268
+ export interface LolTftEventPveLoadoutRequestDTOBase {
22269
+ serviceToJwtsMap: Record<string, unknown>
22270
+ }
22271
+
22272
+ export interface LolTftEventPveLoginSession {
22273
+ state: LolTftEventPveLoginSessionStates
22274
+ /** @format uint64 */
22275
+ summonerId: number
22276
+ /** @format uint64 */
22277
+ accountId: number
22278
+ idToken: string
22279
+ puuid: string
22280
+ }
22281
+
22282
+ export type LolTftEventPveLoginSessionStates = "ERROR" | "LOGGING_OUT" | "SUCCEEDED" | "IN_PROGRESS"
22283
+
22284
+ export interface LolTftEventPveLolInventoryType {
22285
+ inventoryTypeId: string
22286
+ capInventoryTypeId: string
22287
+ }
22288
+
22289
+ export interface LolTftEventPveLoyaltyRewards {
22290
+ /** @format int32 */
22291
+ freeRewardedChampionsCount: number
22292
+ championIds: number[]
22293
+ /** @format int32 */
22294
+ freeRewardedSkinsCount: number
22295
+ skinIds: number[]
22296
+ /** @format int32 */
22297
+ ipBoost: number
22298
+ xpBoost: Record<string, number>
22299
+ /** @format int32 */
22300
+ loyaltyTFTMapSkinCount: number
22301
+ /** @format int32 */
22302
+ loyaltyTFTCompanionCount: number
22303
+ /** @format int32 */
22304
+ loyaltyTFTDamageSkinCount: number
22305
+ loyaltySources: Record<string, boolean>
22306
+ }
22307
+
22308
+ export interface LolTftEventPveLoyaltyRewardsSimplified {
22309
+ /** @format int32 */
22310
+ freeRewardedChampionsCount: number
22311
+ championIds: number[]
22312
+ /** @format int32 */
22313
+ freeRewardedSkinsCount: number
22314
+ skinIds: number[]
22315
+ /** @format int32 */
22316
+ ipBoost: number
22317
+ /** @format int32 */
22318
+ xpBoost: number
22319
+ /** @format int32 */
22320
+ loyaltyTFTMapSkinCount: number
22321
+ /** @format int32 */
22322
+ loyaltyTFTCompanionCount: number
22323
+ /** @format int32 */
22324
+ loyaltyTFTDamageSkinCount: number
22325
+ loyaltySources: Record<string, boolean>
22326
+ }
22327
+
22328
+ export type LolTftEventPveLoyaltyStatus = "DISABLED" | "REVOKE" | "CHANGE" | "EXPIRY" | "REWARDS_GRANT" | "LEGACY"
22329
+
22330
+ export interface LolTftEventPveLoyaltyStatusNotification {
22331
+ status: LolTftEventPveLoyaltyStatus
22332
+ rewards: LolTftEventPveLoyaltyRewardsSimplified
22333
+ reloadInventory: boolean
22334
+ }
22335
+
22336
+ export interface LolTftEventPveMission {
22337
+ viewed: boolean
22338
+ id: string
22339
+ title: string
22340
+ helperText: string
22341
+ description: string
22342
+ missionLineText: string
22343
+ iconImageUrl: string
22344
+ seriesName: string
22345
+ rewards: LolTftEventPveReward[]
22346
+ status: string
22347
+ missionType: string
22348
+ displayType: string
22349
+ /** @format int64 */
22350
+ completedDate: number
22351
+ celebrationType: string
22352
+ }
22353
+
22354
+ export interface LolTftEventPveMissionAsset {
22355
+ internalName: string
22356
+ path: string
22357
+ iconNeedsFrame: boolean
22358
+ }
22359
+
22360
+ export interface LolTftEventPvePlayerNotification {
22361
+ critical: boolean
22362
+ detailKey: string
22363
+ source: string
22364
+ state: string
22365
+ titleKey: string
22366
+ type: string
22367
+ iconUrl: string
22368
+ }
22369
+
22370
+ export interface LolTftEventPveQueue {
22371
+ isTeamBuilderManaged: boolean
22372
+ }
22373
+
22374
+ export interface LolTftEventPveReward {
22375
+ rewardType: string
22376
+ rewardGroup: string
22377
+ description: string
22378
+ iconUrl: string
22379
+ smallIconUrl: string
22380
+ itemId: string
22381
+ itemTypeId: string
22382
+ uniqueName: string
22383
+ rewardFulfilled: boolean
22384
+ rewardGroupSelected: boolean
22385
+ /** @format int32 */
22386
+ sequence: number
22387
+ /** @format int32 */
22388
+ quantity: number
22389
+ isObjectiveBasedReward: boolean
22390
+ media: Record<string, string>
22391
+ iconNeedsFrame: boolean
22392
+ }
22393
+
22394
+ export interface LolTftEventPveRiotMessagingServiceMessage {
22395
+ resource: string
22396
+ service: string
22397
+ version: string
22398
+ /** @format int64 */
22399
+ timestamp: number
22400
+ payload: string
22401
+ }
22402
+
22403
+ export interface LolTftEventPveRmsEntitlementPayload {
22404
+ itemId: string
22405
+ itemTypeId: string
22406
+ tiers: string
22407
+ entitlementTypeId: string
22408
+ resourceOperation: string
22409
+ }
22410
+
22411
+ export interface LolTftEventPveRmsStoreEntitlementItem {
22412
+ inventoryType: string
22413
+ itemId: string
22414
+ }
22415
+
22416
+ export interface LolTftEventPveRmsStoreEntitlementPayload {
22417
+ transactionId: string
22418
+ items: LolTftEventPveRmsStoreEntitlementItem[]
22419
+ }
22420
+
22421
+ export interface LolTftEventPveRmsWalletPayload {
22422
+ [key: string | number]: any
22423
+ }
22424
+
22425
+ export interface LolTftEventPveRmsXboxSubscriptionChange {
22426
+ puuid: string
22427
+ subscriptionId: string
22428
+ active: string
22429
+ identityProvider: string[]
22430
+ }
22431
+
22432
+ export interface LolTftEventPveScopedLoadout {
22433
+ scope: string
22434
+ /** @format uint32 */
22435
+ itemId?: number
22436
+ name: string
22437
+ loadout: Record<string, LolTftEventPveItemKey>
22438
+ refreshTime: string
22439
+ id: string
22440
+ }
22441
+
22442
+ export interface LolTftEventPveSignGCORequestDTO {
22443
+ serviceToJwtsMap: Record<string, unknown>
22444
+ loadout: Record<string, LolTftEventPveItemKey>
22445
+ }
22446
+
22447
+ export interface LolTftEventPveSimpleInventoryDTO {
22448
+ items: Record<string, unknown>
22449
+ itemsJwt: string
22450
+ expires: string
22451
+ }
22452
+
22453
+ export interface LolTftEventPveSimpleInventoryResponseDTO {
22454
+ data: LolTftEventPveSimpleInventoryDTO
22455
+ }
22456
+
22457
+ export interface LolTftEventPveSummonerIcon {
22458
+ /** @format int32 */
22459
+ itemId: number
22460
+ }
22461
+
22462
+ export interface LolTftEventPveTFTEventBuddiesData {
22463
+ Buddies: LolTftEventPveTFTEventBuddyData[]
22464
+ }
22465
+
22466
+ export interface LolTftEventPveTFTEventBuddy {
22467
+ isPremium: boolean
22468
+ completedSummit: boolean
22469
+ completedPerfectRun: boolean
22470
+ /** @format uint8 */
22471
+ journeyTrackUnlockLevel: number
22472
+ /** @format uint32 */
22473
+ id: number
22474
+ contentId: string
22475
+ name: string
22476
+ description: string
22477
+ selectionVOKey: string
22478
+ shortDescription: string
22479
+ iconTexture: string
22480
+ portraitTexture: string
22481
+ hubTexture: string
22482
+ summitMissionId: string
22483
+ perfectRunMissionId: string
22484
+ equipState: LolTftEventPveTFTEventBuddyEquipState
22485
+ }
22486
+
22487
+ export interface LolTftEventPveTFTEventBuddyData {
22488
+ IsPremium: boolean
22489
+ /** @format uint8 */
22490
+ JourneyTrackUnlockLevel: number
22491
+ ContentId: string
22492
+ /** @format uint32 */
22493
+ ItemId: number
22494
+ Name: string
22495
+ Description: string
22496
+ SelectionVOKey: string
22497
+ ShortDescription: string
22498
+ IconTexturePath: string
22499
+ PortraitTexturePath: string
22500
+ HubTexturePath: string
22501
+ SummitMission: LolTftEventPveCAPMission
22502
+ PerfectMission: LolTftEventPveCAPMission
22503
+ }
22504
+
22505
+ export type LolTftEventPveTFTEventBuddyEquipState = "kEquipped" | "kUnlocked" | "kUnseenUnlocked" | "kLocked"
22506
+
22507
+ export interface LolTftEventPveTFTEventDifficultyData {
22508
+ /** @format uint8 */
22509
+ ItemId: number
22510
+ /** @format uint8 */
22511
+ DifficultyLevel: number
22512
+ Name: string
22513
+ Description: string
22514
+ IconTexture: string
22515
+ ContentId: string
22516
+ }
22517
+
22518
+ export interface LolTftEventPveTFTEventJourneyTrackCollectionData {
22519
+ Bonuses: LolTftEventPveTFTEventJourneyTrackXPData[]
22520
+ }
22521
+
22522
+ export interface LolTftEventPveTFTEventJourneyTrackXPData {
22523
+ Name: string
22524
+ }
22525
+
22526
+ export interface LolTftEventPveTFTEventPVEEoGMissionReward {
22527
+ name: string
22528
+ iconTexture: string
22529
+ type: string
22530
+ itemTypeId: string
22531
+ /** @format uint16 */
22532
+ quantity: number
22533
+ firstCompletionLevelMission: boolean
22534
+ }
22535
+
22536
+ export interface LolTftEventPveTFTEventPVEHub {
22537
+ levels: LolTftEventPveTFTEventPVELevel[]
22538
+ ultimateVictory: LolTftEventPveTFTEventPVEUltimateVictory
22539
+ }
22540
+
22541
+ export interface LolTftEventPveTFTEventPVEHubData {
22542
+ Levels: LolTftEventPveTFTEventPVELevelData[]
22543
+ }
22544
+
22545
+ export interface LolTftEventPveTFTEventPVEJourneyTrackBonuses {
22546
+ names: string[]
22547
+ }
22548
+
22549
+ export interface LolTftEventPveTFTEventPVELevel {
22550
+ status: LolTftEventPveEventPVELevelState
22551
+ isSelected: boolean
22552
+ /** @format uint8 */
22553
+ difficultyLevel: number
22554
+ /** @format uint8 */
22555
+ id: number
22556
+ contentId: string
22557
+ name: string
22558
+ recommended: string
22559
+ description: string
22560
+ descriptionUnlocked: string
22561
+ descriptionCleared: string
22562
+ missionId: string
22563
+ lockedPortrait: string
22564
+ unlockedPortrait: string
22565
+ clearedPortrait: string
22566
+ levelSymbol: string
22567
+ rewards: LolTftEventPveTFTEventPVEReward[]
22568
+ }
22569
+
22570
+ export interface LolTftEventPveTFTEventPVELevelData {
22571
+ Name: string
22572
+ Recommended: string
22573
+ Description: string
22574
+ DescriptionUnlocked: string
22575
+ DescriptionCleared: string
22576
+ LockedImagePath: string
22577
+ UnlockedImagePath: string
22578
+ ClearedImagePath: string
22579
+ SymbolImagePath: string
22580
+ Mission: LolTftEventPveCAPMission
22581
+ Difficulty: LolTftEventPveTFTEventDifficultyData
22582
+ }
22583
+
22584
+ export interface LolTftEventPveTFTEventPVELevelDetails {
22585
+ /** @format uint8 */
22586
+ mBossCost: number
22587
+ /** @format uint8 */
22588
+ mNumAffixes: number
22589
+ /** @format uint8 */
22590
+ mNumEnemyModifiers: number
22591
+ }
22592
+
22593
+ export interface LolTftEventPveTFTEventPVEReward {
22594
+ rewardName: string
22595
+ rewardImage: string
22596
+ /** @format uint32 */
22597
+ rewardQuantity: number
22598
+ }
22599
+
22600
+ export interface LolTftEventPveTFTEventPVEUltimateVictory {
22601
+ name: string
22602
+ description: string
22603
+ reward: LolTftEventPveTFTEventPVEReward
22604
+ achievedUltimateVictory: boolean
22605
+ seenCelebration: boolean
22606
+ }
22607
+
22608
+ export interface LolTftEventPveTftBattlepass {
22609
+ /** @format int32 */
22610
+ totalPointsEarned: number
22611
+ milestones: LolTftEventPveTftBattlepassMilestone[]
22612
+ bonuses: LolTftEventPveTftBattlepassMilestone[]
22613
+ activeMilestone: LolTftEventPveTftBattlepassMilestone
22614
+ info: LolTftEventPveTftBattlepassInfo
22615
+ /** @format int32 */
22616
+ lastViewedProgress: number
22617
+ lastViewedMilestone: LolTftEventPveTftBattlepassMilestone
22618
+ /** @format int32 */
22619
+ currentLevel: number
22620
+ }
22621
+
22622
+ export interface LolTftEventPveTftBattlepassInfo {
22623
+ title: string
22624
+ description: string
22625
+ /** @format uint64 */
22626
+ startDate: number
22627
+ /** @format uint64 */
22628
+ endDate: number
22629
+ premium: boolean
22630
+ premiumTitle: string
22631
+ premiumEntitlementId: string
22632
+ pcPurchaseRequirement: string
22633
+ passId: string
22634
+ hasLevelPurchasing: boolean
22635
+ media: Record<string, string>
22636
+ passType: LolTftEventPveTftPassType
22637
+ }
22638
+
22639
+ export interface LolTftEventPveTftBattlepassMilestone {
22640
+ milestoneId: string
22641
+ title: string
22642
+ description: string
22643
+ status: string
22644
+ /** @format int32 */
22645
+ pointsNeededForMilestone: number
22646
+ /** @format int32 */
22647
+ pointsEarnedForMilestone: number
22648
+ /** @format int32 */
22649
+ totalPointsForMilestone: number
22650
+ /** @format int32 */
22651
+ level: number
22652
+ iconImageUrl: string
22653
+ iconNeedsFrame: boolean
22654
+ rewards: LolTftEventPveTftBattlepassReward[]
22655
+ isPaid: boolean
22656
+ isLocked: boolean
22657
+ isKeystone: boolean
22658
+ isBonus: boolean
22659
+ isClaimRequestPending: boolean
22660
+ }
22661
+
22662
+ export interface LolTftEventPveTftBattlepassReward {
22663
+ name: string
22664
+ description: string
22665
+ itemId: string
22666
+ itemTypeId: string
22667
+ iconUrl: string
22668
+ iconNeedsFrame: boolean
22669
+ }
22670
+
22671
+ export type LolTftEventPveTftPassType = "kUnknown" | "kSkillTreePass" | "kDailyLoginPass" | "kEventPass" | "kBattlePass"
22672
+
22673
+ export interface LolTftEventPveUpdateLoadoutDTO {
22674
+ id: string
22675
+ name: string
22676
+ loadout: Record<string, LolTftEventPveItemKey>
22677
+ }
22678
+
22679
+ export interface LolTftEventPveUpdateLoadoutRequestDTO {
22680
+ serviceToJwtsMap: Record<string, unknown>
22681
+ loadout: LolTftEventPveUpdateLoadoutDTO
22682
+ }
22683
+
22684
+ export interface LolTftEventPveWallet {
22685
+ /** @format int64 */
22686
+ ip: number
22687
+ /** @format int64 */
22688
+ rp: number
22689
+ }
22690
+
22691
+ export interface LolTftEventPveWalletCacheEntry {
22692
+ signedBalancesJwt: string
22693
+ /** @format uint64 */
22694
+ expirationMS: number
22695
+ /** @format uint64 */
22696
+ issuedAtMS: number
22697
+ /** @format uint64 */
22698
+ receivedAtMS: number
22699
+ valid: boolean
22700
+ }
22701
+
22702
+ export interface LolTftEventPveWalletDTO {
22703
+ puuid: string
22704
+ /** @format int64 */
22705
+ accountId: number
22706
+ expires: string
22707
+ balances: Record<string, number>
22708
+ balancesJwt: string
22709
+ }
22710
+
22711
+ export interface LolTftEventPveWalletResponseDTO {
22712
+ data: LolTftEventPveWalletDTO
22713
+ }
22714
+
22715
+ export interface LolTftEventPveXboxSubscriptionStatus {
22716
+ active: string
22717
+ subscriptionId: string
22718
+ }
22719
+
22720
+ export interface LolTftEventQueue {
22721
+ /** @format int32 */
22722
+ id: number
22723
+ /** @format int32 */
22724
+ mapId: number
22725
+ gameMode: string
22726
+ category: LolTftEventQueueGameCategory
22727
+ }
22728
+
22729
+ export type LolTftEventQueueGameCategory = "Alpha" | "VersusAi" | "PvP" | "Custom" | "None"
22730
+
22731
+ export interface LolTftEventRewardGrant {
22732
+ info: LolTftEventRewardGrantInfo
22733
+ rewardGroup: LolTftEventRewardGroup
22734
+ }
22735
+
22736
+ export interface LolTftEventRewardGrantElement {
22737
+ id: string
22738
+ itemId: string
22739
+ itemType: string
22740
+ fulfillmentSource: string
22741
+ rewardStatus: LolTftEventRewardStatus
22742
+ /** @format int32 */
22743
+ quantity: number
22744
+ media: Record<string, string>
22745
+ localizations: Record<string, string>
22746
+ }
22747
+
22748
+ export interface LolTftEventRewardGrantInfo {
22749
+ id: string
22750
+ granteeId: string
22751
+ rewardGroupId: string
22752
+ status: LolTftEventGrantStatus
22753
+ grantElements: LolTftEventRewardGrantElement[]
22754
+ selectedIds: string[]
22755
+ viewed: boolean
22756
+ }
22757
+
22758
+ export interface LolTftEventRewardGroup {
22759
+ id: string
22760
+ internalName: string
22761
+ productId: string
22762
+ types: string[]
22763
+ rewards: LolTftEventSvcReward[]
22764
+ childRewardGroupIds: string[]
22765
+ rewardStrategy: LolTftEventRewardStrategy
22766
+ selectionStrategyConfig: LolTftEventSelectionStrategyConfig
22767
+ active: boolean
22768
+ media: Record<string, string>
22769
+ localizations: Record<string, string>
22770
+ }
22771
+
22772
+ export interface LolTftEventRewardGroupsSelection {
22773
+ rewardGroups: string[]
22774
+ }
22775
+
22776
+ export type LolTftEventRewardStatus = "FULFILLED" | "PENDING"
22777
+
22778
+ export type LolTftEventRewardStrategy = "SELECTION" | "RANDOM" | "ALL"
22779
+
22780
+ export interface LolTftEventRewardsProductConfig {
22781
+ enabled: boolean
22782
+ serviceUrl: string
22783
+ }
22784
+
22785
+ export interface LolTftEventRiotMessagingServiceMessage {
22786
+ resource: string
22787
+ service: string
22788
+ version: string
22789
+ /** @format int64 */
22790
+ timestamp: number
22791
+ payload: string
22792
+ }
22793
+
22794
+ export interface LolTftEventRiotMessagingServicePayload {
22795
+ deltaEventId: string
22796
+ ownerId: string
22797
+ updatedMissions: string[]
22798
+ }
22799
+
22800
+ export interface LolTftEventSelectionStrategyConfig {
22801
+ /** @format uint32 */
22802
+ minSelectionsAllowed: number
22803
+ /** @format uint32 */
22804
+ maxSelectionsAllowed: number
22805
+ }
22806
+
22807
+ export interface LolTftEventSeriesOpt {
22808
+ seriesId: string
22809
+ option: string
22810
+ }
22811
+
22812
+ export interface LolTftEventSettingsResource {
22813
+ data: unknown
22814
+ }
22815
+
22816
+ export interface LolTftEventSvcReward {
22817
+ id: string
22818
+ itemId: string
22819
+ /** @format int32 */
22820
+ quantity: number
22821
+ fulfillmentSource: string
22822
+ media: Record<string, string>
22823
+ localizations: Record<string, string>
22824
+ }
22825
+
22826
+ export interface LolTftEventTFTEventMissionChain {
22827
+ /** @format int32 */
22828
+ chainIndex: number
22829
+ /** @format uint32 */
22830
+ chainSize: number
22831
+ missions: PlayerMissionDTO[]
22832
+ }
22833
+
22834
+ export interface LolTftEventTFTEventMissionChains {
22835
+ missionChains: LolTftEventTFTEventMissionChain[]
22836
+ seriesId: string
22837
+ }
22838
+
22839
+ export interface LolTftEventTFTRotatingShopPromo {
22840
+ id: string
22841
+ bundleId: string
22842
+ storeType: string
22843
+ isDeepLink: boolean
22844
+ }
22845
+
22846
+ export interface LolTftEventTFTRotatingShopPromos {
22847
+ firstPromos: LolTftEventTFTRotatingShopPromo[]
22848
+ secondPromos: LolTftEventTFTRotatingShopPromo[]
22849
+ fallbackPromo: LolTftEventTFTRotatingShopPromo
22850
+ }
22851
+
22852
+ export interface LolTftEventTftOrb {
22853
+ missionId: string
22854
+ status: string
22855
+ /** @format int64 */
22856
+ unlockTime: number
22857
+ /** @format uint8 */
22858
+ rewardLevel: number
22859
+ rewards: PlayerMissionRewardDTO[]
22860
+ }
22861
+
22862
+ export interface LolTftEventTftWeeklyMissions {
22863
+ missions: PlayerMissionDTO[]
22864
+ }
22865
+
22866
+ export interface LolTftEventUserInfo {
22867
+ userInfo: string
22868
+ }
22869
+
22870
+ export interface LolTftGameflowGameData {
22871
+ /** @format uint64 */
22872
+ gameId: number
22873
+ queue: LolTftQueue
22874
+ }
22875
+
22876
+ export type LolTftGameflowPhase = "TerminatedInError" | "EndOfGame" | "PreEndOfGame" | "WaitingForStats" | "Reconnect" | "InProgress" | "FailedToLaunch" | "GameStart" | "ChampSelect" | "ReadyCheck" | "CheckedIntoTournament" | "Matchmaking" | "Lobby" | "None"
22877
+
22878
+ export interface LolTftGameflowSession {
22879
+ phase: LolTftGameflowPhase
22880
+ gameData: LolTftGameflowGameData
22881
+ }
22882
+
22883
+ export interface LolTftLolTftBackgrounds {
22884
+ backgrounds: Record<string, string>
22885
+ }
22886
+
22887
+ export interface LolTftLolTftBattlePassHub {
22888
+ battlePassXPBoosted: boolean
22889
+ }
22890
+
22891
+ export interface LolTftLolTftEvent {
21941
22892
  titleTranslationKey: string
21942
22893
  eventId: string
21943
22894
  enabled: boolean
@@ -22021,6 +22972,28 @@ export interface LolTftPassActiveEventUIData {
22021
22972
  eventInfo: LolTftPassEventInfoUIData
22022
22973
  }
22023
22974
 
22975
+ export interface LolTftPassActivityCenterMilestones {
22976
+ eventId: string
22977
+ eventHubType: string
22978
+ localizedName: string
22979
+ navbarIconImage: string
22980
+ startDate: string
22981
+ progressEndDate: string
22982
+ endDate: string
22983
+ isGameModeEvent: boolean
22984
+ /** @format uint32 */
22985
+ queueId: number
22986
+ localizedLogo: string
22987
+ localizedEventSubtitle: string
22988
+ localizedHelpUrl: string
22989
+ backgroundImage: string
22990
+ helpModalImage: string
22991
+ objectiveBannerImage: string
22992
+ objectiveCard: LolTftPassObjectiveCard
22993
+ eventPassBundlesCatalogEntry: LolTftPassCatalogEntry[]
22994
+ rewardTrack: LolTftPassRewardTrack
22995
+ }
22996
+
22024
22997
  export interface LolTftPassBundleOfferUIData {
22025
22998
  details: LolTftPassBundledItemUIData
22026
22999
  /** @format int64 */
@@ -22071,8 +23044,6 @@ export interface LolTftPassChapter {
22071
23044
  localizedDescription: string
22072
23045
  cardImage: string
22073
23046
  backgroundImage: string
22074
- backgroundVideo: string
22075
- foregroundImage: string
22076
23047
  objectiveBannerImage: string
22077
23048
  /** @format uint16 */
22078
23049
  chapterStart: number
@@ -22157,9 +23128,11 @@ export interface LolTftPassEventDetailsUIData {
22157
23128
  promotionBannerImage: string
22158
23129
  objectiveBannerImage: string
22159
23130
  memoryBookBackgroundImage: string
23131
+ /** @format uint32 */
23132
+ spotlightSkinId: number
22160
23133
  }
22161
23134
 
22162
- export type LolTftPassEventHubType = "SeasonPass" | "HallOfLegends" | "EventShop"
23135
+ export type LolTftPassEventHubType = "ActivityCenterMilestones" | "SeasonPass" | "HallOfLegends" | "EventShop"
22163
23136
 
22164
23137
  export interface LolTftPassEventInfoUIData {
22165
23138
  eventId: string
@@ -22168,12 +23141,15 @@ export interface LolTftPassEventInfoUIData {
22168
23141
  eventIcon: string
22169
23142
  navBarIcon: string
22170
23143
  battleExpIcon: string
22171
- localizedSeasonLogo: string
22172
23144
  localizedShortName: string
22173
23145
  eventTokenImage: string
22174
23146
  startDate: string
22175
23147
  progressEndDate: string
22176
23148
  endDate: string
23149
+ localizedLogo: string
23150
+ localizedEventSubtitle: string
23151
+ localizedHelpUrl: string
23152
+ objectiveCard: LolTftPassObjectiveCard
22177
23153
  /** @format int32 */
22178
23154
  currentTokenBalance: number
22179
23155
  /** @format int32 */
@@ -22183,6 +23159,9 @@ export interface LolTftPassEventInfoUIData {
22183
23159
  /** @format int64 */
22184
23160
  timeOfLastUnclaimedReward: number
22185
23161
  isPassPurchased: boolean
23162
+ isGameModeEvent: boolean
23163
+ /** @format int32 */
23164
+ queueId: number
22186
23165
  eventPassBundles: LolTftPassCatalogEntry[]
22187
23166
  tokenBundles: LolTftPassCatalogEntry[]
22188
23167
  }
@@ -22198,7 +23177,6 @@ export interface LolTftPassEventShop {
22198
23177
  localizedName: string
22199
23178
  backgroundImage: string
22200
23179
  navbarIconImage: string
22201
- battleExpIconImage: string
22202
23180
  headerIconImage: string
22203
23181
  startDate: string
22204
23182
  progressEndDate: string
@@ -22279,6 +23257,7 @@ export interface LolTftPassHallOfLegends {
22279
23257
  endDate: string
22280
23258
  helpModalImage: string
22281
23259
  inducteeName: string
23260
+ spotlightSkin: LolTftPassSpotlightSkin
22282
23261
  promotionBannerImage: string
22283
23262
  objectiveBannerImage: string
22284
23263
  eventPassBundlesCatalogEntry: LolTftPassCatalogEntry[]
@@ -22536,6 +23515,12 @@ export interface LolTftPassNextRewardUIData {
22536
23515
  level: string
22537
23516
  }
22538
23517
 
23518
+ export interface LolTftPassObjectiveCard {
23519
+ missionSeriesName: string
23520
+ objectiveGroup: string
23521
+ objectiveCategoryId: string
23522
+ }
23523
+
22539
23524
  export interface LolTftPassObjectivesBanner {
22540
23525
  eventName: string
22541
23526
  promotionBannerImage: string
@@ -22751,6 +23736,7 @@ export interface LolTftPassRewardTrackItemOption {
22751
23736
  cardSize: string
22752
23737
  rewardGroupId: string
22753
23738
  celebrationType: LolTftPassCelebrationType
23739
+ rewardInventoryTypes: string[]
22754
23740
  }
22755
23741
 
22756
23742
  export type LolTftPassRewardTrackItemStates = "Selected" | "Unselected" | "Unlocked" | "Locked"
@@ -22874,7 +23860,6 @@ export interface LolTftPassSeasonPass {
22874
23860
  eventHubType: string
22875
23861
  localizedName: string
22876
23862
  navbarIconImage: string
22877
- headerIconImage: string
22878
23863
  battleExpIconImage: string
22879
23864
  headerTitleImage: string
22880
23865
  startDate: string
@@ -22921,6 +23906,11 @@ export interface LolTftPassSimpleInventoryResponseDTO {
22921
23906
  data: LolTftPassSimpleInventoryDTO
22922
23907
  }
22923
23908
 
23909
+ export interface LolTftPassSpotlightSkin {
23910
+ /** @format uint32 */
23911
+ championSkinID: number
23912
+ }
23913
+
22924
23914
  export interface LolTftPassSummonerIcon {
22925
23915
  /** @format int32 */
22926
23916
  itemId: number
@@ -23686,6 +24676,88 @@ export interface LolTftTrovesCapOrdersResponseDTO {
23686
24676
  data: unknown
23687
24677
  }
23688
24678
 
24679
+ export interface LolTftTrovesCatalogEntryDto {
24680
+ id: string
24681
+ productId: string
24682
+ name: string
24683
+ description: string
24684
+ endTime: string
24685
+ purchaseUnits: LolTftTrovesPurchaseUnitDto[]
24686
+ displayMetadata: unknown
24687
+ refundRule: string
24688
+ giftRule: string
24689
+ prerequisites: LolTftTrovesPrerequisiteDto[]
24690
+ purchaseLimits: LolTftTrovesVelocityLimitDeltaDto[]
24691
+ }
24692
+
24693
+ export interface LolTftTrovesChemtechShoppeDropTableOddsTreeDto {
24694
+ nodeHierarchy: Record<string, LolTftTrovesChemtechShoppeDropTableOddsTreeHierarchyDto>
24695
+ nodes: Record<string, LolTftTrovesChemtechShoppeDropTableOddsTreeNodeDto>
24696
+ nodeTraKeys: Record<string, LolTftTrovesChemtechShoppeDropTableOddsTreeNodeTraKeyDto>
24697
+ rootNodeId: string
24698
+ templateName: string
24699
+ }
24700
+
24701
+ export interface LolTftTrovesChemtechShoppeDropTableOddsTreeHierarchyDto {
24702
+ edges: LolTftTrovesChemtechShoppeDropTableOddsTreeHierarchyEdgeDto[]
24703
+ }
24704
+
24705
+ export interface LolTftTrovesChemtechShoppeDropTableOddsTreeHierarchyEdgeDto {
24706
+ targetNodeId: string
24707
+ /** @format double */
24708
+ odds: number
24709
+ }
24710
+
24711
+ export interface LolTftTrovesChemtechShoppeDropTableOddsTreeNodeDto {
24712
+ id: string
24713
+ name: string
24714
+ /** @format uint32 */
24715
+ displayPriority: number
24716
+ sourceId: string
24717
+ /** @format uint32 */
24718
+ rewardQuantity: number
24719
+ }
24720
+
24721
+ export interface LolTftTrovesChemtechShoppeDropTableOddsTreeNodeTraKeyDto {
24722
+ nameTraKey: string
24723
+ }
24724
+
24725
+ export interface LolTftTrovesChemtechShoppeDropTableOddsTreeResultDto {
24726
+ data: LolTftTrovesChemtechShoppeDropTableOddsTreeDto
24727
+ }
24728
+
24729
+ export interface LolTftTrovesChemtechShoppeDropsFulfillmentDto {
24730
+ /** @format int64 */
24731
+ delta: number
24732
+ /** @format int64 */
24733
+ finalDelta: number
24734
+ name: string
24735
+ /** @format int64 */
24736
+ maxQuantity: number
24737
+ /** @format int64 */
24738
+ ownedQuantity: number
24739
+ ownershipCompensationMode: string
24740
+ itemTypeId: string
24741
+ itemId: string
24742
+ currencyId: string
24743
+ subCurrencyDeltas: Record<string, number>
24744
+ }
24745
+
24746
+ export interface LolTftTrovesChemtechShoppeDropsRollDto {
24747
+ fulfillments: LolTftTrovesChemtechShoppeDropsFulfillmentDto[]
24748
+ }
24749
+
24750
+ export interface LolTftTrovesChemtechShoppeDropsRollResultsDto {
24751
+ rolls: LolTftTrovesChemtechShoppeDropsRollDto[]
24752
+ }
24753
+
24754
+ export interface LolTftTrovesCompanionData {
24755
+ name: string
24756
+ contentId: string
24757
+ speciesName: string
24758
+ companionType: string
24759
+ }
24760
+
23689
24761
  export interface LolTftTrovesCounter {
23690
24762
  id: string
23691
24763
  name: string
@@ -23741,17 +24813,36 @@ export interface LolTftTrovesDropsOddsListEntryDTO {
23741
24813
  sourceId: string
23742
24814
  }
23743
24815
 
23744
- export interface LolTftTrovesDropsOddsTreeNodeDTO {
23745
- nodeId: string
23746
- sourceId: string
23747
- /** @format float */
23748
- odds: number
23749
- children: LolTftTrovesDropsOddsTreeNodeDTO[]
23750
- /** @format uint16 */
23751
- quantity: number
23752
- nameTraKey: string
23753
- /** @format uint8 */
23754
- priority: number
24816
+ export interface LolTftTrovesDropsOddsTreeNodeDTO {
24817
+ nodeId: string
24818
+ sourceId: string
24819
+ /** @format float */
24820
+ odds: number
24821
+ children: LolTftTrovesDropsOddsTreeNodeDTO[]
24822
+ /** @format uint16 */
24823
+ quantity: number
24824
+ nameTraKey: string
24825
+ /** @format uint8 */
24826
+ priority: number
24827
+ }
24828
+
24829
+ export interface LolTftTrovesEntitlementDto {
24830
+ id: string
24831
+ label: string
24832
+ typeId: string
24833
+ productId: string
24834
+ active: boolean
24835
+ createdDate: string
24836
+ lastModifiedDate: string
24837
+ firstUsedDate: string
24838
+ recipient: unknown
24839
+ ownerId: string
24840
+ item: LolTftTrovesEntitlementItemDto
24841
+ }
24842
+
24843
+ export interface LolTftTrovesEntitlementItemDto {
24844
+ id: string
24845
+ typeId: string
23755
24846
  }
23756
24847
 
23757
24848
  export interface LolTftTrovesEntitlementNotificationResource {
@@ -23761,12 +24852,46 @@ export interface LolTftTrovesEntitlementNotificationResource {
23761
24852
  resourceOperation: string
23762
24853
  }
23763
24854
 
24855
+ export interface LolTftTrovesEntitlementsResponse {
24856
+ data: LolTftTrovesEntitlementDto[]
24857
+ }
24858
+
23764
24859
  export interface LolTftTrovesEntityInstance {
23765
24860
  groupId: string
23766
24861
  counters: LolTftTrovesCounterInstance[]
23767
24862
  milestones: LolTftTrovesMilestoneInstance[]
23768
24863
  }
23769
24864
 
24865
+ export interface LolTftTrovesFinalPurchaseUnitDto {
24866
+ payments: LolTftTrovesPaymentDto[]
24867
+ fulfillment: LolTftTrovesFulfillmentDto
24868
+ }
24869
+
24870
+ export interface LolTftTrovesFulfillmentDto {
24871
+ /** @format int64 */
24872
+ delta: number
24873
+ /** @format int64 */
24874
+ finalDelta: number
24875
+ name: string
24876
+ /** @format int64 */
24877
+ maxQuantity: number
24878
+ /** @format uint64 */
24879
+ ownedQuantity: number
24880
+ ownershipCompensationMode: string
24881
+ itemTypeId: string
24882
+ itemId: string
24883
+ currencyId: string
24884
+ subCurrencyDeltas: Record<string, number>
24885
+ progressionCounterId: string
24886
+ dropTableId: string
24887
+ results: LolTftTrovesChemtechShoppeDropsRollResultsDto
24888
+ }
24889
+
24890
+ export interface LolTftTrovesGameDataCompanion {
24891
+ contentId: string
24892
+ companionType: string
24893
+ }
24894
+
23770
24895
  export interface LolTftTrovesGameDataTFTContent {
23771
24896
  name: string
23772
24897
  nameTraKey: string
@@ -23908,6 +25033,39 @@ export interface LolTftTrovesOrderNotificationResource {
23908
25033
  status: string
23909
25034
  }
23910
25035
 
25036
+ export interface LolTftTrovesPagination {
25037
+ /** @format uint32 */
25038
+ offset: number
25039
+ /** @format uint32 */
25040
+ limit: number
25041
+ /** @format uint32 */
25042
+ maxLimit: number
25043
+ /** @format uint32 */
25044
+ total: number
25045
+ previous: string
25046
+ next: string
25047
+ }
25048
+
25049
+ export interface LolTftTrovesPaymentDto {
25050
+ /** @format int64 */
25051
+ delta: number
25052
+ /** @format int64 */
25053
+ finalDelta: number
25054
+ name: string
25055
+ /** @format int64 */
25056
+ discountedDelta: number
25057
+ /** @format double */
25058
+ discountPercent: number
25059
+ itemTypeId: string
25060
+ itemId: string
25061
+ currencyId: string
25062
+ }
25063
+
25064
+ export interface LolTftTrovesPaymentOptionDto {
25065
+ key: string
25066
+ payments: LolTftTrovesPaymentDto[]
25067
+ }
25068
+
23911
25069
  export interface LolTftTrovesPityCounterDTO {
23912
25070
  dropTableId: string
23913
25071
  /** @format uint8 */
@@ -23920,6 +25078,125 @@ export interface LolTftTrovesPlayerLoot {
23920
25078
  itemDesc: string
23921
25079
  }
23922
25080
 
25081
+ export interface LolTftTrovesPrerequisiteDto {
25082
+ status: string
25083
+ itemTypeId: string
25084
+ itemId: string
25085
+ /** @format uint16 */
25086
+ requiredQuantity: number
25087
+ }
25088
+
25089
+ export interface LolTftTrovesPurchaseDto {
25090
+ id: string
25091
+ productId: string
25092
+ storeId: string
25093
+ storeName: string
25094
+ catalogEntryId: string
25095
+ catalogEntryName: string
25096
+ purchaserId: string
25097
+ recipientId: string
25098
+ purchaseUnits: LolTftTrovesFinalPurchaseUnitDto[]
25099
+ createdTime: string
25100
+ completedTime: string
25101
+ purchaseState: string
25102
+ purchaseVisibility: string
25103
+ refund: LolTftTrovesRefundDto
25104
+ refundRule: string
25105
+ refundable: boolean
25106
+ /** @format int64 */
25107
+ quantity: number
25108
+ source: string
25109
+ }
25110
+
25111
+ export interface LolTftTrovesPurchaseErrorMessageDto {
25112
+ /** @format int32 */
25113
+ httpStatus: number
25114
+ errorCode: string
25115
+ message: string
25116
+ }
25117
+
25118
+ export interface LolTftTrovesPurchaseHistoryResponse {
25119
+ data: LolTftTrovesPurchaseDto[]
25120
+ paging: LolTftTrovesPagination
25121
+ stats: LolTftTrovesResponseStats
25122
+ notes: string[]
25123
+ errors: LolTftTrovesResponseError[]
25124
+ }
25125
+
25126
+ export interface LolTftTrovesPurchaseRequest {
25127
+ storeId: string
25128
+ catalogEntryId: string
25129
+ paymentOptionsKeys: string[]
25130
+ /** @format uint32 */
25131
+ quantity: number
25132
+ }
25133
+
25134
+ export interface LolTftTrovesPurchaseRequestDto {
25135
+ storeId: string
25136
+ catalogEntryId: string
25137
+ paymentOptionsKeys: string[]
25138
+ idempotencyId: string
25139
+ source: string
25140
+ /** @format uint32 */
25141
+ quantity: number
25142
+ }
25143
+
25144
+ export interface LolTftTrovesPurchaseResponse {
25145
+ data: LolTftTrovesPurchaseDto
25146
+ paging: LolTftTrovesPagination
25147
+ stats: LolTftTrovesResponseStats
25148
+ notes: string[]
25149
+ errors: LolTftTrovesResponseError[]
25150
+ }
25151
+
25152
+ export interface LolTftTrovesPurchaseTransaction {
25153
+ purchaseId: string
25154
+ productId: string
25155
+ storeId: string
25156
+ catalogEntryId: string
25157
+ purchaseState: string
25158
+ refundId: string
25159
+ refundState: string
25160
+ }
25161
+
25162
+ export interface LolTftTrovesPurchaseUnitDto {
25163
+ paymentOptions: LolTftTrovesPaymentOptionDto[]
25164
+ payment: LolTftTrovesPaymentDto[]
25165
+ fulfillment: LolTftTrovesFulfillmentDto
25166
+ }
25167
+
25168
+ export interface LolTftTrovesRefundDto {
25169
+ id: string
25170
+ purchaseId: string
25171
+ createdTime: string
25172
+ completedTime: string
25173
+ state: string
25174
+ source: string
25175
+ }
25176
+
25177
+ export interface LolTftTrovesRefundRequest {
25178
+ purchaseId: string
25179
+ }
25180
+
25181
+ export interface LolTftTrovesRefundRequestDto {
25182
+ purchaseId: string
25183
+ source: string
25184
+ }
25185
+
25186
+ export interface LolTftTrovesRefundResponse {
25187
+ data: LolTftTrovesRefundDto
25188
+ paging: LolTftTrovesPagination
25189
+ stats: LolTftTrovesResponseStats
25190
+ notes: string[]
25191
+ errors: LolTftTrovesResponseError[]
25192
+ }
25193
+
25194
+ export interface LolTftTrovesRegionLocale {
25195
+ region: string
25196
+ locale: string
25197
+ webRegion: string
25198
+ }
25199
+
23923
25200
  export interface LolTftTrovesRepeat {
23924
25201
  /** @format int32 */
23925
25202
  count: number
@@ -23942,6 +25219,18 @@ export interface LolTftTrovesRepeatGroupTrigger {
23942
25219
  multiplier: number
23943
25220
  }
23944
25221
 
25222
+ export interface LolTftTrovesResponseError {
25223
+ message: string
25224
+ type: string
25225
+ /** @format uint32 */
25226
+ code: number
25227
+ }
25228
+
25229
+ export interface LolTftTrovesResponseStats {
25230
+ /** @format uint32 */
25231
+ durationMs: number
25232
+ }
25233
+
23945
25234
  export interface LolTftTrovesRewardsNotificationResource {
23946
25235
  purchaserId: string
23947
25236
  recipientId: string
@@ -23960,6 +25249,78 @@ export interface LolTftTrovesRiotMessagingServiceMessage {
23960
25249
  payload: string
23961
25250
  }
23962
25251
 
25252
+ export interface LolTftTrovesRotationalShopBundleData {
25253
+ asset: string
25254
+ description: string
25255
+ descriptionKey: string
25256
+ title: string
25257
+ titleKey: string
25258
+ }
25259
+
25260
+ export interface LolTftTrovesRotationalShopBundleListData {
25261
+ items: LolTftTrovesRotationalShopBundleData[]
25262
+ }
25263
+
25264
+ export interface LolTftTrovesRotationalShopItemData {
25265
+ backgroundTextureLCU: string
25266
+ contentID: string
25267
+ descriptionTraKey: string
25268
+ description: string
25269
+ name: string
25270
+ standaloneLoadoutsLargeIcon: string
25271
+ videoID: string
25272
+ redeemIconTexture: string
25273
+ rarity: string
25274
+ typeID: string
25275
+ speciesLink: string
25276
+ }
25277
+
25278
+ export interface LolTftTrovesStoreDto {
25279
+ id: string
25280
+ productId: string
25281
+ name: string
25282
+ catalogEntries: LolTftTrovesCatalogEntryDto[]
25283
+ displayMetadata: unknown
25284
+ startTime: string
25285
+ endTime: string
25286
+ }
25287
+
25288
+ export interface LolTftTrovesStoresResponse {
25289
+ data: LolTftTrovesStoreDto[]
25290
+ paging: LolTftTrovesPagination
25291
+ stats: LolTftTrovesResponseStats
25292
+ notes: string[]
25293
+ errors: LolTftTrovesResponseError[]
25294
+ }
25295
+
25296
+ export interface LolTftTrovesTFTRotationalShopConfig {
25297
+ enabled: boolean
25298
+ contentPreviewConfig: unknown
25299
+ uiToggleEnabled: boolean
25300
+ navs: LolTftTrovesTFTRotationalShopNavConfig[]
25301
+ refund: LolTftTrovesTFTRotationalShopRefundConfig
25302
+ littleLegendsUpgradeEnabled: boolean
25303
+ eventsStoreEnabled: boolean
25304
+ }
25305
+
25306
+ export interface LolTftTrovesTFTRotationalShopNavConfig {
25307
+ name: string
25308
+ enabled: boolean
25309
+ supportedCurrencies: string[]
25310
+ }
25311
+
25312
+ export interface LolTftTrovesTFTRotationalShopRefundConfig {
25313
+ enabled: boolean
25314
+ allowedTypes: string[]
25315
+ /** @format uint8 */
25316
+ thresholdDays: number
25317
+ }
25318
+
25319
+ export interface LolTftTrovesTraKeyName {
25320
+ nameTraKey: string
25321
+ translatedName: string
25322
+ }
25323
+
23963
25324
  export interface LolTftTrovesTrigger {
23964
25325
  type: string
23965
25326
  counterId: string
@@ -23977,6 +25338,7 @@ export interface LolTftTrovesTrovePurchaseResponse {
23977
25338
 
23978
25339
  export interface LolTftTrovesTroves {
23979
25340
  enabled: boolean
25341
+ capCatalogEnabled: boolean
23980
25342
  bannerList?: LolTftTrovesTrovesActiveBanner[]
23981
25343
  }
23982
25344
 
@@ -24007,7 +25369,7 @@ export interface LolTftTrovesTrovesBanner {
24007
25369
  isCollectorBounty: boolean
24008
25370
  /** @format uint32 */
24009
25371
  maxTotalRolls: number
24010
- /** @format uint32 */
25372
+ /** @format uint64 */
24011
25373
  pullCost: number
24012
25374
  chaseContentIds: string[]
24013
25375
  prestigeContentIds: string[]
@@ -24015,6 +25377,9 @@ export interface LolTftTrovesTrovesBanner {
24015
25377
  status: LolTftTrovesTrovesStatus
24016
25378
  bountyType: string
24017
25379
  videoId: string
25380
+ storeId: string
25381
+ catalogEntryId: string
25382
+ paymentOptionsKeys: string[]
24018
25383
  }
24019
25384
 
24020
25385
  export interface LolTftTrovesTrovesCelebrationCurrencySegmentData {
@@ -24209,6 +25574,20 @@ export interface LolTftTrovesTrovesTable {
24209
25574
  translatedName: string
24210
25575
  }
24211
25576
 
25577
+ export interface LolTftTrovesVelocityLimitDeltaDto {
25578
+ ruleId: string
25579
+ /** @format int64 */
25580
+ delta: number
25581
+ /** @format int64 */
25582
+ remaining: number
25583
+ }
25584
+
25585
+ export interface LolTftTrovesVelocityLimiterDto {
25586
+ /** @format int64 */
25587
+ availableTokens: number
25588
+ refill: string
25589
+ }
25590
+
24212
25591
  export interface LolTftTrovesVerboseLootOddsResponse {
24213
25592
  recipeName: string
24214
25593
  chanceToContain: LolTftTrovesLootOddsResponse[]
@@ -25570,6 +26949,7 @@ export interface PlayerMissionRewardDTO {
25570
26949
  iconUrl: string
25571
26950
  smallIconUrl: string
25572
26951
  itemId: string
26952
+ itemTypeId: string
25573
26953
  uniqueName: string
25574
26954
  rewardFulfilled: boolean
25575
26955
  rewardGroupSelected: boolean
@@ -26496,6 +27876,8 @@ export interface TeamBuilderDirect_ChampSelectSession {
26496
27876
  allowSkinSelection: boolean
26497
27877
  allowSubsetChampionPicks: boolean
26498
27878
  allowDuplicatePicks: boolean
27879
+ allowPlayerPickSameChampion: boolean
27880
+ disallowBanningTeammateHoveredChampions: boolean
26499
27881
  allowBattleBoost: boolean
26500
27882
  /** @format int32 */
26501
27883
  boostableSkinCount: number
@@ -26636,6 +28018,8 @@ export interface TeamBuilderDirect_ChampionSelectState {
26636
28018
  allowOptingOutOfBanning: boolean
26637
28019
  allowSkinSelection: boolean
26638
28020
  allowDuplicatePicks: boolean
28021
+ allowPlayerPickSameChampion: boolean
28022
+ disallowBanningTeammateHoveredChampions: boolean
26639
28023
  allowSubsetChampionPicks: boolean
26640
28024
  rerollState: TeamBuilderDirect_RerollState
26641
28025
  lockedEventsState: TeamBuilderDirect_LockedEventsState
@@ -27025,17 +28409,6 @@ export interface TeamBuilderDirect_MutedPlayerInfo {
27025
28409
  obfuscatedSummonerId: number
27026
28410
  }
27027
28411
 
27028
- /** The container for all the operational queue configs */
27029
- export interface TeamBuilderDirect_OperationalQueueConfig {
27030
- /** @format int32 */
27031
- queueId: number
27032
- isEnabled: boolean
27033
- mutators: string
27034
- isVisibleInClient: boolean
27035
- isSpectatable: boolean
27036
- "f2pRotations": string
27037
- }
27038
-
27039
28412
  export interface TeamBuilderDirect_PlayerStatus {
27040
28413
  currentLobbyStatus?: TeamBuilderDirect_LobbyStatus
27041
28414
  lastQueuedLobbyStatus?: TeamBuilderDirect_LobbyStatus
@@ -27266,8 +28639,7 @@ export interface TeamBuilderDirect_TbdGameDto {
27266
28639
 
27267
28640
  export interface TeamBuilderDirect_TeamBoost {
27268
28641
  /** @format int64 */
27269
- summonerId: number
27270
- puuid: string
28642
+ activatorCellId: number
27271
28643
  skinUnlockMode: string
27272
28644
  /** @format int64 */
27273
28645
  price: number
@@ -27441,6 +28813,8 @@ export interface TeambuilderEdge_ChampionSelectStateV1 {
27441
28813
  allowOptingOutOfBanning: boolean
27442
28814
  allowSkinSelection: boolean
27443
28815
  allowDuplicatePicks: boolean
28816
+ allowPlayerPickSameChampion: boolean
28817
+ disallowBanningTeammateHoveredChampions: boolean
27444
28818
  rerollState: TeambuilderEdge_RerollStateV1
27445
28819
  lockedEventsState: TeambuilderEdge_LockedEventsStateV1
27446
28820
  battleBoostState: TeambuilderEdge_BattleBoostStateV1
@@ -27567,9 +28941,9 @@ export interface TeambuilderEdge_RerollDataBagForClientV1 {
27567
28941
  /** @format int32 */
27568
28942
  totalPoints: number
27569
28943
  /** @format int32 */
27570
- maximumRerolls: number
27571
- /** @format int32 */
27572
28944
  pointCostOfReroll: number
28945
+ /** @format int32 */
28946
+ maximumRerolls: number
27573
28947
  }
27574
28948
 
27575
28949
  export interface TeambuilderEdge_RerollStateV1 {
@@ -27600,7 +28974,7 @@ export interface TeambuilderEdge_TbdGameDtoV1 {
27600
28974
  matchmakingState?: TeambuilderEdge_MatchmakingStateV1
27601
28975
  afkCheckState?: TeambuilderEdge_AfkCheckStateV1
27602
28976
  championSelectState?: TeambuilderEdge_ChampionSelectStateV1
27603
- requestGuid: string
28977
+ requestGuid?: string
27604
28978
  }
27605
28979
 
27606
28980
  export interface TeambuilderEdge_TeambuilderLedgeGameloopResponse {