@mtgame/core 1.0.14 → 1.0.16
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/football-game-log.js +2 -1
- package/esm2015/models/volleyball-game-log.js +3 -1
- package/fesm2015/mtgame-core.js +3 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/models/football-game-log.d.ts +2 -1
- package/models/volleyball-game-log.d.ts +2 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -5640,6 +5640,7 @@
|
|
|
5640
5640
|
FootballGameLogTypes[FootballGameLogTypes["double_goal"] = 32] = "double_goal";
|
|
5641
5641
|
FootballGameLogTypes[FootballGameLogTypes["super_game"] = 33] = "super_game";
|
|
5642
5642
|
FootballGameLogTypes[FootballGameLogTypes["color_ball"] = 34] = "color_ball";
|
|
5643
|
+
FootballGameLogTypes[FootballGameLogTypes["bonus"] = 35] = "bonus";
|
|
5643
5644
|
})(exports.FootballGameLogTypes || (exports.FootballGameLogTypes = {}));
|
|
5644
5645
|
exports.FootballGameLog = /** @class */ (function (_super) {
|
|
5645
5646
|
__extends(FootballGameLog, _super);
|
|
@@ -12285,6 +12286,8 @@
|
|
|
12285
12286
|
datetime: 'datetime',
|
|
12286
12287
|
is_highlight: 'isHighlight',
|
|
12287
12288
|
group: 'group',
|
|
12289
|
+
is_coach: 'isCoach',
|
|
12290
|
+
is_bench: 'isBench',
|
|
12288
12291
|
},
|
|
12289
12292
|
relation: {
|
|
12290
12293
|
logType: enumField(exports.VolleyballGameLogType),
|