@mtgame/core 2.0.18 → 2.0.19

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.
@@ -697,6 +697,7 @@ TournamentTeam = __decorate([
697
697
  division: nestedModel(TournamentDivision),
698
698
  additionalData: nestedModel(TeamAdditionalData),
699
699
  fieldValues: listField(nestedModel(TournamentTeamFieldValue)),
700
+ tournament: nestedModel(Tournament),
700
701
  }
701
702
  })
702
703
  ], TournamentTeam);