@mtgame/core 0.2.119 → 0.2.120

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.
@@ -61,6 +61,12 @@ export declare enum TimerTypes {
61
61
  backward = 1,
62
62
  forward = 2
63
63
  }
64
+ export declare enum SubstituteManageTypes {
65
+ goalkeeper_only = 1,
66
+ additional_screen = 2,
67
+ one_screen = 3,
68
+ split_screen = 4
69
+ }
64
70
  export declare class TournamentSettings extends BaseModel {
65
71
  id: number;
66
72
  gender: TournamentGender;
@@ -96,6 +102,7 @@ export declare class TournamentSettings extends BaseModel {
96
102
  freeSubstituteEnabled: boolean;
97
103
  bonusPointsEnabled: boolean;
98
104
  substituteManageEnabled: boolean;
105
+ substituteManageMode: SubstituteManageTypes;
99
106
  minorPenaltyTime: number;
100
107
  majorPenaltyTime: number;
101
108
  misconductPenaltyTime: number;