tods-competition-factory 2.2.6 → 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.
- package/dist/index.mjs +1 -1
- package/dist/tods-competition-factory.d.ts +2 -0
- package/dist/tods-competition-factory.development.cjs.js +1 -1
- package/dist/tods-competition-factory.development.cjs.js.map +1 -1
- package/dist/tods-competition-factory.production.cjs.min.js +1 -1
- package/dist/tods-competition-factory.production.cjs.min.js.map +1 -1
- package/package.json +4 -4
|
@@ -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;
|
|
@@ -5629,6 +5630,7 @@ type CompetitionScheduleMatchUpsArgs = {
|
|
|
5629
5630
|
minCourtGridRows?: number;
|
|
5630
5631
|
usePublishState?: boolean;
|
|
5631
5632
|
sortCourtsData?: boolean;
|
|
5633
|
+
nextMatchUps?: boolean;
|
|
5632
5634
|
status?: string;
|
|
5633
5635
|
};
|
|
5634
5636
|
declare function competitionScheduleMatchUps(params: CompetitionScheduleMatchUpsArgs): {
|