@mtgame/core 0.2.117 → 0.2.118

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.
@@ -3470,6 +3470,7 @@
3470
3470
  TeamUserRole[TeamUserRole["senior_coach"] = 15] = "senior_coach";
3471
3471
  TeamUserRole[TeamUserRole["assistant_coach"] = 16] = "assistant_coach";
3472
3472
  TeamUserRole[TeamUserRole["serviceman"] = 17] = "serviceman";
3473
+ TeamUserRole[TeamUserRole["game_application_manager"] = 18] = "game_application_manager";
3473
3474
  })(exports.TeamUserRole || (exports.TeamUserRole = {}));
3474
3475
  exports.TeamUser = /** @class */ (function (_super) {
3475
3476
  __extends(TeamUser, _super);
@@ -14440,6 +14441,7 @@
14440
14441
  _a$6[exports.TeamUserRole.senior_coach] = 'Старший тренер',
14441
14442
  _a$6[exports.TeamUserRole.assistant_coach] = 'Помощник тренера',
14442
14443
  _a$6[exports.TeamUserRole.serviceman] = 'Сервисмен',
14444
+ _a$6[exports.TeamUserRole.game_application_manager] = 'Менеджер по заявкам на игры',
14443
14445
  _a$6);
14444
14446
 
14445
14447
  var _a$5, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;