@mtgame/core 2.0.1 → 2.0.3

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.
@@ -1143,9 +1143,9 @@ Game = __decorate([
1143
1143
  relation: {
1144
1144
  status: enumField(GameStatuses),
1145
1145
  team: nestedModel(Team),
1146
- tournamentTeam: nestedModel(TournamentTeam, ['id', 'name', 'logo']),
1146
+ tournamentTeam: nestedModel(TournamentTeam, ['id', 'name', 'logo', 'additional_data']),
1147
1147
  competitorTeam: nestedModel(Team),
1148
- competitorTournamentTeam: nestedModel(TournamentTeam, ['id', 'name', 'logo']),
1148
+ competitorTournamentTeam: nestedModel(TournamentTeam, ['id', 'name', 'logo', 'additional_data']),
1149
1149
  datetime: dateTimeField,
1150
1150
  resultType: enumField(GameResultTypes),
1151
1151
  basketballGameConfig: nestedModel(BasketballGameConfig),