@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.
@@ -1623,6 +1623,7 @@
1623
1623
  group: 'group',
1624
1624
  games_count: 'gamesCount',
1625
1625
  won_games_count: 'wonGamesCount',
1626
+ draw_games_count: 'drawGamesCount',
1626
1627
  last_games_count: 'lastGamesCount',
1627
1628
  last_games_won: 'lastGamesWon',
1628
1629
  score_sum: 'scoreSum',
@@ -1633,6 +1634,10 @@
1633
1634
  users_count: 'usersCount',
1634
1635
  games: 'games',
1635
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',
1636
1641
  },
1637
1642
  relation: {
1638
1643
  tournament: Tournament,