@mtgame/core 0.1.54 → 0.1.55

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.
@@ -2051,10 +2051,12 @@
2051
2051
  game_time_type: 'gameTimeType',
2052
2052
  substitute_count: 'substituteCount',
2053
2053
  free_substitute_enabled: 'freeSubstituteEnabled',
2054
+ statistic_type: 'statisticType',
2054
2055
  },
2055
2056
  relation: {
2056
2057
  overtimeType: enumField(exports.OvertimeTypes),
2057
2058
  gameTimeType: enumField(exports.GameTimeTypes),
2059
+ statisticType: enumField(exports.RugbyStatisticTypes),
2058
2060
  }
2059
2061
  })
2060
2062
  ], RugbyGameConfig);