@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.
@@ -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,