tods-competition-factory 2.0.21 → 2.0.22

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.
@@ -4598,32 +4598,6 @@ declare namespace mutate$a {
4598
4598
  export { mutate$a_addDrawDefinition as addDrawDefinition, mutate$a_addEvent as addEvent, mutate$a_addFlight as addFlight, mutate$a_assignSeedPositions as assignSeedPositions, mutate$a_attachFlightProfile as attachFlightProfile, mutate$a_deleteDrawDefinitions as deleteDrawDefinitions, mutate$a_deleteEvents as deleteEvents, mutate$a_deleteFlightAndFlightDraw as deleteFlightAndFlightDraw, mutate$a_deleteFlightProfileAndFlightDraws as deleteFlightProfileAndFlightDraws, mutate$a_modifyEvent as modifyEvent, mutate$a_modifyEventMatchUpFormatTiming as modifyEventMatchUpFormatTiming, mutate$a_modifyPairAssignment as modifyPairAssignment, mutate$a_refreshEventDrawOrder as refreshEventDrawOrder, mutate$a_removeEventMatchUpFormatTiming as removeEventMatchUpFormatTiming, mutate$a_removeScaleValues as removeScaleValues, mutate$a_removeSeeding as removeSeeding, mutate$a_setEventDates as setEventDates, mutate$a_setEventDisplay as setEventDisplay, mutate$a_setEventEndDate as setEventEndDate, mutate$a_setEventStartDate as setEventStartDate, mutate$a_updateDrawIdsOrder as updateDrawIdsOrder, mutate$a_validateCategory as validateCategory };
4599
4599
  }
4600
4600
 
