@mtgame/core 1.0.26 → 1.0.27
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 +2 -0
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/models/tournament.js +3 -1
- package/fesm2015/mtgame-core.js +2 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/models/tournament.d.ts +1 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -2028,6 +2028,7 @@
|
|
|
2028
2028
|
location: 'location',
|
|
2029
2029
|
description: 'description',
|
|
2030
2030
|
date: 'date',
|
|
2031
|
+
date_end: 'dateEnd',
|
|
2031
2032
|
price: 'price',
|
|
2032
2033
|
regulation_files: 'regulationFiles',
|
|
2033
2034
|
settings: 'settings',
|
|
@@ -2054,6 +2055,7 @@
|
|
|
2054
2055
|
regulationFile: exports.File,
|
|
2055
2056
|
settings: exports.TournamentSettings,
|
|
2056
2057
|
date: DateTimeField,
|
|
2058
|
+
dateEnd: DateTimeField,
|
|
2057
2059
|
league: exports.League,
|
|
2058
2060
|
status: enumField(exports.TournamentStatuses),
|
|
2059
2061
|
teamWinner: exports.TournamentTeamWinner,
|