@mtgame/core 0.2.67 → 0.2.68

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.
@@ -3232,6 +3232,9 @@
3232
3232
  TeamUserRole[TeamUserRole["vice_president"] = 12] = "vice_president";
3233
3233
  TeamUserRole[TeamUserRole["press_attache"] = 13] = "press_attache";
3234
3234
  TeamUserRole[TeamUserRole["executive"] = 14] = "executive";
3235
+ TeamUserRole[TeamUserRole["senior_coach"] = 15] = "senior_coach";
3236
+ TeamUserRole[TeamUserRole["assistant_coach"] = 16] = "assistant_coach";
3237
+ TeamUserRole[TeamUserRole["serviceman"] = 17] = "serviceman";
3235
3238
  })(exports.TeamUserRole || (exports.TeamUserRole = {}));
3236
3239
  exports.TeamUser = /** @class */ (function (_super) {
3237
3240
  __extends(TeamUser, _super);
@@ -13444,6 +13447,9 @@
13444
13447
  _a$5[exports.TeamUserRole.vice_president] = 'Вице-президент',
13445
13448
  _a$5[exports.TeamUserRole.press_attache] = 'Пресс-атташе',
13446
13449
  _a$5[exports.TeamUserRole.executive] = 'Администратор',
13450
+ _a$5[exports.TeamUserRole.senior_coach] = 'Старший тренер',
13451
+ _a$5[exports.TeamUserRole.assistant_coach] = 'Помощник тренера',
13452
+ _a$5[exports.TeamUserRole.serviceman] = 'Сервисмен',
13447
13453
  _a$5);
13448
13454
 
13449
13455
  var _a$4, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;