@mtgame/core 0.2.22 → 0.2.24
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 +3 -0
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/models/tournament-team-user.js +4 -1
- package/fesm2015/mtgame-core.js +3 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/models/tournament-team-user.d.ts +3 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -3466,11 +3466,14 @@
|
|
|
3466
3466
|
ModelInstance({
|
|
3467
3467
|
mappingFields: {
|
|
3468
3468
|
id: 'id',
|
|
3469
|
+
active: 'active',
|
|
3469
3470
|
tournament_team: 'tournamentTeam',
|
|
3470
3471
|
team_user: 'teamUser',
|
|
3471
3472
|
disqualified: 'disqualified',
|
|
3472
3473
|
disqualification: 'disqualification',
|
|
3473
3474
|
league_player: 'leaguePlayer',
|
|
3475
|
+
games_count: 'gamesCount',
|
|
3476
|
+
mvp_count: 'mvpCount',
|
|
3474
3477
|
},
|
|
3475
3478
|
relation: {
|
|
3476
3479
|
tournamentTeam: exports.TournamentTeam,
|