@mtgame/core 0.0.14 → 0.0.15

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',