@mtgame/core 0.1.54 → 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),
@@ -1838,10 +1841,12 @@ var RugbyGameConfig = /** @class */ (function (_super) {
1838
1841
  game_time_type: 'gameTimeType',
1839
1842
  substitute_count: 'substituteCount',
1840
1843
  free_substitute_enabled: 'freeSubstituteEnabled',
1844
+ statistic_type: 'statisticType',
1841
1845
  },
1842
1846
  relation: {
1843
1847
  overtimeType: enumField(OvertimeTypes),
1844
1848
  gameTimeType: enumField(GameTimeTypes),
1849
+ statisticType: enumField(RugbyStatisticTypes),
1845
1850
  }
1846
1851
  })
1847
1852
  ], RugbyGameConfig);