@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.
@@ -5922,7 +5922,7 @@
5922
5922
  excellent_serve_receives: 'excellentServeReceives',
5923
5923
  points: 'points',
5924
5924
  faults: 'faults',
5925
- yellows_cards: 'yellowCards',
5925
+ yellow_cards: 'yellowCards',
5926
5926
  }
5927
5927
  })
5928
5928
  ], VolleyballGameStatistic);
@@ -6263,7 +6263,7 @@
6263
6263
  _a$6[exports.VolleyballGameLogType.point] = 'Очко',
6264
6264
  _a$6[exports.VolleyballGameLogType.fault] = 'Ошибка',
6265
6265
  _a$6[exports.VolleyballGameLogType.timeout] = 'Таймаут',
6266
- _a$6[exports.VolleyballGameLogType.yellow_card] = 'Желтая карточка',
6266
+ _a$6[exports.VolleyballGameLogType.yellow_card] = 'Предупреждение',
6267
6267
  _a$6);
6268
6268
 
6269
6269
  var CentrifugoService = /** @class */ (function () {