@mtgame/core 0.1.69 → 0.1.71

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