@mtgame/core 0.2.82 → 0.2.83

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.
@@ -13634,6 +13634,19 @@
13634
13634
  exports.WrestballGameLogTypes.personal_foul,
13635
13635
  ].indexOf(this.logType) > -1;
13636
13636
  };
13637
+ WrestballGameLog.prototype.isScrumType = function () {
13638
+ return [
13639
+ exports.WrestballGameLogTypes.wrestler_scrum_won,
13640
+ exports.WrestballGameLogTypes.wrestler_scrum_lost,
13641
+ exports.WrestballGameLogTypes.wrestler_scrum_tie,
13642
+ exports.WrestballGameLogTypes.scrum_won,
13643
+ exports.WrestballGameLogTypes.scrum_lost,
13644
+ exports.WrestballGameLogTypes.scrum_tie,
13645
+ exports.WrestballGameLogTypes.scrum_ball_advantage_won,
13646
+ exports.WrestballGameLogTypes.scrum_ball_advantage_lost,
13647
+ exports.WrestballGameLogTypes.scrum_ball_advantage_tie,
13648
+ ].indexOf(this.logType) > -1;
13649
+ };
13637
13650
  WrestballGameLog.prototype.getScore = function () {
13638
13651
  var _a;
13639
13652
  var scoreMapping = (_a = {},