@mtgame/core 0.1.49 → 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.
@@ -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) {
@@ -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),