@mtgame/core 0.1.56 → 0.1.57
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/bundles/mtgame-core.umd.min.js +1 -1
- package/bundles/mtgame-core.umd.min.js.map +1 -1
- package/esm2015/models/tournament.js +3 -1
- package/esm5/models/tournament.js +3 -1
- package/fesm2015/mtgame-core.js +2 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/fesm5/mtgame-core.js +2 -0
- package/fesm5/mtgame-core.js.map +1 -1
- package/models/tournament.d.ts +1 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -1448,6 +1448,7 @@
|
|
|
1448
1448
|
transfer_is_open: 'transferIsOpen',
|
|
1449
1449
|
basketball_statistic_type: 'basketballStatisticType',
|
|
1450
1450
|
volleyball_statistic_type: 'volleyballStatisticType',
|
|
1451
|
+
rugby_statistic_type: 'rugbyStatisticType',
|
|
1451
1452
|
shot_clock_enabled: 'shotClockEnabled',
|
|
1452
1453
|
game_time_type: 'gameTimeType',
|
|
1453
1454
|
with_result_table: 'withResultTable',
|
|
@@ -1460,6 +1461,7 @@
|
|
|
1460
1461
|
gender: enumField(exports.TournamentGender),
|
|
1461
1462
|
basketballStatisticType: enumField(exports.BasketballStatisticTypes),
|
|
1462
1463
|
volleyballStatisticType: enumField(exports.VolleyballStatisticTypes),
|
|
1464
|
+
rugbyStatisticType: enumField(exports.RugbyStatisticTypes),
|
|
1463
1465
|
gameTimeType: enumField(exports.GameTimeTypes),
|
|
1464
1466
|
overtimeType: enumField(exports.OvertimeTypes),
|
|
1465
1467
|
}
|