@mtgame/core 0.1.49 → 0.1.51
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 +4 -1
- 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/football-game-log.js +2 -1
- package/esm2015/models/volleyball-game-config.js +3 -2
- package/esm2015/models/volleyball-game-log.js +2 -1
- package/esm5/models/football-game-log.js +2 -1
- package/esm5/models/volleyball-game-config.js +3 -2
- package/esm5/models/volleyball-game-log.js +2 -1
- package/fesm2015/mtgame-core.js +4 -1
- package/fesm2015/mtgame-core.js.map +1 -1
- package/fesm5/mtgame-core.js +4 -1
- package/fesm5/mtgame-core.js.map +1 -1
- package/models/volleyball-game-config.d.ts +1 -0
- package/models/volleyball-game-log.d.ts +1 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -1647,7 +1647,8 @@
|
|
|
1647
1647
|
substitute_count: 'substituteCount',
|
|
1648
1648
|
score_in_set: 'scoreInSet',
|
|
1649
1649
|
score_in_last_set: 'scoreInLastSet',
|
|
1650
|
-
statistic_type: 'statisticType'
|
|
1650
|
+
statistic_type: 'statisticType',
|
|
1651
|
+
libero_user_ids: 'liberoUserIds',
|
|
1651
1652
|
},
|
|
1652
1653
|
relation: {
|
|
1653
1654
|
gameType: enumField(exports.VolleyballGameTypes),
|
|
@@ -4050,6 +4051,7 @@
|
|
|
4050
4051
|
exports.FootballGameLogTypes.penalty_goal,
|
|
4051
4052
|
exports.FootballGameLogTypes.small_penalty_goal,
|
|
4052
4053
|
exports.FootballGameLogTypes.auto_goal,
|
|
4054
|
+
exports.FootballGameLogTypes.end_game_penalty_goal,
|
|
4053
4055
|
].indexOf(this.logType) > -1;
|
|
4054
4056
|
};
|
|
4055
4057
|
FootballGameLog.prototype.isAfter = function (log) {
|
|
@@ -9129,6 +9131,7 @@
|
|
|
9129
9131
|
team_id: 'teamId',
|
|
9130
9132
|
datetime: 'datetime',
|
|
9131
9133
|
is_highlight: 'isHighlight',
|
|
9134
|
+
group: 'group',
|
|
9132
9135
|
},
|
|
9133
9136
|
relation: {
|
|
9134
9137
|
logType: enumField(exports.VolleyballGameLogType),
|