@mtgame/core 1.0.9 → 1.0.11
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/tournament-round-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/tournament-round-team.d.ts +1 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -2398,6 +2398,7 @@
|
|
|
2398
2398
|
rounds: 'rounds',
|
|
2399
2399
|
final_rounds: 'finalRounds',
|
|
2400
2400
|
third_place_rounds: 'thirdPlaceRounds',
|
|
2401
|
+
loser_final_rounds: 'loserFinalRounds',
|
|
2401
2402
|
teams_count: 'teamsCount',
|
|
2402
2403
|
type: 'type',
|
|
2403
2404
|
min_player_games_count: 'minPlayerGamesCount',
|
|
@@ -11343,6 +11344,7 @@
|
|
|
11343
11344
|
tournament_team: 'tournamentTeam',
|
|
11344
11345
|
group: 'group',
|
|
11345
11346
|
division: 'division',
|
|
11347
|
+
division_id: 'divisionId',
|
|
11346
11348
|
points: 'points',
|
|
11347
11349
|
handicap: 'handicap',
|
|
11348
11350
|
games_count: 'gamesCount',
|