@mtgame/core 0.0.70 → 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.
@@ -2514,6 +2514,7 @@
2514
2514
  BasketballGameLogTypes[BasketballGameLogTypes["one_point_attempt"] = 20] = "one_point_attempt";
2515
2515
  BasketballGameLogTypes[BasketballGameLogTypes["one_point_made"] = 21] = "one_point_made";
2516
2516
  BasketballGameLogTypes[BasketballGameLogTypes["timeout"] = 22] = "timeout";
2517
+ BasketballGameLogTypes[BasketballGameLogTypes["team_rebound"] = 23] = "team_rebound";
2517
2518
  })(exports.BasketballGameLogTypes || (exports.BasketballGameLogTypes = {}));
2518
2519
  var BasketballGameLog = /** @class */ (function (_super) {
2519
2520
  __extends(BasketballGameLog, _super);
@@ -7992,6 +7993,7 @@
7992
7993
  _a$1[exports.BasketballGameLogTypes.technical_foul] = 'Технический фол',
7993
7994
  _a$1[exports.BasketballGameLogTypes.unsportsmanlike_foul] = 'Неспортиный фол',
7994
7995
  _a$1[exports.BasketballGameLogTypes.timeout] = 'Таймаут',
7996
+ _a$1[exports.BasketballGameLogTypes.team_rebound] = 'Командный подбор',
7995
7997
  _a$1);
7996
7998
 
7997
7999
  var _a$2;
@@ -8058,11 +8060,11 @@
8058
8060
  _a$4[exports.HandballGameLogTypes.shot_blocked] = 'Заблокированный бросок',
8059
8061
  _a$4[exports.HandballGameLogTypes.goal] = 'Гол',
8060
8062
  _a$4[exports.HandballGameLogTypes.assist] = 'Передача',
8061
- _a$4[exports.HandballGameLogTypes.penalty_miss] = 'Пенальти промах',
8062
- _a$4[exports.HandballGameLogTypes.penalty_shot_on_goal] = 'Пенальти в створ',
8063
- _a$4[exports.HandballGameLogTypes.penalty_goal] = 'Гол с пенальти',
8063
+ _a$4[exports.HandballGameLogTypes.penalty_miss] = ' промах',
8064
+ _a$4[exports.HandballGameLogTypes.penalty_shot_on_goal] = ' в створ',
8065
+ _a$4[exports.HandballGameLogTypes.penalty_goal] = ' гол',
8064
8066
  _a$4[exports.HandballGameLogTypes.save] = 'Сэйв',
8065
- _a$4[exports.HandballGameLogTypes.penalty_save] = 'Сэйв пенальти',
8067
+ _a$4[exports.HandballGameLogTypes.penalty_save] = 'Сэйв ',
8066
8068
  _a$4[exports.HandballGameLogTypes.foul] = 'Фол',
8067
8069
  _a$4[exports.HandballGameLogTypes.yellow_card] = 'Желлтая карточка',
8068
8070
  _a$4[exports.HandballGameLogTypes.red_card] = 'Красная карточка',