@@ -8,7 +8,7 @@ package lol
88// //
99///////////////////////////////////////////////
1010
11- // Spec version = 996d171a2b79e9bb85c549f47b07c6ef2721fc8a
11+ // Spec version = 22eaf104ffa026981e6ecbf9bd5d60054f12ddf9
1212
1313// lol-challenges-v1.ApexPlayerInfoDto
1414type ChallengesApexPlayerInfoV1DTO struct {
@@ -140,9 +140,8 @@ type ClashPlayerV1DTO struct {
140140 // (Legal values: UNSELECTED, FILL, TOP, JUNGLE, MIDDLE, BOTTOM, UTILITY)
141141 Position string `json:"position,omitempty"`
142142 // (Legal values: CAPTAIN, MEMBER)
143- Role string `json:"role,omitempty"`
144- SummonerID string `json:"summonerId,omitempty"`
145- TeamID string `json:"teamId,omitempty"`
143+ Role string `json:"role,omitempty"`
144+ TeamID string `json:"teamId,omitempty"`
146145}
147146
148147// clash-v1.TeamDto
@@ -184,9 +183,7 @@ type LeagueEntryV4DTO struct {
184183 PUUID string `json:"puuid,omitempty"`
185184 QueueType QueueType `json:"queueType,omitempty"`
186185 // The player's division within a tier.
187- Rank Division `json:"rank,omitempty"`
188- // Player's encrypted summonerId.
189- SummonerID string `json:"summonerId,omitempty"`
186+ Rank Division `json:"rank,omitempty"`
190187 Tier Tier `json:"tier,omitempty"`
191188 MiniSeries LeagueMiniSeriesV4DTO `json:"miniSeries"`
192189 LeaguePoints int `json:"leaguePoints,omitempty"`
@@ -234,10 +231,8 @@ type LeagueExpMiniSeriesV4DTO struct {
234231// league-v4.LeagueItemDTO
235232type LeagueItemV4DTO struct {
236233 // Player's encrypted puuid.
237- PUUID string `json:"puuid,omitempty"`
238- Rank Division `json:"rank,omitempty"`
239- // Player's encrypted summonerId.
240- SummonerID string `json:"summonerId,omitempty"`
234+ PUUID string `json:"puuid,omitempty"`
235+ Rank Division `json:"rank,omitempty"`
241236 MiniSeries LeagueMiniSeriesV4DTO `json:"miniSeries"`
242237 LeaguePoints int `json:"leaguePoints,omitempty"`
243238 // Losing team on Summoners Rift.
@@ -687,7 +682,8 @@ type MatchParticipantV5DTO struct {
687682 ChampExperience int `json:"champExperience,omitempty"`
688683 ChampLevel int `json:"champLevel,omitempty"`
689684 // Prior to patch 11.4, on Feb 18th, 2021, this field returned invalid championIds. We recommend determining the champion based on the championName field for matches played prior to patch 11.4.
690- ChampionID int `json:"championId,omitempty"`
685+ ChampionID int `json:"championId,omitempty"`
686+ ChampionSkinID int `json:"championSkinId,omitempty"`
691687 // This field is currently only utilized for Kayn's transformations. (Legal values: 0 - None, 1 - Slayer, 2 - Assassin)
692688 ChampionTransform int `json:"championTransform,omitempty"`
693689 // Blue generic ping (ALT+click)
@@ -941,8 +937,6 @@ type SpectatorCurrentGameParticipantV5DTO struct {
941937 // The encrypted puuid of this participant
942938 PUUID string `json:"puuid,omitempty"`
943939 RiotID string `json:"riotId,omitempty"`
944- // The encrypted summoner ID of this participant
945- SummonerID string `json:"summonerId,omitempty"`
946940 // List of Game Customizations
947941 GameCustomizationObjects []SpectatorGameCustomizationObjectV5DTO `json:"gameCustomizationObjects,omitempty"`
948942 // Perks/Runes Reforged Information
@@ -1016,8 +1010,6 @@ type SpectatorParticipantV5DTO struct {
10161010 // Encrypted puuid of this participant
10171011 PUUID string `json:"puuid,omitempty"`
10181012 RiotID string `json:"riotId,omitempty"`
1019- // Encrypted summoner ID of this participant
1020- SummonerID string `json:"summonerId,omitempty"`
10211013 // The ID of the champion played by this participant
10221014 ChampionID int `json:"championId,omitempty"`
10231015 // The ID of the profile icon used by this participant
@@ -1087,10 +1079,6 @@ type StatusV4DTO struct {
10871079
10881080// summoner-v4.SummonerDTO
10891081type SummonerV4DTO struct {
1090- // Encrypted account ID. Max length 56 characters.
1091- AccountID string `json:"accountId,omitempty"`
1092- // Encrypted summoner ID. Max length 63 characters.
1093- ID string `json:"id,omitempty"`
10941082 // Encrypted PUUID. Exact length of 78 characters.
10951083 PUUID string `json:"puuid,omitempty"`
10961084 // ID of the summoner icon associated with the summoner.
@@ -1190,7 +1178,8 @@ type TournamentGamesV5DTO struct {
11901178 WinningTeam []TournamentTeamV5DTO `json:"winningTeam,omitempty"`
11911179 GameID int `json:"gameId,omitempty"`
11921180 // Game Map ID
1193- GameMap int `json:"gameMap,omitempty"`
1181+ GameMap int `json:"gameMap,omitempty"`
1182+ StartTime int `json:"startTime,omitempty"`
11941183}
11951184
11961185// tournament-v5.LobbyEventV5DTO
@@ -1268,8 +1257,6 @@ type TournamentStubCodeV5DTO struct {
12681257 //
12691258 // (Legal values: BR, EUNE, EUW, JP, LAN, LAS, NA, OCE, PBE, RU, TR, KR)
12701259 Region TournamentRegion `json:"region,omitempty"`
1271- // The spectator mode for the tournament code game.
1272- Spectators string `json:"spectators,omitempty"`
12731260 // The puuids of the participants (Encrypted)
12741261 Participants []string `json:"participants,omitempty"`
12751262 // The tournament code's ID.
0 commit comments