@mtgame/core 1.0.40 → 1.0.42

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.
@@ -1293,6 +1293,7 @@
1293
1293
  GameWaterpoloPosition[GameWaterpoloPosition["defensemen"] = 2] = "defensemen";
1294
1294
  GameWaterpoloPosition[GameWaterpoloPosition["center_forward"] = 3] = "center_forward";
1295
1295
  GameWaterpoloPosition[GameWaterpoloPosition["mobile_forward"] = 4] = "mobile_forward";
1296
+ GameWaterpoloPosition[GameWaterpoloPosition["winger"] = 5] = "winger";
1296
1297
  })(exports.GameWaterpoloPosition || (exports.GameWaterpoloPosition = {}));
1297
1298
  exports.WaterpoloWorkHand = void 0;
1298
1299
  (function (WaterpoloWorkHand) {
@@ -1752,6 +1753,7 @@
1752
1753
  TournamentTypes["group"] = "group";
1753
1754
  TournamentTypes["elimination"] = "elimination";
1754
1755
  TournamentTypes["fiba"] = "fiba";
1756
+ TournamentTypes["swiss"] = "swiss";
1755
1757
  })(exports.TournamentTypes || (exports.TournamentTypes = {}));
1756
1758
  exports.TournamentStatuses = void 0;
1757
1759
  (function (TournamentStatuses) {
@@ -15837,12 +15839,14 @@
15837
15839
  _16[exports.GameWaterpoloPosition.goalkeeper] = 'Вратарь',
15838
15840
  _16[exports.GameWaterpoloPosition.center_forward] = 'Центральный нападающий',
15839
15841
  _16[exports.GameWaterpoloPosition.mobile_forward] = 'Подвижный нападающий',
15842
+ _16[exports.GameWaterpoloPosition.winger] = 'Крайний нападающий',
15840
15843
  _16),
15841
15844
  _15[Locales.en] = (_17 = {},
15842
15845
  _17[exports.GameWaterpoloPosition.defensemen] = 'Defender',
15843
15846
  _17[exports.GameWaterpoloPosition.goalkeeper] = 'Goalkeeper',
15844
15847
  _17[exports.GameWaterpoloPosition.center_forward] = 'Center forward',
15845
15848
  _17[exports.GameWaterpoloPosition.mobile_forward] = 'Mobile forward',
15849
+ _17[exports.GameWaterpoloPosition.winger] = 'Winger',
15846
15850
  _17),
15847
15851
  _15);
15848
15852
  var GameWaterpoloPositionShortRuLocalization = (_18 = {},
@@ -15851,12 +15855,14 @@
15851
15855
  _19[exports.GameWaterpoloPosition.goalkeeper] = 'Вр',
15852
15856
  _19[exports.GameWaterpoloPosition.center_forward] = 'ЦН',
15853
15857
  _19[exports.GameWaterpoloPosition.mobile_forward] = 'ПН',
15858
+ _19[exports.GameWaterpoloPosition.winger] = 'КН',
15854
15859
  _19),
15855
15860
  _18[Locales.en] = (_20 = {},
15856
15861
  _20[exports.GameWaterpoloPosition.defensemen] = 'D',
15857
15862
  _20[exports.GameWaterpoloPosition.goalkeeper] = 'G',
15858
15863
  _20[exports.GameWaterpoloPosition.center_forward] = 'CF',
15859
15864
  _20[exports.GameWaterpoloPosition.mobile_forward] = 'MF',
15865
+ _20[exports.GameWaterpoloPosition.winger] = 'W',
15860
15866
  _20),
15861
15867
  _18);
15862
15868
  var WaterpoloWorkHandLocalization = (_21 = {},