@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.
@@ -1634,6 +1634,10 @@
1634
1634
  users_count: 'usersCount',
1635
1635
  games: 'games',
1636
1636
  notifications_count: 'notificationsCount',
1637
+ win_normal_time_games_count: 'winNormalTimeGamesCount',
1638
+ lose_normal_time_games_count: 'loseNormalTimeGamesCount',
1639
+ win_overtime_games_count: 'winOvertimeGamesCount',
1640
+ lose_overtime_games_count: 'loseOvertimeGamesCount',
1637
1641
  },
1638
1642
  relation: {
1639
1643
  tournament: Tournament,