lol-constants 0.2.1 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/types/Meta.d.ts +1 -1
- package/package.json +1 -1
package/dist/types/Meta.d.ts
CHANGED
@@ -4,7 +4,7 @@ export declare type TLeaguesRank = 'I' | 'II' | 'III' | 'IV';
|
|
4
4
|
export declare type TGameType = 'CUSTOM_GAME' | 'TUTORIAL_GAME' | 'MATCHED_GAME';
|
5
5
|
export declare type TGameMode = 'CLASSIC' | 'ARAM' | 'TUTORIAL' | 'URF' | 'ONEFORALL' | 'KINGPORO' | 'GAMEMODEX' | 'ULTBOOK';
|
6
6
|
export declare type PlatformId = 'BR1' | 'EUN1' | 'EUW1' | 'JP1' | 'KR' | 'LA1' | 'LA2' | 'NA1' | 'OC1' | 'TR1' | 'RU';
|
7
|
-
export declare type Region = 'EUW';
|
7
|
+
export declare type Region = 'EUW' | 'EUNE' | 'NA' | 'KR' | 'JP' | 'OCE' | 'LAN' | 'LAS' | 'TR' | 'RU' | 'BR';
|
8
8
|
export declare type QueueId = 0 | 400 | 420 | 430 | 440 | 450 | 700 | 900 | 920 | 1020 | 1090 | 1100 | 1110 | 1111 | 1300 | 1400 | 1900;
|
9
9
|
export declare type MapId = 11 | 12 | 21 | 22;
|
10
10
|
export declare type TeamId = 100 | 200;
|
package/package.json
CHANGED