4601
- declare function bulkUpdatePublishedEventIds({ tournamentRecord, outcomes }: {
4602
- tournamentRecord: any;
4603
- outcomes: any;
4604
- }): {
4605
- error: {
4606
- message: string;
4607
- code: string;
4608
- };
4609
- info?: undefined;
4610
- publishedEventIds?: undefined;
4611
- eventIdPublishedDrawIdsMap?: undefined;
4612
- } | {
4613
- error: {
4614
- message: string;
4615
- code: string;
4616
- };
4617
- info: string;
4618
- publishedEventIds?: undefined;
4619
- eventIdPublishedDrawIdsMap?: undefined;
4620
- } | {
4621
- publishedEventIds: any;
4622
- eventIdPublishedDrawIdsMap: any;
4623
- error?: undefined;
4624
- info?: undefined;
4625
- };
4626
-
4627
4601
  type ParseArgs = {
4628
4602
  consideredDate?: string;
4629
4603
  category?: Category;
@@ -4784,7 +4758,6 @@ type GetEventArgs = {
4784
4758
  };
4785
4759
  declare function getEvent({ tournamentRecord, drawDefinition, context, event }: GetEventArgs): any;
4786
4760
 
4787
- declare const query$9_bulkUpdatePublishedEventIds: typeof bulkUpdatePublishedEventIds;
4788
4761
  declare const query$9_categoryCanContain: typeof categoryCanContain;
4789
4762
  declare const query$9_getCategoryAgeDetails: typeof getCategoryAgeDetails;
4790
4763
  declare const query$9_getEvent: typeof getEvent;
@@ -4795,7 +4768,7 @@ declare const query$9_getEvents: typeof getEvents;
4795
4768
  declare const query$9_getFlightProfile: typeof getFlightProfile;
4796
4769
  declare const query$9_getScaledEntries: typeof getScaledEntries;
4797
4770
  declare namespace query$9 {
4798
- export { query$9_bulkUpdatePublishedEventIds as bulkUpdatePublishedEventIds, query$9_categoryCanContain as categoryCanContain, query$9_getCategoryAgeDetails as getCategoryAgeDetails, query$9_getEvent as getEvent, query$9_getEventProperties as getEventProperties, query$9_getEventStructures as getEventStructures, query$9_getEventTimeItem as getEventTimeItem, query$9_getEvents as getEvents, query$9_getFlightProfile as getFlightProfile, query$9_getScaledEntries as getScaledEntries };
4771
+ export { query$9_categoryCanContain as categoryCanContain, query$9_getCategoryAgeDetails as getCategoryAgeDetails, query$9_getEvent as getEvent, query$9_getEventProperties as getEventProperties, query$9_getEventStructures as getEventStructures, query$9_getEventTimeItem as getEventTimeItem, query$9_getEvents as getEvents, query$9_getFlightProfile as getFlightProfile, query$9_getScaledEntries as getScaledEntries };
4799
4772
  }
4800
4773
 
4801
4774
  declare const index$h_addDrawDefinition: typeof addDrawDefinition;
@@ -4803,7 +4776,6 @@ declare const index$h_addEvent: typeof addEvent;
4803
4776
  declare const index$h_addFlight: typeof addFlight;
4804
4777
  declare const index$h_assignSeedPositions: typeof assignSeedPositions;
4805
4778
  declare const index$h_attachFlightProfile: typeof attachFlightProfile;
4806
- declare const index$h_bulkUpdatePublishedEventIds: typeof bulkUpdatePublishedEventIds;
4807
4779
  declare const index$h_categoryCanContain: typeof categoryCanContain;
4808
4780
  declare const index$h_deleteDrawDefinitions: typeof deleteDrawDefinitions;
4809
4781
  declare const index$h_deleteEvents: typeof deleteEvents;
@@ -4831,7 +4803,7 @@ declare const index$h_setEventStartDate: typeof setEventStartDate;
4831
4803
  declare const index$h_updateDrawIdsOrder: typeof updateDrawIdsOrder;
4832
4804
  declare const index$h_validateCategory: typeof validateCategory;
4833
4805
  declare namespace index$h {
4834
- export { index$h_addDrawDefinition as addDrawDefinition, index$h_addEvent as addEvent, index$h_addFlight as addFlight, index$h_assignSeedPositions as assignSeedPositions, index$h_attachFlightProfile as attachFlightProfile, index$h_bulkUpdatePublishedEventIds as bulkUpdatePublishedEventIds, index$h_categoryCanContain as categoryCanContain, index$h_deleteDrawDefinitions as deleteDrawDefinitions, index$h_deleteEvents as deleteEvents, index$h_deleteFlightAndFlightDraw as deleteFlightAndFlightDraw, index$h_deleteFlightProfileAndFlightDraws as deleteFlightProfileAndFlightDraws, index$h_getCategoryAgeDetails as getCategoryAgeDetails, index$h_getEvent as getEvent, index$h_getEventProperties as getEventProperties, index$h_getEventStructures as getEventStructures, index$h_getEventTimeItem as getEventTimeItem, index$h_getEvents as getEvents, index$h_getFlightProfile as getFlightProfile, index$h_getScaledEntries as getScaledEntries, index$h_modifyEvent as modifyEvent, index$h_modifyEventMatchUpFormatTiming as modifyEventMatchUpFormatTiming, index$h_modifyPairAssignment as modifyPairAssignment, mutate$a as mutate, query$9 as query, index$h_refreshEventDrawOrder as refreshEventDrawOrder, index$h_removeEventMatchUpFormatTiming as removeEventMatchUpFormatTiming, index$h_removeScaleValues as removeScaleValues, index$h_removeSeeding as removeSeeding, index$h_setEventDates as setEventDates, index$h_setEventDisplay as setEventDisplay, index$h_setEventEndDate as setEventEndDate, index$h_setEventStartDate as setEventStartDate, index$h_updateDrawIdsOrder as updateDrawIdsOrder, index$h_validateCategory as validateCategory };
4806
+ export { index$h_addDrawDefinition as addDrawDefinition, index$h_addEvent as addEvent, index$h_addFlight as addFlight, index$h_assignSeedPositions as assignSeedPositions, index$h_attachFlightProfile as attachFlightProfile, index$h_categoryCanContain as categoryCanContain, index$h_deleteDrawDefinitions as deleteDrawDefinitions, index$h_deleteEvents as deleteEvents, index$h_deleteFlightAndFlightDraw as deleteFlightAndFlightDraw, index$h_deleteFlightProfileAndFlightDraws as deleteFlightProfileAndFlightDraws, index$h_getCategoryAgeDetails as getCategoryAgeDetails, index$h_getEvent as getEvent, index$h_getEventProperties as getEventProperties, index$h_getEventStructures as getEventStructures, index$h_getEventTimeItem as getEventTimeItem, index$h_getEvents as getEvents, index$h_getFlightProfile as getFlightProfile, index$h_getScaledEntries as getScaledEntries, index$h_modifyEvent as modifyEvent, index$h_modifyEventMatchUpFormatTiming as modifyEventMatchUpFormatTiming, index$h_modifyPairAssignment as modifyPairAssignment, mutate$a as mutate, query$9 as query, index$h_refreshEventDrawOrder as refreshEventDrawOrder, index$h_removeEventMatchUpFormatTiming as removeEventMatchUpFormatTiming, index$h_removeScaleValues as removeScaleValues, index$h_removeSeeding as removeSeeding, index$h_setEventDates as setEventDates, index$h_setEventDisplay as setEventDisplay, index$h_setEventEndDate as setEventEndDate, index$h_setEventStartDate as setEventStartDate, index$h_updateDrawIdsOrder as updateDrawIdsOrder, index$h_validateCategory as validateCategory };
4835
4807
  }
4836
4808
 
4837
4809
  declare function getRoundRobinGroupMatchUps({ drawPositions }: {
@@ -5431,6 +5403,24 @@ declare function getMatchUpFormatTiming({ defaultAverageMinutes, defaultRecovery
5431
5403
  };
5432
5404
  };
5433
5405
 
5406
+ type TallyParticipantResultsArgs = {
5407
+ policyDefinitions?: PolicyDefinitions;
5408
+ generateReport?: boolean;
5409
+ matchUpFormat?: string;
5410
+ perPlayer?: number;
5411
+ subOrderMap?: any;
5412
+ matchUps: any[];
5413
+ };
5414
+ type TallyResultType = {
5415
+ completedTieMatchUps?: boolean;
5416
+ bracketComplete?: boolean;
5417
+ participantResults?: any;
5418
+ readableReport?: string;
5419
+ report?: string[];
5420
+ order?: any[];
5421
+ };
5422
+ declare function tallyParticipantResults({ policyDefinitions, generateReport, matchUpFormat, matchUps, subOrderMap, perPlayer, }: TallyParticipantResultsArgs): TallyResultType & ResultType;
5423
+
5434
5424
  type GetParticipantResultsArgs = {
5435
5425
  matchUps: HydratedMatchUp[];
5436
5426
  participantIds?: string[];
@@ -5465,24 +5455,6 @@ declare function participantScheduledMatchUps({ scheduleAttributes, matchUps, }:
5465
5455
  error?: undefined;
5466
5456
  };
5467
5457
 
5468
- type TallyParticipantResultsArgs = {
5469
- policyDefinitions?: PolicyDefinitions;
5470
- generateReport?: boolean;
5471
- matchUpFormat?: string;
5472
- perPlayer?: number;
5473
- subOrderMap?: any;
5474
- matchUps: any[];
5475
- };
5476
- type TallyResultType = {
5477
- completedTieMatchUps?: boolean;
5478
- bracketComplete?: boolean;
5479
- participantResults?: any;
5480
- readableReport?: string;
5481
- report?: string[];
5482
- order?: any[];
5483
- };
5484
- declare function tallyParticipantResults({ policyDefinitions, generateReport, matchUpFormat, matchUps, subOrderMap, perPlayer, }: TallyParticipantResultsArgs): TallyResultType & ResultType;
5485
-
5486
5458
  type CompetitionScheduleMatchUpsArgs = {
5487
5459
  tournamentRecords: TournamentRecords;
5488
5460
  courtCompletedMatchUps?: boolean;
@@ -7081,6 +7053,32 @@ declare namespace mutate$5 {
7081
7053
  export { mutate$5_publishEvent as publishEvent, mutate$5_publishEventSeeding as publishEventSeeding, mutate$5_publishOrderOfPlay as publishOrderOfPlay, mutate$5_setEventDisplay as setEventDisplay, mutate$5_unPublishEvent as unPublishEvent, mutate$5_unPublishEventSeeding as unPublishEventSeeding, mutate$5_unPublishOrderOfPlay as unPublishOrderOfPlay };
7082
7054
  }
7083
7055
 
7056
+ declare function bulkUpdatePublishedEventIds({ tournamentRecord, outcomes }: {
7057
+ tournamentRecord: any;
7058
+ outcomes: any;
7059
+ }): {
7060
+ error: {
7061
+ message: string;
7062
+ code: string;
7063
+ };
7064
+ info?: undefined;
7065
+ publishedEventIds?: undefined;
7066
+ eventIdPublishedDrawIdsMap?: undefined;
7067
+ } | {
7068
+ error: {
7069
+ message: string;
7070
+ code: string;
7071
+ };
7072
+ info: string;
7073
+ publishedEventIds?: undefined;
7074
+ eventIdPublishedDrawIdsMap?: undefined;
7075
+ } | {
7076
+ publishedEventIds: any;
7077
+ eventIdPublishedDrawIdsMap: any;
7078
+ error?: undefined;
7079
+ info?: undefined;
7080
+ };
7081
+
7084
7082
  declare function getEventPublishStatus({ event, status }: {
7085
7083
  event: any;
7086
7084
  status?: string | undefined;
@@ -7153,8 +7151,9 @@ type GetEventDataArgs = {
7153
7151
  sortConfig?: StructureSortConfig;
7154
7152
  tournamentRecord: Tournament;
7155
7153
  usePublishState?: boolean;
7154
+ eventId?: string;
7156
7155
  status?: string;
7157
- event: Event$1;
7156
+ event?: Event$1;
7158
7157
  };
7159
7158
  declare function getEventData(params: GetEventDataArgs): {
7160
7159
  participants?: HydratedParticipant[];
@@ -7568,6 +7567,7 @@ declare const index$9_eventMatchUps: typeof eventMatchUps;
7568
7567
  declare const index$9_filterParticipants: typeof filterParticipants;
7569
7568
  declare const index$9_findExtension: typeof findExtension;
7570
7569
  declare const index$9_getAllDrawMatchUps: typeof getAllDrawMatchUps;
7570
+ declare const index$9_getAllEventData: typeof getAllEventData;
7571
7571
  declare const index$9_getAllStructureMatchUps: typeof getAllStructureMatchUps;
7572
7572
  declare const index$9_getAllowedDrawTypes: typeof getAllowedDrawTypes;
7573
7573
  declare const index$9_getAllowedMatchUpFormats: typeof getAllowedMatchUpFormats;
@@ -7582,15 +7582,19 @@ declare const index$9_getCompetitionMatchUps: typeof getCompetitionMatchUps;
7582
7582
  declare const index$9_getCompetitionParticipants: typeof getCompetitionParticipants;
7583
7583
  declare const index$9_getCompetitionPenalties: typeof getCompetitionPenalties;
7584
7584
  declare const index$9_getCompetitionVenues: typeof getCompetitionVenues;
7585
+ declare const index$9_getCourtInfo: typeof getCourtInfo;
7585
7586
  declare const index$9_getCourts: typeof getCourts;
7587
+ declare const index$9_getDrawData: typeof getDrawData;
7586
7588
  declare const index$9_getDrawDefinitionTimeItem: typeof getDrawDefinitionTimeItem;
7587
7589
  declare const index$9_getDrawParticipantRepresentativeIds: typeof getDrawParticipantRepresentativeIds;
7588
7590
  declare const index$9_getDrawTypeCoercion: typeof getDrawTypeCoercion;
7589
7591
  declare const index$9_getEligibleVoluntaryConsolationParticipants: typeof getEligibleVoluntaryConsolationParticipants;
7590
7592
  declare const index$9_getEntriesAndSeedsCount: typeof getEntriesAndSeedsCount;
7591
7593
  declare const index$9_getEvent: typeof getEvent;
7594
+ declare const index$9_getEventData: typeof getEventData;
7592
7595
  declare const index$9_getEventMatchUpFormatTiming: typeof getEventMatchUpFormatTiming;
7593
7596
  declare const index$9_getEventProperties: typeof getEventProperties;
7597
+ declare const index$9_getEventPublishStatus: typeof getEventPublishStatus;
7594
7598
  declare const index$9_getEventStructures: typeof getEventStructures;
7595
7599
  declare const index$9_getEventTimeItem: typeof getEventTimeItem;
7596
7600
  declare const index$9_getEvents: typeof getEvents;
@@ -7626,6 +7630,7 @@ declare const index$9_getPositionAssignments: typeof getPositionAssignments;
7626
7630
  declare const index$9_getPositionsPlayedOff: typeof getPositionsPlayedOff;
7627
7631
  declare const index$9_getPredictiveAccuracy: typeof getPredictiveAccuracy;
7628
7632
  declare const index$9_getProfileRounds: typeof getProfileRounds;
7633
+ declare const index$9_getPublishState: typeof getPublishState;
7629
7634
  declare const index$9_getRoundMatchUps: typeof getRoundMatchUps;
7630
7635
  declare const index$9_getRounds: typeof getRounds;
7631
7636
  declare const index$9_getScaleValues: typeof getScaleValues;
@@ -7646,6 +7651,7 @@ declare const index$9_getTournamentPersons: typeof getTournamentPersons;
7646
7651
  declare const index$9_getTournamentStructures: typeof getTournamentStructures;
7647
7652
  declare const index$9_getTournamentTimeItem: typeof getTournamentTimeItem;
7648
7653
  declare const index$9_getValidGroupSizes: typeof getValidGroupSizes;
7654
+ declare const index$9_getVenueData: typeof getVenueData;
7649
7655
  declare const index$9_getVenuesAndCourts: typeof getVenuesAndCourts;
7650
7656
  declare const index$9_isAdHoc: typeof isAdHoc;
7651
7657
  declare const index$9_isCompletedStructure: typeof isCompletedStructure;
@@ -7664,7 +7670,7 @@ declare const index$9_validMatchUps: typeof validMatchUps;
7664
7670
  declare const index$9_validateCollectionDefinition: typeof validateCollectionDefinition;
7665
7671
  declare const index$9_validateLineUp: typeof validateLineUp;
7666
7672
  declare namespace index$9 {
7667
- export { index$9_addGoesTo as addGoesTo, index$9_allCompetitionMatchUps as allCompetitionMatchUps, index$9_allDrawMatchUps as allDrawMatchUps, index$9_allEventMatchUps as allEventMatchUps, index$9_allPlayoffPositionsFilled as allPlayoffPositionsFilled, index$9_allTournamentMatchUps as allTournamentMatchUps, index$9_analyzeDraws as analyzeDraws, index$9_analyzeMatchUp as analyzeMatchUp, index$9_analyzeTournament as analyzeTournament, index$9_bulkUpdatePublishedEventIds as bulkUpdatePublishedEventIds, index$9_calculateWinCriteria as calculateWinCriteria, index$9_categoryCanContain as categoryCanContain, index$9_checkMatchUpIsComplete as checkMatchUpIsComplete, index$9_checkValidEntries as checkValidEntries, index$9_compareTieFormats as compareTieFormats, index$9_competitionScheduleMatchUps as competitionScheduleMatchUps, index$9_credits as credits, index$9_drawMatchUps as drawMatchUps, index$9_eventMatchUps as eventMatchUps, index$9_filterParticipants as filterParticipants, publicFindDrawDefinition as findDrawDefinition, index$9_findExtension as findExtension, index$9_getAllDrawMatchUps as getAllDrawMatchUps, index$9_getAllStructureMatchUps as getAllStructureMatchUps, index$9_getAllowedDrawTypes as getAllowedDrawTypes, index$9_getAllowedMatchUpFormats as getAllowedMatchUpFormats, index$9_getAppliedPolicies as getAppliedPolicies, index$9_getAssignedParticipantIds as getAssignedParticipantIds, index$9_getAvailableMatchUpsCount as getAvailableMatchUpsCount, index$9_getAvailablePlayoffProfiles as getAvailablePlayoffProfiles, index$9_getCategoryAgeDetails as getCategoryAgeDetails, index$9_getCheckedInParticipantIds as getCheckedInParticipantIds, index$9_getCompetitionDateRange as getCompetitionDateRange, index$9_getCompetitionMatchUps as getCompetitionMatchUps, index$9_getCompetitionParticipants as getCompetitionParticipants, index$9_getCompetitionPenalties as getCompetitionPenalties, index$9_getCompetitionVenues as getCompetitionVenues, index$9_getCourts as getCourts, index$9_getDrawDefinitionTimeItem as getDrawDefinitionTimeItem, index$9_getDrawParticipantRepresentativeIds as getDrawParticipantRepresentativeIds, index$9_getDrawTypeCoercion as getDrawTypeCoercion, index$9_getEligibleVoluntaryConsolationParticipants as getEligibleVoluntaryConsolationParticipants, index$9_getEntriesAndSeedsCount as getEntriesAndSeedsCount, index$9_getEvent as getEvent, index$9_getEventMatchUpFormatTiming as getEventMatchUpFormatTiming, index$9_getEventProperties as getEventProperties, index$9_getEventStructures as getEventStructures, index$9_getEventTimeItem as getEventTimeItem, index$9_getEvents as getEvents, index$9_getFlightProfile as getFlightProfile, index$9_getLinkedTournamentIds as getLinkedTournamentIds, index$9_getMatchUpCompetitiveProfile as getMatchUpCompetitiveProfile, index$9_getMatchUpContextIds as getMatchUpContextIds, index$9_getMatchUpDailyLimits as getMatchUpDailyLimits, index$9_getMatchUpDailyLimitsUpdate as getMatchUpDailyLimitsUpdate, index$9_getMatchUpDependencies as getMatchUpDependencies, index$9_getMatchUpFormat as getMatchUpFormat, index$9_getMatchUpFormatTiming as getMatchUpFormatTiming, index$9_getMatchUpFormatTimingUpdate as getMatchUpFormatTimingUpdate, index$9_getMatchUpScheduleDetails as getMatchUpScheduleDetails, index$9_getMatchUpType as getMatchUpType, index$9_getMatchUpsMap as getMatchUpsMap, index$9_getMatchUpsStats as getMatchUpsStats, index$9_getMaxEntryPosition as getMaxEntryPosition, index$9_getModifiedMatchUpFormatTiming as getModifiedMatchUpFormatTiming, index$9_getPairedParticipant as getPairedParticipant, index$9_getParticipantEventDetails as getParticipantEventDetails, index$9_getParticipantIdFinishingPositions as getParticipantIdFinishingPositions, index$9_getParticipantMembership as getParticipantMembership, index$9_getParticipantResults as getParticipantResults, index$9_getParticipantScaleItem as getParticipantScaleItem, index$9_getParticipantSchedules as getParticipantSchedules, index$9_getParticipantSignInStatus as getParticipantSignInStatus, index$9_getParticipantTimeItem as getParticipantTimeItem, index$9_getParticipants as getParticipants, index$9_getPersonRequests as getPersonRequests, index$9_getPolicyDefinitions as getPolicyDefinitions, index$9_getPositionAssignments as getPositionAssignments, index$9_getPositionsPlayedOff as getPositionsPlayedOff, index$9_getPredictiveAccuracy as getPredictiveAccuracy, index$9_getProfileRounds as getProfileRounds, index$9_getRoundMatchUps as getRoundMatchUps, index$9_getRounds as getRounds, index$9_getScaleValues as getScaleValues, index$9_getScaledEntries as getScaledEntries, index$9_getScheduledRoundsDetails as getScheduledRoundsDetails, index$9_getSchedulingProfile as getSchedulingProfile, index$9_getSchedulingProfileIssues as getSchedulingProfileIssues, index$9_getSeedingThresholds as getSeedingThresholds, index$9_getSeedsCount as getSeedsCount, index$9_getStructureSeedAssignments as getStructureSeedAssignments, index$9_getTeamLineUp as getTeamLineUp, index$9_getTieFormat as getTieFormat, index$9_getTimeItem as getTimeItem, index$9_getTournamentIds as getTournamentIds, index$9_getTournamentInfo as getTournamentInfo, index$9_getTournamentPenalties as getTournamentPenalties, index$9_getTournamentPersons as getTournamentPersons, index$9_getTournamentStructures as getTournamentStructures, index$9_getTournamentTimeItem as getTournamentTimeItem, index$9_getValidGroupSizes as getValidGroupSizes, index$9_getVenuesAndCourts as getVenuesAndCourts, index$9_isAdHoc as isAdHoc, index$9_isCompletedStructure as isCompletedStructure, index$9_isValidForQualifying as isValidForQualifying, index$9_isValidMatchUpFormat as isValidMatchUpFormat, index$9_matchUpActions as matchUpActions, index$9_participantScaleItem as participantScaleItem, index$9_participantScheduledMatchUps as participantScheduledMatchUps, index$9_positionActions as positionActions, index$9_publicFindVenue as publicFindVenue, index$9_tallyParticipantResults as tallyParticipantResults, index$9_tieFormatGenderValidityCheck as tieFormatGenderValidityCheck, index$9_tournamentMatchUps as tournamentMatchUps, index$9_validMatchUp as validMatchUp, index$9_validMatchUps as validMatchUps, index$9_validateCollectionDefinition as validateCollectionDefinition, index$9_validateLineUp as validateLineUp };
7673
+ export { index$9_addGoesTo as addGoesTo, index$9_allCompetitionMatchUps as allCompetitionMatchUps, index$9_allDrawMatchUps as allDrawMatchUps, index$9_allEventMatchUps as allEventMatchUps, index$9_allPlayoffPositionsFilled as allPlayoffPositionsFilled, index$9_allTournamentMatchUps as allTournamentMatchUps, index$9_analyzeDraws as analyzeDraws, index$9_analyzeMatchUp as analyzeMatchUp, index$9_analyzeTournament as analyzeTournament, index$9_bulkUpdatePublishedEventIds as bulkUpdatePublishedEventIds, index$9_calculateWinCriteria as calculateWinCriteria, index$9_categoryCanContain as categoryCanContain, index$9_checkMatchUpIsComplete as checkMatchUpIsComplete, index$9_checkValidEntries as checkValidEntries, index$9_compareTieFormats as compareTieFormats, index$9_competitionScheduleMatchUps as competitionScheduleMatchUps, index$9_credits as credits, index$9_drawMatchUps as drawMatchUps, index$9_eventMatchUps as eventMatchUps, index$9_filterParticipants as filterParticipants, publicFindDrawDefinition as findDrawDefinition, index$9_findExtension as findExtension, index$9_getAllDrawMatchUps as getAllDrawMatchUps, index$9_getAllEventData as getAllEventData, index$9_getAllStructureMatchUps as getAllStructureMatchUps, index$9_getAllowedDrawTypes as getAllowedDrawTypes, index$9_getAllowedMatchUpFormats as getAllowedMatchUpFormats, index$9_getAppliedPolicies as getAppliedPolicies, index$9_getAssignedParticipantIds as getAssignedParticipantIds, index$9_getAvailableMatchUpsCount as getAvailableMatchUpsCount, index$9_getAvailablePlayoffProfiles as getAvailablePlayoffProfiles, index$9_getCategoryAgeDetails as getCategoryAgeDetails, index$9_getCheckedInParticipantIds as getCheckedInParticipantIds, index$9_getCompetitionDateRange as getCompetitionDateRange, index$9_getCompetitionMatchUps as getCompetitionMatchUps, index$9_getCompetitionParticipants as getCompetitionParticipants, index$9_getCompetitionPenalties as getCompetitionPenalties, index$9_getCompetitionVenues as getCompetitionVenues, index$9_getCourtInfo as getCourtInfo, index$9_getCourts as getCourts, index$9_getDrawData as getDrawData, index$9_getDrawDefinitionTimeItem as getDrawDefinitionTimeItem, index$9_getDrawParticipantRepresentativeIds as getDrawParticipantRepresentativeIds, index$9_getDrawTypeCoercion as getDrawTypeCoercion, index$9_getEligibleVoluntaryConsolationParticipants as getEligibleVoluntaryConsolationParticipants, index$9_getEntriesAndSeedsCount as getEntriesAndSeedsCount, index$9_getEvent as getEvent, index$9_getEventData as getEventData, index$9_getEventMatchUpFormatTiming as getEventMatchUpFormatTiming, index$9_getEventProperties as getEventProperties, index$9_getEventPublishStatus as getEventPublishStatus, index$9_getEventStructures as getEventStructures, index$9_getEventTimeItem as getEventTimeItem, index$9_getEvents as getEvents, index$9_getFlightProfile as getFlightProfile, index$9_getLinkedTournamentIds as getLinkedTournamentIds, index$9_getMatchUpCompetitiveProfile as getMatchUpCompetitiveProfile, index$9_getMatchUpContextIds as getMatchUpContextIds, index$9_getMatchUpDailyLimits as getMatchUpDailyLimits, index$9_getMatchUpDailyLimitsUpdate as getMatchUpDailyLimitsUpdate, index$9_getMatchUpDependencies as getMatchUpDependencies, index$9_getMatchUpFormat as getMatchUpFormat, index$9_getMatchUpFormatTiming as getMatchUpFormatTiming, index$9_getMatchUpFormatTimingUpdate as getMatchUpFormatTimingUpdate, index$9_getMatchUpScheduleDetails as getMatchUpScheduleDetails, index$9_getMatchUpType as getMatchUpType, index$9_getMatchUpsMap as getMatchUpsMap, index$9_getMatchUpsStats as getMatchUpsStats, index$9_getMaxEntryPosition as getMaxEntryPosition, index$9_getModifiedMatchUpFormatTiming as getModifiedMatchUpFormatTiming, index$9_getPairedParticipant as getPairedParticipant, index$9_getParticipantEventDetails as getParticipantEventDetails, index$9_getParticipantIdFinishingPositions as getParticipantIdFinishingPositions, index$9_getParticipantMembership as getParticipantMembership, index$9_getParticipantResults as getParticipantResults, index$9_getParticipantScaleItem as getParticipantScaleItem, index$9_getParticipantSchedules as getParticipantSchedules, index$9_getParticipantSignInStatus as getParticipantSignInStatus, index$9_getParticipantTimeItem as getParticipantTimeItem, index$9_getParticipants as getParticipants, index$9_getPersonRequests as getPersonRequests, index$9_getPolicyDefinitions as getPolicyDefinitions, index$9_getPositionAssignments as getPositionAssignments, index$9_getPositionsPlayedOff as getPositionsPlayedOff, index$9_getPredictiveAccuracy as getPredictiveAccuracy, index$9_getProfileRounds as getProfileRounds, index$9_getPublishState as getPublishState, index$9_getRoundMatchUps as getRoundMatchUps, index$9_getRounds as getRounds, index$9_getScaleValues as getScaleValues, index$9_getScaledEntries as getScaledEntries, index$9_getScheduledRoundsDetails as getScheduledRoundsDetails, index$9_getSchedulingProfile as getSchedulingProfile, index$9_getSchedulingProfileIssues as getSchedulingProfileIssues, index$9_getSeedingThresholds as getSeedingThresholds, index$9_getSeedsCount as getSeedsCount, index$9_getStructureSeedAssignments as getStructureSeedAssignments, index$9_getTeamLineUp as getTeamLineUp, index$9_getTieFormat as getTieFormat, index$9_getTimeItem as getTimeItem, index$9_getTournamentIds as getTournamentIds, index$9_getTournamentInfo as getTournamentInfo, index$9_getTournamentPenalties as getTournamentPenalties, index$9_getTournamentPersons as getTournamentPersons, index$9_getTournamentStructures as getTournamentStructures, index$9_getTournamentTimeItem as getTournamentTimeItem, index$9_getValidGroupSizes as getValidGroupSizes, index$9_getVenueData as getVenueData, index$9_getVenuesAndCourts as getVenuesAndCourts, index$9_isAdHoc as isAdHoc, index$9_isCompletedStructure as isCompletedStructure, index$9_isValidForQualifying as isValidForQualifying, index$9_isValidMatchUpFormat as isValidMatchUpFormat, index$9_matchUpActions as matchUpActions, index$9_participantScaleItem as participantScaleItem, index$9_participantScheduledMatchUps as participantScheduledMatchUps, index$9_positionActions as positionActions, index$9_publicFindVenue as publicFindVenue, index$9_tallyParticipantResults as tallyParticipantResults, index$9_tieFormatGenderValidityCheck as tieFormatGenderValidityCheck, index$9_tournamentMatchUps as tournamentMatchUps, index$9_validMatchUp as validMatchUp, index$9_validMatchUps as validMatchUps, index$9_validateCollectionDefinition as validateCollectionDefinition, index$9_validateLineUp as validateLineUp };
7668
7674
  }
7669
7675
 
7670
7676
  type StatCounters = {
@@ -9220,41 +9226,26 @@ type SetTournamentDatesArgs = {
9220
9226
  startDate?: string;
9221
9227
  endDate?: string;
9222
9228
  };
9223
- declare function setTournamentDates({ tournamentRecord, startDate, endDate }: SetTournamentDatesArgs): {
9224
- error: {
9225
- message: string;
9226
- code: string;
9227
- };
9228
- } | {
9229
- unscheduledMatchUpIds: any;
9230
- success: boolean;
9231
- error?: undefined;
9229
+ declare function setTournamentDates(params: SetTournamentDatesArgs): ResultType & {
9230
+ unscheduledMatchUpIds?: string[];
9231
+ datesRemoved?: string[];
9232
+ datesAdded?: string[];
9232
9233
  };
9233
9234
  declare function setTournamentStartDate({ tournamentRecord, startDate }: {
9234
9235
  tournamentRecord: any;
9235
9236
  startDate: any;
9236
- }): {
9237
- error: {
9238
- message: string;
9239
- code: string;
9240
- };
9241
- } | {
9242
- unscheduledMatchUpIds: any;
9243
- success: boolean;
9244
- error?: undefined;
9237
+ }): ResultType & {
9238
+ unscheduledMatchUpIds?: string[] | undefined;
9239
+ datesRemoved?: string[] | undefined;
9240
+ datesAdded?: string[] | undefined;
9245
9241
  };
9246
9242
  declare function setTournamentEndDate({ tournamentRecord, endDate }: {
9247
9243
  tournamentRecord: any;
9248
9244
  endDate: any;
9249
- }): {
9250
- error: {
9251
- message: string;
9252
- code: string;
9253
- };
9254
- } | {
9255
- unscheduledMatchUpIds: any;
9256
- success: boolean;
9257
- error?: undefined;
9245
+ }): ResultType & {
9246
+ unscheduledMatchUpIds?: string[] | undefined;
9247
+ datesRemoved?: string[] | undefined;
9248
+ datesAdded?: string[] | undefined;
9258
9249
  };
9259
9250
 
9260
9251
  type AddTimeItemArgs = {