@mtgame/core 0.0.14 → 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.
@@ -1410,6 +1410,7 @@ var TournamentTeam = /** @class */ (function (_super) {
1410
1410
  group: 'group',
1411
1411
  games_count: 'gamesCount',
1412
1412
  won_games_count: 'wonGamesCount',
1413
+ draw_games_count: 'drawGamesCount',
1413
1414
  last_games_count: 'lastGamesCount',
1414
1415
  last_games_won: 'lastGamesWon',
1415
1416
  score_sum: 'scoreSum',
@@ -1420,6 +1421,10 @@ var TournamentTeam = /** @class */ (function (_super) {
1420
1421
  users_count: 'usersCount',
1421
1422
  games: 'games',
1422
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',
1423
1428
  },
1424
1429
  relation: {
1425
1430
  tournament: Tournament,