@mtgame/core 0.1.69 → 0.1.70

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.
@@ -6905,11 +6905,11 @@
6905
6905
  TeamEventTypes[TeamEventTypes["other"] = 2] = "other";
6906
6906
  })(exports.TeamEventTypes || (exports.TeamEventTypes = {}));
6907
6907
 
6908
- var _a$b;
6909
- var TeamEventTypeLocalization = (_a$b = {},
6910
- _a$b[exports.TeamEventTypes.training] = 'Тренировка',
6911
- _a$b[exports.TeamEventTypes.other] = 'Другое',
6912
- _a$b);
6908
+ var _a$d;
6909
+ var TeamEventTypeLocalization = (_a$d = {},
6910
+ _a$d[exports.TeamEventTypes.training] = 'Тренировка',
6911
+ _a$d[exports.TeamEventTypes.other] = 'Другое',
6912
+ _a$d);
6913
6913
 
6914
6914
  exports.TeamEvent = /** @class */ (function (_super) {
6915
6915
  __extends(TeamEvent, _super);
@@ -7522,7 +7522,7 @@
7522
7522
  })
7523
7523
  ], exports.RugbyFoulType);
7524
7524
 
7525
- var _a$a;
7525
+ var _a$c;
7526
7526
  exports.RugbyGameLogTypes = void 0;
7527
7527
  (function (RugbyGameLogTypes) {
7528
7528
  RugbyGameLogTypes[RugbyGameLogTypes["enter_game"] = 1] = "enter_game";
@@ -7563,14 +7563,14 @@
7563
7563
  RugbyGameLogTypes[RugbyGameLogTypes["maul_lost"] = 35] = "maul_lost";
7564
7564
  RugbyGameLogTypes[RugbyGameLogTypes["team_foul"] = 36] = "team_foul";
7565
7565
  })(exports.RugbyGameLogTypes || (exports.RugbyGameLogTypes = {}));
7566
- var RUGBY_GAME_LOG_TYPE_POINTS = (_a$a = {},
7567
- _a$a[exports.RugbyGameLogTypes.penalty_try] = 7,
7568
- _a$a[exports.RugbyGameLogTypes.try] = 5,
7569
- _a$a[exports.RugbyGameLogTypes.conversion_goal] = 2,
7570
- _a$a[exports.RugbyGameLogTypes.penalty_goal] = 3,
7571
- _a$a[exports.RugbyGameLogTypes.drop_goal] = 3,
7572
- _a$a[exports.RugbyGameLogTypes.end_game_penalty_goal] = 1,
7573
- _a$a);
7566
+ var RUGBY_GAME_LOG_TYPE_POINTS = (_a$c = {},
7567
+ _a$c[exports.RugbyGameLogTypes.penalty_try] = 7,
7568
+ _a$c[exports.RugbyGameLogTypes.try] = 5,
7569
+ _a$c[exports.RugbyGameLogTypes.conversion_goal] = 2,
7570
+ _a$c[exports.RugbyGameLogTypes.penalty_goal] = 3,
7571
+ _a$c[exports.RugbyGameLogTypes.drop_goal] = 3,
7572
+ _a$c[exports.RugbyGameLogTypes.end_game_penalty_goal] = 1,
7573
+ _a$c);
7574
7574
  var RUGBY_TEAM_LOG_TYPES = [
7575
7575
  exports.RugbyGameLogTypes.timeout, exports.RugbyGameLogTypes.scrum_won, exports.RugbyGameLogTypes.scrum_lost, exports.RugbyGameLogTypes.scrum_won_free,
7576
7576
  exports.RugbyGameLogTypes.lineout_won, exports.RugbyGameLogTypes.lineout_lost,
@@ -9421,205 +9421,205 @@
9421
9421
  { type: ConfigService }
9422
9422
  ]; };
9423
9423
 
