@mtgame/core 0.2.116 → 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.
- package/bundles/mtgame-core.umd.js +3 -0
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/localization/team-user-role.js +2 -1
- package/esm2015/models/game.js +2 -1
- package/esm2015/models/team-user.js +2 -1
- package/fesm2015/mtgame-core.js +3 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/localization/team-user-role.d.ts +1 -0
- package/models/game.d.ts +1 -0
- package/models/team-user.d.ts +2 -1
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -2696,6 +2696,7 @@
|
|
|
2696
2696
|
mappingFields: {
|
|
2697
2697
|
id: 'id',
|
|
2698
2698
|
game_ids: 'gameIds',
|
|
2699
|
+
winner_team_id: 'winnerTeamId',
|
|
2699
2700
|
teams: 'teams',
|
|
2700
2701
|
},
|
|
2701
2702
|
relation: {
|
|
@@ -3469,6 +3470,7 @@
|
|
|
3469
3470
|
TeamUserRole[TeamUserRole["senior_coach"] = 15] = "senior_coach";
|
|
3470
3471
|
TeamUserRole[TeamUserRole["assistant_coach"] = 16] = "assistant_coach";
|
|
3471
3472
|
TeamUserRole[TeamUserRole["serviceman"] = 17] = "serviceman";
|
|
3473
|
+
TeamUserRole[TeamUserRole["game_application_manager"] = 18] = "game_application_manager";
|
|
3472
3474
|
})(exports.TeamUserRole || (exports.TeamUserRole = {}));
|
|
3473
3475
|
exports.TeamUser = /** @class */ (function (_super) {
|
|
3474
3476
|
__extends(TeamUser, _super);
|
|
@@ -14439,6 +14441,7 @@
|
|
|
14439
14441
|
_a$6[exports.TeamUserRole.senior_coach] = 'Старший тренер',
|
|
14440
14442
|
_a$6[exports.TeamUserRole.assistant_coach] = 'Помощник тренера',
|
|
14441
14443
|
_a$6[exports.TeamUserRole.serviceman] = 'Сервисмен',
|
|
14444
|
+
_a$6[exports.TeamUserRole.game_application_manager] = 'Менеджер по заявкам на игры',
|
|
14442
14445
|
_a$6);
|
|
14443
14446
|
|
|
14444
14447
|
var _a$5, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|