@mtgame/core 0.2.29 → 0.2.31

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.
@@ -7620,6 +7620,9 @@
7620
7620
  if (filters.tournamentRoundId) {
7621
7621
  params = params.set('tournament_round_id', filters.tournamentRoundId.toString());
7622
7622
  }
7623
+ if (filters.tournamentGroupId) {
7624
+ params = params.set('tournament_group_id', filters.tournamentGroupId.toString());
7625
+ }
7623
7626
  if (filters.divisionId) {
7624
7627
  params = params.set('division_id', filters.divisionId.toString());
7625
7628
  }
@@ -13029,7 +13032,7 @@
13029
13032
  var _a$8;
13030
13033
  var RugbyFoulSanctionLocalization = (_a$8 = {},
13031
13034
  _a$8[exports.RugbyFoulSanctions.scrum] = 'Схватка',
13032
- _a$8[exports.RugbyFoulSanctions.lineout] = 'Корридор',
13035
+ _a$8[exports.RugbyFoulSanctions.lineout] = 'Коридор',
13033
13036
  _a$8[exports.RugbyFoulSanctions.start_kick] = 'Начальный удар',
13034
13037
  _a$8[exports.RugbyFoulSanctions.free_kick] = 'Свободный удар',
13035
13038
  _a$8[exports.RugbyFoulSanctions.penalty_shot] = 'Штрафной удар',