@mtgame/core 1.0.15 → 1.0.16

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.
@@ -5640,6 +5640,7 @@
5640
5640
  FootballGameLogTypes[FootballGameLogTypes["double_goal"] = 32] = "double_goal";
5641
5641
  FootballGameLogTypes[FootballGameLogTypes["super_game"] = 33] = "super_game";
5642
5642
  FootballGameLogTypes[FootballGameLogTypes["color_ball"] = 34] = "color_ball";
5643
+ FootballGameLogTypes[FootballGameLogTypes["bonus"] = 35] = "bonus";
5643
5644
  })(exports.FootballGameLogTypes || (exports.FootballGameLogTypes = {}));
5644
5645
  exports.FootballGameLog = /** @class */ (function (_super) {
5645
5646
  __extends(FootballGameLog, _super);