tods-competition-factory 2.2.7 → 2.2.8

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.
@@ -5630,6 +5630,7 @@ type CompetitionScheduleMatchUpsArgs = {
5630
5630
  minCourtGridRows?: number;
5631
5631
  usePublishState?: boolean;
5632
5632
  sortCourtsData?: boolean;
5633
+ nextMatchUps?: boolean;
5633
5634
  status?: string;
5634
5635
  };
5635
5636
  declare function competitionScheduleMatchUps(params: CompetitionScheduleMatchUpsArgs): {
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  function factoryVersion() {
6
- return '2.2.7';
6
+ return '2.2.8';
7
7
  }
8
8
 
9
9
  const SINGLES_MATCHUP = 'SINGLES';