@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.
@@ -3837,6 +3837,7 @@ var FootballGameLog = /** @class */ (function (_super) {
3837
3837
  FootballGameLogTypes.penalty_goal,
3838
3838
  FootballGameLogTypes.small_penalty_goal,
3839
3839
  FootballGameLogTypes.auto_goal,
3840
+ FootballGameLogTypes.end_game_penalty_goal,
3840
3841
  ].indexOf(this.logType) > -1;
3841
3842
  };
3842
3843
  FootballGameLog.prototype.isAfter = function (log) {
@@ -8916,6 +8917,7 @@ var VolleyballGameLog = /** @class */ (function (_super) {
8916
8917
  team_id: 'teamId',
8917
8918
  datetime: 'datetime',
8918
8919
  is_highlight: 'isHighlight',
8920
+ group: 'group',
8919
8921
  },
8920
8922
  relation: {
8921
8923
  logType: enumField(VolleyballGameLogType),