@mtgame/core 1.0.7 → 1.0.9
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 +4 -0
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/localization/country.js +3 -1
- package/esm2015/models/city.js +2 -1
- package/esm2015/models/tournament.js +2 -1
- package/fesm2015/mtgame-core.js +4 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/localization/country.d.ts +2 -0
- package/models/city.d.ts +2 -1
- package/models/tournament.d.ts +1 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -976,6 +976,7 @@
|
|
|
976
976
|
Country["CHN"] = "CHN";
|
|
977
977
|
Country["EGY"] = "EGY";
|
|
978
978
|
Country["IRN"] = "IRN";
|
|
979
|
+
Country["GRC"] = "GRC";
|
|
979
980
|
})(exports.Country || (exports.Country = {}));
|
|
980
981
|
exports.City = /** @class */ (function (_super) {
|
|
981
982
|
__extends(City, _super);
|
|
@@ -1994,6 +1995,7 @@
|
|
|
1994
1995
|
season_id: 'seasonId',
|
|
1995
1996
|
game_price: 'gamePrice',
|
|
1996
1997
|
season_tournament_id: 'seasonTournamentId',
|
|
1998
|
+
sort: 'sort',
|
|
1997
1999
|
},
|
|
1998
2000
|
relation: {
|
|
1999
2001
|
logo: exports.File,
|
|
@@ -14434,6 +14436,7 @@
|
|
|
14434
14436
|
_b$f[exports.Country.CHN] = 'Китай',
|
|
14435
14437
|
_b$f[exports.Country.EGY] = 'Египет',
|
|
14436
14438
|
_b$f[exports.Country.IRN] = 'Иран',
|
|
14439
|
+
_b$f[exports.Country.GRC] = 'Греция',
|
|
14437
14440
|
_b$f),
|
|
14438
14441
|
_a$f[Locales.en] = (_c$f = {},
|
|
14439
14442
|
_c$f[exports.Country.RU] = 'Russia',
|
|
@@ -14447,6 +14450,7 @@
|
|
|
14447
14450
|
_c$f[exports.Country.CHN] = 'China',
|
|
14448
14451
|
_c$f[exports.Country.EGY] = 'Egypt',
|
|
14449
14452
|
_c$f[exports.Country.IRN] = 'Iran',
|
|
14453
|
+
_c$f[exports.Country.GRC] = 'Greece',
|
|
14450
14454
|
_c$f),
|
|
14451
14455
|
_a$f);
|
|
14452
14456
|
|