@mtgame/core 1.0.21 → 1.0.22
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 +3 -0
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/models/tournament-team.js +4 -1
- package/fesm2015/mtgame-core.js +3 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/models/tournament-team.d.ts +3 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -3533,6 +3533,9 @@
|
|
|
3533
3533
|
missed_sum: 'missedSum',
|
|
3534
3534
|
score_points_sum: 'scorePointsSum',
|
|
3535
3535
|
missed_points_sum: 'missedPointsSum',
|
|
3536
|
+
best_score_diff: 'bestScoreDiff',
|
|
3537
|
+
best_score_points_diff: 'bestScorePointsDiff',
|
|
3538
|
+
buchholz_score: 'buchholzScore',
|
|
3536
3539
|
points: 'points',
|
|
3537
3540
|
mt_points: 'mtPoints',
|
|
3538
3541
|
users_count: 'usersCount',
|