@mtgame/core 0.0.11 → 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.
@@ -2342,32 +2342,18 @@ var HockeyGameStatistic = /** @class */ (function (_super) {
2342
2342
  game_user_id: 'gameUserId',
2343
2343
  updated_at: 'updatedAt',
2344
2344
  points: 'points',
2345
- pp_shots: 'ppShots',
2346
2345
  pp_shot_misses: 'ppShotMisses',
2347
2346
  pp_shots_on_goal: 'ppShotsOnGoal',
2348
2347
  pp_shots_blocked: 'ppShotsBlocked',
2349
- ev_shots: 'evShots',
2350
2348
  ev_shot_misses: 'evShotMisses',
2351
2349
  ev_shots_on_goal: 'evShotsOnGoal',
2352
2350
  ev_shots_blocked: 'evShotsBlocked',
2353
- sh_shots: 'shShots',
2354
2351
  sh_shot_misses: 'shShotMisses',
2355
2352
  sh_shots_on_goal: 'shShotsOnGoal',
2356
2353
  sh_shots_blocked: 'shShotsBlocked',
2357
- pp_goals_percent: 'ppGoalsPercent',
2358
2354
  pp_goals: 'ppGoals',
2359
- ev_goals_percent: 'evGoalsPercent',
2360
2355
  ev_goals: 'evGoals',
2361
- sh_goals_percent: 'shGoalsPercent',
2362
- goals: 'goals',
2363
2356
  sh_goals: 'shGoals',
2364
- shot_misses: 'shotMisses',
2365
- shots_on_goal: 'shotsOnGoal',
2366
- shots_blocked: 'shotsBlocked',
2367
- shots: 'shots',
2368
- goals_percent: 'goalsPercent',
2369
- shots_against: 'shotsAgainst',
2370
- saves_percent: 'savesPercent',
2371
2357
  pp_assists: 'ppAssists',
2372
2358
  ev_assists: 'evAssists',
2373
2359
  sh_assists: 'shAssists',
@@ -2417,18 +2403,32 @@ var HockeyStatistic = /** @class */ (function (_super) {
2417
2403
  games_count: 'gamesCount',
2418
2404
  won_games_count: 'wonGamesCount',
2419
2405
  points: 'points',
2406
+ pp_shots: 'ppShots',
2420
2407
  pp_shot_misses: 'ppShotMisses',
2421
2408
  pp_shots_on_goal: 'ppShotsOnGoal',
2422
2409
  pp_shots_blocked: 'ppShotsBlocked',
2410
+ ev_shots: 'evShots',
2423
2411
  ev_shot_misses: 'evShotMisses',
2424
2412
  ev_shots_on_goal: 'evShotsOnGoal',
2425
2413
  ev_shots_blocked: 'evShotsBlocked',
2426
- sh_shot_misses: 'evShotMisses',
2414
+ sh_shots: 'shShots',
2415
+ sh_shot_misses: 'shShotMisses',
2427
2416
  sh_shots_on_goal: 'shShotsOnGoal',
2428
2417
  sh_shots_blocked: 'shShotsBlocked',
2418
+ pp_goals_percent: 'ppGoalsPercent',
2429
2419
  pp_goals: 'ppGoals',
2420
+ ev_goals_percent: 'evGoalsPercent',
2430
2421
  ev_goals: 'evGoals',
2422
+ sh_goals_percent: 'shGoalsPercent',
2423
+ goals: 'goals',
2431
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',
2432
2432
  pp_assists: 'ppAssists',
2433
2433
  ev_assists: 'evAssists',
2434
2434
  sh_assists: 'shAssists',
@@ -5751,7 +5751,7 @@ var TeamUserRoleLocalization = (_a$4 = {},
5751
5751
  _a$4[TeamUserRole.admin] = 'Владелец',
5752
5752
  _a$4);
5753
5753
 
5754
- var _a$5, _b, _c, _d, _e, _f, _g;
5754
+ var _a$5, _b, _c, _d, _e, _f, _g, _h;
5755
5755
  var GameBasketballPositionLocalization = (_a$5 = {},
5756
5756
  _a$5[GameBasketballPosition.point_guard] = 'Разыгрывающий защитник',
5757
5757
  _a$5[GameBasketballPosition.shooting_guard] = 'Атакующий защитник',
@@ -5795,6 +5795,11 @@ var VolleyballWorkHandLocalization = (_g = {},
5795
5795
  _g[VolleyballWorkHand.left] = 'Левая',
5796
5796
  _g[VolleyballWorkHand.right] = 'Правая',
5797
5797
  _g);
5798
+ var GameHockeyPositionLocalization = (_h = {},
5799
+ _h[GameHockeyPosition.goaltender] = 'Вратарь',
5800
+ _h[GameHockeyPosition.defensemen] = 'Защитник',
5801
+ _h[GameHockeyPosition.forward] = 'Нападающий',
5802
+ _h);
5798
5803
 
5799
5804
  var _a$6;
5800
5805
  var VolleyballGameLogTypeLocalization = (_a$6 = {},
@@ -6224,5 +6229,5 @@ var HttpCookieInterceptor = /** @class */ (function () {
6224
6229
  * Generated bundle index. Do not edit.
6225
6230
  */
6226
6231
 
6227
- 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 };
6228
6233
  //# sourceMappingURL=mtgame-core.js.map