@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
package/fesm5/mtgame-core.js
CHANGED
|
@@ -1235,6 +1235,7 @@ var TournamentSettings = /** @class */ (function (_super) {
|
|
|
1235
1235
|
transfer_is_open: 'transferIsOpen',
|
|
1236
1236
|
basketball_statistic_type: 'basketballStatisticType',
|
|
1237
1237
|
volleyball_statistic_type: 'volleyballStatisticType',
|
|
1238
|
+
rugby_statistic_type: 'rugbyStatisticType',
|
|
1238
1239
|
shot_clock_enabled: 'shotClockEnabled',
|
|
1239
1240
|
game_time_type: 'gameTimeType',
|
|
1240
1241
|
with_result_table: 'withResultTable',
|
|
@@ -1247,6 +1248,7 @@ var TournamentSettings = /** @class */ (function (_super) {
|
|
|
1247
1248
|
gender: enumField(TournamentGender),
|
|
1248
1249
|
basketballStatisticType: enumField(BasketballStatisticTypes),
|
|
1249
1250
|
volleyballStatisticType: enumField(VolleyballStatisticTypes),
|
|
1251
|
+
rugbyStatisticType: enumField(RugbyStatisticTypes),
|
|
1250
1252
|
gameTimeType: enumField(GameTimeTypes),
|
|
1251
1253
|
overtimeType: enumField(OvertimeTypes),
|
|
1252
1254
|
}
|