@mtgame/core 0.2.100 → 0.2.102
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 -1
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/models/basketball-game-log.js +2 -1
- package/esm2015/models/hockey-game-config.js +2 -2
- package/fesm2015/mtgame-core.js +2 -1
- package/fesm2015/mtgame-core.js.map +1 -1
- package/models/basketball-game-log.d.ts +1 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -2161,7 +2161,7 @@
|
|
|
2161
2161
|
relation: {
|
|
2162
2162
|
overtimeType: enumField(exports.OvertimeTypes),
|
|
2163
2163
|
gameTimeType: enumField(exports.GameTimeTypes),
|
|
2164
|
-
|
|
2164
|
+
playoffSeriesOvertimeType: enumField(exports.OvertimeTypes),
|
|
2165
2165
|
}
|
|
2166
2166
|
})
|
|
2167
2167
|
], exports.HockeyGameConfig);
|
|
@@ -4290,6 +4290,7 @@
|
|
|
4290
4290
|
is_bench: 'isBench',
|
|
4291
4291
|
group: 'group',
|
|
4292
4292
|
marked: 'marked',
|
|
4293
|
+
is_additional_point: 'isAdditionalPoint',
|
|
4293
4294
|
coords: 'coords',
|
|
4294
4295
|
shootout_points: 'shootoutPoints',
|
|
4295
4296
|
},
|