@mtgame/core 0.1.56 → 0.1.57

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.
@@ -1235,6 +1235,7 @@ var TournamentSettings = /** @class */ (function (_super) {
1235
1235
  transfer_is_open: 'transferIsOpen',
1236
1236
  basketball_statistic_type: 'basketballStatisticType',
1237
1237
  volleyball_statistic_type: 'volleyballStatisticType',
1238
+ rugby_statistic_type: 'rugbyStatisticType',
1238
1239
  shot_clock_enabled: 'shotClockEnabled',
1239
1240
  game_time_type: 'gameTimeType',
1240
1241
  with_result_table: 'withResultTable',
@@ -1247,6 +1248,7 @@ var TournamentSettings = /** @class */ (function (_super) {
1247
1248
  gender: enumField(TournamentGender),
1248
1249
  basketballStatisticType: enumField(BasketballStatisticTypes),
1249
1250
  volleyballStatisticType: enumField(VolleyballStatisticTypes),
1251
+ rugbyStatisticType: enumField(RugbyStatisticTypes),
1250
1252
  gameTimeType: enumField(GameTimeTypes),
1251
1253
  overtimeType: enumField(OvertimeTypes),
1252
1254
  }