@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.
- package/bundles/mtgame-core.umd.js +4 -0
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/models/tournament-team.js +5 -1
- package/fesm2015/mtgame-core.js +4 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/models/tournament-team.d.ts +2 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +5 -5
|
@@ -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,
|