9424
+ var _a$b;
9425
+ var BasketballGameLogTypeLocalization = (_a$b = {},
9426
+ _a$b[exports.BasketballGameLogTypes.enter_game] = 'Выход на площадку',
9427
+ _a$b[exports.BasketballGameLogTypes.exit_game] = 'Ушел с площадки',
9428
+ _a$b[exports.BasketballGameLogTypes.remove_game] = 'Удаление с площадки',
9429
+ _a$b[exports.BasketballGameLogTypes.two_point_attempt] = 'Бросок 2 очка',
9430
+ _a$b[exports.BasketballGameLogTypes.three_point_attempt] = 'Бросок 3 очка',
9431
+ _a$b[exports.BasketballGameLogTypes.free_throw_attempt] = 'Штрафной бросок',
9432
+ _a$b[exports.BasketballGameLogTypes.one_point_attempt] = 'Бросок 1 очко',
9433
+ _a$b[exports.BasketballGameLogTypes.two_point_made] = '2 очка',
9434
+ _a$b[exports.BasketballGameLogTypes.three_point_made] = '3 очка',
9435
+ _a$b[exports.BasketballGameLogTypes.free_throw_made] = '1 очко, штрафной',
9436
+ _a$b[exports.BasketballGameLogTypes.one_point_made] = '1 очко',
9437
+ _a$b[exports.BasketballGameLogTypes.assist] = 'Передача',
9438
+ _a$b[exports.BasketballGameLogTypes.block] = 'Блокшот',
9439
+ _a$b[exports.BasketballGameLogTypes.rebound] = 'Подбор',
9440
+ _a$b[exports.BasketballGameLogTypes.offensive_rebound] = 'Подбор в нападении',
9441
+ _a$b[exports.BasketballGameLogTypes.defensive_rebound] = 'Подбор в защите',
9442
+ _a$b[exports.BasketballGameLogTypes.steal] = 'Перехват',
9443
+ _a$b[exports.BasketballGameLogTypes.turnover] = 'Потеря',
9444
+ _a$b[exports.BasketballGameLogTypes.personal_foul] = 'Фол',
9445
+ _a$b[exports.BasketballGameLogTypes.technical_foul] = 'Технический фол',
9446
+ _a$b[exports.BasketballGameLogTypes.unsportsmanlike_foul] = 'Неспортиный фол',
9447
+ _a$b[exports.BasketballGameLogTypes.timeout] = 'Таймаут',
9448
+ _a$b[exports.BasketballGameLogTypes.team_rebound] = 'Командный подбор',
9449
+ _a$b);
9450
+
9451
+ var _a$a;
9452
+ var HockeyGameLogTypeLocalization = (_a$a = {},
9453
+ _a$a[exports.HockeyGameLogTypes.enter_game] = 'Выход на площадку',
9454
+ _a$a[exports.HockeyGameLogTypes.exit_game] = 'Ушел с площадки',
9455
+ _a$a[exports.HockeyGameLogTypes.shot_miss] = 'Бросок мимо',
9456
+ _a$a[exports.HockeyGameLogTypes.shot_on_goal] = 'Бросок по воротам',
9457
+ _a$a[exports.HockeyGameLogTypes.shot_blocked] = 'Заблокированный бросок',
9458
+ _a$a[exports.HockeyGameLogTypes.goal] = 'Гол',
9459
+ _a$a[exports.HockeyGameLogTypes.shootout_attempt] = 'Буллит промах',
9460
+ _a$a[exports.HockeyGameLogTypes.shootout_goal] = 'Буллит гол',
9461
+ _a$a[exports.HockeyGameLogTypes.after_game_shootout_attempt] = 'Буллит промах',
9462
+ _a$a[exports.HockeyGameLogTypes.after_game_shootout_goal] = 'Буллит гол',
9463
+ _a$a[exports.HockeyGameLogTypes.assist] = 'Передача',
9464
+ _a$a[exports.HockeyGameLogTypes.block_shot] = 'Блокировка броска',
9465
+ _a$a[exports.HockeyGameLogTypes.minor_penalty] = 'Малый штраф',
9466
+ _a$a[exports.HockeyGameLogTypes.major_penalty] = 'Большой штраф',
9467
+ _a$a[exports.HockeyGameLogTypes.misconduct_penalty] = 'Дисциплинарный штраф',
9468
+ _a$a[exports.HockeyGameLogTypes.game_misconduct_penalty] = 'Дисциплинарный штраф до конца игры',
9469
+ _a$a[exports.HockeyGameLogTypes.match_penalty] = 'Матч-штраф',
9470
+ _a$a[exports.HockeyGameLogTypes.penalty_shot] = 'Штрафной бросок',
9471
+ _a$a[exports.HockeyGameLogTypes.face_off_lose] = 'Проигрыш в вбрасывании',
9472
+ _a$a[exports.HockeyGameLogTypes.face_off_win] = 'Победа в вбрасывании',
9473
+ _a$a[exports.HockeyGameLogTypes.save] = 'Отражен бросок',
9474
+ _a$a[exports.HockeyGameLogTypes.shootout_save] = 'Отражен бросок',
9475
+ _a$a[exports.HockeyGameLogTypes.after_game_shootout_save] = 'Отражен бросок',
9476
+ _a$a[exports.HockeyGameLogTypes.timeout] = 'Таймаут',
9477
+ _a$a[exports.HockeyGameLogTypes.penalty_start] = 'Начало штрафного времени',
9478
+ _a$a[exports.HockeyGameLogTypes.penalty_end] = 'Конец штрафного времени',
9479
+ _a$a);
9480
+
9424
9481
  var _a$9;
