@mtgame/core 0.0.25 → 0.0.27

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.
@@ -903,6 +903,12 @@ var BasketballStatisticTypes;
903
903
  BasketballStatisticTypes[BasketballStatisticTypes["light"] = 2] = "light";
904
904
  BasketballStatisticTypes[BasketballStatisticTypes["advanced"] = 3] = "advanced";
905
905
  })(BasketballStatisticTypes || (BasketballStatisticTypes = {}));
906
+ var VolleyballStatisticTypes;
907
+ (function (VolleyballStatisticTypes) {
908
+ VolleyballStatisticTypes[VolleyballStatisticTypes["standard"] = 1] = "standard";
909
+ VolleyballStatisticTypes[VolleyballStatisticTypes["light"] = 2] = "light";
910
+ VolleyballStatisticTypes[VolleyballStatisticTypes["advanced"] = 3] = "advanced";
911
+ })(VolleyballStatisticTypes || (VolleyballStatisticTypes = {}));
906
912
  var GameTimeTypes;
907
913
  (function (GameTimeTypes) {
908
914
  GameTimeTypes[GameTimeTypes["clean"] = 1] = "clean";
@@ -958,6 +964,7 @@ var TournamentSettings = /** @class */ (function (_super) {
958
964
  recruitment_is_open: 'recruitmentIsOpen',
959
965
  transfer_is_open: 'transferIsOpen',
960
966
  basketball_statistic_type: 'basketballStatisticType',
967
+ volleyball_statistic_type: 'volleyballStatisticType',
961
968
  shot_clock_enabled: 'shotClockEnabled',
962
969
  game_time_type: 'gameTimeType',
963
970
  },
@@ -965,6 +972,7 @@ var TournamentSettings = /** @class */ (function (_super) {
965
972
  type: enumField(TournamentTypes),
966
973
  gender: enumField(TournamentGender),
967
974
  basketballStatisticType: enumField(BasketballStatisticTypes),
975
+ volleyballStatisticType: enumField(VolleyballStatisticTypes),
968
976
  gameTimeType: enumField(GameTimeTypes),
969
977
  overtimeType: enumField(OvertimeTypes),
970
978
  }
@@ -1144,10 +1152,12 @@ var VolleyballGameConfig = /** @class */ (function (_super) {
1144
1152
  timeout_time: 'timeoutTime',
1145
1153
  substitute_count: 'substituteCount',
1146
1154
  score_in_set: 'scoreInSet',
1147
- score_in_last_set: 'scoreInLastSet'
1155
+ score_in_last_set: 'scoreInLastSet',
1156
+ statistic_type: 'statisticType'
1148
1157
  },
1149
1158
  relation: {
1150
- gameType: enumField(VolleyballGameTypes)
1159
+ gameType: enumField(VolleyballGameTypes),
1160
+ statisticType: enumField(VolleyballStatisticTypes),
1151
1161
  }
1152
1162
  })
1153
1163
  ], VolleyballGameConfig);
@@ -5699,6 +5709,7 @@ var VolleyballGameStatistic = /** @class */ (function (_super) {
5699
5709
  excellent_serve_receives: 'excellentServeReceives',
5700
5710
  points: 'points',
5701
5711
  faults: 'faults',
5712
+ yellows_cards: 'yellowCards',
5702
5713
  }
5703
5714
  })
5704
5715
  ], VolleyballGameStatistic);
@@ -5728,6 +5739,7 @@ var VolleyballGameLogType;
5728
5739
  VolleyballGameLogType[VolleyballGameLogType["serve_receive_fault"] = 19] = "serve_receive_fault";
5729
5740
  VolleyballGameLogType[VolleyballGameLogType["excellent_serve_receive"] = 20] = "excellent_serve_receive";
5730
5741
  VolleyballGameLogType[VolleyballGameLogType["timeout"] = 21] = "timeout";
5742
+ VolleyballGameLogType[VolleyballGameLogType["yellow_card"] = 22] = "yellow_card";
5731
5743
  })(VolleyballGameLogType || (VolleyballGameLogType = {}));
5732
5744
  var SCORE_LOG_TYPES = [
5733
5745
  VolleyballGameLogType.serve_ace, VolleyballGameLogType.stuff_block,
@@ -6038,6 +6050,7 @@ var VolleyballGameLogTypeLocalization = (_a$6 = {},
6038
6050
  _a$6[VolleyballGameLogType.point] = 'Очко',
6039
6051
  _a$6[VolleyballGameLogType.fault] = 'Ошибка',
6040
6052
  _a$6[VolleyballGameLogType.timeout] = 'Таймаут',
6053
+ _a$6[VolleyballGameLogType.yellow_card] = 'Желтая карточка',
6041
6054
  _a$6);
6042
6055
 
6043
6056
  var CentrifugoService = /** @class */ (function () {
@@ -6443,5 +6456,5 @@ var HttpCookieInterceptor = /** @class */ (function () {
6443
6456
  * Generated bundle index. Do not edit.
6444
6457
  */
6445
6458
 
6446
- 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, HockeyPenaltyTypes, 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, penaltyTypeField as ɵa };
6459
+ 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, HockeyPenaltyTypes, 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, VolleyballStatisticTypes, 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, penaltyTypeField as ɵa };
6447
6460
  //# sourceMappingURL=mtgame-core.js.map