@mtgame/core 0.1.55 → 0.1.56

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.
@@ -1239,6 +1239,7 @@ var TournamentSettings = /** @class */ (function (_super) {
1239
1239
  game_time_type: 'gameTimeType',
1240
1240
  with_result_table: 'withResultTable',
1241
1241
  free_substitute_enabled: 'freeSubstituteEnabled',
1242
+ substitute_manage_enabled: 'substituteManageEnabled',
1242
1243
  bonus_points_enabled: 'bonusPointsEnabled',
1243
1244
  },
1244
1245
  relation: {
@@ -1569,6 +1570,7 @@ var HockeyGameConfig = /** @class */ (function (_super) {
1569
1570
  overtime_timeout_count: 'overtimeTimeoutCount',
1570
1571
  timeout_time: 'timeoutTime',
1571
1572
  game_time_type: 'gameTimeType',
1573
+ substitute_manage_enabled: 'substituteManageEnabled',
1572
1574
  },
1573
1575
  relation: {
1574
1576
  overtimeType: enumField(OvertimeTypes),
@@ -1617,6 +1619,7 @@ var FootballGameConfig = /** @class */ (function (_super) {
1617
1619
  game_time_type: 'gameTimeType',
1618
1620
  substitute_count: 'substituteCount',
1619
1621
  free_substitute_enabled: 'freeSubstituteEnabled',
1622
+ substitute_manage_enabled: 'substituteManageEnabled',
1620
1623
  },
1621
1624
  relation: {
1622
1625
  overtimeType: enumField(OvertimeTypes),