@mtgame/core 0.1.48 → 0.1.50
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 -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/rugby-statistic.js +2 -2
- package/esm2015/models/volleyball-game-log.js +2 -1
- package/esm5/models/football-game-log.js +2 -1
- package/esm5/models/rugby-statistic.js +2 -2
- package/esm5/models/volleyball-game-log.js +2 -1
- package/fesm2015/mtgame-core.js +3 -1
- package/fesm2015/mtgame-core.js.map +1 -1
- package/fesm5/mtgame-core.js +3 -1
- package/fesm5/mtgame-core.js.map +1 -1
- package/models/volleyball-game-log.d.ts +1 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -4050,6 +4050,7 @@
|
|
|
4050
4050
|
exports.FootballGameLogTypes.penalty_goal,
|
|
4051
4051
|
exports.FootballGameLogTypes.small_penalty_goal,
|
|
4052
4052
|
exports.FootballGameLogTypes.auto_goal,
|
|
4053
|
+
exports.FootballGameLogTypes.end_game_penalty_goal,
|
|
4053
4054
|
].indexOf(this.logType) > -1;
|
|
4054
4055
|
};
|
|
4055
4056
|
FootballGameLog.prototype.isAfter = function (log) {
|
|
@@ -5470,7 +5471,7 @@
|
|
|
5470
5471
|
drop_goal_kicks: 'dropGoalKicks',
|
|
5471
5472
|
drop_goals: 'dropGoals',
|
|
5472
5473
|
drop_goal_misses: 'dropGoalMisses',
|
|
5473
|
-
drop_goals_percent: '
|
|
5474
|
+
drop_goals_percent: 'dropGoalsPercent',
|
|
5474
5475
|
free_kicks: 'freeKicks',
|
|
5475
5476
|
yellow_cards: 'yellowCards',
|
|
5476
5477
|
red_cards: 'redCards',
|
|
@@ -9129,6 +9130,7 @@
|
|
|
9129
9130
|
team_id: 'teamId',
|
|
9130
9131
|
datetime: 'datetime',
|
|
9131
9132
|
is_highlight: 'isHighlight',
|
|
9133
|
+
group: 'group',
|
|
9132
9134
|
},
|
|
9133
9135
|
relation: {
|
|
9134
9136
|
logType: enumField(exports.VolleyballGameLogType),
|