From b470f278bacd0bd7eb23738b80dfa7c41bae9a81 Mon Sep 17 00:00:00 2001 From: willys58 Date: Fri, 22 Jan 2016 22:55:51 +0100 Subject: [PATCH] Update --- riot-games-api/riot-games-api.d.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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