@mtgame/core 1.0.38 → 1.0.40

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.
@@ -99,6 +99,7 @@ export interface StatisticFilters {
99
99
  group_by: StatisticGroupByTypes;
100
100
  only_closed?: boolean;
101
101
  check_ignore_game?: boolean;
102
+ min_games_count?: number;
102
103
  order_by?: string;
103
104
  page?: number;
104
105
  size?: number;
@@ -8209,6 +8209,7 @@
8209
8209
  ModelInstance({
8210
8210
  mappingFields: {
8211
8211
  id: 'id',
8212
+ tournament_round_id: 'tournamentRoundId',
8212
8213
  tournament_team: 'tournamentTeam',
8213
8214
  group: 'group',
8214
8215
  division: 'division',