@mtgame/core 0.1.144 → 0.1.146

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.
@@ -2958,6 +2958,8 @@
2958
2958
  id: 'id',
2959
2959
  name: 'name',
2960
2960
  logo: 'logo',
2961
+ team_photo: 'teamPhoto',
2962
+ team_uniform: 'teamUniform',
2961
2963
  team_id: 'teamId',
2962
2964
  tournament_id: 'tournamentId',
2963
2965
  tournament: 'tournament',
@@ -2992,6 +2994,8 @@
2992
2994
  },
2993
2995
  relation: {
2994
2996
  logo: exports.File,
2997
+ teamPhoto: exports.File,
2998
+ teamUniform: exports.File,
2995
2999
  tournament: exports.Tournament,
2996
3000
  team: exports.Team,
2997
3001
  group: exports.TournamentGroup,