@mtgame/core 0.0.15 → 0.0.16

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.
@@ -1421,6 +1421,10 @@ var TournamentTeam = /** @class */ (function (_super) {
1421
1421
  users_count: 'usersCount',
1422
1422
  games: 'games',
1423
1423
  notifications_count: 'notificationsCount',
1424
+ win_normal_time_games_count: 'winNormalTimeGamesCount',
1425
+ lose_normal_time_games_count: 'loseNormalTimeGamesCount',
1426
+ win_overtime_games_count: 'winOvertimeGamesCount',
1427
+ lose_overtime_games_count: 'loseOvertimeGamesCount',
1424
1428
  },
1425
1429
  relation: {
1426
1430
  tournament: Tournament,