@mtgame/core 0.0.10 → 0.0.12

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.
@@ -2307,34 +2307,6 @@ var HockeyGameStatistic = /** @class */ (function (_super) {
2307
2307
  enumerable: true,
2308
2308
  configurable: true
2309
2309
  });
2310
- Object.defineProperty(HockeyGameStatistic.prototype, "shotMisses", {
2311
- get: function () {
2312
- return (this.ppShotMisses || 0) + (this.evShotMisses || 0) + (this.shShotMisses || 0);
2313
- },
2314
- enumerable: true,
2315
- configurable: true
2316
- });
2317
- Object.defineProperty(HockeyGameStatistic.prototype, "shotsOnGoal", {
2318
- get: function () {
2319
- return (this.ppShotsOnGoal || 0) + (this.evShotsOnGoal || 0) + (this.shShotsOnGoal || 0);
2320
- },
2321
- enumerable: true,
2322
- configurable: true
2323
- });
2324
- Object.defineProperty(HockeyGameStatistic.prototype, "shotsBlocked", {
2325
- get: function () {
2326
- return (this.ppShotsBlocked || 0) + (this.evShotsBlocked || 0) + (this.shShotsBlocked || 0);
2327
- },
2328
- enumerable: true,
2329
- configurable: true
2330
- });
2331
- Object.defineProperty(HockeyGameStatistic.prototype, "goals", {
2332
- get: function () {
2333
- return (this.ppGoals || 0) + (this.evGoals || 0) + (this.shGoals || 0);
2334
- },
2335
- enumerable: true,
2336
- configurable: true
2337
- });
2338
2310
  Object.defineProperty(HockeyGameStatistic.prototype, "assists", {
2339
2311
  get: function () {
2340
2312
  return (this.ppAssists || 0) + (this.evAssists || 0) + (this.shAssists || 0);
@@ -2376,7 +2348,7 @@ var HockeyGameStatistic = /** @class */ (function (_super) {
2376
2348
  ev_shot_misses: 'evShotMisses',
2377
2349
  ev_shots_on_goal: 'evShotsOnGoal',
2378
2350
  ev_shots_blocked: 'evShotsBlocked',
2379
- sh_shot_misses: 'evShotMisses',
2351
+ sh_shot_misses: 'shShotMisses',
2380
2352
  sh_shots_on_goal: 'shShotsOnGoal',
2381
2353
  sh_shots_blocked: 'shShotsBlocked',
2382
2354
  pp_goals: 'ppGoals',
@@ -2431,18 +2403,32 @@ var HockeyStatistic = /** @class */ (function (_super) {
2431
2403
  games_count: 'gamesCount',
2432
2404
  won_games_count: 'wonGamesCount',
2433
2405
  points: 'points',
2406
+ pp_shots: 'ppShots',
2434
2407
  pp_shot_misses: 'ppShotMisses',
2435
2408
  pp_shots_on_goal: 'ppShotsOnGoal',
2436
2409
  pp_shots_blocked: 'ppShotsBlocked',
2410
+ ev_shots: 'evShots',
2437
2411
  ev_shot_misses: 'evShotMisses',
2438
2412
  ev_shots_on_goal: 'evShotsOnGoal',
2439
2413
  ev_shots_blocked: 'evShotsBlocked',
2440
- sh_shot_misses: 'evShotMisses',
2414
+ sh_shots: 'shShots',
2415
+ sh_shot_misses: 'shShotMisses',
2441
2416
  sh_shots_on_goal: 'shShotsOnGoal',
2442
2417
  sh_shots_blocked: 'shShotsBlocked',
2418
+ pp_goals_percent: 'ppGoalsPercent',
2443
2419
  pp_goals: 'ppGoals',
2420
+ ev_goals_percent: 'evGoalsPercent',
2444
2421
  ev_goals: 'evGoals',
2422
+ sh_goals_percent: 'shGoalsPercent',
2423
+ goals: 'goals',
2445
2424
  sh_goals: 'shGoals',
2425
+ shot_misses: 'shotMisses',
2426
+ shots_on_goal: 'shotsOnGoal',
2427
+ shots_blocked: 'shotsBlocked',
2428
+ shots: 'shots',
2429
+ goals_percent: 'goalsPercent',
2430
+ shots_against: 'shotsAgainst',
2431
+ saves_percent: 'savesPercent',
2446
2432
  pp_assists: 'ppAssists',
2447
2433
  ev_assists: 'evAssists',
2448
2434
  sh_assists: 'shAssists',
@@ -5765,7 +5751,7 @@ var TeamUserRoleLocalization = (_a$4 = {},
5765
5751
  _a$4[TeamUserRole.admin] = 'Владелец',
5766
5752
  _a$4);
5767
5753
 
5768
- var _a$5, _b, _c, _d, _e, _f, _g;
5754
+ var _a$5, _b, _c, _d, _e, _f, _g, _h;
5769
5755
  var GameBasketballPositionLocalization = (_a$5 = {},
5770
5756
  _a$5[GameBasketballPosition.point_guard] = 'Разыгрывающий защитник',
5771
5757
  _a$5[GameBasketballPosition.shooting_guard] = 'Атакующий защитник',
@@ -5809,6 +5795,11 @@ var VolleyballWorkHandLocalization = (_g = {},
5809
5795
  _g[VolleyballWorkHand.left] = 'Левая',
5810
5796
  _g[VolleyballWorkHand.right] = 'Правая',
5811
5797
  _g);
5798
+ var GameHockeyPositionLocalization = (_h = {},
5799
+ _h[GameHockeyPosition.goaltender] = 'Вратарь',
5800
+ _h[GameHockeyPosition.defensemen] = 'Защитник',
5801
+ _h[GameHockeyPosition.forward] = 'Нападающий',
5802
+ _h);
5812
5803
 
5813
5804
  var _a$6;
5814
5805
  var VolleyballGameLogTypeLocalization = (_a$6 = {},
@@ -6238,5 +6229,5 @@ var HttpCookieInterceptor = /** @class */ (function () {
6238
6229
  * Generated bundle index. Do not edit.
6239
6230
  */
6240
6231
 
6241
- export { BaseModel, BaseService, BaseStatistic, BasketballGameApi, BasketballGameConfig, BasketballGameLog, BasketballGameLogTypeLocalization, BasketballGameLogTypes, BasketballGameStatistic, BasketballGameTeamStatistic, BasketballProfile, BasketballStatistic, BasketballStatisticTypes, CONFIG_DATA, CentrifugoService, City, ConfigService, DateField, DateTimeField, FAULT_LOG_TYPES, Feedback, FeedbackApi, File, FileApi, FileEngine, Game, GameBasketballPosition, GameBasketballPositionLocalization, GameBasketballPositionShortLocalization, GameHockeyPosition, GameInvite, GameInviteStatus, GameResultTypes, GameStatuses, GameTimeTypes, GameTimelineStageItem, GameTimelineStages, GameUser, GameVolleyballPosition, GameVolleyballPositionLocalization, GameVolleyballPositionShortLocalization, GameVolleyballPositionShortRuLocalization, HockeyAdvantageTypes, HockeyGameApi, HockeyGameConfig, HockeyGameLog, HockeyGameLogTypeLocalization, HockeyGameLogTypes, HockeyGameStatistic, HockeyGameTeamStatistic, HockeyProfile, HockeyStatistic, HockeyWorkHand, HttpCookieInterceptor, League, LeagueApi, LeagueCourt, LeagueNews, LeagueNewsApi, LocalStorageEngine, MediaApi, MediaItem, ModelInstance, Notification, NotificationAllowTypes, NotificationApi, NotificationBaseApi, NotificationServiceEnum, NotificationSettings, NotificationType, OrgNotificationApi, Organization, OvertimeTypeLocalization, OvertimeTypes, Playoff, PlayoffSettings, PlayoffTypes, Poll, PollAnswer, PollStatuses, PollVariant, ReferenceApi, SCORE_LOG_TYPES, Sport, SportTypes, StorageEngine, StorageEngineField, Store, Team, TeamAccess, TeamApi, TeamEvent, TeamEventApi, TeamEventInvite, TeamEventInviteStatuses, TeamEventTypeLocalization, TeamEventTypes, TeamInvite, TeamInviteExternal, TeamPermission, TeamPermissionTypes, TeamUser, TeamUserRole, TeamUserRoleLocalization, ToBackHook, ToFrontHook, Tournament, TournamentApi, TournamentDisqualification, TournamentEvent, TournamentEventTypes, TournamentGender, TournamentGroup, TournamentInvite, TournamentJoinApi, TournamentJoinData, TournamentJoinTeam, TournamentNews, TournamentSettings, TournamentStage, TournamentStageApi, TournamentStageStatuses, TournamentStageTeam, TournamentStatuses, TournamentTeam, TournamentTeamUser, TournamentTeamUserInvite, TournamentTeamWinner, TournamentTypes, UntilDestroy, User, UserAccess, UserApi, UserGender, UserPermission, UserPermissionTypes, UserProfile, VolleyballGameApi, VolleyballGameConfig, VolleyballGameLog, VolleyballGameLogType, VolleyballGameLogTypeLocalization, VolleyballGameStatistic, VolleyballGameTeamStatistic, VolleyballGameTypes, VolleyballProfile, VolleyballStatistic, VolleyballWorkHand, VolleyballWorkHandLocalization, WorkHand, WorkHandLocalization, addItemInArray, changeFavicons, componentDestroyed, deleteItemFromArray, enumField, fileSizeValidator, generateArray, getArrayChunks, getCookie, getEnumOptions, getIconsData, handleError, isTouchDevice, listField, markFormGroupTouched, minLengthArrayValidator, patchItemInArray, updateItemInArray, updateItemsInArray, validateDate, validateEmail, validatePhone, validateUrl };
6232
+ export { BaseModel, BaseService, BaseStatistic, BasketballGameApi, BasketballGameConfig, BasketballGameLog, BasketballGameLogTypeLocalization, BasketballGameLogTypes, BasketballGameStatistic, BasketballGameTeamStatistic, BasketballProfile, BasketballStatistic, BasketballStatisticTypes, CONFIG_DATA, CentrifugoService, City, ConfigService, DateField, DateTimeField, FAULT_LOG_TYPES, Feedback, FeedbackApi, File, FileApi, FileEngine, Game, GameBasketballPosition, GameBasketballPositionLocalization, GameBasketballPositionShortLocalization, GameHockeyPosition, GameHockeyPositionLocalization, GameInvite, GameInviteStatus, GameResultTypes, GameStatuses, GameTimeTypes, GameTimelineStageItem, GameTimelineStages, GameUser, GameVolleyballPosition, GameVolleyballPositionLocalization, GameVolleyballPositionShortLocalization, GameVolleyballPositionShortRuLocalization, HockeyAdvantageTypes, HockeyGameApi, HockeyGameConfig, HockeyGameLog, HockeyGameLogTypeLocalization, HockeyGameLogTypes, HockeyGameStatistic, HockeyGameTeamStatistic, HockeyProfile, HockeyStatistic, HockeyWorkHand, HttpCookieInterceptor, League, LeagueApi, LeagueCourt, LeagueNews, LeagueNewsApi, LocalStorageEngine, MediaApi, MediaItem, ModelInstance, Notification, NotificationAllowTypes, NotificationApi, NotificationBaseApi, NotificationServiceEnum, NotificationSettings, NotificationType, OrgNotificationApi, Organization, OvertimeTypeLocalization, OvertimeTypes, Playoff, PlayoffSettings, PlayoffTypes, Poll, PollAnswer, PollStatuses, PollVariant, ReferenceApi, SCORE_LOG_TYPES, Sport, SportTypes, StorageEngine, StorageEngineField, Store, Team, TeamAccess, TeamApi, TeamEvent, TeamEventApi, TeamEventInvite, TeamEventInviteStatuses, TeamEventTypeLocalization, TeamEventTypes, TeamInvite, TeamInviteExternal, TeamPermission, TeamPermissionTypes, TeamUser, TeamUserRole, TeamUserRoleLocalization, ToBackHook, ToFrontHook, Tournament, TournamentApi, TournamentDisqualification, TournamentEvent, TournamentEventTypes, TournamentGender, TournamentGroup, TournamentInvite, TournamentJoinApi, TournamentJoinData, TournamentJoinTeam, TournamentNews, TournamentSettings, TournamentStage, TournamentStageApi, TournamentStageStatuses, TournamentStageTeam, TournamentStatuses, TournamentTeam, TournamentTeamUser, TournamentTeamUserInvite, TournamentTeamWinner, TournamentTypes, UntilDestroy, User, UserAccess, UserApi, UserGender, UserPermission, UserPermissionTypes, UserProfile, VolleyballGameApi, VolleyballGameConfig, VolleyballGameLog, VolleyballGameLogType, VolleyballGameLogTypeLocalization, VolleyballGameStatistic, VolleyballGameTeamStatistic, VolleyballGameTypes, VolleyballProfile, VolleyballStatistic, VolleyballWorkHand, VolleyballWorkHandLocalization, WorkHand, WorkHandLocalization, addItemInArray, changeFavicons, componentDestroyed, deleteItemFromArray, enumField, fileSizeValidator, generateArray, getArrayChunks, getCookie, getEnumOptions, getIconsData, handleError, isTouchDevice, listField, markFormGroupTouched, minLengthArrayValidator, patchItemInArray, updateItemInArray, updateItemsInArray, validateDate, validateEmail, validatePhone, validateUrl };
6242
6233
  //# sourceMappingURL=mtgame-core.js.map