@mtgame/core 0.1.90 → 0.1.92

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.
@@ -2762,6 +2762,7 @@
2762
2762
  score_points_sum: 'scorePointsSum',
2763
2763
  missed_points_sum: 'missedPointsSum',
2764
2764
  points: 'points',
2765
+ mt_points: 'mtPoints',
2765
2766
  users_count: 'usersCount',
2766
2767
  games: 'games',
2767
2768
  notifications_count: 'notificationsCount',
@@ -5671,8 +5672,10 @@
5671
5672
  last_games_count: 'lastGamesCount',
5672
5673
  last_games_won: 'lastGamesWon',
5673
5674
  points: 'points',
5675
+ mt_points: 'mtPoints',
5674
5676
  final_standing: 'finalStanding',
5675
5677
  received_points: 'receivedPoints',
5678
+ received_mt_points: 'receivedMtPoints',
5676
5679
  },
5677
5680
  relation: {
5678
5681
  tournamentTeam: exports.TournamentTeam,