@mtgame/core 0.1.142 → 0.1.144

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.
@@ -1161,6 +1161,10 @@ TournamentSettings = __decorate([
1161
1161
  free_substitute_enabled: 'freeSubstituteEnabled',
1162
1162
  substitute_manage_enabled: 'substituteManageEnabled',
1163
1163
  bonus_points_enabled: 'bonusPointsEnabled',
1164
+ minor_penalty_time: 'minorPenaltyTime',
1165
+ major_penalty_time: 'majorPenaltyTime',
1166
+ misconduct_penalty_time: 'misconductPenaltyTime',
1167
+ game_misconduct_penalty_time: 'gameMisconductPenaltyTime',
1164
1168
  },
1165
1169
  relation: {
1166
1170
  type: enumField(TournamentTypes),
@@ -1449,6 +1453,10 @@ HockeyGameConfig = __decorate([
1449
1453
  timeout_time: 'timeoutTime',
1450
1454
  game_time_type: 'gameTimeType',
1451
1455
  substitute_manage_enabled: 'substituteManageEnabled',
1456
+ minor_penalty_time: 'minorPenaltyTime',
1457
+ major_penalty_time: 'majorPenaltyTime',
1458
+ misconduct_penalty_time: 'misconductPenaltyTime',
1459
+ game_misconduct_penalty_time: 'gameMisconductPenaltyTime',
1452
1460
  },
1453
1461
  relation: {
1454
1462
  overtimeType: enumField(OvertimeTypes),
@@ -4962,30 +4970,39 @@ WaterpoloStatistic = __decorate([
4962
4970
  pp_counterattack_goals: 'ppCounterAttackGoals',
4963
4971
  pp_counterattack_on_goals: 'ppCounterAttackOnGoals',
4964
4972
  pp_counterattack_misses: 'ppCounterAttackMisses',
4973
+ pp_counterattack_shots_blocked: 'ppCounterAttackShotsBlocked',
4965
4974
  ev_counterattack_goals: 'evCounterAttackGoals',
4966
4975
  ev_counterattack_on_goals: 'evCounterAttackOnGoals',
4967
4976
  ev_counterattack_misses: 'evCounterAttackMisses',
4977
+ ev_counterattack_shots_blocked: 'evCounterAttackShotsBlocked',
4968
4978
  sh_counterattack_goals: 'shCounterAttackGoals',
4969
4979
  sh_counterattack_on_goals: 'shCounterAttackOnGoals',
4970
4980
  sh_counterattack_misses: 'shCounterAttackMisses',
4981
+ sh_counterattack_shots_blocked: 'shCounterAttackShotsBlocked',
4971
4982
  pp_maneuver_goals: 'ppManeuverGoals',
4972
4983
  pp_maneuver_on_goals: 'ppManeuverOnGoals',
4973
4984
  pp_maneuver_misses: 'ppManeuverMisses',
4985
+ pp_maneuver_shots_blocked: 'ppManeuverShotsBlocked',
4974
4986
  ev_maneuver_goals: 'evManeuverGoals',
4975
4987
  ev_maneuver_on_goals: 'evManeuverOnGoals',
4976
4988
  ev_maneuver_misses: 'evManeuverMisses',
4989
+ ev_maneuver_shots_blocked: 'evManeuverShotsBlocked',
4977
4990
  sh_maneuver_goals: 'shManeuverGoals',
4978
4991
  sh_maneuver_on_goals: 'shManeuverOnGoals',
4979
4992
  sh_maneuver_misses: 'shManeuverMisses',
4993
+ sh_maneuver_shots_blocked: 'shManeuverShotsBlocked',
4980
4994
  pp_center_forward_goals: 'ppCenterForwardGoals',
4981
4995
  pp_center_forward_on_goals: 'ppCenterForwardOnGoals',
4982
4996
  pp_center_forward_misses: 'ppCenterForwardMisses',
4997
+ pp_center_forward_shots_blocked: 'ppCenterForwardShotsBlocked',
4983
4998
  ev_center_forward_goals: 'evCenterForwardGoals',
4984
4999
  ev_center_forward_on_goals: 'evCenterForwardOnGoals',
4985
5000
  ev_center_forward_misses: 'evCenterForwardMisses',
5001
+ ev_center_forward_shots_blocked: 'evCenterForwardShotsBlocked',
4986
5002
  sh_center_forward_goals: 'shCenterForwardGoals',
4987
5003
  sh_center_forward_on_goals: 'shCenterForwardOnGoals',
4988
5004
  sh_center_forward_misses: 'shCenterForwardMisses',
5005
+ sh_center_forward_shots_blocked: 'shCenterForwardShotsBlocked',
4989
5006
  pp_assists: 'ppAssists',
4990
5007
  ev_assists: 'evAssists',
4991
5008
  sh_assists: 'shAssists',
@@ -5066,23 +5083,29 @@ WaterpoloStatistic = __decorate([
5066
5083
  pp_free_kick_goals: 'ppFreeKickGoals',
5067
5084
  pp_free_kick_on_goals: 'ppFreeKickOnGoals',
5068
5085
  pp_free_kick_misses: 'ppFreeKickMisses',
5086
+ pp_free_kick_shots_blocked: 'ppFreeKickShotsBlocked',
5069
5087
  sh_free_kick_goals: 'shFreeKickGoals',
5070
5088
  sh_free_kick_on_goals: 'shFreeKickOnGoals',
5071
5089
  sh_free_kick_misses: 'shFreeKickMisses',
5090
+ sh_free_kick_shots_blocked: 'shFreeKickShotsBlocked',
5072
5091
  ev_free_kick_goals: 'evFreeKickGoals',
5073
5092
  ev_free_kick_on_goals: 'evFreeKickOnGoals',
5074
5093
  ev_free_kick_misses: 'evFreeKickMisses',
5094
+ ev_free_kick_shots_blocked: 'evFreeKickShotsBlocked',
5075
5095
  free_kick_passes: 'freeKickPasses',
5076
5096
  free_kick_selfs: 'freeKickSelfs',
5077
5097
  pp_corner_goals: 'ppCornerGoals',
5078
5098
  pp_corner_on_goals: 'ppCornerOnGoals',
5079
5099
  pp_corner_misses: 'ppCornerMisses',
5100
+ pp_corner_shots_blocked: 'ppCornerShotsBlocked',
5080
5101
  sh_corner_goals: 'shCornerGoals',
5081
5102
  sh_corner_on_goals: 'shCornerOnGoals',
5082
5103
  sh_corner_misses: 'shCornerMisses',
5104
+ sh_corner_shots_blocked: 'shCornerShotsBlocked',
5083
5105
  ev_corner_goals: 'evCornerGoals',
5084
5106
  ev_corner_on_goals: 'evCornerOnGoals',
5085
5107
  ev_corner_misses: 'evCornerMisses',
5108
+ ev_corner_shots_blocked: 'evCornerShotsBlocked',
5086
5109
  corner_passes: 'cornerPasses',
5087
5110
  corner_selfs: 'cornerSelfs',
5088
5111
  tackles: 'tackles',
@@ -8685,6 +8708,12 @@ var WaterpoloGameLogTypes;
8685
8708
  WaterpoloGameLogTypes[WaterpoloGameLogTypes["penalty_foul"] = 56] = "penalty_foul";
8686
8709
  WaterpoloGameLogTypes[WaterpoloGameLogTypes["attack_foul"] = 57] = "attack_foul";
8687
8710
  WaterpoloGameLogTypes[WaterpoloGameLogTypes["turnover"] = 58] = "turnover";
8711
+ WaterpoloGameLogTypes[WaterpoloGameLogTypes["counter_attack_shot_blocked"] = 59] = "counter_attack_shot_blocked";
8712
+ WaterpoloGameLogTypes[WaterpoloGameLogTypes["maneuver_shot_blocked"] = 60] = "maneuver_shot_blocked";
8713
+ WaterpoloGameLogTypes[WaterpoloGameLogTypes["center_forward_shot_blocked"] = 61] = "center_forward_shot_blocked";
8714
+ WaterpoloGameLogTypes[WaterpoloGameLogTypes["free_kick_shot_blocked"] = 62] = "free_kick_shot_blocked";
8715
+ WaterpoloGameLogTypes[WaterpoloGameLogTypes["corner_shot_blocked"] = 63] = "corner_shot_blocked";
8716
+ WaterpoloGameLogTypes[WaterpoloGameLogTypes["complete_penalty_time"] = 64] = "complete_penalty_time";
8688
8717
  })(WaterpoloGameLogTypes || (WaterpoloGameLogTypes = {}));
8689
8718
  var WaterpoloAdvantageTypes;
8690
8719
  (function (WaterpoloAdvantageTypes) {
@@ -8805,13 +8834,13 @@ let WaterpoloGameStatistic = class WaterpoloGameStatistic extends BaseModel {
8805
8834
  return (this.ppCounterAttackGoals || 0) + (this.evCounterAttackGoals || 0) + (this.shCounterAttackGoals || 0);
8806
8835
  }
8807
8836
  get ppCounterAttackShots() {
8808
- return (this.ppCounterAttackOnGoals || 0) + (this.ppCounterAttackMisses || 0);
8837
+ return (this.ppCounterAttackOnGoals || 0) + (this.ppCounterAttackMisses || 0) + (this.ppCounterAttackShotsBlocked || 0);
8809
8838
  }
8810
8839
  get shCounterAttackShots() {
8811
- return (this.shCounterAttackOnGoals || 0) + (this.shCounterAttackMisses || 0);
8840
+ return (this.shCounterAttackOnGoals || 0) + (this.shCounterAttackMisses || 0) + (this.shCounterAttackShotsBlocked || 0);
8812
8841
  }
8813
8842
  get evCounterAttackShots() {
8814
- return (this.evCounterAttackOnGoals || 0) + (this.evCounterAttackMisses || 0);
8843
+ return (this.evCounterAttackOnGoals || 0) + (this.evCounterAttackMisses || 0) + (this.evCounterAttackShotsBlocked || 0);
8815
8844
  }
8816
8845
  get counterAttackShotMisses() {
8817
8846
  return (this.ppCounterAttackMisses || 0) + (this.shCounterAttackMisses || 0) + (this.evCounterAttackMisses || 0);
@@ -8819,8 +8848,11 @@ let WaterpoloGameStatistic = class WaterpoloGameStatistic extends BaseModel {
8819
8848
  get counterAttackShotOnGoals() {
8820
8849
  return (this.ppCounterAttackOnGoals || 0) + (this.shCounterAttackOnGoals || 0) + (this.evCounterAttackOnGoals || 0);
8821
8850
  }
8851
+ get counterAttackShotsBlocked() {
8852
+ return (this.ppCounterAttackShotsBlocked || 0) + (this.shCounterAttackShotsBlocked || 0) + (this.evCounterAttackShotsBlocked || 0);
8853
+ }
8822
8854
  get counterAttackShots() {
8823
- return this.counterAttackShotMisses + this.counterAttackShotOnGoals;
8855
+ return this.counterAttackShotMisses + this.counterAttackShotOnGoals + this.counterAttackShotsBlocked;
8824
8856
  }
8825
8857
  get counterAttackGoalsPercent() {
8826
8858
  if (!this.totalCounterAttackGoals || !this.counterAttackShots) {
@@ -8832,13 +8864,13 @@ let WaterpoloGameStatistic = class WaterpoloGameStatistic extends BaseModel {
8832
8864
  return (this.ppManeuverGoals || 0) + (this.shManeuverGoals || 0) + (this.evManeuverGoals || 0);
8833
8865
  }
8834
8866
  get ppManeuverShots() {
8835
- return (this.ppManeuverOnGoals || 0) + (this.ppManeuverMisses || 0);
8867
+ return (this.ppManeuverOnGoals || 0) + (this.ppManeuverMisses || 0) + (this.ppManeuverShotsBlocked || 0);
8836
8868
  }
8837
8869
  get shManeuverShots() {
8838
- return (this.shManeuverOnGoals || 0) + (this.shManeuverMisses || 0);
8870
+ return (this.shManeuverOnGoals || 0) + (this.shManeuverMisses || 0) + (this.shManeuverShotsBlocked || 0);
8839
8871
  }
8840
8872
  get evManeuverShots() {
8841
- return (this.evManeuverOnGoals || 0) + (this.evManeuverMisses || 0);
8873
+ return (this.evManeuverOnGoals || 0) + (this.evManeuverMisses || 0) + (this.evManeuverShotsBlocked || 0);
8842
8874
  }
8843
8875
  get maneuverShotMisses() {
8844
8876
  return (this.ppManeuverMisses || 0) + (this.shManeuverMisses || 0) + (this.evManeuverMisses || 0);
@@ -8846,8 +8878,11 @@ let WaterpoloGameStatistic = class WaterpoloGameStatistic extends BaseModel {
8846
8878
  get maneuverShotOnGoals() {
8847
8879
  return (this.ppManeuverOnGoals || 0) + (this.shManeuverOnGoals || 0) + (this.evManeuverOnGoals || 0);
8848
8880
  }
8881
+ get maneuverShotsBlocked() {
8882
+ return (this.ppManeuverShotsBlocked || 0) + (this.shManeuverShotsBlocked || 0) + (this.evManeuverShotsBlocked || 0);
8883
+ }
8849
8884
  get maneuverShots() {
8850
- return this.maneuverShotMisses + this.maneuverShotOnGoals;
8885
+ return this.maneuverShotMisses + this.maneuverShotOnGoals + this.maneuverShotsBlocked;
8851
8886
  }
8852
8887
  get maneuverGoalsPercent() {
8853
8888
  if (!this.totalManeuverGoals || !this.maneuverShots) {
@@ -8859,13 +8894,13 @@ let WaterpoloGameStatistic = class WaterpoloGameStatistic extends BaseModel {
8859
8894
  return (this.ppCenterForwardGoals || 0) + (this.shCenterForwardGoals || 0) + (this.evCenterForwardGoals || 0);
8860
8895
  }
8861
8896
  get ppCenterForwardShots() {
8862
- return (this.ppCenterForwardOnGoals || 0) + (this.ppCenterForwardMisses || 0);
8897
+ return (this.ppCenterForwardOnGoals || 0) + (this.ppCenterForwardMisses || 0) + (this.ppCenterForwardShotsBlocked || 0);
8863
8898
  }
8864
8899
  get shCenterForwardShots() {
8865
- return (this.shCenterForwardOnGoals || 0) + (this.shCenterForwardMisses || 0);
8900
+ return (this.shCenterForwardOnGoals || 0) + (this.shCenterForwardMisses || 0) + (this.shCenterForwardShotsBlocked || 0);
8866
8901
  }
8867
8902
  get evCenterForwardShots() {
8868
- return (this.evCenterForwardOnGoals || 0) + (this.evCenterForwardMisses || 0);
8903
+ return (this.evCenterForwardOnGoals || 0) + (this.evCenterForwardMisses || 0) + (this.evCenterForwardShotsBlocked || 0);
8869
8904
  }
8870
8905
  get centerForwardShotMisses() {
8871
8906
  return (this.ppCenterForwardMisses || 0) + (this.shCenterForwardMisses || 0) + (this.evCenterForwardMisses || 0);
@@ -8873,8 +8908,11 @@ let WaterpoloGameStatistic = class WaterpoloGameStatistic extends BaseModel {
8873
8908
  get centerForwardShotOnGoals() {
8874
8909
  return (this.ppCenterForwardOnGoals || 0) + (this.shCenterForwardOnGoals || 0) + (this.evCenterForwardOnGoals || 0);
8875
8910
  }
8911
+ get centerForwardShotsBlocked() {
8912
+ return (this.ppCenterForwardShotsBlocked || 0) + (this.shCenterForwardShotsBlocked || 0) + (this.evCenterForwardShotsBlocked || 0);
8913
+ }
8876
8914
  get centerForwardShots() {
8877
- return this.centerForwardShotMisses + this.centerForwardShotOnGoals;
8915
+ return this.centerForwardShotMisses + this.centerForwardShotOnGoals + this.centerForwardShotsBlocked;
8878
8916
  }
8879
8917
  get centerForwardGoalsPercent() {
8880
8918
  if (!this.totalCenterForwardGoals || !this.centerForwardShots) {
@@ -8884,20 +8922,20 @@ let WaterpoloGameStatistic = class WaterpoloGameStatistic extends BaseModel {
8884
8922
  }
8885
8923
  get ppShots() {
8886
8924
  return (this.ppShotMisses || 0) + (this.ppShotsOnGoal || 0) + (this.ppShotsBlocked || 0) +
8887
- (this.ppFreeKickMisses || 0) + (this.ppFreeKickOnGoals || 0) +
8888
- (this.ppCornerMisses || 0) + (this.ppCornerOnGoals || 0) +
8925
+ (this.ppFreeKickMisses || 0) + (this.ppFreeKickOnGoals || 0) + (this.ppFreeKickShotsBlocked || 0) +
8926
+ (this.ppCornerMisses || 0) + (this.ppCornerOnGoals || 0) + (this.ppCornerShotsBlocked || 0) +
8889
8927
  this.ppCounterAttackShots + this.ppManeuverShots + this.ppCenterForwardShots;
8890
8928
  }
8891
8929
  get evShots() {
8892
8930
  return (this.evShotMisses || 0) + (this.evShotsOnGoal || 0) + (this.evShotsBlocked || 0) +
8893
- (this.evFreeKickMisses || 0) + (this.evFreeKickOnGoals || 0) +
8894
- (this.evCornerMisses || 0) + (this.evCornerOnGoals || 0) +
8931
+ (this.evFreeKickMisses || 0) + (this.evFreeKickOnGoals || 0) + (this.evFreeKickShotsBlocked || 0) +
8932
+ (this.evCornerMisses || 0) + (this.evCornerOnGoals || 0) + (this.evCornerShotsBlocked || 0) +
8895
8933
  this.evCounterAttackShots + this.evManeuverShots + this.evCenterForwardShots;
8896
8934
  }
8897
8935
  get shShots() {
8898
8936
  return (this.shShotMisses || 0) + (this.shShotsOnGoal || 0) + (this.shShotsBlocked || 0) +
8899
- (this.shFreeKickMisses || 0) + (this.shFreeKickOnGoals || 0) +
8900
- (this.shCornerMisses || 0) + (this.shCornerOnGoals || 0) +
8937
+ (this.shFreeKickMisses || 0) + (this.shFreeKickOnGoals || 0) + (this.shFreeKickShotsBlocked || 0) +
8938
+ (this.shCornerMisses || 0) + (this.shCornerOnGoals || 0) + (this.shCornerShotsBlocked || 0) +
8901
8939
  this.shCounterAttackShots + this.shManeuverShots + this.shCenterForwardShots;
8902
8940
  }
8903
8941
  get totalShGoals() {
@@ -8948,9 +8986,6 @@ let WaterpoloGameStatistic = class WaterpoloGameStatistic extends BaseModel {
8948
8986
  return (this.ppShotsOnGoal || 0) + (this.evShotsOnGoal || 0) + (this.shShotsOnGoal || 0) +
8949
8987
  this.counterAttackShotOnGoals + this.maneuverShotOnGoals + this.centerForwardShotOnGoals;
8950
8988
  }
8951
- get shotsBlocked() {
8952
- return (this.ppShotsBlocked || 0) + (this.evShotsBlocked || 0) + (this.shShotsBlocked || 0);
8953
- }
8954
8989
  get shots() {
8955
8990
  return this.ppShots + this.evShots + this.shShots;
8956
8991
  }
@@ -8963,6 +8998,9 @@ let WaterpoloGameStatistic = class WaterpoloGameStatistic extends BaseModel {
8963
8998
  get freeKickShotMisses() {
8964
8999
  return (this.ppFreeKickMisses || 0) + (this.evFreeKickMisses || 0) + (this.shFreeKickMisses || 0);
8965
9000
  }
9001
+ get freeKickShotsBlocked() {
9002
+ return (this.ppFreeKickShotsBlocked || 0) + (this.evFreeKickShotsBlocked || 0) + (this.shFreeKickShotsBlocked || 0);
9003
+ }
8966
9004
  get freeKickOnGoals() {
8967
9005
  return (this.ppFreeKickOnGoals || 0) + (this.evFreeKickOnGoals || 0) + (this.shFreeKickOnGoals || 0);
8968
9006
  }
@@ -8971,7 +9009,7 @@ let WaterpoloGameStatistic = class WaterpoloGameStatistic extends BaseModel {
8971
9009
  }
8972
9010
  get totalFreeKicks() {
8973
9011
  return (this.freeKickSelfs || 0) + (this.freeKickPasses || 0) +
8974
- this.freeKickShotMisses + this.freeKickOnGoals + this.totalFreeKickGoals;
9012
+ this.freeKickShotMisses + this.freeKickOnGoals + this.totalFreeKickGoals + this.freeKickShotsBlocked;
8975
9013
  }
8976
9014
  get freeKickGoalsPercent() {
8977
9015
  if (!this.totalFreeKickGoals || !this.totalFreeKicks) {
@@ -8982,11 +9020,23 @@ let WaterpoloGameStatistic = class WaterpoloGameStatistic extends BaseModel {
8982
9020
  get totalCornerGoals() {
8983
9021
  return (this.ppCornerGoals || 0) + (this.shCornerGoals || 0) + (this.evCornerGoals || 0);
8984
9022
  }
9023
+ get cornerShotMisses() {
9024
+ return (this.ppCornerMisses || 0) + (this.shCornerMisses || 0) + (this.evCornerMisses || 0);
9025
+ }
9026
+ get cornerOnGoals() {
9027
+ return (this.ppCornerOnGoals || 0) + (this.shCornerOnGoals || 0) + (this.evCornerOnGoals || 0);
9028
+ }
9029
+ get cornerShotsBlocked() {
9030
+ return (this.ppCornerShotsBlocked || 0) + (this.shCornerShotsBlocked || 0) + (this.evCornerShotsBlocked || 0);
9031
+ }
8985
9032
  get totalCorners() {
8986
- return (this.cornerSelfs || 0) + (this.cornerPasses || 0) +
8987
- (this.ppCornerOnGoals || 0) + (this.shCornerOnGoals || 0) + (this.evCornerOnGoals || 0) +
8988
- (this.ppCornerMisses || 0) + (this.shCornerMisses || 0) + (this.evCornerMisses || 0) +
8989
- this.totalCornerGoals;
9033
+ return (this.cornerSelfs || 0) + (this.cornerPasses || 0) + this.cornerShotsBlocked +
9034
+ this.cornerOnGoals + this.cornerShotMisses + this.totalCornerGoals;
9035
+ }
9036
+ get shotsBlocked() {
9037
+ return (this.ppShotsBlocked || 0) + (this.evShotsBlocked || 0) + (this.shShotsBlocked || 0) +
9038
+ this.counterAttackShotsBlocked + this.maneuverShotsBlocked + this.centerForwardShotsBlocked +
9039
+ this.freeKickShotsBlocked + this.cornerShotsBlocked;
8990
9040
  }
8991
9041
  get totalFouls() {
8992
9042
  return (this.fouls || 0) + (this.penaltyFouls || 0) + (this.attackFouls || 0) + (this.personalFouls || 0) +
@@ -9254,30 +9304,39 @@ WaterpoloGameStatistic = __decorate([
9254
9304
  pp_counterattack_goals: 'ppCounterAttackGoals',
9255
9305
  pp_counterattack_on_goals: 'ppCounterAttackOnGoals',
9256
9306
  pp_counterattack_misses: 'ppCounterAttackMisses',
9307
+ pp_counterattack_shots_blocked: 'ppCounterAttackShotsBlocked',
9257
9308
  ev_counterattack_goals: 'evCounterAttackGoals',
9258
9309
  ev_counterattack_on_goals: 'evCounterAttackOnGoals',
9259
9310
  ev_counterattack_misses: 'evCounterAttackMisses',
9311
+ ev_counterattack_shots_blocked: 'evCounterAttackShotsBlocked',
9260
9312
  sh_counterattack_goals: 'shCounterAttackGoals',
9261
9313
  sh_counterattack_on_goals: 'shCounterAttackOnGoals',
9262
9314
  sh_counterattack_misses: 'shCounterAttackMisses',
9315
+ sh_counterattack_shots_blocked: 'shCounterAttackShotsBlocked',
9263
9316
  pp_maneuver_goals: 'ppManeuverGoals',
9264
9317
  pp_maneuver_on_goals: 'ppManeuverOnGoals',
9265
9318
  pp_maneuver_misses: 'ppManeuverMisses',
9319
+ pp_maneuver_shots_blocked: 'ppManeuverShotsBlocked',
9266
9320
  ev_maneuver_goals: 'evManeuverGoals',
9267
9321
  ev_maneuver_on_goals: 'evManeuverOnGoals',
9268
9322
  ev_maneuver_misses: 'evManeuverMisses',
9323
+ ev_maneuver_shots_blocked: 'evManeuverShotsBlocked',
9269
9324
  sh_maneuver_goals: 'shManeuverGoals',
9270
9325
  sh_maneuver_on_goals: 'shManeuverOnGoals',
9271
9326
  sh_maneuver_misses: 'shManeuverMisses',
9327
+ sh_maneuver_shots_blocked: 'shManeuverShotsBlocked',
9272
9328
  pp_center_forward_goals: 'ppCenterForwardGoals',
9273
9329
  pp_center_forward_on_goals: 'ppCenterForwardOnGoals',
9274
9330
  pp_center_forward_misses: 'ppCenterForwardMisses',
9331
+ pp_center_forward_shots_blocked: 'ppCenterForwardShotsBlocked',
9275
9332
  ev_center_forward_goals: 'evCenterForwardGoals',
9276
9333
  ev_center_forward_on_goals: 'evCenterForwardOnGoals',
9277
9334
  ev_center_forward_misses: 'evCenterForwardMisses',
9335
+ ev_center_forward_shots_blocked: 'evCenterForwardShotsBlocked',
9278
9336
  sh_center_forward_goals: 'shCenterForwardGoals',
9279
9337
  sh_center_forward_on_goals: 'shCenterForwardOnGoals',
9280
9338
  sh_center_forward_misses: 'shCenterForwardMisses',
9339
+ sh_center_forward_shots_blocked: 'shCenterForwardShotsBlocked',
9281
9340
  pp_assists: 'ppAssists',
9282
9341
  ev_assists: 'evAssists',
9283
9342
  sh_assists: 'shAssists',
@@ -9358,23 +9417,29 @@ WaterpoloGameStatistic = __decorate([
9358
9417
  pp_free_kick_goals: 'ppFreeKickGoals',
9359
9418
  pp_free_kick_on_goals: 'ppFreeKickOnGoals',
9360
9419
  pp_free_kick_misses: 'ppFreeKickMisses',
9420
+ pp_free_kick_shots_blocked: 'ppFreeKickShotsBlocked',
9361
9421
  sh_free_kick_goals: 'shFreeKickGoals',
9362
9422
  sh_free_kick_on_goals: 'shFreeKickOnGoals',
9363
9423
  sh_free_kick_misses: 'shFreeKickMisses',
9424
+ sh_free_kick_shots_blocked: 'shFreeKickShotsBlocked',
9364
9425
  ev_free_kick_goals: 'evFreeKickGoals',
9365
9426
  ev_free_kick_on_goals: 'evFreeKickOnGoals',
9366
9427
  ev_free_kick_misses: 'evFreeKickMisses',
9428
+ ev_free_kick_shots_blocked: 'evFreeKickShotsBlocked',
9367
9429
  free_kick_passes: 'freeKickPasses',
9368
9430
  free_kick_selfs: 'freeKickSelfs',
9369
9431
  pp_corner_goals: 'ppCornerGoals',
9370
9432
  pp_corner_on_goals: 'ppCornerOnGoals',
9371
9433
  pp_corner_misses: 'ppCornerMisses',
9434
+ pp_corner_shots_blocked: 'ppCornerShotsBlocked',
9372
9435
  sh_corner_goals: 'shCornerGoals',
9373
9436
  sh_corner_on_goals: 'shCornerOnGoals',
9374
9437
  sh_corner_misses: 'shCornerMisses',
9438
+ sh_corner_shots_blocked: 'shCornerShotsBlocked',
9375
9439
  ev_corner_goals: 'evCornerGoals',
9376
9440
  ev_corner_on_goals: 'evCornerOnGoals',
9377
9441
  ev_corner_misses: 'evCornerMisses',
9442
+ ev_corner_shots_blocked: 'evCornerShotsBlocked',
9378
9443
  corner_passes: 'cornerPasses',
9379
9444
  corner_selfs: 'cornerSelfs',
9380
9445
  tackles: 'tackles',
@@ -9657,15 +9722,18 @@ const WaterpoloGameLogTypeLocalization = {
9657
9722
  [WaterpoloGameLogTypes.exit_game]: 'Ушел с площадки',
9658
9723
  [WaterpoloGameLogTypes.shot_miss]: 'Бросок мимо',
9659
9724
  [WaterpoloGameLogTypes.counterattack_miss]: 'Бросок мимо в контратаке',
9660
- [WaterpoloGameLogTypes.maneuver_miss]: 'Бросок мимо в маневре',
9725
+ [WaterpoloGameLogTypes.maneuver_miss]: 'Бросок мимо с маневра',
9661
9726
  [WaterpoloGameLogTypes.center_forward_miss]: 'Бросок мимо со столба',
9662
9727
  [WaterpoloGameLogTypes.shot_on_goal]: 'Бросок по воротам',
9663
9728
  [WaterpoloGameLogTypes.counterattack_on_goal]: 'Бросок по воротам в контратаке',
9664
- [WaterpoloGameLogTypes.maneuver_on_goal]: 'Бросок по воротам в маневре',
9729
+ [WaterpoloGameLogTypes.maneuver_on_goal]: 'Бросок по воротам с маневра',
9665
9730
  [WaterpoloGameLogTypes.center_forward_on_goal]: 'Бросок по воротам со столба',
9666
- [WaterpoloGameLogTypes.shot_blocked]: 'Заблокированный бросок',
9731
+ [WaterpoloGameLogTypes.shot_blocked]: 'Заблокирован бросок',
9732
+ [WaterpoloGameLogTypes.counter_attack_shot_blocked]: 'Заблокирован бросок в контратаке',
9733
+ [WaterpoloGameLogTypes.maneuver_shot_blocked]: 'Заблокирован бросок с маневра',
9734
+ [WaterpoloGameLogTypes.center_forward_shot_blocked]: 'Заблокирован бросок со столба',
9667
9735
  [WaterpoloGameLogTypes.goal]: 'Гол',
9668
- [WaterpoloGameLogTypes.maneuver_goal]: 'Гол в маневре',
9736
+ [WaterpoloGameLogTypes.maneuver_goal]: 'Гол с маневра',
9669
9737
  [WaterpoloGameLogTypes.counterattack_goal]: 'Гол в контратаке',
9670
9738
  [WaterpoloGameLogTypes.center_forward_goal]: 'Гол со столба',
9671
9739
  [WaterpoloGameLogTypes.shootout_attempt]: 'Пенальти промах',
@@ -9690,8 +9758,8 @@ const WaterpoloGameLogTypeLocalization = {
9690
9758
  [WaterpoloGameLogTypes.center_forward_save]: 'Отражен бросок со столба',
9691
9759
  [WaterpoloGameLogTypes.free_kick_save]: 'Отражен бросок со свободного',
9692
9760
  [WaterpoloGameLogTypes.corner_save]: 'Отражен бросок с углового',
9693
- [WaterpoloGameLogTypes.shootout_save]: 'Отражен бросок',
9694
- [WaterpoloGameLogTypes.after_game_shootout_save]: 'Отражен бросок',
9761
+ [WaterpoloGameLogTypes.shootout_save]: 'Отражен бросок с пенальти',
9762
+ [WaterpoloGameLogTypes.after_game_shootout_save]: 'Отражен бросок с пенальти',
9695
9763
  [WaterpoloGameLogTypes.timeout]: 'Таймаут',
9696
9764
  [WaterpoloGameLogTypes.penalty_start]: 'Начало штрафного времени',
9697
9765
  [WaterpoloGameLogTypes.penalty_end]: 'Конец штрафного времени',
@@ -9701,16 +9769,19 @@ const WaterpoloGameLogTypeLocalization = {
9701
9769
  [WaterpoloGameLogTypes.loss]: 'Потеря',
9702
9770
  [WaterpoloGameLogTypes.steal]: 'Перехват',
9703
9771
  [WaterpoloGameLogTypes.tackle]: 'Отбор',
9704
- [WaterpoloGameLogTypes.free_kick_goal]: 'Свободный удар - гол',
9705
- [WaterpoloGameLogTypes.free_kick_on_goal]: 'Свободный удар в створ',
9706
- [WaterpoloGameLogTypes.free_kick_miss]: 'Свободный удар мимо',
9707
- [WaterpoloGameLogTypes.free_kick_pass]: 'Свободный удар пас',
9708
- [WaterpoloGameLogTypes.free_kick_self]: 'Свободный удар розыгрыш',
9709
- [WaterpoloGameLogTypes.corner_goal]: 'Угловой - гол',
9710
- [WaterpoloGameLogTypes.corner_on_goal]: 'Угловой в створ',
9711
- [WaterpoloGameLogTypes.corner_miss]: 'Угловой мимо',
9712
- [WaterpoloGameLogTypes.corner_pass]: 'Угловой пас',
9713
- [WaterpoloGameLogTypes.corner_self]: 'Угловой розыгрыш'
9772
+ [WaterpoloGameLogTypes.free_kick_goal]: 'Гол со свободного удара',
9773
+ [WaterpoloGameLogTypes.free_kick_on_goal]: 'Бросок со свободного удара в створ',
9774
+ [WaterpoloGameLogTypes.free_kick_miss]: 'Бросок мимо со свободного удара',
9775
+ [WaterpoloGameLogTypes.free_kick_shot_blocked]: 'Заблокирован бросок со свободного удара',
9776
+ [WaterpoloGameLogTypes.free_kick_pass]: 'Пас со свободного удара',
9777
+ [WaterpoloGameLogTypes.free_kick_self]: 'Розыгрыш свободного удара',
9778
+ [WaterpoloGameLogTypes.corner_goal]: 'Гол с углового',
9779
+ [WaterpoloGameLogTypes.corner_on_goal]: 'Бросок с углового в створ',
9780
+ [WaterpoloGameLogTypes.corner_miss]: 'Бросок мимо с углового',
9781
+ [WaterpoloGameLogTypes.corner_shot_blocked]: 'Заблокирован бросок с углового',
9782
+ [WaterpoloGameLogTypes.corner_pass]: 'Пас с углового',
9783
+ [WaterpoloGameLogTypes.corner_self]: 'Розыгрыш углового',
9784
+ [WaterpoloGameLogTypes.complete_penalty_time]: 'Досрочное завершение штрафа'
9714
9785
  };
9715
9786
 
9716
9787
  const OvertimeTypeLocalization = {