9425
- var BasketballGameLogTypeLocalization = (_a$9 = {},
9426
- _a$9[exports.BasketballGameLogTypes.enter_game] = 'Выход на площадку',
9427
- _a$9[exports.BasketballGameLogTypes.exit_game] = 'Ушел с площадки',
9428
- _a$9[exports.BasketballGameLogTypes.remove_game] = 'Удаление с площадки',
9429
- _a$9[exports.BasketballGameLogTypes.two_point_attempt] = 'Бросок 2 очка',
9430
- _a$9[exports.BasketballGameLogTypes.three_point_attempt] = 'Бросок 3 очка',
9431
- _a$9[exports.BasketballGameLogTypes.free_throw_attempt] = 'Штрафной бросок',
9432
- _a$9[exports.BasketballGameLogTypes.one_point_attempt] = 'Бросок 1 очко',
9433
- _a$9[exports.BasketballGameLogTypes.two_point_made] = '2 очка',
9434
- _a$9[exports.BasketballGameLogTypes.three_point_made] = '3 очка',
9435
- _a$9[exports.BasketballGameLogTypes.free_throw_made] = '1 очко, штрафной',
9436
- _a$9[exports.BasketballGameLogTypes.one_point_made] = '1 очко',
9437
- _a$9[exports.BasketballGameLogTypes.assist] = 'Передача',
9438
- _a$9[exports.BasketballGameLogTypes.block] = 'Блокшот',
9439
- _a$9[exports.BasketballGameLogTypes.rebound] = 'Подбор',
9440
- _a$9[exports.BasketballGameLogTypes.offensive_rebound] = 'Подбор в нападении',
9441
- _a$9[exports.BasketballGameLogTypes.defensive_rebound] = 'Подбор в защите',
9442
- _a$9[exports.BasketballGameLogTypes.steal] = 'Перехват',
9443
- _a$9[exports.BasketballGameLogTypes.turnover] = 'Потеря',
9444
- _a$9[exports.BasketballGameLogTypes.personal_foul] = 'Фол',
9445
- _a$9[exports.BasketballGameLogTypes.technical_foul] = 'Технический фол',
9446
- _a$9[exports.BasketballGameLogTypes.unsportsmanlike_foul] = 'Неспортиный фол',
9447
- _a$9[exports.BasketballGameLogTypes.timeout] = 'Таймаут',
9448
- _a$9[exports.BasketballGameLogTypes.team_rebound] = 'Командный подбор',
9482
+ var FootballGameLogTypeLocalization = (_a$9 = {},
9483
+ _a$9[exports.FootballGameLogTypes.enter_game] = 'Выход на поле',
9484
+ _a$9[exports.FootballGameLogTypes.exit_game] = 'Ушел с поля',
9485
+ _a$9[exports.FootballGameLogTypes.shot_miss] = 'Удар мимо',
9486
+ _a$9[exports.FootballGameLogTypes.shot_on_goal] = 'Удар в створ',
9487
+ _a$9[exports.FootballGameLogTypes.shot_blocked] = 'Заблокированный удар',
9488
+ _a$9[exports.FootballGameLogTypes.goal] = 'Гол',
9489
+ _a$9[exports.FootballGameLogTypes.assist] = 'Передача',
9490
+ _a$9[exports.FootballGameLogTypes.penalty_attempt] = 'Пенальти промах',
9491
+ _a$9[exports.FootballGameLogTypes.penalty_goal] = 'Пенальти гол',
9492
+ _a$9[exports.FootballGameLogTypes.small_penalty_attempt] = '10-метровый промах',
9493
+ _a$9[exports.FootballGameLogTypes.small_penalty_goal] = '10-метровый гол',
9494
+ _a$9[exports.FootballGameLogTypes.block_shot] = 'Блокировка удара',
9495
+ _a$9[exports.FootballGameLogTypes.corner] = 'Угловой',
9496
+ _a$9[exports.FootballGameLogTypes.free_kick] = 'Штрафной удар',
9497
+ _a$9[exports.FootballGameLogTypes.save] = 'Отражен удар',
9498
+ _a$9[exports.FootballGameLogTypes.penalty_save] = 'Отражен пенальти',
9499
+ _a$9[exports.FootballGameLogTypes.small_penalty_save] = 'Отражен 10 метровый',
9500
+ _a$9[exports.FootballGameLogTypes.foul] = 'Фол',
9501
+ _a$9[exports.FootballGameLogTypes.yellow_card] = 'Желтая карточка',
9502
+ _a$9[exports.FootballGameLogTypes.red_card] = 'Красная карточка',
9503
+ _a$9[exports.FootballGameLogTypes.perfect_pass] = 'Пас',
9504
+ _a$9[exports.FootballGameLogTypes.loss] = 'Потеря',
9505
+ _a$9[exports.FootballGameLogTypes.steal] = 'Перехват',
9506
+ _a$9[exports.FootballGameLogTypes.out] = 'Аут',
9507
+ _a$9[exports.FootballGameLogTypes.timeout] = 'Таймаут',
9508
+ _a$9[exports.FootballGameLogTypes.auto_goal] = 'Автогол',
9509
+ _a$9[exports.FootballGameLogTypes.end_game_penalty_goal] = 'Пенальти гол',
9510
+ _a$9[exports.FootballGameLogTypes.end_game_penalty_miss] = 'Пенальти промах',
9511
+ _a$9[exports.FootballGameLogTypes.end_game_penalty_save] = 'Отражен пенальти',
9449
9512
  _a$9);
9450
9513
 
9451
9514
  var _a$8;
9452
- var HockeyGameLogTypeLocalization = (_a$8 = {},
9453
- _a$8[exports.HockeyGameLogTypes.enter_game] = 'Выход на площадку',
9454
- _a$8[exports.HockeyGameLogTypes.exit_game] = 'Ушел с площадки',
9455
- _a$8[exports.HockeyGameLogTypes.shot_miss] = 'Бросок мимо',
9456
- _a$8[exports.HockeyGameLogTypes.shot_on_goal] = 'Бросок по воротам',
9457
- _a$8[exports.HockeyGameLogTypes.shot_blocked] = 'Заблокированный бросок',
9458
- _a$8[exports.HockeyGameLogTypes.goal] = 'Гол',
9459
- _a$8[exports.HockeyGameLogTypes.shootout_attempt] = 'Буллит промах',
9460
- _a$8[exports.HockeyGameLogTypes.shootout_goal] = 'Буллит гол',
9461
- _a$8[exports.HockeyGameLogTypes.after_game_shootout_attempt] = 'Буллит промах',
9462
- _a$8[exports.HockeyGameLogTypes.after_game_shootout_goal] = 'Буллит гол',
9463
- _a$8[exports.HockeyGameLogTypes.assist] = 'Передача',
9464
- _a$8[exports.HockeyGameLogTypes.block_shot] = 'Блокировка броска',
9465
- _a$8[exports.HockeyGameLogTypes.minor_penalty] = 'Малый штраф',
9466
- _a$8[exports.HockeyGameLogTypes.major_penalty] = 'Большой штраф',
9467
- _a$8[exports.HockeyGameLogTypes.misconduct_penalty] = 'Дисциплинарный штраф',
9468
- _a$8[exports.HockeyGameLogTypes.game_misconduct_penalty] = 'Дисциплинарный штраф до конца игры',
9469
- _a$8[exports.HockeyGameLogTypes.match_penalty] = 'Матч-штраф',
9470
- _a$8[exports.HockeyGameLogTypes.penalty_shot] = 'Штрафной бросок',
9471
- _a$8[exports.HockeyGameLogTypes.face_off_lose] = 'Проигрыш в вбрасывании',
9472
- _a$8[exports.HockeyGameLogTypes.face_off_win] = 'Победа в вбрасывании',
9473
- _a$8[exports.HockeyGameLogTypes.save] = 'Отражен бросок',
9474
- _a$8[exports.HockeyGameLogTypes.shootout_save] = 'Отражен бросок',
9475
- _a$8[exports.HockeyGameLogTypes.after_game_shootout_save] = 'Отражен бросок',
9476
- _a$8[exports.HockeyGameLogTypes.timeout] = 'Таймаут',
9477
- _a$8[exports.HockeyGameLogTypes.penalty_start] = 'Начало штрафного времени',
9478
- _a$8[exports.HockeyGameLogTypes.penalty_end] = 'Конец штрафного времени',
9515
+ var HandballGameLogTypeLocalization = (_a$8 = {},
9516
+ _a$8[exports.HandballGameLogTypes.enter_game] = 'Выход на поле',
9517
+ _a$8[exports.HandballGameLogTypes.exit_game] = 'Ушел с поля',
9518
+ _a$8[exports.HandballGameLogTypes.shot_miss] = 'Бросок мимо',
9519
+ _a$8[exports.HandballGameLogTypes.shot_on_goal] = 'Бросок в створ',
9520
+ _a$8[exports.HandballGameLogTypes.shot_blocked] = 'Заблокированный бросок',
9521
+ _a$8[exports.HandballGameLogTypes.goal] = 'Гол',
9522
+ _a$8[exports.HandballGameLogTypes.assist] = 'Передача',
9523
+ _a$8[exports.HandballGameLogTypes.penalty_miss] = ' промах',
9524
+ _a$8[exports.HandballGameLogTypes.penalty_shot_on_goal] = ' в створ',
9525
+ _a$8[exports.HandballGameLogTypes.penalty_goal] = ' гол',
9526
+ _a$8[exports.HandballGameLogTypes.save] = 'Сэйв',
9527
+ _a$8[exports.HandballGameLogTypes.penalty_save] = 'Сэйв ',
9528
+ _a$8[exports.HandballGameLogTypes.foul] = 'Фол',
9529
+ _a$8[exports.HandballGameLogTypes.yellow_card] = 'Желлтая карточка',
9530
+ _a$8[exports.HandballGameLogTypes.red_card] = 'Красная карточка',
9531
+ _a$8[exports.HandballGameLogTypes.two_minute_foul] = ' минутный штраф',
9532
+ _a$8[exports.HandballGameLogTypes.turnover] = 'Потеря',
9533
+ _a$8[exports.HandballGameLogTypes.steal] = 'Перехват',
9534
+ _a$8[exports.HandballGameLogTypes.block_shot] = 'Блок броска',
9535
+ _a$8[exports.HandballGameLogTypes.timeout] = 'Таймаут',
9479
9536
  _a$8);
9480
9537
 
9481
9538
  var _a$7;
9482
- var FootballGameLogTypeLocalization = (_a$7 = {},
9483
- _a$7[exports.FootballGameLogTypes.enter_game] = 'Выход на поле',
9484
- _a$7[exports.FootballGameLogTypes.exit_game] = 'Ушел с поля',
9485
- _a$7[exports.FootballGameLogTypes.shot_miss] = 'Удар мимо',
9486
- _a$7[exports.FootballGameLogTypes.shot_on_goal] = 'Удар в створ',
9487
- _a$7[exports.FootballGameLogTypes.shot_blocked] = 'Заблокированный удар',
9488
- _a$7[exports.FootballGameLogTypes.goal] = 'Гол',
9489
- _a$7[exports.FootballGameLogTypes.assist] = 'Передача',
9490
- _a$7[exports.FootballGameLogTypes.penalty_attempt] = 'Пенальти промах',
9491
- _a$7[exports.FootballGameLogTypes.penalty_goal] = 'Пенальти гол',
9492
- _a$7[exports.FootballGameLogTypes.small_penalty_attempt] = '10-метровый промах',
9493
- _a$7[exports.FootballGameLogTypes.small_penalty_goal] = '10-метровый гол',
9494
- _a$7[exports.FootballGameLogTypes.block_shot] = 'Блокировка удара',
9495
- _a$7[exports.FootballGameLogTypes.corner] = 'Угловой',
9496
- _a$7[exports.FootballGameLogTypes.free_kick] = 'Штрафной удар',
9497
- _a$7[exports.FootballGameLogTypes.save] = 'Отражен удар',
9498
- _a$7[exports.FootballGameLogTypes.penalty_save] = 'Отражен пенальти',
9499
- _a$7[exports.FootballGameLogTypes.small_penalty_save] = 'Отражен 10 метровый',
9500
- _a$7[exports.FootballGameLogTypes.foul] = 'Фол',
9501
- _a$7[exports.FootballGameLogTypes.yellow_card] = 'Желтая карточка',
9502
- _a$7[exports.FootballGameLogTypes.red_card] = 'Красная карточка',
9503
- _a$7[exports.FootballGameLogTypes.perfect_pass] = 'Пас',
9504
- _a$7[exports.FootballGameLogTypes.loss] = 'Потеря',
9505
- _a$7[exports.FootballGameLogTypes.steal] = 'Перехват',
9506
- _a$7[exports.FootballGameLogTypes.out] = 'Аут',
9507
- _a$7[exports.FootballGameLogTypes.timeout] = 'Таймаут',
9508
- _a$7[exports.FootballGameLogTypes.auto_goal] = 'Автогол',
9509
- _a$7[exports.FootballGameLogTypes.end_game_penalty_goal] = 'Пенальти гол',
9510
- _a$7[exports.FootballGameLogTypes.end_game_penalty_miss] = 'Пенальти промах',
9511
- _a$7[exports.FootballGameLogTypes.end_game_penalty_save] = 'Отражен пенальти',
9539
+ var OvertimeTypeLocalization = (_a$7 = {},
9540
+ _a$7[exports.OvertimeTypes.to_score_diff] = 'До разницы в N мячей',
9541
+ _a$7[exports.OvertimeTypes.to_score_total] = 'До N очков',
9542
+ _a$7[exports.OvertimeTypes.time] = 'По времени',
9543
+ _a$7[exports.OvertimeTypes.without_overtime] = 'Без овертайма',
9544
+ _a$7[exports.OvertimeTypes.to_first_goal] = 'На N минут до первой шайбы',
9545
+ _a$7[exports.OvertimeTypes.to_first_goal_and_bullitts] = 'На N минут до первой шайбы + буллиты',
9546
+ _a$7[exports.OvertimeTypes.bullitts] = 'Буллиты',
9547
+ _a$7[exports.OvertimeTypes.penalties] = 'Пенальти',
9548
+ _a$7[exports.OvertimeTypes.time_and_penalties] = 'Дополнительное время + пенальти',
9512
9549
  _a$7);
9513
9550
 
9514
9551
  var _a$6;
9515
- var HandballGameLogTypeLocalization = (_a$6 = {},
9516
- _a$6[exports.HandballGameLogTypes.enter_game] = 'Выход на поле',
9517
- _a$6[exports.HandballGameLogTypes.exit_game] = 'Ушел с поля',
9518
- _a$6[exports.HandballGameLogTypes.shot_miss] = 'Бросок мимо',
9519
- _a$6[exports.HandballGameLogTypes.shot_on_goal] = 'Бросок в створ',
9520
- _a$6[exports.HandballGameLogTypes.shot_blocked] = 'Заблокированный бросок',
9521
- _a$6[exports.HandballGameLogTypes.goal] = 'Гол',
9522
- _a$6[exports.HandballGameLogTypes.assist] = 'Передача',
9523
- _a$6[exports.HandballGameLogTypes.penalty_miss] = '7м промах',
9524
- _a$6[exports.HandballGameLogTypes.penalty_shot_on_goal] = '7м в створ',
9525
- _a$6[exports.HandballGameLogTypes.penalty_goal] = '7м гол',
9526
- _a$6[exports.HandballGameLogTypes.save] = 'Сэйв',
9527
- _a$6[exports.HandballGameLogTypes.penalty_save] = 'Сэйв 7м',
9528
- _a$6[exports.HandballGameLogTypes.foul] = 'Фол',
9529
- _a$6[exports.HandballGameLogTypes.yellow_card] = 'Желлтая карточка',
9530
- _a$6[exports.HandballGameLogTypes.red_card] = 'Красная карточка',
9531
- _a$6[exports.HandballGameLogTypes.two_minute_foul] = '2х минутный штраф',
9532
- _a$6[exports.HandballGameLogTypes.turnover] = 'Потеря',
9533
- _a$6[exports.HandballGameLogTypes.steal] = 'Перехват',
9534
- _a$6[exports.HandballGameLogTypes.block_shot] = 'Блок броска',
9535
- _a$6[exports.HandballGameLogTypes.timeout] = 'Таймаут',
9552
+ var RugbyFoulSanctionLocalization = (_a$6 = {},
9553
+ _a$6[exports.RugbyFoulSanctions.scrum] = 'Схватка',
9554
+ _a$6[exports.RugbyFoulSanctions.lineout] = 'Корридор',
9555
+ _a$6[exports.RugbyFoulSanctions.free_kick] = 'Свободный удар',
9556
+ _a$6[exports.RugbyFoulSanctions.penalty_shot] = 'Штрафной удар',
9557
+ _a$6[exports.RugbyFoulSanctions.yellow_card] = 'Желтая карточка',
9558
+ _a$6[exports.RugbyFoulSanctions.red_card] = 'Красная карточка',
9536
9559
  _a$6);
9537
9560
 
9538
9561
  var _a$5;
9539
- var OvertimeTypeLocalization = (_a$5 = {},
9540
- _a$5[exports.OvertimeTypes.to_score_diff] = 'До разницы в N мячей',
9541
- _a$5[exports.OvertimeTypes.to_score_total] = 'До N очков',
9542
- _a$5[exports.OvertimeTypes.time] = 'По времени',
9543
- _a$5[exports.OvertimeTypes.without_overtime] = 'Без овертайма',
9544
- _a$5[exports.OvertimeTypes.to_first_goal] = 'На N минут до первой шайбы',
9545
- _a$5[exports.OvertimeTypes.to_first_goal_and_bullitts] = 'На N минут до первой шайбы + буллиты',
9546
- _a$5[exports.OvertimeTypes.bullitts] = 'Буллиты',
9547
- _a$5[exports.OvertimeTypes.penalties] = 'Пенальти',
9548
- _a$5[exports.OvertimeTypes.time_and_penalties] = 'Дополнительное время + пенальти',
9562
+ var RugbyGameLogTypeLocalization = (_a$5 = {},
9563
+ _a$5[exports.RugbyGameLogTypes.enter_game] = 'Выход на площадку',
9564
+ _a$5[exports.RugbyGameLogTypes.exit_game] = 'Ушел с площадки',
9565
+ _a$5[exports.RugbyGameLogTypes.try] = 'Попытка',
9566
+ _a$5[exports.RugbyGameLogTypes.penalty_try] = 'Штрафная попытка',
9567
+ _a$5[exports.RugbyGameLogTypes.conversion_goal] = 'Реализация',
9568
+ _a$5[exports.RugbyGameLogTypes.conversion_miss] = 'Реализация промах',
9569
+ _a$5[exports.RugbyGameLogTypes.penalty_miss] = 'Штрафной промах',
9570
+ _a$5[exports.RugbyGameLogTypes.penalty_goal] = 'Штрафной гол',
9571
+ _a$5[exports.RugbyGameLogTypes.penalty_kick_to_touch] = 'Штрафной в аут',
9572
+ _a$5[exports.RugbyGameLogTypes.tap_penalty] = 'Штрафной розыгран',
9573
+ _a$5[exports.RugbyGameLogTypes.drop_goal] = 'Дроп-гол',
9574
+ _a$5[exports.RugbyGameLogTypes.drop_goal_miss] = 'Дроп-гол промах',
9575
+ _a$5[exports.RugbyGameLogTypes.free_kick] = 'Свободный удар',
9576
+ _a$5[exports.RugbyGameLogTypes.foul] = 'Фол',
9577
+ _a$5[exports.RugbyGameLogTypes.yellow_card] = 'Желтая карточка',
9578
+ _a$5[exports.RugbyGameLogTypes.red_card] = 'Красная карточка',
9579
+ _a$5[exports.RugbyGameLogTypes.offload] = 'Скидка при завхвате',
9580
+ _a$5[exports.RugbyGameLogTypes.tackle] = 'Успешный захват',
9581
+ _a$5[exports.RugbyGameLogTypes.handling_error] = 'Ошибка приема',
9582
+ _a$5[exports.RugbyGameLogTypes.carries_over_gainline] = 'Прорыв линии',
9583
+ _a$5[exports.RugbyGameLogTypes.bleeding_injury] = 'Кровоточащая травма',
9584
+ _a$5[exports.RugbyGameLogTypes.head_injury] = 'Травма головы',
9585
+ _a$5[exports.RugbyGameLogTypes.end_game_penalty_miss] = 'Штрафной промах',
9586
+ _a$5[exports.RugbyGameLogTypes.end_game_penalty_goal] = 'Штрафной гол',
9587
+ _a$5[exports.RugbyGameLogTypes.timeout] = 'Таймаут',
9588
+ _a$5[exports.RugbyGameLogTypes.scrum_won] = 'Схватка выиграна',
9589
+ _a$5[exports.RugbyGameLogTypes.scrum_lost] = 'Схватка проиграна',
9590
+ _a$5[exports.RugbyGameLogTypes.scrum_won_free] = 'Схватка выиграна без сопротивления',
9591
+ _a$5[exports.RugbyGameLogTypes.lineout_won] = 'Корридор выиграно',
9592
+ _a$5[exports.RugbyGameLogTypes.lineout_lost] = 'Корридор проиграно',
9593
+ _a$5[exports.RugbyGameLogTypes.quick_throw] = 'Быстрый вброс',
9594
+ _a$5[exports.RugbyGameLogTypes.ruck_won] = 'Рак выиграно',
9595
+ _a$5[exports.RugbyGameLogTypes.ruck_lost] = 'Рак проиграно',
9596
+ _a$5[exports.RugbyGameLogTypes.maul_won] = 'Мол выиграно',
9597
+ _a$5[exports.RugbyGameLogTypes.maul_lost] = 'Мол проиграно',
9598
+ _a$5[exports.RugbyGameLogTypes.team_foul] = 'Фол',
9549
9599
  _a$5);
9550
9600
 
9551
9601
  var _a$4;
9552
- var RugbyFoulSanctionLocalization = (_a$4 = {},
9553
- _a$4[exports.RugbyFoulSanctions.scrum] = 'Схватка',
9554
- _a$4[exports.RugbyFoulSanctions.lineout] = 'Корридор',
9555
- _a$4[exports.RugbyFoulSanctions.free_kick] = 'Свободный удар',
9556
- _a$4[exports.RugbyFoulSanctions.penalty_shot] = 'Штрафной удар',
9557
- _a$4[exports.RugbyFoulSanctions.yellow_card] = 'Желтая карточка',
9558
- _a$4[exports.RugbyFoulSanctions.red_card] = 'Красная карточка',
9602
+ var TeamUserRoleLocalization = (_a$4 = {},
9603
+ _a$4[exports.TeamUserRole.member] = 'Пользователь',
9604
+ _a$4[exports.TeamUserRole.moderator] = 'Модератор',
9605
+ _a$4[exports.TeamUserRole.admin] = 'Владелец',
9606
+ _a$4[exports.TeamUserRole.coach] = 'Тренер',
9607
+ _a$4[exports.TeamUserRole.head_coach] = 'Главный тренер',
9608
+ _a$4[exports.TeamUserRole.playing_coach] = 'Играющий тренер',
9609
+ _a$4[exports.TeamUserRole.manager] = 'Менеджер',
9610
+ _a$4[exports.TeamUserRole.head_manager] = 'Генеральный менеджер',
9611
+ _a$4[exports.TeamUserRole.captain] = 'Капитан',
9612
+ _a$4[exports.TeamUserRole.assistant] = 'Ассистент',
9559
9613
  _a$4);
9560
9614
 
9561
- var _a$3;
9562
- var RugbyGameLogTypeLocalization = (_a$3 = {},
9563
- _a$3[exports.RugbyGameLogTypes.enter_game] = 'Выход на площадку',
9564
- _a$3[exports.RugbyGameLogTypes.exit_game] = 'Ушел с площадки',
9565
- _a$3[exports.RugbyGameLogTypes.try] = 'Попытка',
9566
- _a$3[exports.RugbyGameLogTypes.penalty_try] = 'Штрафная попытка',
9567
- _a$3[exports.RugbyGameLogTypes.conversion_goal] = 'Реализация',
9568
- _a$3[exports.RugbyGameLogTypes.conversion_miss] = 'Реализация промах',
9569
- _a$3[exports.RugbyGameLogTypes.penalty_miss] = 'Штрафной промах',
9570
- _a$3[exports.RugbyGameLogTypes.penalty_goal] = 'Штрафной гол',
9571
- _a$3[exports.RugbyGameLogTypes.penalty_kick_to_touch] = 'Штрафной в аут',
9572
- _a$3[exports.RugbyGameLogTypes.tap_penalty] = 'Штрафной розыгран',
9573
- _a$3[exports.RugbyGameLogTypes.drop_goal] = 'Дроп-гол',
9574
- _a$3[exports.RugbyGameLogTypes.drop_goal_miss] = 'Дроп-гол промах',
9575
- _a$3[exports.RugbyGameLogTypes.free_kick] = 'Свободный удар',
9576
- _a$3[exports.RugbyGameLogTypes.foul] = 'Фол',
9577
- _a$3[exports.RugbyGameLogTypes.yellow_card] = 'Желтая карточка',
9578
- _a$3[exports.RugbyGameLogTypes.red_card] = 'Красная карточка',
9579
- _a$3[exports.RugbyGameLogTypes.offload] = 'Скидка при завхвате',
9580
- _a$3[exports.RugbyGameLogTypes.tackle] = 'Успешный захват',
9581
- _a$3[exports.RugbyGameLogTypes.handling_error] = 'Ошибка приема',
9582
- _a$3[exports.RugbyGameLogTypes.carries_over_gainline] = 'Прорыв линии',
9583
- _a$3[exports.RugbyGameLogTypes.bleeding_injury] = 'Кровоточащая травма',
9584
- _a$3[exports.RugbyGameLogTypes.head_injury] = 'Травма головы',
9585
- _a$3[exports.RugbyGameLogTypes.end_game_penalty_miss] = 'Штрафной промах',
9586
- _a$3[exports.RugbyGameLogTypes.end_game_penalty_goal] = 'Штрафной гол',
9587
- _a$3[exports.RugbyGameLogTypes.timeout] = 'Таймаут',
9588
- _a$3[exports.RugbyGameLogTypes.scrum_won] = 'Схватка выиграна',
9589
- _a$3[exports.RugbyGameLogTypes.scrum_lost] = 'Схватка проиграна',
9590
- _a$3[exports.RugbyGameLogTypes.scrum_won_free] = 'Схватка выиграна без сопротивления',
9591
- _a$3[exports.RugbyGameLogTypes.lineout_won] = 'Корридор выиграно',
9592
- _a$3[exports.RugbyGameLogTypes.lineout_lost] = 'Корридор проиграно',
9593
- _a$3[exports.RugbyGameLogTypes.quick_throw] = 'Быстрый вброс',
9594
- _a$3[exports.RugbyGameLogTypes.ruck_won] = 'Рак выиграно',
9595
- _a$3[exports.RugbyGameLogTypes.ruck_lost] = 'Рак проиграно',
9596
- _a$3[exports.RugbyGameLogTypes.maul_won] = 'Мол выиграно',
9597
- _a$3[exports.RugbyGameLogTypes.maul_lost] = 'Мол проиграно',
9598
- _a$3[exports.RugbyGameLogTypes.team_foul] = 'Фол',
9615
+ var _a$3, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
9616
+ var GameBasketballPositionLocalization = (_a$3 = {},
9617
+ _a$3[exports.GameBasketballPosition.point_guard] = 'Разыгрывающий защитник',
9618
+ _a$3[exports.GameBasketballPosition.shooting_guard] = 'Атакующий защитник',
9619
+ _a$3[exports.GameBasketballPosition.small_forward] = 'Легкий форвард',
9620
+ _a$3[exports.GameBasketballPosition.power_forward] = 'Мощный форвард',
9621
+ _a$3[exports.GameBasketballPosition.center] = 'Центровой',
9599
9622
  _a$3);
9600
-
9601
- var _a$2;
9602
- var TeamUserRoleLocalization = (_a$2 = {},
9603
- _a$2[exports.TeamUserRole.member] = 'Пользователь',
9604
- _a$2[exports.TeamUserRole.moderator] = 'Модератор',
9605
- _a$2[exports.TeamUserRole.admin] = 'Владелец',
9606
- _a$2[exports.TeamUserRole.coach] = 'Тренер',
9607
- _a$2[exports.TeamUserRole.head_coach] = 'Главный тренер',
9608
- _a$2[exports.TeamUserRole.playing_coach] = 'Играющий тренер',
9609
- _a$2[exports.TeamUserRole.manager] = 'Менеджер',
9610
- _a$2[exports.TeamUserRole.head_manager] = 'Генеральный менеджер',
9611
- _a$2[exports.TeamUserRole.captain] = 'Капитан',
9612
- _a$2[exports.TeamUserRole.assistant] = 'Ассистент',
9613
- _a$2);
9614
-
9615
- var _a$1, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
9616
- var GameBasketballPositionLocalization = (_a$1 = {},
9617
- _a$1[exports.GameBasketballPosition.point_guard] = 'Разыгрывающий защитник',
9618
- _a$1[exports.GameBasketballPosition.shooting_guard] = 'Атакующий защитник',
9619
- _a$1[exports.GameBasketballPosition.small_forward] = 'Легкий форвард',
9620
- _a$1[exports.GameBasketballPosition.power_forward] = 'Мощный форвард',
9621
- _a$1[exports.GameBasketballPosition.center] = 'Центровой',
9622
- _a$1);
9623
9623
  var GameBasketballPositionShortLocalization = (_b = {},
9624
9624
  _b[exports.GameBasketballPosition.point_guard] = 'PG',
9625
9625
  _b[exports.GameBasketballPosition.shooting_guard] = 'SG',
@@ -9688,38 +9688,44 @@
9688
9688
  _m[exports.GameRugbyPosition.fullback] = 'Замыкающий',
9689
9689
  _m);
9690
9690
 
9691
- var _a;
9692
- var VolleyballGameLogTypeLocalization = (_a = {},
9693
- _a[exports.VolleyballGameLogType.enter_game] = 'Выход на площадку',
9694
- _a[exports.VolleyballGameLogType.exit_game] = 'Уход с площадки',
9695
- _a[exports.VolleyballGameLogType.remove_game] = 'Удаление с площадки',
9696
- _a[exports.VolleyballGameLogType.serve_ace] = 'Эйс',
9697
- _a[exports.VolleyballGameLogType.serve_hit] = 'Подача',
9698
- _a[exports.VolleyballGameLogType.serve_fault] = 'Ошибка на подаче',
9699
- _a[exports.VolleyballGameLogType.attack_spike] = 'Результативная атака',
9700
- _a[exports.VolleyballGameLogType.attack_shot] = 'Атака',
9701
- _a[exports.VolleyballGameLogType.attack_fault] = 'Ошибка атаки',
9702
- _a[exports.VolleyballGameLogType.stuff_block] = 'Результативный блок',
9703
- _a[exports.VolleyballGameLogType.block_rebound] = 'Блок',
9704
- _a[exports.VolleyballGameLogType.block_fault] = 'Ошибка на блоке',
9705
- _a[exports.VolleyballGameLogType.excellent_receive] = 'Отличный прием',
9706
- _a[exports.VolleyballGameLogType.receive] = 'Прием',
9707
- _a[exports.VolleyballGameLogType.receive_fault] = 'Ошибка на приеме',
9708
- _a[exports.VolleyballGameLogType.serve_receive] = 'Прием подачи',
9709
- _a[exports.VolleyballGameLogType.excellent_serve_receive] = 'Отличный прием подачи',
9710
- _a[exports.VolleyballGameLogType.serve_receive_fault] = 'Ошибка приема подачи',
9711
- _a[exports.VolleyballGameLogType.point] = 'Очко',
9712
- _a[exports.VolleyballGameLogType.fault] = 'Ошибка',
9713
- _a[exports.VolleyballGameLogType.timeout] = 'Таймаут',
9714
- _a[exports.VolleyballGameLogType.yellow_card] = 'Предупреждение',
9715
- _a);
9691
+ var _a$2;
9692
+ var VolleyballGameLogTypeLocalization = (_a$2 = {},
9693
+ _a$2[exports.VolleyballGameLogType.enter_game] = 'Выход на площадку',
9694
+ _a$2[exports.VolleyballGameLogType.exit_game] = 'Уход с площадки',
9695
+ _a$2[exports.VolleyballGameLogType.remove_game] = 'Удаление с площадки',
9696
+ _a$2[exports.VolleyballGameLogType.serve_ace] = 'Эйс',
9697
+ _a$2[exports.VolleyballGameLogType.serve_hit] = 'Подача',
9698
+ _a$2[exports.VolleyballGameLogType.serve_fault] = 'Ошибка на подаче',
9699
+ _a$2[exports.VolleyballGameLogType.attack_spike] = 'Результативная атака',
9700
+ _a$2[exports.VolleyballGameLogType.attack_shot] = 'Атака',
9701
+ _a$2[exports.VolleyballGameLogType.attack_fault] = 'Ошибка атаки',
9702
+ _a$2[exports.VolleyballGameLogType.stuff_block] = 'Результативный блок',
9703
+ _a$2[exports.VolleyballGameLogType.block_rebound] = 'Блок',
9704
+ _a$2[exports.VolleyballGameLogType.block_fault] = 'Ошибка на блоке',
9705
+ _a$2[exports.VolleyballGameLogType.excellent_receive] = 'Отличный прием',
9706
+ _a$2[exports.VolleyballGameLogType.receive] = 'Прием',
9707
+ _a$2[exports.VolleyballGameLogType.receive_fault] = 'Ошибка на приеме',
9708
+ _a$2[exports.VolleyballGameLogType.serve_receive] = 'Прием подачи',
9709
+ _a$2[exports.VolleyballGameLogType.excellent_serve_receive] = 'Отличный прием подачи',
9710
+ _a$2[exports.VolleyballGameLogType.serve_receive_fault] = 'Ошибка приема подачи',
9711
+ _a$2[exports.VolleyballGameLogType.point] = 'Очко',
9712
+ _a$2[exports.VolleyballGameLogType.fault] = 'Ошибка',
9713
+ _a$2[exports.VolleyballGameLogType.timeout] = 'Таймаут',
9714
+ _a$2[exports.VolleyballGameLogType.yellow_card] = 'Предупреждение',
9715
+ _a$2);
9716
9716
 
9717
+ var _a$1;
9717
9718
  exports.OrganizationBillStatuses = void 0;
9718
9719
  (function (OrganizationBillStatuses) {
9719
9720
  OrganizationBillStatuses[OrganizationBillStatuses["pending"] = 1] = "pending";
9720
9721
  OrganizationBillStatuses[OrganizationBillStatuses["paid"] = 2] = "paid";
9721
9722
  OrganizationBillStatuses[OrganizationBillStatuses["canceled"] = 3] = "canceled";
9722
9723
  })(exports.OrganizationBillStatuses || (exports.OrganizationBillStatuses = {}));
9724
+ var OrganizationBillStatusLocalization = (_a$1 = {},
9725
+ _a$1[exports.OrganizationBillStatuses.pending] = 'Новый',
9726
+ _a$1[exports.OrganizationBillStatuses.paid] = 'Оплачен',
9727
+ _a$1[exports.OrganizationBillStatuses.canceled] = 'Отменен',
9728
+ _a$1);
9723
9729
  exports.OrganizationBill = /** @class */ (function (_super) {
9724
9730
  __extends(OrganizationBill, _super);
9725
9731
  function OrganizationBill() {
@@ -9754,12 +9760,18 @@
9754
9760
  })
9755
9761
  ], exports.OrganizationBill);
9756
9762
 
9763
+ var _a;
9757
9764
  exports.GameBillStatuses = void 0;
9758
9765
  (function (GameBillStatuses) {
9759
9766
  GameBillStatuses[GameBillStatuses["pending"] = 1] = "pending";
9760
9767
  GameBillStatuses[GameBillStatuses["paid"] = 2] = "paid";
9761
9768
  GameBillStatuses[GameBillStatuses["canceled"] = 3] = "canceled";
9762
9769
  })(exports.GameBillStatuses || (exports.GameBillStatuses = {}));
9770
+ var GameBillStatusLocalization = (_a = {},
9771
+ _a[exports.GameBillStatuses.pending] = 'Новый',
9772
+ _a[exports.GameBillStatuses.paid] = 'Оплачен',
9773
+ _a[exports.GameBillStatuses.canceled] = 'Отменен',
9774
+ _a);
9763
9775
  exports.GameBill = /** @class */ (function (_super) {
9764
9776
  __extends(GameBill, _super);
9765
9777
  function GameBill() {
@@ -10322,6 +10334,7 @@
10322
10334
  exports.GameBaseApi = GameBaseApi;
10323
10335
  exports.GameBasketballPositionLocalization = GameBasketballPositionLocalization;
10324
10336
  exports.GameBasketballPositionShortLocalization = GameBasketballPositionShortLocalization;
10337
+ exports.GameBillStatusLocalization = GameBillStatusLocalization;
10325
10338
  exports.GameFootballPositionLocalization = GameFootballPositionLocalization;
10326
10339
  exports.GameHandballPositionLocalization = GameHandballPositionLocalization;
10327
10340
  exports.GameHockeyPositionLocalization = GameHockeyPositionLocalization;
@@ -10348,6 +10361,7 @@
10348
10361
  exports.NotificationApi = NotificationApi;
10349
10362
  exports.NotificationBaseApi = NotificationBaseApi;
10350
10363
  exports.OrgNotificationApi = OrgNotificationApi;
10364
+ exports.OrganizationBillStatusLocalization = OrganizationBillStatusLocalization;
10351
10365
  exports.OvertimeTypeLocalization = OvertimeTypeLocalization;
10352
10366
  exports.PublicTeamApi = PublicTeamApi;
10353
10367
  exports.PublicUserApi = PublicUserApi;