@mtgame/core 0.0.45 → 0.0.46
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/bundles/mtgame-core.umd.min.js +1 -1
- package/bundles/mtgame-core.umd.min.js.map +1 -1
- package/esm2015/models/tournament.js +2 -1
- package/esm5/models/tournament.js +2 -1
- package/fesm2015/mtgame-core.js +1 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/fesm5/mtgame-core.js +1 -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
|
@@ -1221,6 +1221,7 @@
|
|
|
1221
1221
|
volleyball_statistic_type: 'volleyballStatisticType',
|
|
1222
1222
|
shot_clock_enabled: 'shotClockEnabled',
|
|
1223
1223
|
game_time_type: 'gameTimeType',
|
|
1224
|
+
with_result_table: 'withResultTable'
|
|
1224
1225
|
},
|
|
1225
1226
|
relation: {
|
|
1226
1227
|
type: enumField(exports.TournamentTypes),
|