@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.
@@ -1452,6 +1452,7 @@
1452
1452
  game_time_type: 'gameTimeType',
1453
1453
  with_result_table: 'withResultTable',
1454
1454
  free_substitute_enabled: 'freeSubstituteEnabled',
1455
+ substitute_manage_enabled: 'substituteManageEnabled',
1455
1456
  bonus_points_enabled: 'bonusPointsEnabled',
1456
1457
  },
1457
1458
  relation: {
@@ -1782,6 +1783,7 @@
1782
1783
  overtime_timeout_count: 'overtimeTimeoutCount',
1783
1784
  timeout_time: 'timeoutTime',
1784
1785
  game_time_type: 'gameTimeType',
1786
+ substitute_manage_enabled: 'substituteManageEnabled',
1785
1787
  },
1786
1788
  relation: {
1787
1789
  overtimeType: enumField(exports.OvertimeTypes),
@@ -1830,6 +1832,7 @@
1830
1832
  game_time_type: 'gameTimeType',
1831
1833
  substitute_count: 'substituteCount',
1832
1834
  free_substitute_enabled: 'freeSubstituteEnabled',
1835
+ substitute_manage_enabled: 'substituteManageEnabled',
1833
1836
  },
1834
1837
  relation: {
1835
1838
  overtimeType: enumField(exports.OvertimeTypes),
@@ -2051,10 +2054,12 @@
2051
2054
  game_time_type: 'gameTimeType',
2052
2055
  substitute_count: 'substituteCount',
2053
2056
  free_substitute_enabled: 'freeSubstituteEnabled',
2057
+ statistic_type: 'statisticType',
2054
2058
  },
2055
2059
  relation: {
2056
2060
  overtimeType: enumField(exports.OvertimeTypes),
2057
2061
  gameTimeType: enumField(exports.GameTimeTypes),
2062
+ statisticType: enumField(exports.RugbyStatisticTypes),
2058
2063
  }
2059
2064
  })
2060
2065
  ], RugbyGameConfig);