@mtgame/core 0.2.10 → 0.2.11
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 +1 -0
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/models/tournament.js +2 -1
- package/fesm2015/mtgame-core.js +1 -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
|
@@ -1702,6 +1702,7 @@
|
|
|
1702
1702
|
misconduct_penalty_time: 'misconductPenaltyTime',
|
|
1703
1703
|
game_misconduct_penalty_time: 'gameMisconductPenaltyTime',
|
|
1704
1704
|
timer_type: 'timerType',
|
|
1705
|
+
hide_on_league_main_page: 'hideOnLeagueMainPage',
|
|
1705
1706
|
},
|
|
1706
1707
|
relation: {
|
|
1707
1708
|
type: enumField(exports.TournamentTypes),
|