@mtgame/core 1.0.40 → 1.0.42
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/bundles/mtgame-core.umd.js +6 -0
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/localization/user-profile.js +5 -1
- package/esm2015/models/tournament.js +2 -1
- package/esm2015/models/waterpolo-profile.js +2 -1
- package/fesm2015/mtgame-core.js +6 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/localization/user-profile.d.ts +4 -0
- package/models/tournament.d.ts +2 -1
- package/models/waterpolo-profile.d.ts +2 -1
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -186,12 +186,14 @@ export declare const GameWaterpoloPositionLocalization: {
|
|
|
186
186
|
1: string;
|
|
187
187
|
3: string;
|
|
188
188
|
4: string;
|
|
189
|
+
5: string;
|
|
189
190
|
};
|
|
190
191
|
"en-US": {
|
|
191
192
|
2: string;
|
|
192
193
|
1: string;
|
|
193
194
|
3: string;
|
|
194
195
|
4: string;
|
|
196
|
+
5: string;
|
|
195
197
|
};
|
|
196
198
|
};
|
|
197
199
|
export declare const GameWaterpoloPositionShortRuLocalization: {
|
|
@@ -200,12 +202,14 @@ export declare const GameWaterpoloPositionShortRuLocalization: {
|
|
|
200
202
|
1: string;
|
|
201
203
|
3: string;
|
|
202
204
|
4: string;
|
|
205
|
+
5: string;
|
|
203
206
|
};
|
|
204
207
|
"en-US": {
|
|
205
208
|
2: string;
|
|
206
209
|
1: string;
|
|
207
210
|
3: string;
|
|
208
211
|
4: string;
|
|
212
|
+
5: string;
|
|
209
213
|
};
|
|
210
214
|
};
|
|
211
215
|
export declare const WaterpoloWorkHandLocalization: {
|
package/models/tournament.d.ts
CHANGED
|
@@ -8,7 +8,8 @@ import { TournamentSeason } from './tournament-season';
|
|
|
8
8
|
export declare enum TournamentTypes {
|
|
9
9
|
group = "group",
|
|
10
10
|
elimination = "elimination",
|
|
11
|
-
fiba = "fiba"
|
|
11
|
+
fiba = "fiba",
|
|
12
|
+
swiss = "swiss"
|
|
12
13
|
}
|
|
13
14
|
export declare enum TournamentStatuses {
|
|
14
15
|
open = 0,
|