@mtgame/core 1.0.12 → 1.0.14
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 +5 -2
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/localization/volleyball-game-log-types.js +3 -3
- package/esm2015/models/tournament-disqualification.js +2 -1
- package/esm2015/models/tournament-team-user.js +3 -1
- package/fesm2015/mtgame-core.js +5 -2
- package/fesm2015/mtgame-core.js.map +1 -1
- package/models/tournament-disqualification.d.ts +1 -0
- package/models/tournament-team-user.d.ts +1 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -3628,6 +3628,7 @@
|
|
|
3628
3628
|
date_to: 'dateTo',
|
|
3629
3629
|
matches_count: 'matchesCount',
|
|
3630
3630
|
reason: 'reason',
|
|
3631
|
+
is_conditional: 'isConditional',
|
|
3631
3632
|
},
|
|
3632
3633
|
relation: {
|
|
3633
3634
|
dateFrom: DateField,
|
|
@@ -3889,6 +3890,7 @@
|
|
|
3889
3890
|
team_user: 'teamUser',
|
|
3890
3891
|
disqualified: 'disqualified',
|
|
3891
3892
|
disqualification: 'disqualification',
|
|
3893
|
+
conditional_disqualification: 'conditionalDisqualification',
|
|
3892
3894
|
league_player: 'leaguePlayer',
|
|
3893
3895
|
games_count: 'gamesCount',
|
|
3894
3896
|
mvp_count: 'mvpCount',
|
|
@@ -3897,6 +3899,7 @@
|
|
|
3897
3899
|
tournamentTeam: exports.TournamentTeam,
|
|
3898
3900
|
teamUser: exports.TeamUser,
|
|
3899
3901
|
disqualification: exports.TournamentDisqualification,
|
|
3902
|
+
conditionalDisqualification: exports.TournamentDisqualification,
|
|
3900
3903
|
leaguePlayer: exports.LeaguePlayer,
|
|
3901
3904
|
}
|
|
3902
3905
|
})
|
|
@@ -15259,7 +15262,7 @@
|
|
|
15259
15262
|
_b$4[exports.VolleyballGameLogType.point] = 'Очко',
|
|
15260
15263
|
_b$4[exports.VolleyballGameLogType.fault] = 'Ошибка',
|
|
15261
15264
|
_b$4[exports.VolleyballGameLogType.timeout] = 'Таймаут',
|
|
15262
|
-
_b$4[exports.VolleyballGameLogType.yellow_card] = '
|
|
15265
|
+
_b$4[exports.VolleyballGameLogType.yellow_card] = 'Замечание: желтая карточка',
|
|
15263
15266
|
_b$4[exports.VolleyballGameLogType.tie_ball] = 'Спорный мяч',
|
|
15264
15267
|
_b$4),
|
|
15265
15268
|
_a$4[Locales.en] = (_c$4 = {},
|
|
@@ -15285,7 +15288,7 @@
|
|
|
15285
15288
|
_c$4[exports.VolleyballGameLogType.point] = 'Point',
|
|
15286
15289
|
_c$4[exports.VolleyballGameLogType.fault] = 'Fault',
|
|
15287
15290
|
_c$4[exports.VolleyballGameLogType.timeout] = 'Timeout',
|
|
15288
|
-
_c$4[exports.VolleyballGameLogType.yellow_card] = '
|
|
15291
|
+
_c$4[exports.VolleyballGameLogType.yellow_card] = 'Yellow card',
|
|
15289
15292
|
_c$4[exports.VolleyballGameLogType.tie_ball] = 'Tie ball',
|
|
15290
15293
|
_c$4),
|
|
15291
15294
|
_a$4);
|