tods-competition-factory 2.2.6 → 2.2.7

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.
@@ -5618,6 +5618,7 @@ declare function participantScheduledMatchUps({ scheduleAttributes, matchUps, }:
5618
5618
 
5619
5619
  type CompetitionScheduleMatchUpsArgs = {
5620
5620
  tournamentRecords: TournamentRecords;
5621
+ policyDefinitions?: PolicyDefinitions;
5621
5622
  courtCompletedMatchUps?: boolean;
5622
5623
  alwaysReturnCompleted?: boolean;
5623
5624
  contextFilters?: MatchUpFilters;
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  function factoryVersion() {
6
- return '2.2.6';
6
+ return '2.2.7';
7
7
  }
8
8
 
9
9
  const SINGLES_MATCHUP = 'SINGLES';