@mtgame/core 1.0.15 → 1.0.17
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/football-game-log-types.js +3 -1
- package/esm2015/models/football-game-log.js +2 -1
- package/fesm2015/mtgame-core.js +3 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/localization/football-game-log-types.d.ts +2 -0
- package/models/football-game-log.d.ts +2 -1
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -5640,6 +5640,7 @@
|
|
|
5640
5640
|
FootballGameLogTypes[FootballGameLogTypes["double_goal"] = 32] = "double_goal";
|
|
5641
5641
|
FootballGameLogTypes[FootballGameLogTypes["super_game"] = 33] = "super_game";
|
|
5642
5642
|
FootballGameLogTypes[FootballGameLogTypes["color_ball"] = 34] = "color_ball";
|
|
5643
|
+
FootballGameLogTypes[FootballGameLogTypes["bonus"] = 35] = "bonus";
|
|
5643
5644
|
})(exports.FootballGameLogTypes || (exports.FootballGameLogTypes = {}));
|
|
5644
5645
|
exports.FootballGameLog = /** @class */ (function (_super) {
|
|
5645
5646
|
__extends(FootballGameLog, _super);
|
|
@@ -14564,6 +14565,7 @@
|
|
|
14564
14565
|
_b$d[exports.FootballGameLogTypes.double_goal] = 'Гол+2',
|
|
14565
14566
|
_b$d[exports.FootballGameLogTypes.super_game] = 'Супер игра',
|
|
14566
14567
|
_b$d[exports.FootballGameLogTypes.color_ball] = 'Цветной мяч',
|
|
14568
|
+
_b$d[exports.FootballGameLogTypes.bonus] = 'Бонус',
|
|
14567
14569
|
_b$d),
|
|
14568
14570
|
_a$d[Locales.en] = (_c$d = {},
|
|
14569
14571
|
_c$d[exports.FootballGameLogTypes.enter_game] = 'Entering the court',
|
|
@@ -14600,6 +14602,7 @@
|
|
|
14600
14602
|
_c$d[exports.FootballGameLogTypes.double_goal] = 'Goal+2',
|
|
14601
14603
|
_c$d[exports.FootballGameLogTypes.super_game] = 'Super game',
|
|
14602
14604
|
_c$d[exports.FootballGameLogTypes.color_ball] = 'Color ball',
|
|
14605
|
+
_c$d[exports.FootballGameLogTypes.bonus] = 'Bonus',
|
|
14603
14606
|
_c$d),
|
|
14604
14607
|
_a$d);
|
|
14605
14608
|
|