@mtgame/core 1.0.10 → 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 +1 -0
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/models/tournament-round-team.js +2 -1
- package/fesm2015/mtgame-core.js +1 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/models/tournament-round-team.d.ts +1 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -11344,6 +11344,7 @@
|
|
|
11344
11344
|
tournament_team: 'tournamentTeam',
|
|
11345
11345
|
group: 'group',
|
|
11346
11346
|
division: 'division',
|
|
11347
|
+
division_id: 'divisionId',
|
|
11347
11348
|
points: 'points',
|
|
11348
11349
|
handicap: 'handicap',
|
|
11349
11350
|
games_count: 'gamesCount',
|