@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.
- package/bundles/mtgame-core.umd.js +2 -0
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/models/playoff.js +2 -1
- package/esm2015/models/team.js +2 -1
- package/fesm2015/mtgame-core.js +2 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/models/playoff.d.ts +1 -0
- package/models/team.d.ts +1 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -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
|