@mtgame/core 0.2.40 → 0.2.42

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.
@@ -1383,6 +1383,7 @@
1383
1383
  games_count: 'gamesCount',
1384
1384
  score_sum: 'scoreSum',
1385
1385
  closest_game_datetime: 'closestGameDatetime',
1386
+ created_by_league_id: 'createdByLeagueId',
1386
1387
  },
1387
1388
  relation: {
1388
1389
  sport: exports.Sport,
@@ -2268,6 +2269,7 @@
2268
2269
  is_official: 'isOfficial',
2269
2270
  tournament_round_id: 'tournamentRoundId',
2270
2271
  division_id: 'divisionId',
2272
+ winner_place: 'winnerPlace',
2271
2273
  },
2272
2274
  relation: {
2273
2275
  settings: exports.PlayoffSettings