@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.
@@ -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),