@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.
@@ -1434,7 +1434,8 @@ var VolleyballGameConfig = /** @class */ (function (_super) {
1434
1434
  substitute_count: 'substituteCount',
1435
1435
  score_in_set: 'scoreInSet',
1436
1436
  score_in_last_set: 'scoreInLastSet',
1437
- statistic_type: 'statisticType'
1437
+ statistic_type: 'statisticType',
1438
+ libero_user_ids: 'liberoUserIds',
1438
1439
  },
1439
1440
  relation: {
1440
1441
  gameType: enumField(VolleyballGameTypes),
@@ -3837,6 +3838,7 @@ var FootballGameLog = /** @class */ (function (_super) {
3837
3838
  FootballGameLogTypes.penalty_goal,
3838
3839
  FootballGameLogTypes.small_penalty_goal,
3839
3840
  FootballGameLogTypes.auto_goal,
3841
+ FootballGameLogTypes.end_game_penalty_goal,
3840
3842
  ].indexOf(this.logType) > -1;
3841
3843
  };
3842
3844
  FootballGameLog.prototype.isAfter = function (log) {
@@ -8916,6 +8918,7 @@ var VolleyballGameLog = /** @class */ (function (_super) {
8916
8918
  team_id: 'teamId',
8917
8919
  datetime: 'datetime',
8918
8920
  is_highlight: 'isHighlight',
8921
+ group: 'group',
8919
8922
  },
8920
8923
  relation: {
8921
8924
  logType: enumField(VolleyballGameLogType),