@mtgame/core 0.2.78 → 0.2.80

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.
@@ -783,6 +783,7 @@
783
783
  SportTypes[SportTypes["moneyball_basket"] = 23] = "moneyball_basket";
784
784
  SportTypes[SportTypes["wrestball"] = 24] = "wrestball";
785
785
  SportTypes[SportTypes["wrestball_classic"] = 25] = "wrestball_classic";
786
+ SportTypes[SportTypes["winline_basket"] = 26] = "winline_basket";
786
787
  })(exports.SportTypes || (exports.SportTypes = {}));
787
788
  exports.Sport = /** @class */ (function (_super) {
788
789
  __extends(Sport, _super);
@@ -807,6 +808,9 @@
807
808
  Sport.prototype.isMoneyballBasket = function () {
808
809
  return this.id === exports.SportTypes.moneyball_basket;
809
810
  };
811
+ Sport.prototype.isWinlinebasket = function () {
812
+ return this.id === exports.SportTypes.winline_basket;
813
+ };
810
814
  Sport.prototype.isVolleyball = function () {
811
815
  return this.id === exports.SportTypes.volleyball || this.parentId === exports.SportTypes.volleyball;
812
816
  };
@@ -4050,6 +4054,8 @@
4050
4054
  shootout_won_percent: 'shootoutWonPercent',
4051
4055
  moneyball_free_throw_attepts: 'moneyballFreeThrowAttepts',
4052
4056
  moneyball_free_throws_made: 'moneyballFreeThrowsMade',
4057
+ plus_minus: 'plusMinus',
4058
+ game_time: 'gameTime',
4053
4059
  updated_at: 'updatedAt',
4054
4060
  },
4055
4061
  relation: {