@mtgame/core 0.0.27 → 0.0.29

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.
@@ -5709,7 +5709,7 @@ var VolleyballGameStatistic = /** @class */ (function (_super) {
5709
5709
  excellent_serve_receives: 'excellentServeReceives',
5710
5710
  points: 'points',
5711
5711
  faults: 'faults',
5712
- yellows_cards: 'yellowCards',
5712
+ yellow_cards: 'yellowCards',
5713
5713
  }
5714
5714
  })
5715
5715
  ], VolleyballGameStatistic);
@@ -6050,7 +6050,7 @@ var VolleyballGameLogTypeLocalization = (_a$6 = {},
6050
6050
  _a$6[VolleyballGameLogType.point] = 'Очко',
6051
6051
  _a$6[VolleyballGameLogType.fault] = 'Ошибка',
6052
6052
  _a$6[VolleyballGameLogType.timeout] = 'Таймаут',
6053
- _a$6[VolleyballGameLogType.yellow_card] = 'Желтая карточка',
6053
+ _a$6[VolleyballGameLogType.yellow_card] = 'Предупреждение',
6054
6054
  _a$6);
6055
6055
 
6056
6056
  var CentrifugoService = /** @class */ (function () {