diff --git a/riot-games-api/riot-games-api.d.ts b/riot-games-api/riot-games-api.d.ts index 494d175e6..ebe999df1 100644 --- a/riot-games-api/riot-games-api.d.ts +++ b/riot-games-api/riot-games-api.d.ts @@ -1,6 +1,6 @@ // Type definitions for Riot Games API // Project: https://developer.riotgames.com/ -// Definitions by: Xavier Stouder +// Definitions by: Luca Laissue // Last modification from Luca Laissue 22.01.2016 // Definitions: https://github.com/borisyankov/DefinitelyTyped @@ -26,7 +26,7 @@ declare module RiotGamesAPI{ * championmastery */ module ChampionMastery{ - interface ChampionMasteryDTO { + interface ChampionMasteryDto { championId: number, championLevel: number, championPoints: number, @@ -1143,7 +1143,7 @@ declare module RiotGamesAPI{ interface SummonerIdParams{ participants: number[] } - interface TournamentCodeDTO{ + interface TournamentCodeDto{ code: string, id: number, lobbyName: string, @@ -1164,10 +1164,10 @@ declare module RiotGamesAPI{ pickType: string, spectatorType: string } - interface LobbyEventDTOWrapper{ - eventList: LobbyEventDTO[] + interface LobbyEventDtoWrapper{ + eventList: LobbyEventDto[] } - interface LobbyEventDTO{ + interface LobbyEventDto{ eventType: string, summonerId: string, timestamp: string