@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.
@@ -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,