@mtgame/core 0.0.71 → 0.0.72

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.
@@ -2301,6 +2301,7 @@ var BasketballGameLogTypes;
2301
2301
  BasketballGameLogTypes[BasketballGameLogTypes["one_point_attempt"] = 20] = "one_point_attempt";
2302
2302
  BasketballGameLogTypes[BasketballGameLogTypes["one_point_made"] = 21] = "one_point_made";
2303
2303
  BasketballGameLogTypes[BasketballGameLogTypes["timeout"] = 22] = "timeout";
2304
+ BasketballGameLogTypes[BasketballGameLogTypes["team_rebound"] = 23] = "team_rebound";
2304
2305
  })(BasketballGameLogTypes || (BasketballGameLogTypes = {}));
2305
2306
  var BasketballGameLog = /** @class */ (function (_super) {
2306
2307
  __extends(BasketballGameLog, _super);
@@ -7779,6 +7780,7 @@ var BasketballGameLogTypeLocalization = (_a$1 = {},
7779
7780
  _a$1[BasketballGameLogTypes.technical_foul] = 'Технический фол',
7780
7781
  _a$1[BasketballGameLogTypes.unsportsmanlike_foul] = 'Неспортиный фол',
7781
7782
  _a$1[BasketballGameLogTypes.timeout] = 'Таймаут',
7783
+ _a$1[BasketballGameLogTypes.team_rebound] = 'Командный подбор',
7782
7784
  _a$1);
7783
7785
 
7784
7786
  var _a$2;