@hasagi/types 15.2.1 → 15.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lcu-endpoints.d.ts +254 -262
- package/dist/lcu-events.d.ts +8 -90
- package/dist/lcu-types.d.ts +169 -43
- package/package.json +4 -4
package/dist/lcu-types.d.ts
CHANGED
|
@@ -1153,7 +1153,6 @@ export interface LcdsPlayer {
|
|
|
1153
1153
|
}
|
|
1154
1154
|
|
|
1155
1155
|
export interface LcdsPlayerGcoTokens {
|
|
1156
|
-
idToken: string
|
|
1157
1156
|
summonerToken: string
|
|
1158
1157
|
userInfoJwt: string
|
|
1159
1158
|
entitlementsToken: string
|
|
@@ -1634,6 +1633,15 @@ export interface LolCapMissionsLoginSession {
|
|
|
1634
1633
|
|
|
1635
1634
|
export type LolCapMissionsLoginSessionStates = "ERROR" | "LOGGING_OUT" | "SUCCEEDED" | "IN_PROGRESS"
|
|
1636
1635
|
|
|
1636
|
+
export interface LolCapMissionsRiotMessagingServiceMessage {
|
|
1637
|
+
resource: string
|
|
1638
|
+
service: string
|
|
1639
|
+
version: string
|
|
1640
|
+
/** @format int64 */
|
|
1641
|
+
timestamp: number
|
|
1642
|
+
payload: string
|
|
1643
|
+
}
|
|
1644
|
+
|
|
1637
1645
|
export interface LolCatalogBundled {
|
|
1638
1646
|
flexible: boolean
|
|
1639
1647
|
items: LolCatalogBundledItem[]
|
|
@@ -4706,7 +4714,7 @@ export interface LolClashMatchmakingDodgeData {
|
|
|
4706
4714
|
|
|
4707
4715
|
export type LolClashMatchmakingDodgeState = "TournamentDodged" | "StrangerDodged" | "PartyDodged" | "Invalid"
|
|
4708
4716
|
|
|
4709
|
-
export type LolClashMatchmakingDodgeWarning = "Penalty" | "Warning" | "None"
|
|
4717
|
+
export type LolClashMatchmakingDodgeWarning = "ConnectionWarning" | "Penalty" | "Warning" | "None"
|
|
4710
4718
|
|
|
4711
4719
|
export interface LolClashMatchmakingReadyCheckResource {
|
|
4712
4720
|
state: LolClashMatchmakingReadyCheckState
|
|
@@ -7431,6 +7439,7 @@ export interface LolEventHubChapter {
|
|
|
7431
7439
|
backgroundImage: string
|
|
7432
7440
|
backgroundVideo: string
|
|
7433
7441
|
foregroundImage: string
|
|
7442
|
+
objectiveBannerImage: string
|
|
7434
7443
|
/** @format uint16 */
|
|
7435
7444
|
chapterStart: number
|
|
7436
7445
|
/** @format uint16 */
|
|
@@ -7712,12 +7721,11 @@ export interface LolEventHubFSCMedia {
|
|
|
7712
7721
|
}
|
|
7713
7722
|
|
|
7714
7723
|
export interface LolEventHubFSCRewards {
|
|
7715
|
-
|
|
7724
|
+
/** @format int32 */
|
|
7725
|
+
itemId: number
|
|
7716
7726
|
imageOverlay: string
|
|
7717
7727
|
title: string
|
|
7718
7728
|
subtitle: string
|
|
7719
|
-
rarity: string
|
|
7720
|
-
questSkinInfo: LolEventHubRewardsSkinLineInfo
|
|
7721
7729
|
}
|
|
7722
7730
|
|
|
7723
7731
|
export type LolEventHubGrantStatus = "FAILED" | "FULFILLED" | "PENDING_SELECTION" | "PENDING_FULFILLMENT"
|
|
@@ -8475,6 +8483,7 @@ export interface LolEventHubRiotMessagingServiceMessage {
|
|
|
8475
8483
|
export interface LolEventHubRmsEntitlementPayload {
|
|
8476
8484
|
itemId: string
|
|
8477
8485
|
itemTypeId: string
|
|
8486
|
+
tiers: string
|
|
8478
8487
|
entitlementTypeId: string
|
|
8479
8488
|
resourceOperation: string
|
|
8480
8489
|
}
|
|
@@ -9464,6 +9473,10 @@ export interface LolGeoinfoWhereAmIResponse {
|
|
|
9464
9473
|
region: string
|
|
9465
9474
|
}
|
|
9466
9475
|
|
|
9476
|
+
export interface LolHeartbeatLcdsConnection {
|
|
9477
|
+
stableConnection: boolean
|
|
9478
|
+
}
|
|
9479
|
+
|
|
9467
9480
|
export interface LolHeartbeatLoginSession {
|
|
9468
9481
|
state: LolHeartbeatLoginSessionStates
|
|
9469
9482
|
/** @format uint64 */
|
|
@@ -10110,6 +10123,7 @@ export interface LolInventoryRiotMessagingServiceMessage {
|
|
|
10110
10123
|
export interface LolInventoryRmsEntitlementPayload {
|
|
10111
10124
|
itemId: string
|
|
10112
10125
|
itemTypeId: string
|
|
10126
|
+
tiers: string
|
|
10113
10127
|
entitlementTypeId: string
|
|
10114
10128
|
resourceOperation: string
|
|
10115
10129
|
}
|
|
@@ -10316,7 +10330,7 @@ export interface LolLeaderboardLeaderboardConfiguration {
|
|
|
10316
10330
|
/** @format uint8 */
|
|
10317
10331
|
pageSize: number
|
|
10318
10332
|
/** @format uint32 */
|
|
10319
|
-
|
|
10333
|
+
refreshTimeMs: number
|
|
10320
10334
|
season: string
|
|
10321
10335
|
}
|
|
10322
10336
|
|
|
@@ -10802,13 +10816,6 @@ export interface LolLobbyCustomGameDto {
|
|
|
10802
10816
|
privateGame: boolean
|
|
10803
10817
|
}
|
|
10804
10818
|
|
|
10805
|
-
export interface LolLobbyCustomGameSettingsDto {
|
|
10806
|
-
lobbyName: string
|
|
10807
|
-
lobbyPassword: string
|
|
10808
|
-
/** @format uint64 */
|
|
10809
|
-
gameId: number
|
|
10810
|
-
}
|
|
10811
|
-
|
|
10812
10819
|
export interface LolLobbyCustomJoinOptionsDto {
|
|
10813
10820
|
lobbyPassword: string
|
|
10814
10821
|
team?: string
|
|
@@ -10830,7 +10837,7 @@ export interface LolLobbyEligibilityRestriction {
|
|
|
10830
10837
|
summonerIdsString: string
|
|
10831
10838
|
}
|
|
10832
10839
|
|
|
10833
|
-
export type LolLobbyEligibilityRestrictionCode = "MmrStandardDeviationTooLarge" | "UserInfoNotAvailable" | "InventoryQueuesInfoNotAvailable" | "InventoryChampsInfoNotAvailable" | "LeaguesInfoNotAvailable" | "SummonerInfoNotAvailable" | "MinorInfoNotAvailable" | "BanInfoNotAvailable" | "TooManyIncompleteSubteamsRestriction" | "QPInsufficientPlayerChampionCoveragePopularChampion" | "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"
|
|
10840
|
+
export type LolLobbyEligibilityRestrictionCode = "FullPartyUnranked" | "PlayerNoRankedUpdatesDueToRankDisparity" | "MmrStandardDeviationTooLarge" | "UserInfoNotAvailable" | "InventoryQueuesInfoNotAvailable" | "InventoryChampsInfoNotAvailable" | "LeaguesInfoNotAvailable" | "SummonerInfoNotAvailable" | "MinorInfoNotAvailable" | "BanInfoNotAvailable" | "TooManyIncompleteSubteamsRestriction" | "QPInsufficientPlayerChampionCoveragePopularChampion" | "QPScarcePositionsNotAvailableRestriction" | "QPNonUniquePrimarySlotRestriction" | "QPInvalidChampionSelectionRestriction" | "QPInvalidPositionSelectionRestriction" | "QPInvalidNumberOfPlayerSlotsRestriction" | "QPPlayerChampionCoverageRestriction" | "QPPartyChampionCoverageRestriction" | "QPPlayerPositionCoverageRestriction" | "QPPartyPositionCoverageRestriction" | "QPPlayerScarcePositionCoverageRestriction" | "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"
|
|
10834
10841
|
|
|
10835
10842
|
export interface LolLobbyEntitlementsTokenResource {
|
|
10836
10843
|
accessToken: string
|
|
@@ -10877,19 +10884,20 @@ export interface LolLobbyGameDataChampionSummary {
|
|
|
10877
10884
|
export interface LolLobbyGameModeDto {
|
|
10878
10885
|
gameType: string
|
|
10879
10886
|
/** @format int32 */
|
|
10880
|
-
|
|
10887
|
+
queueId?: number
|
|
10881
10888
|
/** @format int32 */
|
|
10882
10889
|
maxPartySize: number
|
|
10883
|
-
botDifficulty?: string
|
|
10884
10890
|
/** @format int32 */
|
|
10885
|
-
|
|
10886
|
-
|
|
10887
|
-
customsSettings?: LolLobbyCustomGameSettingsDto
|
|
10888
|
-
/** @format int64 */
|
|
10889
|
-
gameTypeConfigId?: number
|
|
10891
|
+
maxTeamSize: number
|
|
10892
|
+
allowSpectators?: string
|
|
10890
10893
|
/** @format int32 */
|
|
10891
10894
|
mapId?: number
|
|
10892
|
-
|
|
10895
|
+
/** @format int64 */
|
|
10896
|
+
gameTypeConfigId?: number
|
|
10897
|
+
gameCustomization?: Record<string, string>
|
|
10898
|
+
lobbyName?: string
|
|
10899
|
+
lobbyPassword?: string
|
|
10900
|
+
customGameMode?: string
|
|
10893
10901
|
}
|
|
10894
10902
|
|
|
10895
10903
|
export interface LolLobbyGameflowGameClient {
|
|
@@ -11109,6 +11117,7 @@ export interface LolLobbyLobbyCustomGameConfiguration {
|
|
|
11109
11117
|
tournamentPassbackDataPacket: string
|
|
11110
11118
|
gameServerRegion: string
|
|
11111
11119
|
spectatorDelayEnabled: boolean
|
|
11120
|
+
hidePublicly: boolean
|
|
11112
11121
|
}
|
|
11113
11122
|
|
|
11114
11123
|
export interface LolLobbyLobbyCustomGameLobby {
|
|
@@ -11300,7 +11309,6 @@ export interface LolLobbyLobbyParticipantDto {
|
|
|
11300
11309
|
subteamIndex?: number
|
|
11301
11310
|
/** @format int8 */
|
|
11302
11311
|
intraSubteamPosition?: number
|
|
11303
|
-
quickplayPlayerState?: string
|
|
11304
11312
|
strawberryMapId?: string
|
|
11305
11313
|
playerSlots: LolLobbyQuickPlayPresetSlotDto[]
|
|
11306
11314
|
ready: boolean
|
|
@@ -11494,7 +11502,6 @@ export interface LolLobbyPartyMemberMetadataDto {
|
|
|
11494
11502
|
memberData?: unknown
|
|
11495
11503
|
playerSlots: LolLobbyQuickPlayPresetSlotDto[]
|
|
11496
11504
|
subteamData?: LolLobbySubteamDataDto
|
|
11497
|
-
quickplayPlayerState?: string
|
|
11498
11505
|
}
|
|
11499
11506
|
|
|
11500
11507
|
export type LolLobbyPartyMemberRoleEnum = "NONE" | "DECLINED" | "KICKED" | "HOLD" | "INVITED" | "MEMBER" | "LEADER"
|
|
@@ -11627,6 +11634,7 @@ export interface LolLobbyQueue {
|
|
|
11627
11634
|
areFreeChampionsAllowed: boolean
|
|
11628
11635
|
isTeamBuilderManaged: boolean
|
|
11629
11636
|
queueAvailability: LolLobbyQueueAvailability
|
|
11637
|
+
isVisible: boolean
|
|
11630
11638
|
queueRewards: LolLobbyQueueReward
|
|
11631
11639
|
spectatorEnabled: boolean
|
|
11632
11640
|
/** @format uint32 */
|
|
@@ -11641,6 +11649,16 @@ export interface LolLobbyQueue {
|
|
|
11641
11649
|
removalFromGameAllowed: boolean
|
|
11642
11650
|
/** @format int32 */
|
|
11643
11651
|
removalFromGameDelayMinutes: number
|
|
11652
|
+
gameSelectModeGroup: string
|
|
11653
|
+
gameSelectCategory: string
|
|
11654
|
+
/** @format uint8 */
|
|
11655
|
+
gameSelectPriority: number
|
|
11656
|
+
isSkillTreeQueue: boolean
|
|
11657
|
+
isCustom: boolean
|
|
11658
|
+
/** @format uint32 */
|
|
11659
|
+
numberOfTeamsInLobby: number
|
|
11660
|
+
/** @format uint32 */
|
|
11661
|
+
maxLobbySpectatorCount: number
|
|
11644
11662
|
}
|
|
11645
11663
|
|
|
11646
11664
|
export type LolLobbyQueueAvailability = "DoesntMeetRequirements" | "PlatformDisabled" | "Available"
|
|
@@ -11784,6 +11802,18 @@ export interface LolLobbyServiceProxyPayload {
|
|
|
11784
11802
|
body: string
|
|
11785
11803
|
}
|
|
11786
11804
|
|
|
11805
|
+
export interface LolLobbySetGameModeRequestDto {
|
|
11806
|
+
/** @format int32 */
|
|
11807
|
+
queueId?: number
|
|
11808
|
+
gameCustomization?: Record<string, string>
|
|
11809
|
+
lobbyName?: string
|
|
11810
|
+
lobbyPassword?: string
|
|
11811
|
+
/** @format int32 */
|
|
11812
|
+
maxTeamSize?: number
|
|
11813
|
+
allowSpectators?: string
|
|
11814
|
+
displayLobbyInCustomGameBrowser?: boolean
|
|
11815
|
+
}
|
|
11816
|
+
|
|
11787
11817
|
export interface LolLobbyStrawberryMapUpdateDto {
|
|
11788
11818
|
contentId: string
|
|
11789
11819
|
/** @format int32 */
|
|
@@ -12804,12 +12834,11 @@ export interface LolLootFSCMedia {
|
|
|
12804
12834
|
}
|
|
12805
12835
|
|
|
12806
12836
|
export interface LolLootFSCRewards {
|
|
12807
|
-
|
|
12837
|
+
/** @format int32 */
|
|
12838
|
+
itemId: number
|
|
12808
12839
|
imageOverlay: string
|
|
12809
12840
|
title: string
|
|
12810
12841
|
subtitle: string
|
|
12811
|
-
rarity: string
|
|
12812
|
-
questSkinInfo: LolLootRewardsSkinLineInfo
|
|
12813
12842
|
}
|
|
12814
12843
|
|
|
12815
12844
|
export interface LolLootGameDataNexusFinisher {
|
|
@@ -13772,15 +13801,27 @@ export interface LolMarketplacePurchaseDto {
|
|
|
13772
13801
|
purchaseUnits: LolMarketplaceFinalPurchaseUnitDto[]
|
|
13773
13802
|
createdTime: string
|
|
13774
13803
|
completedTime: string
|
|
13775
|
-
isReverted: boolean
|
|
13776
|
-
revertedTime: string
|
|
13777
13804
|
purchaseState: string
|
|
13805
|
+
purchaseVisibility: string
|
|
13806
|
+
refund: LolMarketplaceRefundDto
|
|
13807
|
+
refundRule: string
|
|
13808
|
+
source: string
|
|
13809
|
+
}
|
|
13810
|
+
|
|
13811
|
+
export interface LolMarketplacePurchaseHistoryResponse {
|
|
13812
|
+
data: LolMarketplacePurchaseDto[]
|
|
13813
|
+
paging: LolMarketplacePagination
|
|
13814
|
+
stats: LolMarketplaceResponseStats
|
|
13815
|
+
notes: string[]
|
|
13816
|
+
errors: LolMarketplaceResponseError[]
|
|
13778
13817
|
}
|
|
13779
13818
|
|
|
13780
13819
|
export interface LolMarketplacePurchaseRequest {
|
|
13781
13820
|
storeId: string
|
|
13782
13821
|
catalogEntryId: string
|
|
13783
13822
|
paymentOptionsKeys: string[]
|
|
13823
|
+
/** @format uint32 */
|
|
13824
|
+
quantity: number
|
|
13784
13825
|
}
|
|
13785
13826
|
|
|
13786
13827
|
export interface LolMarketplacePurchaseRequestDto {
|
|
@@ -13789,6 +13830,8 @@ export interface LolMarketplacePurchaseRequestDto {
|
|
|
13789
13830
|
paymentOptionsKeys: string[]
|
|
13790
13831
|
idempotencyId: string
|
|
13791
13832
|
source: string
|
|
13833
|
+
/** @format uint32 */
|
|
13834
|
+
quantity: number
|
|
13792
13835
|
}
|
|
13793
13836
|
|
|
13794
13837
|
export interface LolMarketplacePurchaseResponse {
|
|
@@ -13805,6 +13848,8 @@ export interface LolMarketplacePurchaseTransaction {
|
|
|
13805
13848
|
storeId: string
|
|
13806
13849
|
catalogEntryId: string
|
|
13807
13850
|
purchaseState: string
|
|
13851
|
+
refundId: string
|
|
13852
|
+
refundState: string
|
|
13808
13853
|
}
|
|
13809
13854
|
|
|
13810
13855
|
export interface LolMarketplacePurchaseUnitDto {
|
|
@@ -13813,6 +13858,32 @@ export interface LolMarketplacePurchaseUnitDto {
|
|
|
13813
13858
|
fulfillment: LolMarketplaceFulfillmentDto
|
|
13814
13859
|
}
|
|
13815
13860
|
|
|
13861
|
+
export interface LolMarketplaceRefundDto {
|
|
13862
|
+
id: string
|
|
13863
|
+
purchaseId: string
|
|
13864
|
+
createdTime: string
|
|
13865
|
+
completedTime: string
|
|
13866
|
+
state: string
|
|
13867
|
+
source: string
|
|
13868
|
+
}
|
|
13869
|
+
|
|
13870
|
+
export interface LolMarketplaceRefundRequest {
|
|
13871
|
+
purchaseId: string
|
|
13872
|
+
}
|
|
13873
|
+
|
|
13874
|
+
export interface LolMarketplaceRefundRequestDto {
|
|
13875
|
+
purchaseId: string
|
|
13876
|
+
source: string
|
|
13877
|
+
}
|
|
13878
|
+
|
|
13879
|
+
export interface LolMarketplaceRefundResponse {
|
|
13880
|
+
data: LolMarketplaceRefundDto
|
|
13881
|
+
paging: LolMarketplacePagination
|
|
13882
|
+
stats: LolMarketplaceResponseStats
|
|
13883
|
+
notes: string[]
|
|
13884
|
+
errors: LolMarketplaceResponseError[]
|
|
13885
|
+
}
|
|
13886
|
+
|
|
13816
13887
|
export interface LolMarketplaceRegionLocale {
|
|
13817
13888
|
region: string
|
|
13818
13889
|
locale: string
|
|
@@ -14433,6 +14504,10 @@ export interface LolMatchmakingGameflowSession {
|
|
|
14433
14504
|
gameDodge: LolMatchmakingGameflowGameDodge
|
|
14434
14505
|
}
|
|
14435
14506
|
|
|
14507
|
+
export interface LolMatchmakingLcdsConnection {
|
|
14508
|
+
stableConnection: boolean
|
|
14509
|
+
}
|
|
14510
|
+
|
|
14436
14511
|
export interface LolMatchmakingLobbyStatus {
|
|
14437
14512
|
/** @format int32 */
|
|
14438
14513
|
queueId: number
|
|
@@ -14464,7 +14539,7 @@ export interface LolMatchmakingMatchmakingDodgeData {
|
|
|
14464
14539
|
|
|
14465
14540
|
export type LolMatchmakingMatchmakingDodgeState = "TournamentDodged" | "StrangerDodged" | "PartyDodged" | "Invalid"
|
|
14466
14541
|
|
|
14467
|
-
export type LolMatchmakingMatchmakingDodgeWarning = "Penalty" | "Warning" | "None"
|
|
14542
|
+
export type LolMatchmakingMatchmakingDodgeWarning = "ConnectionWarning" | "Penalty" | "Warning" | "None"
|
|
14468
14543
|
|
|
14469
14544
|
export interface LolMatchmakingMatchmakingLowPriorityData {
|
|
14470
14545
|
penalizedSummonerIds: number[]
|
|
@@ -14780,6 +14855,14 @@ export interface LolNachoCapDropsDropTableDisplayMetadata {
|
|
|
14780
14855
|
endDateMilis: string
|
|
14781
14856
|
}
|
|
14782
14857
|
|
|
14858
|
+
export interface LolNachoCatalogItemPurchaseRequest {
|
|
14859
|
+
storeId: string
|
|
14860
|
+
catalogEntryId: string
|
|
14861
|
+
/** @format uint32 */
|
|
14862
|
+
quantity: number
|
|
14863
|
+
paymentOptions: string[]
|
|
14864
|
+
}
|
|
14865
|
+
|
|
14783
14866
|
export interface LolNachoClientConfigNachoBanners {
|
|
14784
14867
|
enabled: boolean
|
|
14785
14868
|
bannerList: LolNachoNachoActiveBanner[]
|
|
@@ -14794,8 +14877,11 @@ export interface LolNachoDropsOddsTreeNodeDTO {
|
|
|
14794
14877
|
itemInstanceId: string
|
|
14795
14878
|
type: string
|
|
14796
14879
|
parentItemInstanceId: string
|
|
14880
|
+
capWalletCurrencyId: string
|
|
14797
14881
|
/** @format uint32 */
|
|
14798
14882
|
priority: number
|
|
14883
|
+
/** @format uint32 */
|
|
14884
|
+
quantity: number
|
|
14799
14885
|
}
|
|
14800
14886
|
|
|
14801
14887
|
export interface LolNachoFinalPurchaseUnitDto {
|
|
@@ -14806,6 +14892,8 @@ export interface LolNachoFulfillmentDto {
|
|
|
14806
14892
|
name: string
|
|
14807
14893
|
itemTypeId: string
|
|
14808
14894
|
itemId: string
|
|
14895
|
+
itemInstanceId: string
|
|
14896
|
+
tierTypeId: string
|
|
14809
14897
|
/** @format int64 */
|
|
14810
14898
|
finalDelta: number
|
|
14811
14899
|
/** @format int64 */
|
|
@@ -14813,11 +14901,15 @@ export interface LolNachoFulfillmentDto {
|
|
|
14813
14901
|
results: unknown
|
|
14814
14902
|
}
|
|
14815
14903
|
|
|
14904
|
+
export interface LolNachoGameDataBannerSkin {
|
|
14905
|
+
/** @format uint32 */
|
|
14906
|
+
id: number
|
|
14907
|
+
name: string
|
|
14908
|
+
rarity: string
|
|
14909
|
+
}
|
|
14910
|
+
|
|
14816
14911
|
export interface LolNachoGameDataNachoBanner {
|
|
14817
14912
|
id: string
|
|
14818
|
-
bannerCurrencyId: string
|
|
14819
|
-
activationTime: string
|
|
14820
|
-
deactivationTime: string
|
|
14821
14913
|
chasePityCounter: LolNachoGameDataPityCounter
|
|
14822
14914
|
/** @format uint32 */
|
|
14823
14915
|
chasePityThreshold: number
|
|
@@ -14835,7 +14927,8 @@ export interface LolNachoGameDataNachoBanner {
|
|
|
14835
14927
|
chaseCelebrationVo: LolNachoGameDataNachoBannerVo
|
|
14836
14928
|
hubIntroVo: LolNachoGameDataNachoBannerVo
|
|
14837
14929
|
rollVignette: LolNachoNachoVignette
|
|
14838
|
-
|
|
14930
|
+
bannerSkin: LolNachoGameDataBannerSkin
|
|
14931
|
+
bannerCurrency: LolNachoGameDataNachoCurrency
|
|
14839
14932
|
}
|
|
14840
14933
|
|
|
14841
14934
|
export interface LolNachoGameDataNachoBannerTable {
|
|
@@ -14864,6 +14957,13 @@ export interface LolNachoGameDataNachoBannerVoOverrideOptions {
|
|
|
14864
14957
|
delayMillis: number
|
|
14865
14958
|
}
|
|
14866
14959
|
|
|
14960
|
+
export interface LolNachoGameDataNachoCurrency {
|
|
14961
|
+
id: string
|
|
14962
|
+
name: string
|
|
14963
|
+
currencyId: string
|
|
14964
|
+
capCatalogEntryId: string
|
|
14965
|
+
}
|
|
14966
|
+
|
|
14867
14967
|
export interface LolNachoGameDataNachoReward {
|
|
14868
14968
|
itemInstanceId: string
|
|
14869
14969
|
translatedName: string
|
|
@@ -14890,6 +14990,7 @@ export interface LolNachoLoginSession {
|
|
|
14890
14990
|
export type LolNachoLoginSessionStates = "ERROR" | "LOGGING_OUT" | "SUCCEEDED" | "IN_PROGRESS"
|
|
14891
14991
|
|
|
14892
14992
|
export interface LolNachoNachoActiveBanner {
|
|
14993
|
+
bannerId: string
|
|
14893
14994
|
storeId: string
|
|
14894
14995
|
catalogEntryId: string
|
|
14895
14996
|
tokenCatalogEntryId: string
|
|
@@ -14906,7 +15007,6 @@ export interface LolNachoNachoBannersResponse {
|
|
|
14906
15007
|
bannerChaseAnimationWebmPath: string
|
|
14907
15008
|
bannerChaseAnimationParallax: string
|
|
14908
15009
|
chasePityCounter: LolNachoGameDataPityCounter
|
|
14909
|
-
bannerDeactivationDateTime: string
|
|
14910
15010
|
/** @format uint32 */
|
|
14911
15011
|
chasePityThreshold: number
|
|
14912
15012
|
/** @format uint32 */
|
|
@@ -14917,6 +15017,15 @@ export interface LolNachoNachoBannersResponse {
|
|
|
14917
15017
|
chaseCelebrationVo: LolNachoGameDataNachoBannerVo
|
|
14918
15018
|
hubIntroVo: LolNachoGameDataNachoBannerVo
|
|
14919
15019
|
rollVignette: LolNachoNachoVignette
|
|
15020
|
+
bannerSkin: LolNachoGameDataBannerSkin
|
|
15021
|
+
bannerCurrency: LolNachoGameDataNachoCurrency
|
|
15022
|
+
capCatalogStoreId: string
|
|
15023
|
+
capCatalogEntryId: string
|
|
15024
|
+
pityCounter: LolNachoCapCounterData
|
|
15025
|
+
/** @format int64 */
|
|
15026
|
+
startDate: number
|
|
15027
|
+
/** @format int64 */
|
|
15028
|
+
endDate: number
|
|
14920
15029
|
}
|
|
14921
15030
|
|
|
14922
15031
|
export interface LolNachoNachoPurchaseResponse {
|
|
@@ -14985,6 +15094,10 @@ export interface LolNachoPurchaseUnitDto {
|
|
|
14985
15094
|
fulfillment: LolNachoFulfillmentDto
|
|
14986
15095
|
}
|
|
14987
15096
|
|
|
15097
|
+
export interface LolNachoSanctumDisplayMetaData {
|
|
15098
|
+
bannerId: string
|
|
15099
|
+
}
|
|
15100
|
+
|
|
14988
15101
|
export interface LolNachoSetActiveStoresRequest {
|
|
14989
15102
|
storeIds: string[]
|
|
14990
15103
|
}
|
|
@@ -15017,6 +15130,12 @@ export interface LolNachoStoreDigests {
|
|
|
15017
15130
|
digests: LolNachoStoreDigest[]
|
|
15018
15131
|
}
|
|
15019
15132
|
|
|
15133
|
+
export interface LolNachoStoreSanctumDisplayMetaData {
|
|
15134
|
+
startDate: string
|
|
15135
|
+
endDate: string
|
|
15136
|
+
sanctum: LolNachoSanctumDisplayMetaData
|
|
15137
|
+
}
|
|
15138
|
+
|
|
15020
15139
|
export interface LolNachoStoresResponse {
|
|
15021
15140
|
data: LolNachoStore[]
|
|
15022
15141
|
}
|
|
@@ -19219,12 +19338,11 @@ export interface LolRewardTrackFSCMedia {
|
|
|
19219
19338
|
}
|
|
19220
19339
|
|
|
19221
19340
|
export interface LolRewardTrackFSCRewards {
|
|
19222
|
-
|
|
19341
|
+
/** @format int32 */
|
|
19342
|
+
itemId: number
|
|
19223
19343
|
imageOverlay: string
|
|
19224
19344
|
title: string
|
|
19225
19345
|
subtitle: string
|
|
19226
|
-
rarity: string
|
|
19227
|
-
questSkinInfo: LolRewardTrackRewardsSkinLineInfo
|
|
19228
19346
|
}
|
|
19229
19347
|
|
|
19230
19348
|
export type LolRewardTrackGrantStatus = "FAILED" | "FULFILLED" | "PENDING_SELECTION" | "PENDING_FULFILLMENT"
|
|
@@ -19587,12 +19705,11 @@ export interface LolRewardsFSCMedia {
|
|
|
19587
19705
|
}
|
|
19588
19706
|
|
|
19589
19707
|
export interface LolRewardsFSCRewards {
|
|
19590
|
-
|
|
19708
|
+
/** @format int32 */
|
|
19709
|
+
itemId: number
|
|
19591
19710
|
imageOverlay: string
|
|
19592
19711
|
title: string
|
|
19593
19712
|
subtitle: string
|
|
19594
|
-
rarity: string
|
|
19595
|
-
questSkinInfo: LolRewardsRewardsSkinLineInfo
|
|
19596
19713
|
}
|
|
19597
19714
|
|
|
19598
19715
|
export type LolRewardsGrantStatus = "FAILED" | "FULFILLED" | "PENDING_SELECTION" | "PENDING_FULFILLMENT"
|
|
@@ -22054,6 +22171,7 @@ export interface LolTftPassRiotMessagingServiceMessage {
|
|
|
22054
22171
|
export interface LolTftPassRmsEntitlementPayload {
|
|
22055
22172
|
itemId: string
|
|
22056
22173
|
itemTypeId: string
|
|
22174
|
+
tiers: string
|
|
22057
22175
|
entitlementTypeId: string
|
|
22058
22176
|
resourceOperation: string
|
|
22059
22177
|
}
|
|
@@ -22665,6 +22783,7 @@ export interface LolTftTeamPlannerTFTMapSetData {
|
|
|
22665
22783
|
|
|
22666
22784
|
export interface LolTftTeamPlannerTFTModeData {
|
|
22667
22785
|
mDefaultSet: LolTftTeamPlannerTFTMapSetData
|
|
22786
|
+
mDefaultTeamPlannerSet: LolTftTeamPlannerTFTMapSetData
|
|
22668
22787
|
mEventSet: LolTftTeamPlannerTFTMapSetData
|
|
22669
22788
|
mDefaultTeamName: string
|
|
22670
22789
|
mDefaultTeamNameNumbered: string
|
|
@@ -22673,7 +22792,6 @@ export interface LolTftTeamPlannerTFTModeData {
|
|
|
22673
22792
|
export interface LolTftTeamPlannerTFTTeamPlannerConfig {
|
|
22674
22793
|
enabled: boolean
|
|
22675
22794
|
multipleSetsEnabled: boolean
|
|
22676
|
-
multipleTeamsEnabled: boolean
|
|
22677
22795
|
tencentNameCheckEnabled: boolean
|
|
22678
22796
|
globalNameSanitizationEnabled: boolean
|
|
22679
22797
|
}
|
|
@@ -23059,7 +23177,6 @@ export interface LolTftTrovesTrovePurchaseResponse {
|
|
|
23059
23177
|
export interface LolTftTrovesTroves {
|
|
23060
23178
|
enabled: boolean
|
|
23061
23179
|
useDisplayMetadata: boolean
|
|
23062
|
-
"v2Enabled": boolean
|
|
23063
23180
|
bannerList?: LolTftTrovesTrovesActiveBanner[]
|
|
23064
23181
|
}
|
|
23065
23182
|
|
|
@@ -23402,6 +23519,14 @@ export interface LolVanguardLoginSession {
|
|
|
23402
23519
|
|
|
23403
23520
|
export type LolVanguardLoginSessionState = "ERROR" | "LOGGING_OUT" | "SUCCEEDED" | "IN_PROGRESS"
|
|
23404
23521
|
|
|
23522
|
+
export interface LolVanguardMail {
|
|
23523
|
+
mailId: string
|
|
23524
|
+
message: string
|
|
23525
|
+
state: string
|
|
23526
|
+
/** @format uint64 */
|
|
23527
|
+
createdAt: number
|
|
23528
|
+
}
|
|
23529
|
+
|
|
23405
23530
|
export interface LolVanguardVanguardMachineSpecs {
|
|
23406
23531
|
"tpm2Enabled": boolean
|
|
23407
23532
|
secureBootEnabled: boolean
|
|
@@ -23713,6 +23838,7 @@ export interface LolYourshopRiotMessagingServiceMessage {
|
|
|
23713
23838
|
export interface LolYourshopRmsEntitlementPayload {
|
|
23714
23839
|
itemId: string
|
|
23715
23840
|
itemTypeId: string
|
|
23841
|
+
tiers: string
|
|
23716
23842
|
entitlementTypeId: string
|
|
23717
23843
|
resourceOperation: string
|
|
23718
23844
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hasagi/types",
|
|
3
|
-
"version": "15.
|
|
4
|
-
"_clientVersion": "15.
|
|
3
|
+
"version": "15.4.1",
|
|
4
|
+
"_clientVersion": "15.4.658.5898",
|
|
5
5
|
"description": "This package contains auto-generated LCU types and endpoints.",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"update-types": "node scripts/update-types.mjs",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"author": "dysolix",
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@hasagi/cli": "^0.9.
|
|
18
|
-
"@hasagi/core": "^0.5.
|
|
17
|
+
"@hasagi/cli": "^0.9.1",
|
|
18
|
+
"@hasagi/core": "^0.5.12",
|
|
19
19
|
"axios": "^1.6.8"
|
|
20
20
|
},
|
|
21
21
|
"exports": {
|