@mtgame/core 0.2.4 → 0.2.6

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.
@@ -3336,6 +3336,9 @@
3336
3336
  Qualification[Qualification["goalkeeper_khl"] = 19] = "goalkeeper_khl";
3337
3337
  Qualification[Qualification["beginner"] = 20] = "beginner";
3338
3338
  Qualification[Qualification["junior"] = 21] = "junior";
3339
+ Qualification[Qualification["debutant"] = 22] = "debutant";
3340
+ Qualification[Qualification["schoolchild"] = 23] = "schoolchild";
3341
+ Qualification[Qualification["preschool_child"] = 24] = "preschool_child";
3339
3342
  })(exports.Qualification || (exports.Qualification = {}));
3340
3343
  var QualificationLocalization = (_a$i = {},
3341
3344
  _a$i[exports.Qualification.practician] = 'Практик',
@@ -3359,6 +3362,9 @@
3359
3362
  _a$i[exports.Qualification.goalkeeper_khl] = 'Вратарь КХЛ',
3360
3363
  _a$i[exports.Qualification.beginner] = 'Новичок',
3361
3364
  _a$i[exports.Qualification.junior] = 'Юниор',
3365
+ _a$i[exports.Qualification.debutant] = 'Дебютант',
3366
+ _a$i[exports.Qualification.schoolchild] = 'Школьник',
3367
+ _a$i[exports.Qualification.preschool_child] = 'Дошкольник',
3362
3368
  _a$i);
3363
3369
  exports.LeaguePlayer = /** @class */ (function (_super) {
3364
3370
  __extends(LeaguePlayer, _super);
@@ -13421,7 +13427,6 @@
13421
13427
  if (!this.channels$[channel]) {
13422
13428
  return;
13423
13429
  }
13424
- console.log(message);
13425
13430
  this.channels$[channel].next(message);
13426
13431
  };
13427
13432
  return CentrifugoService;