@mtgame/core 2.0.24 → 2.0.25

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.
@@ -750,6 +750,7 @@ Tournament = __decorate([
750
750
  regulationFile: nestedModel(File),
751
751
  settings: nestedModel(TournamentSettings),
752
752
  date: dateTimeField,
753
+ dateEnd: dateTimeField,
753
754
  league: nestedModel(League),
754
755
  status: enumField(TournamentStatuses),
755
756
  teamWinner: nestedModel(TournamentTeamWinner),