tods-competition-factory 2.2.26 → 2.2.28

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.
@@ -2627,7 +2627,11 @@ declare const mutate$d_linkTournaments: typeof linkTournaments;
2627
2627
  declare const mutate$d_unlinkTournament: typeof unlinkTournament;
2628
2628
  declare const mutate$d_unlinkTournaments: typeof unlinkTournaments;
2629
2629
  declare namespace mutate$d {
2630
- export { mutate$d_linkTournaments as linkTournaments, mutate$d_unlinkTournament as unlinkTournament, mutate$d_unlinkTournaments as unlinkTournaments };
2630
+ export {
2631
+ mutate$d_linkTournaments as linkTournaments,
2632
+ mutate$d_unlinkTournament as unlinkTournament,
2633
+ mutate$d_unlinkTournaments as unlinkTournaments,
2634
+ };
2631
2635
  }
2632
2636
 
2633
2637
  declare function getLinkedTournamentIds({ tournamentRecords, }: {
@@ -2646,7 +2650,10 @@ declare function getTournamentIds({ tournamentRecords }: {
2646
2650
  declare const query$c_getLinkedTournamentIds: typeof getLinkedTournamentIds;
2647
2651
  declare const query$c_getTournamentIds: typeof getTournamentIds;
2648
2652
  declare namespace query$c {
2649
- export { query$c_getLinkedTournamentIds as getLinkedTournamentIds, query$c_getTournamentIds as getTournamentIds };
2653
+ export {
2654
+ query$c_getLinkedTournamentIds as getLinkedTournamentIds,
2655
+ query$c_getTournamentIds as getTournamentIds,
2656
+ };
2650
2657
  }
2651
2658
 
2652
2659
  declare const index$k_getLinkedTournamentIds: typeof getLinkedTournamentIds;
@@ -2655,7 +2662,15 @@ declare const index$k_linkTournaments: typeof linkTournaments;
2655
2662
  declare const index$k_unlinkTournament: typeof unlinkTournament;
2656
2663
  declare const index$k_unlinkTournaments: typeof unlinkTournaments;
2657
2664
  declare namespace index$k {
2658
- export { index$k_getLinkedTournamentIds as getLinkedTournamentIds, index$k_getTournamentIds as getTournamentIds, index$k_linkTournaments as linkTournaments, mutate$d as mutate, query$c as query, index$k_unlinkTournament as unlinkTournament, index$k_unlinkTournaments as unlinkTournaments };
2665
+ export {
2666
+ index$k_getLinkedTournamentIds as getLinkedTournamentIds,
2667
+ index$k_getTournamentIds as getTournamentIds,
2668
+ index$k_linkTournaments as linkTournaments,
2669
+ mutate$d as mutate,
2670
+ query$c as query,
2671
+ index$k_unlinkTournament as unlinkTournament,
2672
+ index$k_unlinkTournaments as unlinkTournaments,
2673
+ };
2659
2674
  }
2660
2675
 
2661
2676
  declare function setDrawParticipantRepresentativeIds({ representativeParticipantIds, drawDefinition }: {
@@ -2892,6 +2907,7 @@ declare function addVoluntaryConsolationStage(params: any): {
2892
2907
  };
2893
2908
  } | {
2894
2909
  success: boolean;
2910
+ error?: undefined;
2895
2911
  };
2896
2912
 
2897
2913
  interface ResetQualifyingStructureArgs {
@@ -3183,7 +3199,49 @@ declare const mutate$c_swapDrawPositionAssignments: typeof swapDrawPositionAssig
3183
3199
  declare const mutate$c_updateTeamLineUp: typeof updateTeamLineUp;
3184
3200
  declare const mutate$c_withdrawParticipantAtDrawPosition: typeof withdrawParticipantAtDrawPosition;
3185
3201
  declare namespace mutate$c {
3186
- export { mutate$c_adHocPositionSwap as adHocPositionSwap, mutate$c_addAdHocMatchUps as addAdHocMatchUps, mutate$c_addDrawDefinitionTimeItem as addDrawDefinitionTimeItem, mutate$c_addPlayoffStructures as addPlayoffStructures, mutate$c_addQualifyingStructure as addQualifyingStructure, mutate$c_addVoluntaryConsolationStage as addVoluntaryConsolationStage, mutate$c_addVoluntaryConsolationStructure as addVoluntaryConsolationStructure, mutate$c_alternateDrawPositionAssignment as alternateDrawPositionAssignment, mutate$c_assignDrawPosition as assignDrawPosition, mutate$c_assignDrawPositionBye as assignDrawPositionBye, mutate$c_attachConsolationStructures as attachConsolationStructures, mutate$c_attachPlayoffStructures as attachPlayoffStructures, mutate$c_attachQualifyingStructure as attachQualifyingStructure, mutate$c_attachStructures as attachStructures, mutate$c_automatedPlayoffPositioning as automatedPlayoffPositioning, mutate$c_automatedPositioning as automatedPositioning, mutate$c_deleteAdHocMatchUps as deleteAdHocMatchUps, mutate$c_luckyLoserDrawPositionAssignment as luckyLoserDrawPositionAssignment, mutate$c_modifyDrawDefinition as modifyDrawDefinition, mutate$c_modifyDrawName as modifyDrawName, mutate$c_modifySeedAssignment as modifySeedAssignment, mutate$c_pruneDrawDefinition as pruneDrawDefinition, mutate$c_qualifierDrawPositionAssignment as qualifierDrawPositionAssignment, mutate$c_qualifierProgression as qualifierProgression, mutate$c_removeDrawPositionAssignment as removeDrawPositionAssignment, mutate$c_removeRoundMatchUps as removeRoundMatchUps, mutate$c_removeSeededParticipant as removeSeededParticipant, mutate$c_removeStructure as removeStructure, mutate$c_renameStructures as renameStructures, mutate$c_resetDrawDefinition as resetDrawDefinition, mutate$c_resetQualifyingStructure as resetQualifyingStructure, mutate$c_resetVoluntaryConsolationStructure as resetVoluntaryConsolationStructure, mutate$c_setDrawParticipantRepresentativeIds as setDrawParticipantRepresentativeIds, mutate$c_setPositionAssignments as setPositionAssignments, mutate$c_setStructureOrder as setStructureOrder, mutate$c_setSubOrder as setSubOrder, mutate$c_shiftAdHocRounds as shiftAdHocRounds, mutate$c_swapAdHocRounds as swapAdHocRounds, mutate$c_swapDrawPositionAssignments as swapDrawPositionAssignments, mutate$c_updateTeamLineUp as updateTeamLineUp, mutate$c_withdrawParticipantAtDrawPosition as withdrawParticipantAtDrawPosition };
3202
+ export {
3203
+ mutate$c_adHocPositionSwap as adHocPositionSwap,
3204
+ mutate$c_addAdHocMatchUps as addAdHocMatchUps,
3205
+ mutate$c_addDrawDefinitionTimeItem as addDrawDefinitionTimeItem,
3206
+ mutate$c_addPlayoffStructures as addPlayoffStructures,
3207
+ mutate$c_addQualifyingStructure as addQualifyingStructure,
3208
+ mutate$c_addVoluntaryConsolationStage as addVoluntaryConsolationStage,
3209
+ mutate$c_addVoluntaryConsolationStructure as addVoluntaryConsolationStructure,
3210
+ mutate$c_alternateDrawPositionAssignment as alternateDrawPositionAssignment,
3211
+ mutate$c_assignDrawPosition as assignDrawPosition,
3212
+ mutate$c_assignDrawPositionBye as assignDrawPositionBye,
3213
+ mutate$c_attachConsolationStructures as attachConsolationStructures,
3214
+ mutate$c_attachPlayoffStructures as attachPlayoffStructures,
3215
+ mutate$c_attachQualifyingStructure as attachQualifyingStructure,
3216
+ mutate$c_attachStructures as attachStructures,
3217
+ mutate$c_automatedPlayoffPositioning as automatedPlayoffPositioning,
3218
+ mutate$c_automatedPositioning as automatedPositioning,
3219
+ mutate$c_deleteAdHocMatchUps as deleteAdHocMatchUps,
3220
+ mutate$c_luckyLoserDrawPositionAssignment as luckyLoserDrawPositionAssignment,
3221
+ mutate$c_modifyDrawDefinition as modifyDrawDefinition,
3222
+ mutate$c_modifyDrawName as modifyDrawName,
3223
+ mutate$c_modifySeedAssignment as modifySeedAssignment,
3224
+ mutate$c_pruneDrawDefinition as pruneDrawDefinition,
3225
+ mutate$c_qualifierDrawPositionAssignment as qualifierDrawPositionAssignment,
3226
+ mutate$c_qualifierProgression as qualifierProgression,
3227
+ mutate$c_removeDrawPositionAssignment as removeDrawPositionAssignment,
3228
+ mutate$c_removeRoundMatchUps as removeRoundMatchUps,
3229
+ mutate$c_removeSeededParticipant as removeSeededParticipant,
3230
+ mutate$c_removeStructure as removeStructure,
3231
+ mutate$c_renameStructures as renameStructures,
3232
+ mutate$c_resetDrawDefinition as resetDrawDefinition,
3233
+ mutate$c_resetQualifyingStructure as resetQualifyingStructure,
3234
+ mutate$c_resetVoluntaryConsolationStructure as resetVoluntaryConsolationStructure,
3235
+ mutate$c_setDrawParticipantRepresentativeIds as setDrawParticipantRepresentativeIds,
3236
+ mutate$c_setPositionAssignments as setPositionAssignments,
3237
+ mutate$c_setStructureOrder as setStructureOrder,
3238
+ mutate$c_setSubOrder as setSubOrder,
3239
+ mutate$c_shiftAdHocRounds as shiftAdHocRounds,
3240
+ mutate$c_swapAdHocRounds as swapAdHocRounds,
3241
+ mutate$c_swapDrawPositionAssignments as swapDrawPositionAssignments,
3242
+ mutate$c_updateTeamLineUp as updateTeamLineUp,
3243
+ mutate$c_withdrawParticipantAtDrawPosition as withdrawParticipantAtDrawPosition,
3244
+ };
3187
3245
  }
3188
3246
 
3189
3247
  type GetEligibleVoluntaryConsolationParticipantsArgs = {
@@ -3668,7 +3726,34 @@ declare const query$b_isCompletedStructure: typeof isCompletedStructure;
3668
3726
  declare const query$b_isValidForQualifying: typeof isValidForQualifying;
3669
3727
  declare const query$b_positionActions: typeof positionActions;
3670
3728
  declare namespace query$b {
3671
- export { query$b_addGoesTo as addGoesTo, query$b_allPlayoffPositionsFilled as allPlayoffPositionsFilled, query$b_checkValidEntries as checkValidEntries, publicFindDrawDefinition as findDrawDefinition, query$b_getAssignedParticipantIds as getAssignedParticipantIds, query$b_getAvailableMatchUpsCount as getAvailableMatchUpsCount, query$b_getAvailablePlayoffProfiles as getAvailablePlayoffProfiles, query$b_getDrawDefinitionTimeItem as getDrawDefinitionTimeItem, query$b_getDrawParticipantRepresentativeIds as getDrawParticipantRepresentativeIds, query$b_getDrawStructures as getDrawStructures, query$b_getDrawTypeCoercion as getDrawTypeCoercion, query$b_getEligibleVoluntaryConsolationParticipants as getEligibleVoluntaryConsolationParticipants, query$b_getMatchUpsMap as getMatchUpsMap, query$b_getParticipantIdFinishingPositions as getParticipantIdFinishingPositions, query$b_getPositionAssignments as getPositionAssignments, query$b_getPositionsPlayedOff as getPositionsPlayedOff, query$b_getRandomQualifierList as getRandomQualifierList, query$b_getSeedingThresholds as getSeedingThresholds, query$b_getSeedsCount as getSeedsCount, query$b_getStructureSeedAssignments as getStructureSeedAssignments, query$b_getTeamLineUp as getTeamLineUp, query$b_getValidGroupSizes as getValidGroupSizes, query$b_isAdHoc as isAdHoc, query$b_isCompletedStructure as isCompletedStructure, query$b_isValidForQualifying as isValidForQualifying, query$b_positionActions as positionActions };
3729
+ export {
3730
+ query$b_addGoesTo as addGoesTo,
3731
+ query$b_allPlayoffPositionsFilled as allPlayoffPositionsFilled,
3732
+ query$b_checkValidEntries as checkValidEntries,
3733
+ publicFindDrawDefinition as findDrawDefinition,
3734
+ query$b_getAssignedParticipantIds as getAssignedParticipantIds,
3735
+ query$b_getAvailableMatchUpsCount as getAvailableMatchUpsCount,
3736
+ query$b_getAvailablePlayoffProfiles as getAvailablePlayoffProfiles,
3737
+ query$b_getDrawDefinitionTimeItem as getDrawDefinitionTimeItem,
3738
+ query$b_getDrawParticipantRepresentativeIds as getDrawParticipantRepresentativeIds,
3739
+ query$b_getDrawStructures as getDrawStructures,
3740
+ query$b_getDrawTypeCoercion as getDrawTypeCoercion,
3741
+ query$b_getEligibleVoluntaryConsolationParticipants as getEligibleVoluntaryConsolationParticipants,
3742
+ query$b_getMatchUpsMap as getMatchUpsMap,
3743
+ query$b_getParticipantIdFinishingPositions as getParticipantIdFinishingPositions,
3744
+ query$b_getPositionAssignments as getPositionAssignments,
3745
+ query$b_getPositionsPlayedOff as getPositionsPlayedOff,
3746
+ query$b_getRandomQualifierList as getRandomQualifierList,
3747
+ query$b_getSeedingThresholds as getSeedingThresholds,
3748
+ query$b_getSeedsCount as getSeedsCount,
3749
+ query$b_getStructureSeedAssignments as getStructureSeedAssignments,
3750
+ query$b_getTeamLineUp as getTeamLineUp,
3751
+ query$b_getValidGroupSizes as getValidGroupSizes,
3752
+ query$b_isAdHoc as isAdHoc,
3753
+ query$b_isCompletedStructure as isCompletedStructure,
3754
+ query$b_isValidForQualifying as isValidForQualifying,
3755
+ query$b_positionActions as positionActions,
3756
+ };
3672
3757
  }
3673
3758
 
3674
3759
  type GenerateDrawTypeAndModify = {
@@ -4042,7 +4127,89 @@ declare const index$j_swapDrawPositionAssignments: typeof swapDrawPositionAssign
4042
4127
  declare const index$j_updateTeamLineUp: typeof updateTeamLineUp;
4043
4128
  declare const index$j_withdrawParticipantAtDrawPosition: typeof withdrawParticipantAtDrawPosition;
4044
4129
  declare namespace index$j {
4045
- export { index$j_adHocPositionSwap as adHocPositionSwap, index$j_addAdHocMatchUps as addAdHocMatchUps, index$j_addDrawDefinitionTimeItem as addDrawDefinitionTimeItem, index$j_addFinishingRounds as addFinishingRounds, index$j_addGoesTo as addGoesTo, index$j_addPlayoffStructures as addPlayoffStructures, index$j_addQualifyingStructure as addQualifyingStructure, index$j_addVoluntaryConsolationStage as addVoluntaryConsolationStage, index$j_addVoluntaryConsolationStructure as addVoluntaryConsolationStructure, index$j_allPlayoffPositionsFilled as allPlayoffPositionsFilled, index$j_alternateDrawPositionAssignment as alternateDrawPositionAssignment, index$j_assignDrawPosition as assignDrawPosition, index$j_assignDrawPositionBye as assignDrawPositionBye, index$j_attachConsolationStructures as attachConsolationStructures, index$j_attachPlayoffStructures as attachPlayoffStructures, index$j_attachQualifyingStructure as attachQualifyingStructure, index$j_attachStructures as attachStructures, index$j_autoSeeding as autoSeeding, index$j_automatedPlayoffPositioning as automatedPlayoffPositioning, index$j_automatedPositioning as automatedPositioning, index$j_checkValidEntries as checkValidEntries, index$j_deleteAdHocMatchUps as deleteAdHocMatchUps, index$j_drawMatic as drawMatic, publicFindDrawDefinition as findDrawDefinition, index$j_generateAdHocMatchUps as generateAdHocMatchUps, index$j_generateAdHocRounds as generateAdHocRounds, index$j_generateAndPopulatePlayoffStructures as generateAndPopulatePlayoffStructures, index$j_generateDrawDefinition as generateDrawDefinition, index$j_generateDrawMaticRound as generateDrawMaticRound, index$j_generateDrawStructuresAndLinks as generateDrawStructuresAndLinks, index$j_generateDrawTypeAndModifyDrawDefinition as generateDrawTypeAndModifyDrawDefinition, index$j_generateQualifyingStructure as generateQualifyingStructure, index$j_generateVoluntaryConsolation as generateVoluntaryConsolation, index$j_getAssignedParticipantIds as getAssignedParticipantIds, index$j_getAvailableMatchUpsCount as getAvailableMatchUpsCount, index$j_getAvailablePlayoffProfiles as getAvailablePlayoffProfiles, index$j_getDrawDefinitionTimeItem as getDrawDefinitionTimeItem, index$j_getDrawParticipantRepresentativeIds as getDrawParticipantRepresentativeIds, index$j_getDrawStructures as getDrawStructures, index$j_getDrawTypeCoercion as getDrawTypeCoercion, index$j_getEligibleVoluntaryConsolationParticipants as getEligibleVoluntaryConsolationParticipants, index$j_getMatchUpsMap as getMatchUpsMap, index$j_getParticipantIdFinishingPositions as getParticipantIdFinishingPositions, index$j_getPositionAssignments as getPositionAssignments, index$j_getPositionsPlayedOff as getPositionsPlayedOff, index$j_getRandomQualifierList as getRandomQualifierList, index$j_getSeedingThresholds as getSeedingThresholds, index$j_getSeedsCount as getSeedsCount, index$j_getStructureSeedAssignments as getStructureSeedAssignments, index$j_getTeamLineUp as getTeamLineUp, index$j_getValidGroupSizes as getValidGroupSizes, index$j_isAdHoc as isAdHoc, index$j_isCompletedStructure as isCompletedStructure, index$j_isValidForQualifying as isValidForQualifying, index$j_luckyLoserDrawPositionAssignment as luckyLoserDrawPositionAssignment, index$j_modifyDrawDefinition as modifyDrawDefinition, index$j_modifyDrawName as modifyDrawName, index$j_modifySeedAssignment as modifySeedAssignment, mutate$c as mutate, index$j_positionActions as positionActions, index$j_pruneDrawDefinition as pruneDrawDefinition, index$j_qualifierDrawPositionAssignment as qualifierDrawPositionAssignment, index$j_qualifierProgression as qualifierProgression, query$b as query, index$j_removeDrawPositionAssignment as removeDrawPositionAssignment, index$j_removeRoundMatchUps as removeRoundMatchUps, index$j_removeSeededParticipant as removeSeededParticipant, index$j_removeStructure as removeStructure, index$j_renameStructures as renameStructures, index$j_resetDrawDefinition as resetDrawDefinition, index$j_resetQualifyingStructure as resetQualifyingStructure, index$j_resetVoluntaryConsolationStructure as resetVoluntaryConsolationStructure, index$j_setDrawParticipantRepresentativeIds as setDrawParticipantRepresentativeIds, index$j_setPositionAssignments as setPositionAssignments, index$j_setStructureOrder as setStructureOrder, index$j_setSubOrder as setSubOrder, index$j_shiftAdHocRounds as shiftAdHocRounds, index$j_swapAdHocRounds as swapAdHocRounds, index$j_swapDrawPositionAssignments as swapDrawPositionAssignments, index$j_updateTeamLineUp as updateTeamLineUp, index$j_withdrawParticipantAtDrawPosition as withdrawParticipantAtDrawPosition };
4130
+ export {
4131
+ index$j_adHocPositionSwap as adHocPositionSwap,
4132
+ index$j_addAdHocMatchUps as addAdHocMatchUps,
4133
+ index$j_addDrawDefinitionTimeItem as addDrawDefinitionTimeItem,
4134
+ index$j_addFinishingRounds as addFinishingRounds,
4135
+ index$j_addGoesTo as addGoesTo,
4136
+ index$j_addPlayoffStructures as addPlayoffStructures,
4137
+ index$j_addQualifyingStructure as addQualifyingStructure,
4138
+ index$j_addVoluntaryConsolationStage as addVoluntaryConsolationStage,
4139
+ index$j_addVoluntaryConsolationStructure as addVoluntaryConsolationStructure,
4140
+ index$j_allPlayoffPositionsFilled as allPlayoffPositionsFilled,
4141
+ index$j_alternateDrawPositionAssignment as alternateDrawPositionAssignment,
4142
+ index$j_assignDrawPosition as assignDrawPosition,
4143
+ index$j_assignDrawPositionBye as assignDrawPositionBye,
4144
+ index$j_attachConsolationStructures as attachConsolationStructures,
4145
+ index$j_attachPlayoffStructures as attachPlayoffStructures,
4146
+ index$j_attachQualifyingStructure as attachQualifyingStructure,
4147
+ index$j_attachStructures as attachStructures,
4148
+ index$j_autoSeeding as autoSeeding,
4149
+ index$j_automatedPlayoffPositioning as automatedPlayoffPositioning,
4150
+ index$j_automatedPositioning as automatedPositioning,
4151
+ index$j_checkValidEntries as checkValidEntries,
4152
+ index$j_deleteAdHocMatchUps as deleteAdHocMatchUps,
4153
+ index$j_drawMatic as drawMatic,
4154
+ publicFindDrawDefinition as findDrawDefinition,
4155
+ index$j_generateAdHocMatchUps as generateAdHocMatchUps,
4156
+ index$j_generateAdHocRounds as generateAdHocRounds,
4157
+ index$j_generateAndPopulatePlayoffStructures as generateAndPopulatePlayoffStructures,
4158
+ index$j_generateDrawDefinition as generateDrawDefinition,
4159
+ index$j_generateDrawMaticRound as generateDrawMaticRound,
4160
+ index$j_generateDrawStructuresAndLinks as generateDrawStructuresAndLinks,
4161
+ index$j_generateDrawTypeAndModifyDrawDefinition as generateDrawTypeAndModifyDrawDefinition,
4162
+ index$j_generateQualifyingStructure as generateQualifyingStructure,
4163
+ index$j_generateVoluntaryConsolation as generateVoluntaryConsolation,
4164
+ index$j_getAssignedParticipantIds as getAssignedParticipantIds,
4165
+ index$j_getAvailableMatchUpsCount as getAvailableMatchUpsCount,
4166
+ index$j_getAvailablePlayoffProfiles as getAvailablePlayoffProfiles,
4167
+ index$j_getDrawDefinitionTimeItem as getDrawDefinitionTimeItem,
4168
+ index$j_getDrawParticipantRepresentativeIds as getDrawParticipantRepresentativeIds,
4169
+ index$j_getDrawStructures as getDrawStructures,
4170
+ index$j_getDrawTypeCoercion as getDrawTypeCoercion,
4171
+ index$j_getEligibleVoluntaryConsolationParticipants as getEligibleVoluntaryConsolationParticipants,
4172
+ index$j_getMatchUpsMap as getMatchUpsMap,
4173
+ index$j_getParticipantIdFinishingPositions as getParticipantIdFinishingPositions,
4174
+ index$j_getPositionAssignments as getPositionAssignments,
4175
+ index$j_getPositionsPlayedOff as getPositionsPlayedOff,
4176
+ index$j_getRandomQualifierList as getRandomQualifierList,
4177
+ index$j_getSeedingThresholds as getSeedingThresholds,
4178
+ index$j_getSeedsCount as getSeedsCount,
4179
+ index$j_getStructureSeedAssignments as getStructureSeedAssignments,
4180
+ index$j_getTeamLineUp as getTeamLineUp,
4181
+ index$j_getValidGroupSizes as getValidGroupSizes,
4182
+ index$j_isAdHoc as isAdHoc,
4183
+ index$j_isCompletedStructure as isCompletedStructure,
4184
+ index$j_isValidForQualifying as isValidForQualifying,
4185
+ index$j_luckyLoserDrawPositionAssignment as luckyLoserDrawPositionAssignment,
4186
+ index$j_modifyDrawDefinition as modifyDrawDefinition,
4187
+ index$j_modifyDrawName as modifyDrawName,
4188
+ index$j_modifySeedAssignment as modifySeedAssignment,
4189
+ mutate$c as mutate,
4190
+ index$j_positionActions as positionActions,
4191
+ index$j_pruneDrawDefinition as pruneDrawDefinition,
4192
+ index$j_qualifierDrawPositionAssignment as qualifierDrawPositionAssignment,
4193
+ index$j_qualifierProgression as qualifierProgression,
4194
+ query$b as query,
4195
+ index$j_removeDrawPositionAssignment as removeDrawPositionAssignment,
4196
+ index$j_removeRoundMatchUps as removeRoundMatchUps,
4197
+ index$j_removeSeededParticipant as removeSeededParticipant,
4198
+ index$j_removeStructure as removeStructure,
4199
+ index$j_renameStructures as renameStructures,
4200
+ index$j_resetDrawDefinition as resetDrawDefinition,
4201
+ index$j_resetQualifyingStructure as resetQualifyingStructure,
4202
+ index$j_resetVoluntaryConsolationStructure as resetVoluntaryConsolationStructure,
4203
+ index$j_setDrawParticipantRepresentativeIds as setDrawParticipantRepresentativeIds,
4204
+ index$j_setPositionAssignments as setPositionAssignments,
4205
+ index$j_setStructureOrder as setStructureOrder,
4206
+ index$j_setSubOrder as setSubOrder,
4207
+ index$j_shiftAdHocRounds as shiftAdHocRounds,
4208
+ index$j_swapAdHocRounds as swapAdHocRounds,
4209
+ index$j_swapDrawPositionAssignments as swapDrawPositionAssignments,
4210
+ index$j_updateTeamLineUp as updateTeamLineUp,
4211
+ index$j_withdrawParticipantAtDrawPosition as withdrawParticipantAtDrawPosition,
4212
+ };
4046
4213
  }
4047
4214
 
4048
4215
  type DestroyPairEntryArgs = {
@@ -4337,7 +4504,21 @@ declare const mutate$b_removeEventEntries: typeof removeEventEntries;
4337
4504
  declare const mutate$b_setEntryPosition: typeof setEntryPosition;
4338
4505
  declare const mutate$b_setEntryPositions: typeof setEntryPositions;
4339
4506
  declare namespace mutate$b {
4340
- export { mutate$b_addDrawEntries as addDrawEntries, mutate$b_addEventEntries as addEventEntries, mutate$b_addEventEntryPairs as addEventEntryPairs, mutate$b_destroyPairEntries as destroyPairEntries, mutate$b_destroyPairEntry as destroyPairEntry, mutate$b_modifyEntriesStatus as modifyEntriesStatus, mutate$b_modifyEventEntries as modifyEventEntries, mutate$b_promoteAlternate as promoteAlternate, mutate$b_promoteAlternates as promoteAlternates, mutate$b_removeDrawEntries as removeDrawEntries, mutate$b_removeEventEntries as removeEventEntries, mutate$b_setEntryPosition as setEntryPosition, mutate$b_setEntryPositions as setEntryPositions };
4507
+ export {
4508
+ mutate$b_addDrawEntries as addDrawEntries,
4509
+ mutate$b_addEventEntries as addEventEntries,
4510
+ mutate$b_addEventEntryPairs as addEventEntryPairs,
4511
+ mutate$b_destroyPairEntries as destroyPairEntries,
4512
+ mutate$b_destroyPairEntry as destroyPairEntry,
4513
+ mutate$b_modifyEntriesStatus as modifyEntriesStatus,
4514
+ mutate$b_modifyEventEntries as modifyEventEntries,
4515
+ mutate$b_promoteAlternate as promoteAlternate,
4516
+ mutate$b_promoteAlternates as promoteAlternates,
4517
+ mutate$b_removeDrawEntries as removeDrawEntries,
4518
+ mutate$b_removeEventEntries as removeEventEntries,
4519
+ mutate$b_setEntryPosition as setEntryPosition,
4520
+ mutate$b_setEntryPositions as setEntryPositions,
4521
+ };
4341
4522
  }
4342
4523
 
4343
4524
  type GetEntriesAndSeedsCountArgs = {
@@ -4360,7 +4541,10 @@ declare function getMaxEntryPosition(params: any): number;
4360
4541
  declare const query$a_getEntriesAndSeedsCount: typeof getEntriesAndSeedsCount;
4361
4542
  declare const query$a_getMaxEntryPosition: typeof getMaxEntryPosition;
4362
4543
  declare namespace query$a {
4363
- export { query$a_getEntriesAndSeedsCount as getEntriesAndSeedsCount, query$a_getMaxEntryPosition as getMaxEntryPosition };
4544
+ export {
4545
+ query$a_getEntriesAndSeedsCount as getEntriesAndSeedsCount,
4546
+ query$a_getMaxEntryPosition as getMaxEntryPosition,
4547
+ };
4364
4548
  }
4365
4549
 
4366
4550
  declare const index$i_addDrawEntries: typeof addDrawEntries;
@@ -4379,7 +4563,25 @@ declare const index$i_removeEventEntries: typeof removeEventEntries;
4379
4563
  declare const index$i_setEntryPosition: typeof setEntryPosition;
4380
4564
  declare const index$i_setEntryPositions: typeof setEntryPositions;
4381
4565
  declare namespace index$i {
4382
- export { index$i_addDrawEntries as addDrawEntries, index$i_addEventEntries as addEventEntries, index$i_addEventEntryPairs as addEventEntryPairs, index$i_destroyPairEntries as destroyPairEntries, index$i_destroyPairEntry as destroyPairEntry, index$i_getEntriesAndSeedsCount as getEntriesAndSeedsCount, index$i_getMaxEntryPosition as getMaxEntryPosition, index$i_modifyEntriesStatus as modifyEntriesStatus, index$i_modifyEventEntries as modifyEventEntries, mutate$b as mutate, index$i_promoteAlternate as promoteAlternate, index$i_promoteAlternates as promoteAlternates, query$a as query, index$i_removeDrawEntries as removeDrawEntries, index$i_removeEventEntries as removeEventEntries, index$i_setEntryPosition as setEntryPosition, index$i_setEntryPositions as setEntryPositions };
4566
+ export {
4567
+ index$i_addDrawEntries as addDrawEntries,
4568
+ index$i_addEventEntries as addEventEntries,
4569
+ index$i_addEventEntryPairs as addEventEntryPairs,
4570
+ index$i_destroyPairEntries as destroyPairEntries,
4571
+ index$i_destroyPairEntry as destroyPairEntry,
4572
+ index$i_getEntriesAndSeedsCount as getEntriesAndSeedsCount,
4573
+ index$i_getMaxEntryPosition as getMaxEntryPosition,
4574
+ index$i_modifyEntriesStatus as modifyEntriesStatus,
4575
+ index$i_modifyEventEntries as modifyEventEntries,
4576
+ mutate$b as mutate,
4577
+ index$i_promoteAlternate as promoteAlternate,
4578
+ index$i_promoteAlternates as promoteAlternates,
4579
+ query$a as query,
4580
+ index$i_removeDrawEntries as removeDrawEntries,
4581
+ index$i_removeEventEntries as removeEventEntries,
4582
+ index$i_setEntryPosition as setEntryPosition,
4583
+ index$i_setEntryPositions as setEntryPositions,
4584
+ };
4383
4585
  }
4384
4586
 
4385
4587
  type GenerateEventsFromTieFormatArgs = {
@@ -4405,7 +4607,9 @@ declare function generateEventsFromTieFormat(params: GenerateEventsFromTieFormat
4405
4607
 
4406
4608
  declare const generate$4_generateEventsFromTieFormat: typeof generateEventsFromTieFormat;
4407
4609
  declare namespace generate$4 {
4408
- export { generate$4_generateEventsFromTieFormat as generateEventsFromTieFormat };
4610
+ export {
4611
+ generate$4_generateEventsFromTieFormat as generateEventsFromTieFormat,
4612
+ };
4409
4613
  }
4410
4614
 
4411
4615
  declare function deleteFlightProfileAndFlightDraws({ autoPublish, tournamentRecord, auditData, event, force }: {
@@ -4433,13 +4637,13 @@ type ModifyEventMatchUpFormatTimingArgs = {
4433
4637
  event?: Event$1;
4434
4638
  };
4435
4639
  declare function modifyEventMatchUpFormatTiming(params: ModifyEventMatchUpFormatTimingArgs): {
4640
+ success: boolean;
4641
+ error?: undefined;
4642
+ } | {
4436
4643
  error: {
4437
4644
  message: string;
4438
4645
  code: string;
4439
4646
  };
4440
- } | {
4441
- success: boolean;
4442
- error?: undefined;
4443
4647
  };
4444
4648
 
4445
4649
  type RemoveEventMatchUpFormatTimingArgs = {
@@ -4521,17 +4725,16 @@ declare function refreshEventDrawOrder({ tournamentRecord, event }: {
4521
4725
  message: string;
4522
4726
  code: string;
4523
4727
  };
4728
+ info: string;
4729
+ } | {
4730
+ success: boolean;
4731
+ error?: undefined;
4524
4732
  info?: undefined;
4525
4733
  } | {
4526
4734
  error: {
4527
4735
  message: string;
4528
4736
  code: string;
4529
4737
  };
4530
- info: string;
4531
- } | {
4532
- success: boolean;
4533
- error?: undefined;
4534
- info?: undefined;
4535
4738
  };
4536
4739
 
4537
4740
  declare function modifyPairAssignment(params: any): any;
@@ -4628,17 +4831,16 @@ declare function removeScaleValues({ tournamentRecord, scaleAttributes, drawDefi
4628
4831
  message: string;
4629
4832
  code: string;
4630
4833
  };
4834
+ info: string;
4835
+ } | {
4836
+ success: boolean;
4837
+ error?: undefined;
4631
4838
  info?: undefined;
4632
4839
  } | {
4633
4840
  error: {
4634
4841
  message: string;
4635
4842
  code: string;
4636
4843
  };
4637
- info: string;
4638
- } | {
4639
- success: boolean;
4640
- error?: undefined;
4641
- info?: undefined;
4642
4844
  };
4643
4845
 
4644
4846
  type ScheduleDetails = {
@@ -4685,21 +4887,14 @@ declare function removeSeeding({ tournamentRecord, drawDefinition, entryStatuses
4685
4887
  event: any;
4686
4888
  stage: any;
4687
4889
  }): ResultType | {
4688
- error: {
4689
- message: string;
4690
- code: string;
4691
- };
4890
+ success: boolean;
4891
+ error?: undefined;
4692
4892
  info?: undefined;
4693
4893
  } | {
4694
4894
  error: {
4695
4895
  message: string;
4696
4896
  code: string;
4697
4897
  };
4698
- info: string;
4699
- } | {
4700
- success: boolean;
4701
- error?: undefined;
4702
- info?: undefined;
4703
4898
  };
4704
4899
 
4705
4900
  declare function deleteEvents(params: any): ResultType & {
@@ -4777,7 +4972,30 @@ declare const mutate$a_setEventStartDate: typeof setEventStartDate;
4777
4972
  declare const mutate$a_updateDrawIdsOrder: typeof updateDrawIdsOrder;
4778
4973
  declare const mutate$a_validateCategory: typeof validateCategory;
4779
4974
  declare namespace mutate$a {
4780
- 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 };
4975
+ export {
4976
+ mutate$a_addDrawDefinition as addDrawDefinition,
4977
+ mutate$a_addEvent as addEvent,
4978
+ mutate$a_addFlight as addFlight,
4979
+ mutate$a_assignSeedPositions as assignSeedPositions,
4980
+ mutate$a_attachFlightProfile as attachFlightProfile,
4981
+ mutate$a_deleteDrawDefinitions as deleteDrawDefinitions,
4982
+ mutate$a_deleteEvents as deleteEvents,
4983
+ mutate$a_deleteFlightAndFlightDraw as deleteFlightAndFlightDraw,
4984
+ mutate$a_deleteFlightProfileAndFlightDraws as deleteFlightProfileAndFlightDraws,
4985
+ mutate$a_modifyEvent as modifyEvent,
4986
+ mutate$a_modifyEventMatchUpFormatTiming as modifyEventMatchUpFormatTiming,
4987
+ mutate$a_modifyPairAssignment as modifyPairAssignment,
4988
+ mutate$a_refreshEventDrawOrder as refreshEventDrawOrder,
4989
+ mutate$a_removeEventMatchUpFormatTiming as removeEventMatchUpFormatTiming,
4990
+ mutate$a_removeScaleValues as removeScaleValues,
4991
+ mutate$a_removeSeeding as removeSeeding,
4992
+ mutate$a_setEventDates as setEventDates,
4993
+ mutate$a_setEventDisplay as setEventDisplay,
4994
+ mutate$a_setEventEndDate as setEventEndDate,
4995
+ mutate$a_setEventStartDate as setEventStartDate,
4996
+ mutate$a_updateDrawIdsOrder as updateDrawIdsOrder,
4997
+ mutate$a_validateCategory as validateCategory,
4998
+ };
4781
4999
  }
4782
5000
 
4783
5001
  type ParseArgs = {
@@ -4950,7 +5168,17 @@ declare const query$9_getEvents: typeof getEvents;
4950
5168
  declare const query$9_getFlightProfile: typeof getFlightProfile;
4951
5169
  declare const query$9_getScaledEntries: typeof getScaledEntries;
4952
5170
  declare namespace query$9 {
4953
- 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 };
5171
+ export {
5172
+ query$9_categoryCanContain as categoryCanContain,
5173
+ query$9_getCategoryAgeDetails as getCategoryAgeDetails,
5174
+ query$9_getEvent as getEvent,
5175
+ query$9_getEventProperties as getEventProperties,
5176
+ query$9_getEventStructures as getEventStructures,
5177
+ query$9_getEventTimeItem as getEventTimeItem,
5178
+ query$9_getEvents as getEvents,
5179
+ query$9_getFlightProfile as getFlightProfile,
5180
+ query$9_getScaledEntries as getScaledEntries,
5181
+ };
4954
5182
  }
4955
5183
 
4956
5184
  declare const index$h_addDrawDefinition: typeof addDrawDefinition;
@@ -4986,7 +5214,43 @@ declare const index$h_setEventStartDate: typeof setEventStartDate;
4986
5214
  declare const index$h_updateDrawIdsOrder: typeof updateDrawIdsOrder;
4987
5215
  declare const index$h_validateCategory: typeof validateCategory;
4988
5216
  declare namespace index$h {
4989
- 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, generate$4 as generate, index$h_generateEventsFromTieFormat as generateEventsFromTieFormat, 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 };
5217
+ export {
5218
+ index$h_addDrawDefinition as addDrawDefinition,
5219
+ index$h_addEvent as addEvent,
5220
+ index$h_addFlight as addFlight,
5221
+ index$h_assignSeedPositions as assignSeedPositions,
5222
+ index$h_attachFlightProfile as attachFlightProfile,
5223
+ index$h_categoryCanContain as categoryCanContain,
5224
+ index$h_deleteDrawDefinitions as deleteDrawDefinitions,
5225
+ index$h_deleteEvents as deleteEvents,
5226
+ index$h_deleteFlightAndFlightDraw as deleteFlightAndFlightDraw,
5227
+ index$h_deleteFlightProfileAndFlightDraws as deleteFlightProfileAndFlightDraws,
5228
+ generate$4 as generate,
5229
+ index$h_generateEventsFromTieFormat as generateEventsFromTieFormat,
5230
+ index$h_getCategoryAgeDetails as getCategoryAgeDetails,
5231
+ index$h_getEvent as getEvent,
5232
+ index$h_getEventProperties as getEventProperties,
5233
+ index$h_getEventStructures as getEventStructures,
5234
+ index$h_getEventTimeItem as getEventTimeItem,
5235
+ index$h_getEvents as getEvents,
5236
+ index$h_getFlightProfile as getFlightProfile,
5237
+ index$h_getScaledEntries as getScaledEntries,
5238
+ index$h_modifyEvent as modifyEvent,
5239
+ index$h_modifyEventMatchUpFormatTiming as modifyEventMatchUpFormatTiming,
5240
+ index$h_modifyPairAssignment as modifyPairAssignment,
5241
+ mutate$a as mutate,
5242
+ query$9 as query,
5243
+ index$h_refreshEventDrawOrder as refreshEventDrawOrder,
5244
+ index$h_removeEventMatchUpFormatTiming as removeEventMatchUpFormatTiming,
5245
+ index$h_removeScaleValues as removeScaleValues,
5246
+ index$h_removeSeeding as removeSeeding,
5247
+ index$h_setEventDates as setEventDates,
5248
+ index$h_setEventDisplay as setEventDisplay,
5249
+ index$h_setEventEndDate as setEventEndDate,
5250
+ index$h_setEventStartDate as setEventStartDate,
5251
+ index$h_updateDrawIdsOrder as updateDrawIdsOrder,
5252
+ index$h_validateCategory as validateCategory,
5253
+ };
4990
5254
  }
4991
5255
 
4992
5256
  declare function getRoundRobinGroupMatchUps({ drawPositions }: {
@@ -5148,7 +5412,10 @@ declare const garman: {
5148
5412
 
5149
5413
  declare const garman$1_garman: typeof garman;
5150
5414
  declare namespace garman$1 {
5151
- export { garman as default, garman$1_garman as garman };
5415
+ export {
5416
+ garman as default,
5417
+ garman$1_garman as garman,
5418
+ };
5152
5419
  }
5153
5420
 
5154
5421
  declare const index$g_drawMatic: typeof drawMatic;
@@ -5168,7 +5435,25 @@ declare const index$g_generateStatCrew: typeof generateStatCrew;
5168
5435
  declare const index$g_generateVoluntaryConsolation: typeof generateVoluntaryConsolation;
5169
5436
  declare const index$g_roundRobinGroups: typeof roundRobinGroups;
5170
5437
  declare namespace index$g {
5171
- export { index$g_drawMatic as drawMatic, garman$1 as garman, index$g_generateAdHocMatchUps as generateAdHocMatchUps, index$g_generateAdHocRounds as generateAdHocRounds, index$g_generateAndPopulatePlayoffStructures as generateAndPopulatePlayoffStructures, index$g_generateCourts as generateCourts, index$g_generateDrawDefinition as generateDrawDefinition, index$g_generateDrawMaticRound as generateDrawMaticRound, index$g_generateDrawStructuresAndLinks as generateDrawStructuresAndLinks, index$g_generateDrawTypeAndModifyDrawDefinition as generateDrawTypeAndModifyDrawDefinition, index$g_generateFlightProfile as generateFlightProfile, index$g_generateLineUps as generateLineUps, index$g_generateQualifyingStructure as generateQualifyingStructure, index$g_generateSeedingScaleItems as generateSeedingScaleItems, index$g_generateStatCrew as generateStatCrew, index$g_generateVoluntaryConsolation as generateVoluntaryConsolation, index$g_roundRobinGroups as roundRobinGroups };
5438
+ export {
5439
+ index$g_drawMatic as drawMatic,
5440
+ garman$1 as garman,
5441
+ index$g_generateAdHocMatchUps as generateAdHocMatchUps,
5442
+ index$g_generateAdHocRounds as generateAdHocRounds,
5443
+ index$g_generateAndPopulatePlayoffStructures as generateAndPopulatePlayoffStructures,
5444
+ index$g_generateCourts as generateCourts,
5445
+ index$g_generateDrawDefinition as generateDrawDefinition,
5446
+ index$g_generateDrawMaticRound as generateDrawMaticRound,
5447
+ index$g_generateDrawStructuresAndLinks as generateDrawStructuresAndLinks,
5448
+ index$g_generateDrawTypeAndModifyDrawDefinition as generateDrawTypeAndModifyDrawDefinition,
5449
+ index$g_generateFlightProfile as generateFlightProfile,
5450
+ index$g_generateLineUps as generateLineUps,
5451
+ index$g_generateQualifyingStructure as generateQualifyingStructure,
5452
+ index$g_generateSeedingScaleItems as generateSeedingScaleItems,
5453
+ index$g_generateStatCrew as generateStatCrew,
5454
+ index$g_generateVoluntaryConsolation as generateVoluntaryConsolation,
5455
+ index$g_roundRobinGroups as roundRobinGroups,
5456
+ };
5172
5457
  }
5173
5458
 
5174
5459
  declare function isValidMatchUpFormat({ matchUpFormat }: {
@@ -5190,7 +5475,12 @@ declare const index$f_isValidMatchUpFormat: typeof isValidMatchUpFormat;
5190
5475
  declare const index$f_parse: typeof parse;
5191
5476
  declare const index$f_stringify: typeof stringify;
5192
5477
  declare namespace index$f {
5193
- export { isValidMatchUpFormat as isValid, index$f_isValidMatchUpFormat as isValidMatchUpFormat, index$f_parse as parse, index$f_stringify as stringify };
5478
+ export {
5479
+ isValidMatchUpFormat as isValid,
5480
+ index$f_isValidMatchUpFormat as isValidMatchUpFormat,
5481
+ index$f_parse as parse,
5482
+ index$f_stringify as stringify,
5483
+ };
5194
5484
  }
5195
5485
 
5196
5486
  type AssignMatchUpSideParticipantArgs = {
@@ -5542,7 +5832,32 @@ declare const mutate$9_substituteParticipant: typeof substituteParticipant;
5542
5832
  declare const mutate$9_toggleParticipantCheckInState: typeof toggleParticipantCheckInState;
5543
5833
  declare const mutate$9_updateTieMatchUpScore: typeof updateTieMatchUpScore;
5544
5834
  declare namespace mutate$9 {
5545
- export { mutate$9_applyLineUps as applyLineUps, mutate$9_assignMatchUpSideParticipant as assignMatchUpSideParticipant, mutate$9_assignTieMatchUpParticipantId as assignTieMatchUpParticipantId, mutate$9_bulkMatchUpStatusUpdate as bulkMatchUpStatusUpdate, mutate$9_checkInParticipant as checkInParticipant, mutate$9_checkOutParticipant as checkOutParticipant, mutate$9_disableTieAutoCalc as disableTieAutoCalc, mutate$9_enableTieAutoCalc as enableTieAutoCalc, publicFindMatchUp as findMatchUp, mutate$9_removeDelegatedOutcome as removeDelegatedOutcome, mutate$9_removeMatchUpSideParticipant as removeMatchUpSideParticipant, mutate$9_removeTieMatchUpParticipantId as removeTieMatchUpParticipantId, mutate$9_replaceTieMatchUpParticipantId as replaceTieMatchUpParticipantId, mutate$9_resetAdHocMatchUps as resetAdHocMatchUps, mutate$9_resetMatchUpLineUps as resetMatchUpLineUps, mutate$9_resetScorecard as resetScorecard, mutate$9_resetTieFormat as resetTieFormat, mutate$9_setDelegatedOutcome as setDelegatedOutcome, mutate$9_setMatchUpFormat as setMatchUpFormat, mutate$9_setMatchUpStatus as setMatchUpStatus, mutate$9_setOrderOfFinish as setOrderOfFinish, mutate$9_substituteParticipant as substituteParticipant, mutate$9_toggleParticipantCheckInState as toggleParticipantCheckInState, mutate$9_updateTieMatchUpScore as updateTieMatchUpScore };
5835
+ export {
5836
+ mutate$9_applyLineUps as applyLineUps,
5837
+ mutate$9_assignMatchUpSideParticipant as assignMatchUpSideParticipant,
5838
+ mutate$9_assignTieMatchUpParticipantId as assignTieMatchUpParticipantId,
5839
+ mutate$9_bulkMatchUpStatusUpdate as bulkMatchUpStatusUpdate,
5840
+ mutate$9_checkInParticipant as checkInParticipant,
5841
+ mutate$9_checkOutParticipant as checkOutParticipant,
5842
+ mutate$9_disableTieAutoCalc as disableTieAutoCalc,
5843
+ mutate$9_enableTieAutoCalc as enableTieAutoCalc,
5844
+ publicFindMatchUp as findMatchUp,
5845
+ mutate$9_removeDelegatedOutcome as removeDelegatedOutcome,
5846
+ mutate$9_removeMatchUpSideParticipant as removeMatchUpSideParticipant,
5847
+ mutate$9_removeTieMatchUpParticipantId as removeTieMatchUpParticipantId,
5848
+ mutate$9_replaceTieMatchUpParticipantId as replaceTieMatchUpParticipantId,
5849
+ mutate$9_resetAdHocMatchUps as resetAdHocMatchUps,
5850
+ mutate$9_resetMatchUpLineUps as resetMatchUpLineUps,
5851
+ mutate$9_resetScorecard as resetScorecard,
5852
+ mutate$9_resetTieFormat as resetTieFormat,
5853
+ mutate$9_setDelegatedOutcome as setDelegatedOutcome,
5854
+ mutate$9_setMatchUpFormat as setMatchUpFormat,
5855
+ mutate$9_setMatchUpStatus as setMatchUpStatus,
5856
+ mutate$9_setOrderOfFinish as setOrderOfFinish,
5857
+ mutate$9_substituteParticipant as substituteParticipant,
5858
+ mutate$9_toggleParticipantCheckInState as toggleParticipantCheckInState,
5859
+ mutate$9_updateTieMatchUpScore as updateTieMatchUpScore,
5860
+ };
5546
5861
  }
5547
5862
 
5548
5863
  declare function getMatchUpFormatTimingUpdate({ tournamentRecords }: {
@@ -6208,7 +6523,48 @@ declare const query$8_tournamentMatchUps: typeof tournamentMatchUps;
6208
6523
  declare const query$8_validMatchUp: typeof validMatchUp;
6209
6524
  declare const query$8_validMatchUps: typeof validMatchUps;
6210
6525
  declare namespace query$8 {
6211
- export { query$8_allCompetitionMatchUps as allCompetitionMatchUps, query$8_allDrawMatchUps as allDrawMatchUps, query$8_allEventMatchUps as allEventMatchUps, query$8_allTournamentMatchUps as allTournamentMatchUps, query$8_analyzeMatchUp as analyzeMatchUp, query$8_calculateWinCriteria as calculateWinCriteria, query$8_checkMatchUpIsComplete as checkMatchUpIsComplete, query$8_competitionScheduleMatchUps as competitionScheduleMatchUps, query$8_drawMatchUps as drawMatchUps, query$8_eventMatchUps as eventMatchUps, query$8_filterMatchUps as filterMatchUps, query$8_getAllDrawMatchUps as getAllDrawMatchUps, query$8_getAllStructureMatchUps as getAllStructureMatchUps, query$8_getCheckedInParticipantIds as getCheckedInParticipantIds, query$8_getCompetitionMatchUps as getCompetitionMatchUps, query$8_getEventMatchUpFormatTiming as getEventMatchUpFormatTiming, query$8_getHomeParticipantId as getHomeParticipantId, query$8_getMatchUpCompetitiveProfile as getMatchUpCompetitiveProfile, query$8_getMatchUpContextIds as getMatchUpContextIds, query$8_getMatchUpDailyLimits as getMatchUpDailyLimits, query$8_getMatchUpDailyLimitsUpdate as getMatchUpDailyLimitsUpdate, query$8_getMatchUpDependencies as getMatchUpDependencies, query$8_getMatchUpFormat as getMatchUpFormat, query$8_getMatchUpFormatTiming as getMatchUpFormatTiming, query$8_getMatchUpFormatTimingUpdate as getMatchUpFormatTimingUpdate, query$8_getMatchUpScheduleDetails as getMatchUpScheduleDetails, query$8_getMatchUpType as getMatchUpType, query$8_getMatchUpsStats as getMatchUpsStats, query$8_getModifiedMatchUpFormatTiming as getModifiedMatchUpFormatTiming, query$8_getParticipantResults as getParticipantResults, query$8_getPredictiveAccuracy as getPredictiveAccuracy, query$8_getRoundMatchUps as getRoundMatchUps, query$8_getRounds as getRounds, query$8_isValidMatchUpFormat as isValidMatchUpFormat, query$8_matchUpActions as matchUpActions, query$8_participantScheduledMatchUps as participantScheduledMatchUps, query$8_tallyParticipantResults as tallyParticipantResults, query$8_tournamentMatchUps as tournamentMatchUps, query$8_validMatchUp as validMatchUp, query$8_validMatchUps as validMatchUps };
6526
+ export {
6527
+ query$8_allCompetitionMatchUps as allCompetitionMatchUps,
6528
+ query$8_allDrawMatchUps as allDrawMatchUps,
6529
+ query$8_allEventMatchUps as allEventMatchUps,
6530
+ query$8_allTournamentMatchUps as allTournamentMatchUps,
6531
+ query$8_analyzeMatchUp as analyzeMatchUp,
6532
+ query$8_calculateWinCriteria as calculateWinCriteria,
6533
+ query$8_checkMatchUpIsComplete as checkMatchUpIsComplete,
6534
+ query$8_competitionScheduleMatchUps as competitionScheduleMatchUps,
6535
+ query$8_drawMatchUps as drawMatchUps,
6536
+ query$8_eventMatchUps as eventMatchUps,
6537
+ query$8_filterMatchUps as filterMatchUps,
6538
+ query$8_getAllDrawMatchUps as getAllDrawMatchUps,
6539
+ query$8_getAllStructureMatchUps as getAllStructureMatchUps,
6540
+ query$8_getCheckedInParticipantIds as getCheckedInParticipantIds,
6541
+ query$8_getCompetitionMatchUps as getCompetitionMatchUps,
6542
+ query$8_getEventMatchUpFormatTiming as getEventMatchUpFormatTiming,
6543
+ query$8_getHomeParticipantId as getHomeParticipantId,
6544
+ query$8_getMatchUpCompetitiveProfile as getMatchUpCompetitiveProfile,
6545
+ query$8_getMatchUpContextIds as getMatchUpContextIds,
6546
+ query$8_getMatchUpDailyLimits as getMatchUpDailyLimits,
6547
+ query$8_getMatchUpDailyLimitsUpdate as getMatchUpDailyLimitsUpdate,
6548
+ query$8_getMatchUpDependencies as getMatchUpDependencies,
6549
+ query$8_getMatchUpFormat as getMatchUpFormat,
6550
+ query$8_getMatchUpFormatTiming as getMatchUpFormatTiming,
6551
+ query$8_getMatchUpFormatTimingUpdate as getMatchUpFormatTimingUpdate,
6552
+ query$8_getMatchUpScheduleDetails as getMatchUpScheduleDetails,
6553
+ query$8_getMatchUpType as getMatchUpType,
6554
+ query$8_getMatchUpsStats as getMatchUpsStats,
6555
+ query$8_getModifiedMatchUpFormatTiming as getModifiedMatchUpFormatTiming,
6556
+ query$8_getParticipantResults as getParticipantResults,
6557
+ query$8_getPredictiveAccuracy as getPredictiveAccuracy,
6558
+ query$8_getRoundMatchUps as getRoundMatchUps,
6559
+ query$8_getRounds as getRounds,
6560
+ query$8_isValidMatchUpFormat as isValidMatchUpFormat,
6561
+ query$8_matchUpActions as matchUpActions,
6562
+ query$8_participantScheduledMatchUps as participantScheduledMatchUps,
6563
+ query$8_tallyParticipantResults as tallyParticipantResults,
6564
+ query$8_tournamentMatchUps as tournamentMatchUps,
6565
+ query$8_validMatchUp as validMatchUp,
6566
+ query$8_validMatchUps as validMatchUps,
6567
+ };
6212
6568
  }
6213
6569
 
6214
6570
  declare const index$e_allCompetitionMatchUps: typeof allCompetitionMatchUps;
@@ -6275,7 +6631,74 @@ declare const index$e_updateTieMatchUpScore: typeof updateTieMatchUpScore;
6275
6631
  declare const index$e_validMatchUp: typeof validMatchUp;
6276
6632
  declare const index$e_validMatchUps: typeof validMatchUps;
6277
6633
  declare namespace index$e {
6278
- export { index$e_allCompetitionMatchUps as allCompetitionMatchUps, index$e_allDrawMatchUps as allDrawMatchUps, index$e_allEventMatchUps as allEventMatchUps, index$e_allTournamentMatchUps as allTournamentMatchUps, index$e_analyzeMatchUp as analyzeMatchUp, index$e_applyLineUps as applyLineUps, index$e_assignMatchUpSideParticipant as assignMatchUpSideParticipant, index$e_assignTieMatchUpParticipantId as assignTieMatchUpParticipantId, index$e_bulkMatchUpStatusUpdate as bulkMatchUpStatusUpdate, index$e_calculateWinCriteria as calculateWinCriteria, index$e_checkInParticipant as checkInParticipant, index$e_checkMatchUpIsComplete as checkMatchUpIsComplete, index$e_checkOutParticipant as checkOutParticipant, index$e_competitionScheduleMatchUps as competitionScheduleMatchUps, index$e_disableTieAutoCalc as disableTieAutoCalc, index$e_drawMatchUps as drawMatchUps, index$e_enableTieAutoCalc as enableTieAutoCalc, index$e_eventMatchUps as eventMatchUps, index$e_filterMatchUps as filterMatchUps, publicFindMatchUp as findMatchUp, index$e_getAllDrawMatchUps as getAllDrawMatchUps, index$e_getAllStructureMatchUps as getAllStructureMatchUps, index$e_getCheckedInParticipantIds as getCheckedInParticipantIds, index$e_getCompetitionMatchUps as getCompetitionMatchUps, index$e_getEventMatchUpFormatTiming as getEventMatchUpFormatTiming, index$e_getHomeParticipantId as getHomeParticipantId, index$e_getMatchUpCompetitiveProfile as getMatchUpCompetitiveProfile, index$e_getMatchUpContextIds as getMatchUpContextIds, index$e_getMatchUpDailyLimits as getMatchUpDailyLimits, index$e_getMatchUpDailyLimitsUpdate as getMatchUpDailyLimitsUpdate, index$e_getMatchUpDependencies as getMatchUpDependencies, index$e_getMatchUpFormat as getMatchUpFormat, index$e_getMatchUpFormatTiming as getMatchUpFormatTiming, index$e_getMatchUpFormatTimingUpdate as getMatchUpFormatTimingUpdate, index$e_getMatchUpScheduleDetails as getMatchUpScheduleDetails, index$e_getMatchUpType as getMatchUpType, index$e_getMatchUpsStats as getMatchUpsStats, index$e_getModifiedMatchUpFormatTiming as getModifiedMatchUpFormatTiming, index$e_getParticipantResults as getParticipantResults, index$e_getPredictiveAccuracy as getPredictiveAccuracy, index$e_getRoundMatchUps as getRoundMatchUps, index$e_getRounds as getRounds, index$e_isValidMatchUpFormat as isValidMatchUpFormat, index$e_matchUpActions as matchUpActions, mutate$9 as mutate, index$e_participantScheduledMatchUps as participantScheduledMatchUps, query$8 as query, index$e_removeDelegatedOutcome as removeDelegatedOutcome, index$e_removeMatchUpSideParticipant as removeMatchUpSideParticipant, index$e_removeTieMatchUpParticipantId as removeTieMatchUpParticipantId, index$e_replaceTieMatchUpParticipantId as replaceTieMatchUpParticipantId, index$e_resetAdHocMatchUps as resetAdHocMatchUps, index$e_resetMatchUpLineUps as resetMatchUpLineUps, index$e_resetScorecard as resetScorecard, index$e_resetTieFormat as resetTieFormat, index$e_setDelegatedOutcome as setDelegatedOutcome, index$e_setMatchUpFormat as setMatchUpFormat, index$e_setMatchUpStatus as setMatchUpStatus, index$e_setOrderOfFinish as setOrderOfFinish, index$e_substituteParticipant as substituteParticipant, index$e_tallyParticipantResults as tallyParticipantResults, index$e_toggleParticipantCheckInState as toggleParticipantCheckInState, index$e_tournamentMatchUps as tournamentMatchUps, index$e_updateTieMatchUpScore as updateTieMatchUpScore, index$e_validMatchUp as validMatchUp, index$e_validMatchUps as validMatchUps };
6634
+ export {
6635
+ index$e_allCompetitionMatchUps as allCompetitionMatchUps,
6636
+ index$e_allDrawMatchUps as allDrawMatchUps,
6637
+ index$e_allEventMatchUps as allEventMatchUps,
6638
+ index$e_allTournamentMatchUps as allTournamentMatchUps,
6639
+ index$e_analyzeMatchUp as analyzeMatchUp,
6640
+ index$e_applyLineUps as applyLineUps,
6641
+ index$e_assignMatchUpSideParticipant as assignMatchUpSideParticipant,
6642
+ index$e_assignTieMatchUpParticipantId as assignTieMatchUpParticipantId,
6643
+ index$e_bulkMatchUpStatusUpdate as bulkMatchUpStatusUpdate,
6644
+ index$e_calculateWinCriteria as calculateWinCriteria,
6645
+ index$e_checkInParticipant as checkInParticipant,
6646
+ index$e_checkMatchUpIsComplete as checkMatchUpIsComplete,
6647
+ index$e_checkOutParticipant as checkOutParticipant,
6648
+ index$e_competitionScheduleMatchUps as competitionScheduleMatchUps,
6649
+ index$e_disableTieAutoCalc as disableTieAutoCalc,
6650
+ index$e_drawMatchUps as drawMatchUps,
6651
+ index$e_enableTieAutoCalc as enableTieAutoCalc,
6652
+ index$e_eventMatchUps as eventMatchUps,
6653
+ index$e_filterMatchUps as filterMatchUps,
6654
+ publicFindMatchUp as findMatchUp,
6655
+ index$e_getAllDrawMatchUps as getAllDrawMatchUps,
6656
+ index$e_getAllStructureMatchUps as getAllStructureMatchUps,
6657
+ index$e_getCheckedInParticipantIds as getCheckedInParticipantIds,
6658
+ index$e_getCompetitionMatchUps as getCompetitionMatchUps,
6659
+ index$e_getEventMatchUpFormatTiming as getEventMatchUpFormatTiming,
6660
+ index$e_getHomeParticipantId as getHomeParticipantId,
6661
+ index$e_getMatchUpCompetitiveProfile as getMatchUpCompetitiveProfile,
6662
+ index$e_getMatchUpContextIds as getMatchUpContextIds,
6663
+ index$e_getMatchUpDailyLimits as getMatchUpDailyLimits,
6664
+ index$e_getMatchUpDailyLimitsUpdate as getMatchUpDailyLimitsUpdate,
6665
+ index$e_getMatchUpDependencies as getMatchUpDependencies,
6666
+ index$e_getMatchUpFormat as getMatchUpFormat,
6667
+ index$e_getMatchUpFormatTiming as getMatchUpFormatTiming,
6668
+ index$e_getMatchUpFormatTimingUpdate as getMatchUpFormatTimingUpdate,
6669
+ index$e_getMatchUpScheduleDetails as getMatchUpScheduleDetails,
6670
+ index$e_getMatchUpType as getMatchUpType,
6671
+ index$e_getMatchUpsStats as getMatchUpsStats,
6672
+ index$e_getModifiedMatchUpFormatTiming as getModifiedMatchUpFormatTiming,
6673
+ index$e_getParticipantResults as getParticipantResults,
6674
+ index$e_getPredictiveAccuracy as getPredictiveAccuracy,
6675
+ index$e_getRoundMatchUps as getRoundMatchUps,
6676
+ index$e_getRounds as getRounds,
6677
+ index$e_isValidMatchUpFormat as isValidMatchUpFormat,
6678
+ index$e_matchUpActions as matchUpActions,
6679
+ mutate$9 as mutate,
6680
+ index$e_participantScheduledMatchUps as participantScheduledMatchUps,
6681
+ query$8 as query,
6682
+ index$e_removeDelegatedOutcome as removeDelegatedOutcome,
6683
+ index$e_removeMatchUpSideParticipant as removeMatchUpSideParticipant,
6684
+ index$e_removeTieMatchUpParticipantId as removeTieMatchUpParticipantId,
6685
+ index$e_replaceTieMatchUpParticipantId as replaceTieMatchUpParticipantId,
6686
+ index$e_resetAdHocMatchUps as resetAdHocMatchUps,
6687
+ index$e_resetMatchUpLineUps as resetMatchUpLineUps,
6688
+ index$e_resetScorecard as resetScorecard,
6689
+ index$e_resetTieFormat as resetTieFormat,
6690
+ index$e_setDelegatedOutcome as setDelegatedOutcome,
6691
+ index$e_setMatchUpFormat as setMatchUpFormat,
6692
+ index$e_setMatchUpStatus as setMatchUpStatus,
6693
+ index$e_setOrderOfFinish as setOrderOfFinish,
6694
+ index$e_substituteParticipant as substituteParticipant,
6695
+ index$e_tallyParticipantResults as tallyParticipantResults,
6696
+ index$e_toggleParticipantCheckInState as toggleParticipantCheckInState,
6697
+ index$e_tournamentMatchUps as tournamentMatchUps,
6698
+ index$e_updateTieMatchUpScore as updateTieMatchUpScore,
6699
+ index$e_validMatchUp as validMatchUp,
6700
+ index$e_validMatchUps as validMatchUps,
6701
+ };
6279
6702
  }
6280
6703
 
6281
6704
  declare function generateOutcomeFromScoreString(params: any): any;
@@ -6372,7 +6795,13 @@ declare const generate$3_generateOutcomeFromScoreString: typeof generateOutcomeF
6372
6795
  declare const generate$3_generateParticipants: typeof generateParticipants;
6373
6796
  declare const generate$3_generateTournamentRecord: typeof generateTournamentRecord;
6374
6797
  declare namespace generate$3 {
6375
- export { generate$3_generateEventWithDraw as generateEventWithDraw, generate$3_generateOutcome as generateOutcome, generate$3_generateOutcomeFromScoreString as generateOutcomeFromScoreString, generate$3_generateParticipants as generateParticipants, generate$3_generateTournamentRecord as generateTournamentRecord };
6798
+ export {
6799
+ generate$3_generateEventWithDraw as generateEventWithDraw,
6800
+ generate$3_generateOutcome as generateOutcome,
6801
+ generate$3_generateOutcomeFromScoreString as generateOutcomeFromScoreString,
6802
+ generate$3_generateParticipants as generateParticipants,
6803
+ generate$3_generateTournamentRecord as generateTournamentRecord,
6804
+ };
6376
6805
  }
6377
6806
 
6378
6807
  declare function anonymizeTournamentRecord({ keepExtensions, anonymizeParticipantNames, tournamentRecord, tournamentName, personIds, tournamentId, }: {
@@ -6397,7 +6826,10 @@ declare function modifyTournamentRecord(params: any): any;
6397
6826
  declare const mutate$8_anonymizeTournamentRecord: typeof anonymizeTournamentRecord;
6398
6827
  declare const mutate$8_modifyTournamentRecord: typeof modifyTournamentRecord;
6399
6828
  declare namespace mutate$8 {
6400
- export { mutate$8_anonymizeTournamentRecord as anonymizeTournamentRecord, mutate$8_modifyTournamentRecord as modifyTournamentRecord };
6829
+ export {
6830
+ mutate$8_anonymizeTournamentRecord as anonymizeTournamentRecord,
6831
+ mutate$8_modifyTournamentRecord as modifyTournamentRecord,
6832
+ };
6401
6833
  }
6402
6834
 
6403
6835
  declare const index$d_anonymizeTournamentRecord: typeof anonymizeTournamentRecord;
@@ -6408,7 +6840,17 @@ declare const index$d_generateParticipants: typeof generateParticipants;
6408
6840
  declare const index$d_generateTournamentRecord: typeof generateTournamentRecord;
6409
6841
  declare const index$d_modifyTournamentRecord: typeof modifyTournamentRecord;
6410
6842
  declare namespace index$d {
6411
- export { index$d_anonymizeTournamentRecord as anonymizeTournamentRecord, generate$3 as generate, index$d_generateEventWithDraw as generateEventWithDraw, index$d_generateOutcome as generateOutcome, index$d_generateOutcomeFromScoreString as generateOutcomeFromScoreString, index$d_generateParticipants as generateParticipants, index$d_generateTournamentRecord as generateTournamentRecord, index$d_modifyTournamentRecord as modifyTournamentRecord, mutate$8 as mutate };
6843
+ export {
6844
+ index$d_anonymizeTournamentRecord as anonymizeTournamentRecord,
6845
+ generate$3 as generate,
6846
+ index$d_generateEventWithDraw as generateEventWithDraw,
6847
+ index$d_generateOutcome as generateOutcome,
6848
+ index$d_generateOutcomeFromScoreString as generateOutcomeFromScoreString,
6849
+ index$d_generateParticipants as generateParticipants,
6850
+ index$d_generateTournamentRecord as generateTournamentRecord,
6851
+ index$d_modifyTournamentRecord as modifyTournamentRecord,
6852
+ mutate$8 as mutate,
6853
+ };
6412
6854
  }
6413
6855
 
6414
6856
  declare function modifyPersonRequests(params: any): ResultType & {
@@ -6809,7 +7251,36 @@ declare const mutate$7_scaledTeamAssignment: typeof scaledTeamAssignment;
6809
7251
  declare const mutate$7_setParticipantScaleItem: typeof setParticipantScaleItem;
6810
7252
  declare const mutate$7_setParticipantScaleItems: typeof setParticipantScaleItems;
6811
7253
  declare namespace mutate$7 {
6812
- export { mutate$7_addDynamicRatings as addDynamicRatings, mutate$7_addIndividualParticipantIds as addIndividualParticipantIds, mutate$7_addParticipant as addParticipant, mutate$7_addParticipants as addParticipants, mutate$7_addPenalty as addPenalty, mutate$7_addPersonRequests as addPersonRequests, mutate$7_addPersons as addPersons, mutate$7_createGroupParticipant as createGroupParticipant, mutate$7_createTeamsFromParticipantAttributes as createTeamsFromParticipantAttributes, mutate$7_deleteParticipants as deleteParticipants, publicFindParticipant as findParticipant, mutate$7_mergeParticipants as mergeParticipants, mutate$7_modifyIndividualParticipantIds as modifyIndividualParticipantIds, mutate$7_modifyParticipant as modifyParticipant, mutate$7_modifyParticipantName as modifyParticipantName, mutate$7_modifyParticipantOtherName as modifyParticipantOtherName, mutate$7_modifyParticipantsSignInStatus as modifyParticipantsSignInStatus, mutate$7_modifyPenalty as modifyPenalty, mutate$7_modifyPersonRequests as modifyPersonRequests, mutate$7_regenerateParticipantNames as regenerateParticipantNames, mutate$7_removeIndividualParticipantIds as removeIndividualParticipantIds, mutate$7_removeParticipantIdsFromAllTeams as removeParticipantIdsFromAllTeams, mutate$7_removePenalty as removePenalty, mutate$7_removePersonRequests as removePersonRequests, mutate$7_removeRatings as removeRatings, mutate$7_scaledTeamAssignment as scaledTeamAssignment, mutate$7_setParticipantScaleItem as setParticipantScaleItem, mutate$7_setParticipantScaleItems as setParticipantScaleItems };
7254
+ export {
7255
+ mutate$7_addDynamicRatings as addDynamicRatings,
7256
+ mutate$7_addIndividualParticipantIds as addIndividualParticipantIds,
7257
+ mutate$7_addParticipant as addParticipant,
7258
+ mutate$7_addParticipants as addParticipants,
7259
+ mutate$7_addPenalty as addPenalty,
7260
+ mutate$7_addPersonRequests as addPersonRequests,
7261
+ mutate$7_addPersons as addPersons,
7262
+ mutate$7_createGroupParticipant as createGroupParticipant,
7263
+ mutate$7_createTeamsFromParticipantAttributes as createTeamsFromParticipantAttributes,
7264
+ mutate$7_deleteParticipants as deleteParticipants,
7265
+ publicFindParticipant as findParticipant,
7266
+ mutate$7_mergeParticipants as mergeParticipants,
7267
+ mutate$7_modifyIndividualParticipantIds as modifyIndividualParticipantIds,
7268
+ mutate$7_modifyParticipant as modifyParticipant,
7269
+ mutate$7_modifyParticipantName as modifyParticipantName,
7270
+ mutate$7_modifyParticipantOtherName as modifyParticipantOtherName,
7271
+ mutate$7_modifyParticipantsSignInStatus as modifyParticipantsSignInStatus,
7272
+ mutate$7_modifyPenalty as modifyPenalty,
7273
+ mutate$7_modifyPersonRequests as modifyPersonRequests,
7274
+ mutate$7_regenerateParticipantNames as regenerateParticipantNames,
7275
+ mutate$7_removeIndividualParticipantIds as removeIndividualParticipantIds,
7276
+ mutate$7_removeParticipantIdsFromAllTeams as removeParticipantIdsFromAllTeams,
7277
+ mutate$7_removePenalty as removePenalty,
7278
+ mutate$7_removePersonRequests as removePersonRequests,
7279
+ mutate$7_removeRatings as removeRatings,
7280
+ mutate$7_scaledTeamAssignment as scaledTeamAssignment,
7281
+ mutate$7_setParticipantScaleItem as setParticipantScaleItem,
7282
+ mutate$7_setParticipantScaleItems as setParticipantScaleItems,
7283
+ };
6813
7284
  }
6814
7285
 
6815
7286
  declare function getCompetitionParticipants(params: any): ResultType & {
@@ -7009,7 +7480,21 @@ declare const query$7_getScaleValues: typeof getScaleValues;
7009
7480
  declare const query$7_participantScaleItem: typeof participantScaleItem;
7010
7481
  declare const query$7_validateLineUp: typeof validateLineUp;
7011
7482
  declare namespace query$7 {
7012
- export { query$7_filterParticipants as filterParticipants, query$7_getCompetitionParticipants as getCompetitionParticipants, query$7_getPairedParticipant as getPairedParticipant, query$7_getParticipantEventDetails as getParticipantEventDetails, query$7_getParticipantMembership as getParticipantMembership, query$7_getParticipantScaleItem as getParticipantScaleItem, query$7_getParticipantSchedules as getParticipantSchedules, query$7_getParticipantSignInStatus as getParticipantSignInStatus, query$7_getParticipantTimeItem as getParticipantTimeItem, query$7_getParticipants as getParticipants, query$7_getScaleValues as getScaleValues, query$7_participantScaleItem as participantScaleItem, query$7_validateLineUp as validateLineUp };
7483
+ export {
7484
+ query$7_filterParticipants as filterParticipants,
7485
+ query$7_getCompetitionParticipants as getCompetitionParticipants,
7486
+ query$7_getPairedParticipant as getPairedParticipant,
7487
+ query$7_getParticipantEventDetails as getParticipantEventDetails,
7488
+ query$7_getParticipantMembership as getParticipantMembership,
7489
+ query$7_getParticipantScaleItem as getParticipantScaleItem,
7490
+ query$7_getParticipantSchedules as getParticipantSchedules,
7491
+ query$7_getParticipantSignInStatus as getParticipantSignInStatus,
7492
+ query$7_getParticipantTimeItem as getParticipantTimeItem,
7493
+ query$7_getParticipants as getParticipants,
7494
+ query$7_getScaleValues as getScaleValues,
7495
+ query$7_participantScaleItem as participantScaleItem,
7496
+ query$7_validateLineUp as validateLineUp,
7497
+ };
7013
7498
  }
7014
7499
 
7015
7500
  declare const index$c_addDynamicRatings: typeof addDynamicRatings;
@@ -7053,7 +7538,51 @@ declare const index$c_setParticipantScaleItem: typeof setParticipantScaleItem;
7053
7538
  declare const index$c_setParticipantScaleItems: typeof setParticipantScaleItems;
7054
7539
  declare const index$c_validateLineUp: typeof validateLineUp;
7055
7540
  declare namespace index$c {
7056
- export { index$c_addDynamicRatings as addDynamicRatings, index$c_addIndividualParticipantIds as addIndividualParticipantIds, index$c_addParticipant as addParticipant, index$c_addParticipants as addParticipants, index$c_addPenalty as addPenalty, index$c_addPersonRequests as addPersonRequests, index$c_addPersons as addPersons, index$c_createGroupParticipant as createGroupParticipant, index$c_createTeamsFromParticipantAttributes as createTeamsFromParticipantAttributes, index$c_deleteParticipants as deleteParticipants, index$c_filterParticipants as filterParticipants, publicFindParticipant as findParticipant, index$c_getCompetitionParticipants as getCompetitionParticipants, index$c_getPairedParticipant as getPairedParticipant, index$c_getParticipantEventDetails as getParticipantEventDetails, index$c_getParticipantMembership as getParticipantMembership, index$c_getParticipantScaleItem as getParticipantScaleItem, index$c_getParticipantSchedules as getParticipantSchedules, index$c_getParticipantSignInStatus as getParticipantSignInStatus, index$c_getParticipantTimeItem as getParticipantTimeItem, index$c_getParticipants as getParticipants, index$c_getScaleValues as getScaleValues, index$c_mergeParticipants as mergeParticipants, index$c_modifyIndividualParticipantIds as modifyIndividualParticipantIds, index$c_modifyParticipant as modifyParticipant, index$c_modifyParticipantName as modifyParticipantName, index$c_modifyParticipantOtherName as modifyParticipantOtherName, index$c_modifyParticipantsSignInStatus as modifyParticipantsSignInStatus, index$c_modifyPenalty as modifyPenalty, index$c_modifyPersonRequests as modifyPersonRequests, mutate$7 as mutate, index$c_participantScaleItem as participantScaleItem, query$7 as query, index$c_regenerateParticipantNames as regenerateParticipantNames, index$c_removeIndividualParticipantIds as removeIndividualParticipantIds, index$c_removeParticipantIdsFromAllTeams as removeParticipantIdsFromAllTeams, index$c_removePenalty as removePenalty, index$c_removePersonRequests as removePersonRequests, index$c_removeRatings as removeRatings, index$c_scaledTeamAssignment as scaledTeamAssignment, index$c_setParticipantScaleItem as setParticipantScaleItem, index$c_setParticipantScaleItems as setParticipantScaleItems, index$c_validateLineUp as validateLineUp };
7541
+ export {
7542
+ index$c_addDynamicRatings as addDynamicRatings,
7543
+ index$c_addIndividualParticipantIds as addIndividualParticipantIds,
7544
+ index$c_addParticipant as addParticipant,
7545
+ index$c_addParticipants as addParticipants,
7546
+ index$c_addPenalty as addPenalty,
7547
+ index$c_addPersonRequests as addPersonRequests,
7548
+ index$c_addPersons as addPersons,
7549
+ index$c_createGroupParticipant as createGroupParticipant,
7550
+ index$c_createTeamsFromParticipantAttributes as createTeamsFromParticipantAttributes,
7551
+ index$c_deleteParticipants as deleteParticipants,
7552
+ index$c_filterParticipants as filterParticipants,
7553
+ publicFindParticipant as findParticipant,
7554
+ index$c_getCompetitionParticipants as getCompetitionParticipants,
7555
+ index$c_getPairedParticipant as getPairedParticipant,
7556
+ index$c_getParticipantEventDetails as getParticipantEventDetails,
7557
+ index$c_getParticipantMembership as getParticipantMembership,
7558
+ index$c_getParticipantScaleItem as getParticipantScaleItem,
7559
+ index$c_getParticipantSchedules as getParticipantSchedules,
7560
+ index$c_getParticipantSignInStatus as getParticipantSignInStatus,
7561
+ index$c_getParticipantTimeItem as getParticipantTimeItem,
7562
+ index$c_getParticipants as getParticipants,
7563
+ index$c_getScaleValues as getScaleValues,
7564
+ index$c_mergeParticipants as mergeParticipants,
7565
+ index$c_modifyIndividualParticipantIds as modifyIndividualParticipantIds,
7566
+ index$c_modifyParticipant as modifyParticipant,
7567
+ index$c_modifyParticipantName as modifyParticipantName,
7568
+ index$c_modifyParticipantOtherName as modifyParticipantOtherName,
7569
+ index$c_modifyParticipantsSignInStatus as modifyParticipantsSignInStatus,
7570
+ index$c_modifyPenalty as modifyPenalty,
7571
+ index$c_modifyPersonRequests as modifyPersonRequests,
7572
+ mutate$7 as mutate,
7573
+ index$c_participantScaleItem as participantScaleItem,
7574
+ query$7 as query,
7575
+ index$c_regenerateParticipantNames as regenerateParticipantNames,
7576
+ index$c_removeIndividualParticipantIds as removeIndividualParticipantIds,
7577
+ index$c_removeParticipantIdsFromAllTeams as removeParticipantIdsFromAllTeams,
7578
+ index$c_removePenalty as removePenalty,
7579
+ index$c_removePersonRequests as removePersonRequests,
7580
+ index$c_removeRatings as removeRatings,
7581
+ index$c_scaledTeamAssignment as scaledTeamAssignment,
7582
+ index$c_setParticipantScaleItem as setParticipantScaleItem,
7583
+ index$c_setParticipantScaleItems as setParticipantScaleItems,
7584
+ index$c_validateLineUp as validateLineUp,
7585
+ };
7057
7586
  }
7058
7587
 
7059
7588
  type AttachPoliciesArgs = {
@@ -7092,7 +7621,10 @@ declare function removePolicy(params: RemovePolicyArgs): (ResultType & {
7092
7621
  declare const mutate$6_attachPolicies: typeof attachPolicies;
7093
7622
  declare const mutate$6_removePolicy: typeof removePolicy;
7094
7623
  declare namespace mutate$6 {
7095
- export { mutate$6_attachPolicies as attachPolicies, mutate$6_removePolicy as removePolicy };
7624
+ export {
7625
+ mutate$6_attachPolicies as attachPolicies,
7626
+ mutate$6_removePolicy as removePolicy,
7627
+ };
7096
7628
  }
7097
7629
 
7098
7630
  type GetAppliedPoliciesArgs = {
@@ -7137,7 +7669,11 @@ declare const query$6_findPolicy: typeof findPolicy;
7137
7669
  declare const query$6_getAppliedPolicies: typeof getAppliedPolicies;
7138
7670
  declare const query$6_getPolicyDefinitions: typeof getPolicyDefinitions;
7139
7671
  declare namespace query$6 {
7140
- export { query$6_findPolicy as findPolicy, query$6_getAppliedPolicies as getAppliedPolicies, query$6_getPolicyDefinitions as getPolicyDefinitions };
7672
+ export {
7673
+ query$6_findPolicy as findPolicy,
7674
+ query$6_getAppliedPolicies as getAppliedPolicies,
7675
+ query$6_getPolicyDefinitions as getPolicyDefinitions,
7676
+ };
7141
7677
  }
7142
7678
 
7143
7679
  declare const index$b_attachPolicies: typeof attachPolicies;
@@ -7146,7 +7682,15 @@ declare const index$b_getAppliedPolicies: typeof getAppliedPolicies;
7146
7682
  declare const index$b_getPolicyDefinitions: typeof getPolicyDefinitions;
7147
7683
  declare const index$b_removePolicy: typeof removePolicy;
7148
7684
  declare namespace index$b {
7149
- export { index$b_attachPolicies as attachPolicies, index$b_findPolicy as findPolicy, index$b_getAppliedPolicies as getAppliedPolicies, index$b_getPolicyDefinitions as getPolicyDefinitions, mutate$6 as mutate, query$6 as query, index$b_removePolicy as removePolicy };
7685
+ export {
7686
+ index$b_attachPolicies as attachPolicies,
7687
+ index$b_findPolicy as findPolicy,
7688
+ index$b_getAppliedPolicies as getAppliedPolicies,
7689
+ index$b_getPolicyDefinitions as getPolicyDefinitions,
7690
+ mutate$6 as mutate,
7691
+ query$6 as query,
7692
+ index$b_removePolicy as removePolicy,
7693
+ };
7150
7694
  }
7151
7695
 
7152
7696
  declare function publishEventSeeding({ removePriorValues, stageSeedingScaleNames, seedingScaleNames, tournamentRecord, status, drawIds, event, }: {
@@ -7288,7 +7832,17 @@ declare const mutate$5_unPublishEventSeeding: typeof unPublishEventSeeding;
7288
7832
  declare const mutate$5_unPublishOrderOfPlay: typeof unPublishOrderOfPlay;
7289
7833
  declare const mutate$5_unPublishParticipants: typeof unPublishParticipants;
7290
7834
  declare namespace mutate$5 {
7291
- export { mutate$5_publishEvent as publishEvent, mutate$5_publishEventSeeding as publishEventSeeding, mutate$5_publishOrderOfPlay as publishOrderOfPlay, mutate$5_publishParticipants as publishParticipants, mutate$5_setEventDisplay as setEventDisplay, mutate$5_unPublishEvent as unPublishEvent, mutate$5_unPublishEventSeeding as unPublishEventSeeding, mutate$5_unPublishOrderOfPlay as unPublishOrderOfPlay, mutate$5_unPublishParticipants as unPublishParticipants };
7835
+ export {
7836
+ mutate$5_publishEvent as publishEvent,
7837
+ mutate$5_publishEventSeeding as publishEventSeeding,
7838
+ mutate$5_publishOrderOfPlay as publishOrderOfPlay,
7839
+ mutate$5_publishParticipants as publishParticipants,
7840
+ mutate$5_setEventDisplay as setEventDisplay,
7841
+ mutate$5_unPublishEvent as unPublishEvent,
7842
+ mutate$5_unPublishEventSeeding as unPublishEventSeeding,
7843
+ mutate$5_unPublishOrderOfPlay as unPublishOrderOfPlay,
7844
+ mutate$5_unPublishParticipants as unPublishParticipants,
7845
+ };
7292
7846
  }
7293
7847
 
7294
7848
  declare function getTournamentPublishStatus(params: any): any;
@@ -7416,7 +7970,17 @@ declare const query$5_getPublishState: typeof getPublishState;
7416
7970
  declare const query$5_getTournamentPublishStatus: typeof getTournamentPublishStatus;
7417
7971
  declare const query$5_getVenueData: typeof getVenueData;
7418
7972
  declare namespace query$5 {
7419
- export { query$5_bulkUpdatePublishedEventIds as bulkUpdatePublishedEventIds, query$5_getAllEventData as getAllEventData, query$5_getCourtInfo as getCourtInfo, query$5_getDrawData as getDrawData, query$5_getEventData as getEventData, query$5_getEventPublishStatus as getEventPublishStatus, query$5_getPublishState as getPublishState, query$5_getTournamentPublishStatus as getTournamentPublishStatus, query$5_getVenueData as getVenueData };
7973
+ export {
7974
+ query$5_bulkUpdatePublishedEventIds as bulkUpdatePublishedEventIds,
7975
+ query$5_getAllEventData as getAllEventData,
7976
+ query$5_getCourtInfo as getCourtInfo,
7977
+ query$5_getDrawData as getDrawData,
7978
+ query$5_getEventData as getEventData,
7979
+ query$5_getEventPublishStatus as getEventPublishStatus,
7980
+ query$5_getPublishState as getPublishState,
7981
+ query$5_getTournamentPublishStatus as getTournamentPublishStatus,
7982
+ query$5_getVenueData as getVenueData,
7983
+ };
7420
7984
  }
7421
7985
 
7422
7986
  declare const index$a_bulkUpdatePublishedEventIds: typeof bulkUpdatePublishedEventIds;
@@ -7438,7 +8002,28 @@ declare const index$a_unPublishEventSeeding: typeof unPublishEventSeeding;
7438
8002
  declare const index$a_unPublishOrderOfPlay: typeof unPublishOrderOfPlay;
7439
8003
  declare const index$a_unPublishParticipants: typeof unPublishParticipants;
7440
8004
  declare namespace index$a {
7441
- export { index$a_bulkUpdatePublishedEventIds as bulkUpdatePublishedEventIds, index$a_getAllEventData as getAllEventData, index$a_getCourtInfo as getCourtInfo, index$a_getDrawData as getDrawData, index$a_getEventData as getEventData, index$a_getEventPublishStatus as getEventPublishStatus, index$a_getPublishState as getPublishState, index$a_getTournamentPublishStatus as getTournamentPublishStatus, index$a_getVenueData as getVenueData, mutate$5 as mutate, index$a_publishEvent as publishEvent, index$a_publishEventSeeding as publishEventSeeding, index$a_publishOrderOfPlay as publishOrderOfPlay, index$a_publishParticipants as publishParticipants, query$5 as query, index$a_setEventDisplay as setEventDisplay, index$a_unPublishEvent as unPublishEvent, index$a_unPublishEventSeeding as unPublishEventSeeding, index$a_unPublishOrderOfPlay as unPublishOrderOfPlay, index$a_unPublishParticipants as unPublishParticipants };
8005
+ export {
8006
+ index$a_bulkUpdatePublishedEventIds as bulkUpdatePublishedEventIds,
8007
+ index$a_getAllEventData as getAllEventData,
8008
+ index$a_getCourtInfo as getCourtInfo,
8009
+ index$a_getDrawData as getDrawData,
8010
+ index$a_getEventData as getEventData,
8011
+ index$a_getEventPublishStatus as getEventPublishStatus,
8012
+ index$a_getPublishState as getPublishState,
8013
+ index$a_getTournamentPublishStatus as getTournamentPublishStatus,
8014
+ index$a_getVenueData as getVenueData,
8015
+ mutate$5 as mutate,
8016
+ index$a_publishEvent as publishEvent,
8017
+ index$a_publishEventSeeding as publishEventSeeding,
8018
+ index$a_publishOrderOfPlay as publishOrderOfPlay,
8019
+ index$a_publishParticipants as publishParticipants,
8020
+ query$5 as query,
8021
+ index$a_setEventDisplay as setEventDisplay,
8022
+ index$a_unPublishEvent as unPublishEvent,
8023
+ index$a_unPublishEventSeeding as unPublishEventSeeding,
8024
+ index$a_unPublishOrderOfPlay as unPublishOrderOfPlay,
8025
+ index$a_unPublishParticipants as unPublishParticipants,
8026
+ };
7442
8027
  }
7443
8028
 
7444
8029
  type FindExtensionType = {
@@ -7592,7 +8177,23 @@ declare const query$4_getTournamentPoints: typeof getTournamentPoints;
7592
8177
  declare const query$4_getTournamentStructures: typeof getTournamentStructures;
7593
8178
  declare const query$4_getTournamentTimeItem: typeof getTournamentTimeItem;
7594
8179
  declare namespace query$4 {
7595
- export { query$4_analyzeDraws as analyzeDraws, query$4_analyzeTournament as analyzeTournament, query$4_getAggregateTeamResults as getAggregateTeamResults, query$4_getAllowedDrawTypes as getAllowedDrawTypes, query$4_getAllowedMatchUpFormats as getAllowedMatchUpFormats, query$4_getAppliedPolicies as getAppliedPolicies, query$4_getCompetitionDateRange as getCompetitionDateRange, query$4_getCompetitionPenalties as getCompetitionPenalties, query$4_getPolicyDefinitions as getPolicyDefinitions, query$4_getTournamentInfo as getTournamentInfo, query$4_getTournamentPenalties as getTournamentPenalties, query$4_getTournamentPersons as getTournamentPersons, query$4_getTournamentPoints as getTournamentPoints, query$4_getTournamentStructures as getTournamentStructures, query$4_getTournamentTimeItem as getTournamentTimeItem };
8180
+ export {
8181
+ query$4_analyzeDraws as analyzeDraws,
8182
+ query$4_analyzeTournament as analyzeTournament,
8183
+ query$4_getAggregateTeamResults as getAggregateTeamResults,
8184
+ query$4_getAllowedDrawTypes as getAllowedDrawTypes,
8185
+ query$4_getAllowedMatchUpFormats as getAllowedMatchUpFormats,
8186
+ query$4_getAppliedPolicies as getAppliedPolicies,
8187
+ query$4_getCompetitionDateRange as getCompetitionDateRange,
8188
+ query$4_getCompetitionPenalties as getCompetitionPenalties,
8189
+ query$4_getPolicyDefinitions as getPolicyDefinitions,
8190
+ query$4_getTournamentInfo as getTournamentInfo,
8191
+ query$4_getTournamentPenalties as getTournamentPenalties,
8192
+ query$4_getTournamentPersons as getTournamentPersons,
8193
+ query$4_getTournamentPoints as getTournamentPoints,
8194
+ query$4_getTournamentStructures as getTournamentStructures,
8195
+ query$4_getTournamentTimeItem as getTournamentTimeItem,
8196
+ };
7596
8197
  }
7597
8198
 
7598
8199
  type GenderValidityCheckArgs = {
@@ -7663,7 +8264,12 @@ declare const query$3_getTieFormat: typeof getTieFormat;
7663
8264
  declare const query$3_tieFormatGenderValidityCheck: typeof tieFormatGenderValidityCheck;
7664
8265
  declare const query$3_validateCollectionDefinition: typeof validateCollectionDefinition;
7665
8266
  declare namespace query$3 {
7666
- export { query$3_compareTieFormats as compareTieFormats, query$3_getTieFormat as getTieFormat, query$3_tieFormatGenderValidityCheck as tieFormatGenderValidityCheck, query$3_validateCollectionDefinition as validateCollectionDefinition };
8267
+ export {
8268
+ query$3_compareTieFormats as compareTieFormats,
8269
+ query$3_getTieFormat as getTieFormat,
8270
+ query$3_tieFormatGenderValidityCheck as tieFormatGenderValidityCheck,
8271
+ query$3_validateCollectionDefinition as validateCollectionDefinition,
8272
+ };
7667
8273
  }
7668
8274
 
7669
8275
  type GetMatchUpsToScheduleArgs = {
@@ -7825,7 +8431,17 @@ declare const query$2_getSchedulingProfile: typeof getSchedulingProfile;
7825
8431
  declare const query$2_getSchedulingProfileIssues: typeof getSchedulingProfileIssues;
7826
8432
  declare const query$2_publicFindCourt: typeof publicFindCourt;
7827
8433
  declare namespace query$2 {
7828
- export { query$2_courtGridRows as courtGridRows, query$2_findVenue as findVenue, query$2_getMatchUpsToSchedule as getMatchUpsToSchedule, query$2_getPersonRequests as getPersonRequests, query$2_getProfileRounds as getProfileRounds, query$2_getScheduledRoundsDetails as getScheduledRoundsDetails, query$2_getSchedulingProfile as getSchedulingProfile, query$2_getSchedulingProfileIssues as getSchedulingProfileIssues, query$2_publicFindCourt as publicFindCourt };
8434
+ export {
8435
+ query$2_courtGridRows as courtGridRows,
8436
+ query$2_findVenue as findVenue,
8437
+ query$2_getMatchUpsToSchedule as getMatchUpsToSchedule,
8438
+ query$2_getPersonRequests as getPersonRequests,
8439
+ query$2_getProfileRounds as getProfileRounds,
8440
+ query$2_getScheduledRoundsDetails as getScheduledRoundsDetails,
8441
+ query$2_getSchedulingProfile as getSchedulingProfile,
8442
+ query$2_getSchedulingProfileIssues as getSchedulingProfileIssues,
8443
+ query$2_publicFindCourt as publicFindCourt,
8444
+ };
7829
8445
  }
7830
8446
 
7831
8447
  type GetVenuesAndCourtsArgs = {
@@ -7872,7 +8488,12 @@ declare const query$1_getCourts: typeof getCourts;
7872
8488
  declare const query$1_getVenuesAndCourts: typeof getVenuesAndCourts;
7873
8489
  declare const query$1_publicFindVenue: typeof publicFindVenue;
7874
8490
  declare namespace query$1 {
7875
- export { query$1_getCompetitionVenues as getCompetitionVenues, query$1_getCourts as getCourts, query$1_getVenuesAndCourts as getVenuesAndCourts, query$1_publicFindVenue as publicFindVenue };
8491
+ export {
8492
+ query$1_getCompetitionVenues as getCompetitionVenues,
8493
+ query$1_getCourts as getCourts,
8494
+ query$1_getVenuesAndCourts as getVenuesAndCourts,
8495
+ query$1_publicFindVenue as publicFindVenue,
8496
+ };
7876
8497
  }
7877
8498
 
7878
8499
  declare const index$9_addGoesTo: typeof addGoesTo;
@@ -8011,7 +8632,144 @@ declare const index$9_validMatchUps: typeof validMatchUps;
8011
8632
  declare const index$9_validateCollectionDefinition: typeof validateCollectionDefinition;
8012
8633
  declare const index$9_validateLineUp: typeof validateLineUp;
8013
8634
  declare namespace index$9 {
8014
- 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_courtGridRows as courtGridRows, index$9_credits as credits, index$9_drawMatchUps as drawMatchUps, index$9_eventMatchUps as eventMatchUps, index$9_filterMatchUps as filterMatchUps, index$9_filterParticipants as filterParticipants, publicFindDrawDefinition as findDrawDefinition, index$9_findExtension as findExtension, index$9_findVenue as findVenue, index$9_getAggregateTeamResults as getAggregateTeamResults, 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_getDrawStructures as getDrawStructures, 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_getHomeParticipantId as getHomeParticipantId, 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_getMatchUpsToSchedule as getMatchUpsToSchedule, 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_getRandomQualifierList as getRandomQualifierList, 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_getTournamentPoints as getTournamentPoints, index$9_getTournamentPublishStatus as getTournamentPublishStatus, 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_publicFindCourt as publicFindCourt, 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 };
8635
+ export {
8636
+ index$9_addGoesTo as addGoesTo,
8637
+ index$9_allCompetitionMatchUps as allCompetitionMatchUps,
8638
+ index$9_allDrawMatchUps as allDrawMatchUps,
8639
+ index$9_allEventMatchUps as allEventMatchUps,
8640
+ index$9_allPlayoffPositionsFilled as allPlayoffPositionsFilled,
8641
+ index$9_allTournamentMatchUps as allTournamentMatchUps,
8642
+ index$9_analyzeDraws as analyzeDraws,
8643
+ index$9_analyzeMatchUp as analyzeMatchUp,
8644
+ index$9_analyzeTournament as analyzeTournament,
8645
+ index$9_bulkUpdatePublishedEventIds as bulkUpdatePublishedEventIds,
8646
+ index$9_calculateWinCriteria as calculateWinCriteria,
8647
+ index$9_categoryCanContain as categoryCanContain,
8648
+ index$9_checkMatchUpIsComplete as checkMatchUpIsComplete,
8649
+ index$9_checkValidEntries as checkValidEntries,
8650
+ index$9_compareTieFormats as compareTieFormats,
8651
+ index$9_competitionScheduleMatchUps as competitionScheduleMatchUps,
8652
+ index$9_courtGridRows as courtGridRows,
8653
+ index$9_credits as credits,
8654
+ index$9_drawMatchUps as drawMatchUps,
8655
+ index$9_eventMatchUps as eventMatchUps,
8656
+ index$9_filterMatchUps as filterMatchUps,
8657
+ index$9_filterParticipants as filterParticipants,
8658
+ publicFindDrawDefinition as findDrawDefinition,
8659
+ index$9_findExtension as findExtension,
8660
+ index$9_findVenue as findVenue,
8661
+ index$9_getAggregateTeamResults as getAggregateTeamResults,
8662
+ index$9_getAllDrawMatchUps as getAllDrawMatchUps,
8663
+ index$9_getAllEventData as getAllEventData,
8664
+ index$9_getAllStructureMatchUps as getAllStructureMatchUps,
8665
+ index$9_getAllowedDrawTypes as getAllowedDrawTypes,
8666
+ index$9_getAllowedMatchUpFormats as getAllowedMatchUpFormats,
8667
+ index$9_getAppliedPolicies as getAppliedPolicies,
8668
+ index$9_getAssignedParticipantIds as getAssignedParticipantIds,
8669
+ index$9_getAvailableMatchUpsCount as getAvailableMatchUpsCount,
8670
+ index$9_getAvailablePlayoffProfiles as getAvailablePlayoffProfiles,
8671
+ index$9_getCategoryAgeDetails as getCategoryAgeDetails,
8672
+ index$9_getCheckedInParticipantIds as getCheckedInParticipantIds,
8673
+ index$9_getCompetitionDateRange as getCompetitionDateRange,
8674
+ index$9_getCompetitionMatchUps as getCompetitionMatchUps,
8675
+ index$9_getCompetitionParticipants as getCompetitionParticipants,
8676
+ index$9_getCompetitionPenalties as getCompetitionPenalties,
8677
+ index$9_getCompetitionVenues as getCompetitionVenues,
8678
+ index$9_getCourtInfo as getCourtInfo,
8679
+ index$9_getCourts as getCourts,
8680
+ index$9_getDrawData as getDrawData,
8681
+ index$9_getDrawDefinitionTimeItem as getDrawDefinitionTimeItem,
8682
+ index$9_getDrawParticipantRepresentativeIds as getDrawParticipantRepresentativeIds,
8683
+ index$9_getDrawStructures as getDrawStructures,
8684
+ index$9_getDrawTypeCoercion as getDrawTypeCoercion,
8685
+ index$9_getEligibleVoluntaryConsolationParticipants as getEligibleVoluntaryConsolationParticipants,
8686
+ index$9_getEntriesAndSeedsCount as getEntriesAndSeedsCount,
8687
+ index$9_getEvent as getEvent,
8688
+ index$9_getEventData as getEventData,
8689
+ index$9_getEventMatchUpFormatTiming as getEventMatchUpFormatTiming,
8690
+ index$9_getEventProperties as getEventProperties,
8691
+ index$9_getEventPublishStatus as getEventPublishStatus,
8692
+ index$9_getEventStructures as getEventStructures,
8693
+ index$9_getEventTimeItem as getEventTimeItem,
8694
+ index$9_getEvents as getEvents,
8695
+ index$9_getFlightProfile as getFlightProfile,
8696
+ index$9_getHomeParticipantId as getHomeParticipantId,
8697
+ index$9_getLinkedTournamentIds as getLinkedTournamentIds,
8698
+ index$9_getMatchUpCompetitiveProfile as getMatchUpCompetitiveProfile,
8699
+ index$9_getMatchUpContextIds as getMatchUpContextIds,
8700
+ index$9_getMatchUpDailyLimits as getMatchUpDailyLimits,
8701
+ index$9_getMatchUpDailyLimitsUpdate as getMatchUpDailyLimitsUpdate,
8702
+ index$9_getMatchUpDependencies as getMatchUpDependencies,
8703
+ index$9_getMatchUpFormat as getMatchUpFormat,
8704
+ index$9_getMatchUpFormatTiming as getMatchUpFormatTiming,
8705
+ index$9_getMatchUpFormatTimingUpdate as getMatchUpFormatTimingUpdate,
8706
+ index$9_getMatchUpScheduleDetails as getMatchUpScheduleDetails,
8707
+ index$9_getMatchUpType as getMatchUpType,
8708
+ index$9_getMatchUpsMap as getMatchUpsMap,
8709
+ index$9_getMatchUpsStats as getMatchUpsStats,
8710
+ index$9_getMatchUpsToSchedule as getMatchUpsToSchedule,
8711
+ index$9_getMaxEntryPosition as getMaxEntryPosition,
8712
+ index$9_getModifiedMatchUpFormatTiming as getModifiedMatchUpFormatTiming,
8713
+ index$9_getPairedParticipant as getPairedParticipant,
8714
+ index$9_getParticipantEventDetails as getParticipantEventDetails,
8715
+ index$9_getParticipantIdFinishingPositions as getParticipantIdFinishingPositions,
8716
+ index$9_getParticipantMembership as getParticipantMembership,
8717
+ index$9_getParticipantResults as getParticipantResults,
8718
+ index$9_getParticipantScaleItem as getParticipantScaleItem,
8719
+ index$9_getParticipantSchedules as getParticipantSchedules,
8720
+ index$9_getParticipantSignInStatus as getParticipantSignInStatus,
8721
+ index$9_getParticipantTimeItem as getParticipantTimeItem,
8722
+ index$9_getParticipants as getParticipants,
8723
+ index$9_getPersonRequests as getPersonRequests,
8724
+ index$9_getPolicyDefinitions as getPolicyDefinitions,
8725
+ index$9_getPositionAssignments as getPositionAssignments,
8726
+ index$9_getPositionsPlayedOff as getPositionsPlayedOff,
8727
+ index$9_getPredictiveAccuracy as getPredictiveAccuracy,
8728
+ index$9_getProfileRounds as getProfileRounds,
8729
+ index$9_getPublishState as getPublishState,
8730
+ index$9_getRandomQualifierList as getRandomQualifierList,
8731
+ index$9_getRoundMatchUps as getRoundMatchUps,
8732
+ index$9_getRounds as getRounds,
8733
+ index$9_getScaleValues as getScaleValues,
8734
+ index$9_getScaledEntries as getScaledEntries,
8735
+ index$9_getScheduledRoundsDetails as getScheduledRoundsDetails,
8736
+ index$9_getSchedulingProfile as getSchedulingProfile,
8737
+ index$9_getSchedulingProfileIssues as getSchedulingProfileIssues,
8738
+ index$9_getSeedingThresholds as getSeedingThresholds,
8739
+ index$9_getSeedsCount as getSeedsCount,
8740
+ index$9_getStructureSeedAssignments as getStructureSeedAssignments,
8741
+ index$9_getTeamLineUp as getTeamLineUp,
8742
+ index$9_getTieFormat as getTieFormat,
8743
+ index$9_getTimeItem as getTimeItem,
8744
+ index$9_getTournamentIds as getTournamentIds,
8745
+ index$9_getTournamentInfo as getTournamentInfo,
8746
+ index$9_getTournamentPenalties as getTournamentPenalties,
8747
+ index$9_getTournamentPersons as getTournamentPersons,
8748
+ index$9_getTournamentPoints as getTournamentPoints,
8749
+ index$9_getTournamentPublishStatus as getTournamentPublishStatus,
8750
+ index$9_getTournamentStructures as getTournamentStructures,
8751
+ index$9_getTournamentTimeItem as getTournamentTimeItem,
8752
+ index$9_getValidGroupSizes as getValidGroupSizes,
8753
+ index$9_getVenueData as getVenueData,
8754
+ index$9_getVenuesAndCourts as getVenuesAndCourts,
8755
+ index$9_isAdHoc as isAdHoc,
8756
+ index$9_isCompletedStructure as isCompletedStructure,
8757
+ index$9_isValidForQualifying as isValidForQualifying,
8758
+ index$9_isValidMatchUpFormat as isValidMatchUpFormat,
8759
+ index$9_matchUpActions as matchUpActions,
8760
+ index$9_participantScaleItem as participantScaleItem,
8761
+ index$9_participantScheduledMatchUps as participantScheduledMatchUps,
8762
+ index$9_positionActions as positionActions,
8763
+ index$9_publicFindCourt as publicFindCourt,
8764
+ index$9_publicFindVenue as publicFindVenue,
8765
+ index$9_tallyParticipantResults as tallyParticipantResults,
8766
+ index$9_tieFormatGenderValidityCheck as tieFormatGenderValidityCheck,
8767
+ index$9_tournamentMatchUps as tournamentMatchUps,
8768
+ index$9_validMatchUp as validMatchUp,
8769
+ index$9_validMatchUps as validMatchUps,
8770
+ index$9_validateCollectionDefinition as validateCollectionDefinition,
8771
+ index$9_validateLineUp as validateLineUp,
8772
+ };
8015
8773
  }
8016
8774
 
8017
8775
  type StatCounters = {
@@ -8162,7 +8920,12 @@ declare const index$8_getParticipantStats: typeof getParticipantStats;
8162
8920
  declare const index$8_getStructureReports: typeof getStructureReports;
8163
8921
  declare const index$8_getVenuesReport: typeof getVenuesReport;
8164
8922
  declare namespace index$8 {
8165
- export { index$8_getEntryStatusReports as getEntryStatusReports, index$8_getParticipantStats as getParticipantStats, index$8_getStructureReports as getStructureReports, index$8_getVenuesReport as getVenuesReport };
8923
+ export {
8924
+ index$8_getEntryStatusReports as getEntryStatusReports,
8925
+ index$8_getParticipantStats as getParticipantStats,
8926
+ index$8_getStructureReports as getStructureReports,
8927
+ index$8_getVenuesReport as getVenuesReport,
8928
+ };
8166
8929
  }
8167
8930
 
8168
8931
  declare function setMatchUpHomeParticipantId(params: AddScheduleAttributeArgs & {
@@ -8450,10 +9213,8 @@ declare function scheduleProfileRounds(params: ScheduleProfileRoundsArgs): (Resu
8450
9213
  issues?: string[];
8451
9214
  } | {
8452
9215
  schedulingProfileModifications: any;
8453
- schedulingProfileIssues: any;
8454
- scheduleTimesRemaining: {};
8455
- dateSchedulingProfiles: any;
8456
- skippedScheduleTimes: {};
9216
+ schedulingProfileIssues: any[] | undefined;
9217
+ dateSchedulingProfiles: any[];
8457
9218
  recoveryTimeDeferredMatchUpIds: {};
8458
9219
  dependencyDeferredMatchUpIds: {};
8459
9220
  matchUpScheduleTimes: {};
@@ -8461,12 +9222,14 @@ declare function scheduleProfileRounds(params: ScheduleProfileRoundsArgs): (Resu
8461
9222
  scheduledMatchUpIds: {};
8462
9223
  noTimeMatchUpIds: {};
8463
9224
  requestConflicts: {};
8464
- scheduledDates: any;
9225
+ scheduledDates: any[];
8465
9226
  success: boolean;
8466
9227
  } | {
8467
9228
  schedulingProfileModifications: any;
8468
- schedulingProfileIssues: any[] | undefined;
8469
- dateSchedulingProfiles: any[];
9229
+ schedulingProfileIssues: any;
9230
+ scheduleTimesRemaining: {};
9231
+ dateSchedulingProfiles: any;
9232
+ skippedScheduleTimes: {};
8470
9233
  recoveryTimeDeferredMatchUpIds: {};
8471
9234
  dependencyDeferredMatchUpIds: {};
8472
9235
  matchUpScheduleTimes: {};
@@ -8474,7 +9237,7 @@ declare function scheduleProfileRounds(params: ScheduleProfileRoundsArgs): (Resu
8474
9237
  scheduledMatchUpIds: {};
8475
9238
  noTimeMatchUpIds: {};
8476
9239
  requestConflicts: {};
8477
- scheduledDates: any[];
9240
+ scheduledDates: any;
8478
9241
  success: boolean;
8479
9242
  } | {
8480
9243
  error: {
@@ -8695,7 +9458,45 @@ declare const mutate$4_setSchedulingProfile: typeof setSchedulingProfile;
8695
9458
  declare const mutate$4_toggleParticipantCheckInState: typeof toggleParticipantCheckInState;
8696
9459
  declare const mutate$4_validateSchedulingProfile: typeof validateSchedulingProfile;
8697
9460
  declare namespace mutate$4 {
8698
- export { mutate$4_addMatchUpCourtOrder as addMatchUpCourtOrder, mutate$4_addMatchUpEndTime as addMatchUpEndTime, mutate$4_addMatchUpOfficial as addMatchUpOfficial, mutate$4_addMatchUpResumeTime as addMatchUpResumeTime, mutate$4_addMatchUpScheduleItems as addMatchUpScheduleItems, mutate$4_addMatchUpScheduledDate as addMatchUpScheduledDate, mutate$4_addMatchUpScheduledTime as addMatchUpScheduledTime, mutate$4_addMatchUpStartTime as addMatchUpStartTime, mutate$4_addMatchUpStopTime as addMatchUpStopTime, mutate$4_addSchedulingProfileRound as addSchedulingProfileRound, mutate$4_allocateTeamMatchUpCourts as allocateTeamMatchUpCourts, mutate$4_assignMatchUpCourt as assignMatchUpCourt, mutate$4_assignMatchUpVenue as assignMatchUpVenue, mutate$4_bulkRescheduleMatchUps as bulkRescheduleMatchUps, mutate$4_bulkScheduleMatchUps as bulkScheduleMatchUps, mutate$4_bulkScheduleTournamentMatchUps as bulkScheduleTournamentMatchUps, mutate$4_bulkUpdateCourtAssignments as bulkUpdateCourtAssignments, mutate$4_calculateScheduleTimes as calculateScheduleTimes, mutate$4_clearMatchUpSchedule as clearMatchUpSchedule, mutate$4_clearScheduledMatchUps as clearScheduledMatchUps, mutate$4_findMatchUpFormatTiming as findMatchUpFormatTiming, mutate$4_generateBookings as generateBookings, mutate$4_generateVirtualCourts as generateVirtualCourts, mutate$4_matchUpScheduleChange as matchUpScheduleChange, mutate$4_modifyMatchUpFormatTiming as modifyMatchUpFormatTiming, mutate$4_proAutoSchedule as proAutoSchedule, mutate$4_proConflicts as proConflicts, mutate$4_removeEventMatchUpFormatTiming as removeEventMatchUpFormatTiming, mutate$4_removeMatchUpCourtAssignment as removeMatchUpCourtAssignment, mutate$4_reorderUpcomingMatchUps as reorderUpcomingMatchUps, mutate$4_scheduleMatchUps as scheduleMatchUps, mutate$4_scheduleProfileRounds as scheduleProfileRounds, mutate$4_setMatchUpDailyLimits as setMatchUpDailyLimits, mutate$4_setMatchUpHomeParticipantId as setMatchUpHomeParticipantId, mutate$4_setSchedulingProfile as setSchedulingProfile, mutate$4_toggleParticipantCheckInState as toggleParticipantCheckInState, mutate$4_validateSchedulingProfile as validateSchedulingProfile };
9461
+ export {
9462
+ mutate$4_addMatchUpCourtOrder as addMatchUpCourtOrder,
9463
+ mutate$4_addMatchUpEndTime as addMatchUpEndTime,
9464
+ mutate$4_addMatchUpOfficial as addMatchUpOfficial,
9465
+ mutate$4_addMatchUpResumeTime as addMatchUpResumeTime,
9466
+ mutate$4_addMatchUpScheduleItems as addMatchUpScheduleItems,
9467
+ mutate$4_addMatchUpScheduledDate as addMatchUpScheduledDate,
9468
+ mutate$4_addMatchUpScheduledTime as addMatchUpScheduledTime,
9469
+ mutate$4_addMatchUpStartTime as addMatchUpStartTime,
9470
+ mutate$4_addMatchUpStopTime as addMatchUpStopTime,
9471
+ mutate$4_addSchedulingProfileRound as addSchedulingProfileRound,
9472
+ mutate$4_allocateTeamMatchUpCourts as allocateTeamMatchUpCourts,
9473
+ mutate$4_assignMatchUpCourt as assignMatchUpCourt,
9474
+ mutate$4_assignMatchUpVenue as assignMatchUpVenue,
9475
+ mutate$4_bulkRescheduleMatchUps as bulkRescheduleMatchUps,
9476
+ mutate$4_bulkScheduleMatchUps as bulkScheduleMatchUps,
9477
+ mutate$4_bulkScheduleTournamentMatchUps as bulkScheduleTournamentMatchUps,
9478
+ mutate$4_bulkUpdateCourtAssignments as bulkUpdateCourtAssignments,
9479
+ mutate$4_calculateScheduleTimes as calculateScheduleTimes,
9480
+ mutate$4_clearMatchUpSchedule as clearMatchUpSchedule,
9481
+ mutate$4_clearScheduledMatchUps as clearScheduledMatchUps,
9482
+ mutate$4_findMatchUpFormatTiming as findMatchUpFormatTiming,
9483
+ mutate$4_generateBookings as generateBookings,
9484
+ mutate$4_generateVirtualCourts as generateVirtualCourts,
9485
+ mutate$4_matchUpScheduleChange as matchUpScheduleChange,
9486
+ mutate$4_modifyMatchUpFormatTiming as modifyMatchUpFormatTiming,
9487
+ mutate$4_proAutoSchedule as proAutoSchedule,
9488
+ mutate$4_proConflicts as proConflicts,
9489
+ mutate$4_removeEventMatchUpFormatTiming as removeEventMatchUpFormatTiming,
9490
+ mutate$4_removeMatchUpCourtAssignment as removeMatchUpCourtAssignment,
9491
+ mutate$4_reorderUpcomingMatchUps as reorderUpcomingMatchUps,
9492
+ mutate$4_scheduleMatchUps as scheduleMatchUps,
9493
+ mutate$4_scheduleProfileRounds as scheduleProfileRounds,
9494
+ mutate$4_setMatchUpDailyLimits as setMatchUpDailyLimits,
9495
+ mutate$4_setMatchUpHomeParticipantId as setMatchUpHomeParticipantId,
9496
+ mutate$4_setSchedulingProfile as setSchedulingProfile,
9497
+ mutate$4_toggleParticipantCheckInState as toggleParticipantCheckInState,
9498
+ mutate$4_validateSchedulingProfile as validateSchedulingProfile,
9499
+ };
8699
9500
  }
8700
9501
 
8701
9502
  declare const index$7_addMatchUpCourtOrder: typeof addMatchUpCourtOrder;
@@ -8745,7 +9546,56 @@ declare const index$7_setSchedulingProfile: typeof setSchedulingProfile;
8745
9546
  declare const index$7_toggleParticipantCheckInState: typeof toggleParticipantCheckInState;
8746
9547
  declare const index$7_validateSchedulingProfile: typeof validateSchedulingProfile;
8747
9548
  declare namespace index$7 {
8748
- export { index$7_addMatchUpCourtOrder as addMatchUpCourtOrder, index$7_addMatchUpEndTime as addMatchUpEndTime, index$7_addMatchUpOfficial as addMatchUpOfficial, index$7_addMatchUpResumeTime as addMatchUpResumeTime, index$7_addMatchUpScheduleItems as addMatchUpScheduleItems, index$7_addMatchUpScheduledDate as addMatchUpScheduledDate, index$7_addMatchUpScheduledTime as addMatchUpScheduledTime, index$7_addMatchUpStartTime as addMatchUpStartTime, index$7_addMatchUpStopTime as addMatchUpStopTime, index$7_addSchedulingProfileRound as addSchedulingProfileRound, index$7_allocateTeamMatchUpCourts as allocateTeamMatchUpCourts, index$7_assignMatchUpCourt as assignMatchUpCourt, index$7_assignMatchUpVenue as assignMatchUpVenue, index$7_bulkRescheduleMatchUps as bulkRescheduleMatchUps, index$7_bulkScheduleMatchUps as bulkScheduleMatchUps, index$7_bulkScheduleTournamentMatchUps as bulkScheduleTournamentMatchUps, index$7_bulkUpdateCourtAssignments as bulkUpdateCourtAssignments, index$7_calculateScheduleTimes as calculateScheduleTimes, index$7_clearMatchUpSchedule as clearMatchUpSchedule, index$7_clearScheduledMatchUps as clearScheduledMatchUps, index$7_courtGridRows as courtGridRows, index$7_findMatchUpFormatTiming as findMatchUpFormatTiming, index$7_findVenue as findVenue, index$7_generateBookings as generateBookings, index$7_generateVirtualCourts as generateVirtualCourts, index$7_getMatchUpsToSchedule as getMatchUpsToSchedule, index$7_getPersonRequests as getPersonRequests, index$7_getProfileRounds as getProfileRounds, index$7_getScheduledRoundsDetails as getScheduledRoundsDetails, index$7_getSchedulingProfile as getSchedulingProfile, index$7_getSchedulingProfileIssues as getSchedulingProfileIssues, index$7_matchUpScheduleChange as matchUpScheduleChange, index$7_modifyMatchUpFormatTiming as modifyMatchUpFormatTiming, mutate$4 as mutate, index$7_proAutoSchedule as proAutoSchedule, index$7_proConflicts as proConflicts, index$7_publicFindCourt as publicFindCourt, query$2 as query, index$7_removeEventMatchUpFormatTiming as removeEventMatchUpFormatTiming, index$7_removeMatchUpCourtAssignment as removeMatchUpCourtAssignment, index$7_reorderUpcomingMatchUps as reorderUpcomingMatchUps, index$7_scheduleMatchUps as scheduleMatchUps, index$7_scheduleProfileRounds as scheduleProfileRounds, index$7_setMatchUpDailyLimits as setMatchUpDailyLimits, index$7_setMatchUpHomeParticipantId as setMatchUpHomeParticipantId, index$7_setSchedulingProfile as setSchedulingProfile, index$7_toggleParticipantCheckInState as toggleParticipantCheckInState, index$7_validateSchedulingProfile as validateSchedulingProfile };
9549
+ export {
9550
+ index$7_addMatchUpCourtOrder as addMatchUpCourtOrder,
9551
+ index$7_addMatchUpEndTime as addMatchUpEndTime,
9552
+ index$7_addMatchUpOfficial as addMatchUpOfficial,
9553
+ index$7_addMatchUpResumeTime as addMatchUpResumeTime,
9554
+ index$7_addMatchUpScheduleItems as addMatchUpScheduleItems,
9555
+ index$7_addMatchUpScheduledDate as addMatchUpScheduledDate,
9556
+ index$7_addMatchUpScheduledTime as addMatchUpScheduledTime,
9557
+ index$7_addMatchUpStartTime as addMatchUpStartTime,
9558
+ index$7_addMatchUpStopTime as addMatchUpStopTime,
9559
+ index$7_addSchedulingProfileRound as addSchedulingProfileRound,
9560
+ index$7_allocateTeamMatchUpCourts as allocateTeamMatchUpCourts,
9561
+ index$7_assignMatchUpCourt as assignMatchUpCourt,
9562
+ index$7_assignMatchUpVenue as assignMatchUpVenue,
9563
+ index$7_bulkRescheduleMatchUps as bulkRescheduleMatchUps,
9564
+ index$7_bulkScheduleMatchUps as bulkScheduleMatchUps,
9565
+ index$7_bulkScheduleTournamentMatchUps as bulkScheduleTournamentMatchUps,
9566
+ index$7_bulkUpdateCourtAssignments as bulkUpdateCourtAssignments,
9567
+ index$7_calculateScheduleTimes as calculateScheduleTimes,
9568
+ index$7_clearMatchUpSchedule as clearMatchUpSchedule,
9569
+ index$7_clearScheduledMatchUps as clearScheduledMatchUps,
9570
+ index$7_courtGridRows as courtGridRows,
9571
+ index$7_findMatchUpFormatTiming as findMatchUpFormatTiming,
9572
+ index$7_findVenue as findVenue,
9573
+ index$7_generateBookings as generateBookings,
9574
+ index$7_generateVirtualCourts as generateVirtualCourts,
9575
+ index$7_getMatchUpsToSchedule as getMatchUpsToSchedule,
9576
+ index$7_getPersonRequests as getPersonRequests,
9577
+ index$7_getProfileRounds as getProfileRounds,
9578
+ index$7_getScheduledRoundsDetails as getScheduledRoundsDetails,
9579
+ index$7_getSchedulingProfile as getSchedulingProfile,
9580
+ index$7_getSchedulingProfileIssues as getSchedulingProfileIssues,
9581
+ index$7_matchUpScheduleChange as matchUpScheduleChange,
9582
+ index$7_modifyMatchUpFormatTiming as modifyMatchUpFormatTiming,
9583
+ mutate$4 as mutate,
9584
+ index$7_proAutoSchedule as proAutoSchedule,
9585
+ index$7_proConflicts as proConflicts,
9586
+ index$7_publicFindCourt as publicFindCourt,
9587
+ query$2 as query,
9588
+ index$7_removeEventMatchUpFormatTiming as removeEventMatchUpFormatTiming,
9589
+ index$7_removeMatchUpCourtAssignment as removeMatchUpCourtAssignment,
9590
+ index$7_reorderUpcomingMatchUps as reorderUpcomingMatchUps,
9591
+ index$7_scheduleMatchUps as scheduleMatchUps,
9592
+ index$7_scheduleProfileRounds as scheduleProfileRounds,
9593
+ index$7_setMatchUpDailyLimits as setMatchUpDailyLimits,
9594
+ index$7_setMatchUpHomeParticipantId as setMatchUpHomeParticipantId,
9595
+ index$7_setSchedulingProfile as setSchedulingProfile,
9596
+ index$7_toggleParticipantCheckInState as toggleParticipantCheckInState,
9597
+ index$7_validateSchedulingProfile as validateSchedulingProfile,
9598
+ };
8749
9599
  }
8750
9600
 
8751
9601
  type TieMatchUpScore = {
@@ -8792,7 +9642,11 @@ declare const generate$2_generateScoreString: typeof generateScoreString;
8792
9642
  declare const generate$2_generateTieMatchUpScore: typeof generateTieMatchUpScore;
8793
9643
  declare const generate$2_reverseScore: typeof reverseScore;
8794
9644
  declare namespace generate$2 {
8795
- export { generate$2_generateScoreString as generateScoreString, generate$2_generateTieMatchUpScore as generateTieMatchUpScore, generate$2_reverseScore as reverseScore };
9645
+ export {
9646
+ generate$2_generateScoreString as generateScoreString,
9647
+ generate$2_generateTieMatchUpScore as generateTieMatchUpScore,
9648
+ generate$2_reverseScore as reverseScore,
9649
+ };
8796
9650
  }
8797
9651
 
8798
9652
  declare function calculateHistoryScore(params: any): {
@@ -8926,7 +9780,18 @@ declare const mutate$3_setServingSide: typeof setServingSide;
8926
9780
  declare const mutate$3_umo: typeof umo;
8927
9781
  declare const mutate$3_undo: typeof undo;
8928
9782
  declare namespace mutate$3 {
8929
- export { mutate$3_addGame as addGame, mutate$3_addPoint as addPoint, mutate$3_addSet as addSet, mutate$3_addShot as addShot, mutate$3_calculateHistoryScore as calculateHistoryScore, mutate$3_clearHistory as clearHistory, mutate$3_redo as redo, mutate$3_setServingSide as setServingSide, mutate$3_umo as umo, mutate$3_undo as undo };
9783
+ export {
9784
+ mutate$3_addGame as addGame,
9785
+ mutate$3_addPoint as addPoint,
9786
+ mutate$3_addSet as addSet,
9787
+ mutate$3_addShot as addShot,
9788
+ mutate$3_calculateHistoryScore as calculateHistoryScore,
9789
+ mutate$3_clearHistory as clearHistory,
9790
+ mutate$3_redo as redo,
9791
+ mutate$3_setServingSide as setServingSide,
9792
+ mutate$3_umo as umo,
9793
+ mutate$3_undo as undo,
9794
+ };
8930
9795
  }
8931
9796
 
8932
9797
  declare function keyValueScore(params: any): {
@@ -8967,7 +9832,12 @@ declare function tidyScore(params: any): {
8967
9832
  declare const help_keyValueScore: typeof keyValueScore;
8968
9833
  declare const help_tidyScore: typeof tidyScore;
8969
9834
  declare namespace help {
8970
- export { help_keyValueScore as keyValueScore, parse as parseMatchUpFormat, stringify as stringifyMatchUpFormat, help_tidyScore as tidyScore };
9835
+ export {
9836
+ help_keyValueScore as keyValueScore,
9837
+ parse as parseMatchUpFormat,
9838
+ stringify as stringifyMatchUpFormat,
9839
+ help_tidyScore as tidyScore,
9840
+ };
8971
9841
  }
8972
9842
 
8973
9843
  type ValidateTieFormatArgs = {
@@ -9067,7 +9937,18 @@ declare const query_parseScoreString: typeof parseScoreString;
9067
9937
  declare const query_validateScore: typeof validateScore;
9068
9938
  declare const query_validateTieFormat: typeof validateTieFormat;
9069
9939
  declare namespace query {
9070
- export { query_analyzeScore as analyzeScore, query_analyzeSet as analyzeSet, query_checkScoreHasValue as checkScoreHasValue, query_checkSetIsComplete as checkSetIsComplete, query_getSetComplement as getSetComplement, query_getTiebreakComplement as getTiebreakComplement, query_isValidMatchUpFormat as isValidMatchUpFormat, query_parseScoreString as parseScoreString, query_validateScore as validateScore, query_validateTieFormat as validateTieFormat };
9940
+ export {
9941
+ query_analyzeScore as analyzeScore,
9942
+ query_analyzeSet as analyzeSet,
9943
+ query_checkScoreHasValue as checkScoreHasValue,
9944
+ query_checkSetIsComplete as checkSetIsComplete,
9945
+ query_getSetComplement as getSetComplement,
9946
+ query_getTiebreakComplement as getTiebreakComplement,
9947
+ query_isValidMatchUpFormat as isValidMatchUpFormat,
9948
+ query_parseScoreString as parseScoreString,
9949
+ query_validateScore as validateScore,
9950
+ query_validateTieFormat as validateTieFormat,
9951
+ };
9071
9952
  }
9072
9953
 
9073
9954
  declare const index$6_addGame: typeof addGame;
@@ -9097,7 +9978,39 @@ declare const index$6_undo: typeof undo;
9097
9978
  declare const index$6_validateScore: typeof validateScore;
9098
9979
  declare const index$6_validateTieFormat: typeof validateTieFormat;
9099
9980
  declare namespace index$6 {
9100
- export { index$6_addGame as addGame, index$6_addPoint as addPoint, index$6_addSet as addSet, index$6_addShot as addShot, index$6_analyzeScore as analyzeScore, index$6_analyzeSet as analyzeSet, index$6_calculateHistoryScore as calculateHistoryScore, index$6_checkScoreHasValue as checkScoreHasValue, index$6_checkSetIsComplete as checkSetIsComplete, index$6_clearHistory as clearHistory, generate$2 as generate, index$6_generateScoreString as generateScoreString, index$6_generateTieMatchUpScore as generateTieMatchUpScore, index$6_getSetComplement as getSetComplement, index$6_getTiebreakComplement as getTiebreakComplement, help as helpers, index$6_isValidMatchUpFormat as isValidMatchUpFormat, index$6_keyValueScore as keyValueScore, mutate$3 as mutate, parse as parseMatchUpFormat, index$6_parseScoreString as parseScoreString, index$6_query as query, index$6_redo as redo, index$6_reverseScore as reverseScore, index$6_setServingSide as setServingSide, stringify as stringifyMatchUpFormat, index$6_tidyScore as tidyScore, index$6_umo as umo, index$6_undo as undo, index$6_validateScore as validateScore, index$6_validateTieFormat as validateTieFormat };
9981
+ export {
9982
+ index$6_addGame as addGame,
9983
+ index$6_addPoint as addPoint,
9984
+ index$6_addSet as addSet,
9985
+ index$6_addShot as addShot,
9986
+ index$6_analyzeScore as analyzeScore,
9987
+ index$6_analyzeSet as analyzeSet,
9988
+ index$6_calculateHistoryScore as calculateHistoryScore,
9989
+ index$6_checkScoreHasValue as checkScoreHasValue,
9990
+ index$6_checkSetIsComplete as checkSetIsComplete,
9991
+ index$6_clearHistory as clearHistory,
9992
+ generate$2 as generate,
9993
+ index$6_generateScoreString as generateScoreString,
9994
+ index$6_generateTieMatchUpScore as generateTieMatchUpScore,
9995
+ index$6_getSetComplement as getSetComplement,
9996
+ index$6_getTiebreakComplement as getTiebreakComplement,
9997
+ help as helpers,
9998
+ index$6_isValidMatchUpFormat as isValidMatchUpFormat,
9999
+ index$6_keyValueScore as keyValueScore,
10000
+ mutate$3 as mutate,
10001
+ parse as parseMatchUpFormat,
10002
+ index$6_parseScoreString as parseScoreString,
10003
+ index$6_query as query,
10004
+ index$6_redo as redo,
10005
+ index$6_reverseScore as reverseScore,
10006
+ index$6_setServingSide as setServingSide,
10007
+ stringify as stringifyMatchUpFormat,
10008
+ index$6_tidyScore as tidyScore,
10009
+ index$6_umo as umo,
10010
+ index$6_undo as undo,
10011
+ index$6_validateScore as validateScore,
10012
+ index$6_validateTieFormat as validateTieFormat,
10013
+ };
9101
10014
  }
9102
10015
 
9103
10016
  type ModifyCollectionDefinitionArgs = {
@@ -9270,7 +10183,16 @@ declare const mutate$2_orderCollectionDefinitions: typeof orderCollectionDefinit
9270
10183
  declare const mutate$2_removeCollectionDefinition: typeof removeCollectionDefinition;
9271
10184
  declare const mutate$2_removeCollectionGroup: typeof removeCollectionGroup;
9272
10185
  declare namespace mutate$2 {
9273
- export { mutate$2_addCollectionDefinition as addCollectionDefinition, mutate$2_addCollectionGroup as addCollectionGroup, mutate$2_aggregateTieFormats as aggregateTieFormats, mutate$2_modifyCollectionDefinition as modifyCollectionDefinition, mutate$2_modifyTieFormat as modifyTieFormat, mutate$2_orderCollectionDefinitions as orderCollectionDefinitions, mutate$2_removeCollectionDefinition as removeCollectionDefinition, mutate$2_removeCollectionGroup as removeCollectionGroup };
10186
+ export {
10187
+ mutate$2_addCollectionDefinition as addCollectionDefinition,
10188
+ mutate$2_addCollectionGroup as addCollectionGroup,
10189
+ mutate$2_aggregateTieFormats as aggregateTieFormats,
10190
+ mutate$2_modifyCollectionDefinition as modifyCollectionDefinition,
10191
+ mutate$2_modifyTieFormat as modifyTieFormat,
10192
+ mutate$2_orderCollectionDefinitions as orderCollectionDefinitions,
10193
+ mutate$2_removeCollectionDefinition as removeCollectionDefinition,
10194
+ mutate$2_removeCollectionGroup as removeCollectionGroup,
10195
+ };
9274
10196
  }
9275
10197
 
9276
10198
  declare const index$5_addCollectionDefinition: typeof addCollectionDefinition;
@@ -9286,7 +10208,22 @@ declare const index$5_removeCollectionGroup: typeof removeCollectionGroup;
9286
10208
  declare const index$5_tieFormatGenderValidityCheck: typeof tieFormatGenderValidityCheck;
9287
10209
  declare const index$5_validateCollectionDefinition: typeof validateCollectionDefinition;
9288
10210
  declare namespace index$5 {
9289
- export { index$5_addCollectionDefinition as addCollectionDefinition, index$5_addCollectionGroup as addCollectionGroup, index$5_aggregateTieFormats as aggregateTieFormats, index$5_compareTieFormats as compareTieFormats, index$5_getTieFormat as getTieFormat, index$5_modifyCollectionDefinition as modifyCollectionDefinition, index$5_modifyTieFormat as modifyTieFormat, mutate$2 as mutate, index$5_orderCollectionDefinitions as orderCollectionDefinitions, query$3 as query, index$5_removeCollectionDefinition as removeCollectionDefinition, index$5_removeCollectionGroup as removeCollectionGroup, index$5_tieFormatGenderValidityCheck as tieFormatGenderValidityCheck, index$5_validateCollectionDefinition as validateCollectionDefinition };
10211
+ export {
10212
+ index$5_addCollectionDefinition as addCollectionDefinition,
10213
+ index$5_addCollectionGroup as addCollectionGroup,
10214
+ index$5_aggregateTieFormats as aggregateTieFormats,
10215
+ index$5_compareTieFormats as compareTieFormats,
10216
+ index$5_getTieFormat as getTieFormat,
10217
+ index$5_modifyCollectionDefinition as modifyCollectionDefinition,
10218
+ index$5_modifyTieFormat as modifyTieFormat,
10219
+ mutate$2 as mutate,
10220
+ index$5_orderCollectionDefinitions as orderCollectionDefinitions,
10221
+ query$3 as query,
10222
+ index$5_removeCollectionDefinition as removeCollectionDefinition,
10223
+ index$5_removeCollectionGroup as removeCollectionGroup,
10224
+ index$5_tieFormatGenderValidityCheck as tieFormatGenderValidityCheck,
10225
+ index$5_validateCollectionDefinition as validateCollectionDefinition,
10226
+ };
9290
10227
  }
9291
10228
 
9292
10229
  declare function createTournamentRecord(params: any): any;
@@ -9322,7 +10259,10 @@ declare function copyTournamentRecord(params: CopyTournamentRecordArgs): (Result
9322
10259
  declare const generate$1_copyTournamentRecord: typeof copyTournamentRecord;
9323
10260
  declare const generate$1_createTournamentRecord: typeof createTournamentRecord;
9324
10261
  declare namespace generate$1 {
9325
- export { generate$1_copyTournamentRecord as copyTournamentRecord, generate$1_createTournamentRecord as createTournamentRecord };
10262
+ export {
10263
+ generate$1_copyTournamentRecord as copyTournamentRecord,
10264
+ generate$1_createTournamentRecord as createTournamentRecord,
10265
+ };
9326
10266
  }
9327
10267
 
9328
10268
  declare function setTournamentStatus({ tournamentRecord, status }: {
@@ -9621,7 +10561,33 @@ declare const mutate$1_setTournamentNotes: typeof setTournamentNotes;
9621
10561
  declare const mutate$1_setTournamentStartDate: typeof setTournamentStartDate;
9622
10562
  declare const mutate$1_setTournamentStatus: typeof setTournamentStatus;
9623
10563
  declare namespace mutate$1 {
9624
- export { mutate$1_addDrawDefinitionExtension as addDrawDefinitionExtension, mutate$1_addEventExtension as addEventExtension, mutate$1_addEventTimeItem as addEventTimeItem, mutate$1_addExtension as addExtension, mutate$1_addNotes as addNotes, mutate$1_addOnlineResource as addOnlineResource, mutate$1_addParticipantExtension as addParticipantExtension, mutate$1_addParticipantTimeItem as addParticipantTimeItem, mutate$1_addTimeItem as addTimeItem, mutate$1_addTournamentExtension as addTournamentExtension, mutate$1_addTournamentTimeItem as addTournamentTimeItem, mutate$1_removeDrawDefinitionExtension as removeDrawDefinitionExtension, mutate$1_removeEventExtension as removeEventExtension, mutate$1_removeExtension as removeExtension, mutate$1_removeNotes as removeNotes, mutate$1_removeOnlineResource as removeOnlineResource, mutate$1_removeParticipantExtension as removeParticipantExtension, mutate$1_removeTournamentExtension as removeTournamentExtension, mutate$1_setTournamentCategories as setTournamentCategories, mutate$1_setTournamentDates as setTournamentDates, mutate$1_setTournamentEndDate as setTournamentEndDate, mutate$1_setTournamentName as setTournamentName, mutate$1_setTournamentNotes as setTournamentNotes, mutate$1_setTournamentStartDate as setTournamentStartDate, mutate$1_setTournamentStatus as setTournamentStatus };
10564
+ export {
10565
+ mutate$1_addDrawDefinitionExtension as addDrawDefinitionExtension,
10566
+ mutate$1_addEventExtension as addEventExtension,
10567
+ mutate$1_addEventTimeItem as addEventTimeItem,
10568
+ mutate$1_addExtension as addExtension,
10569
+ mutate$1_addNotes as addNotes,
10570
+ mutate$1_addOnlineResource as addOnlineResource,
10571
+ mutate$1_addParticipantExtension as addParticipantExtension,
10572
+ mutate$1_addParticipantTimeItem as addParticipantTimeItem,
10573
+ mutate$1_addTimeItem as addTimeItem,
10574
+ mutate$1_addTournamentExtension as addTournamentExtension,
10575
+ mutate$1_addTournamentTimeItem as addTournamentTimeItem,
10576
+ mutate$1_removeDrawDefinitionExtension as removeDrawDefinitionExtension,
10577
+ mutate$1_removeEventExtension as removeEventExtension,
10578
+ mutate$1_removeExtension as removeExtension,
10579
+ mutate$1_removeNotes as removeNotes,
10580
+ mutate$1_removeOnlineResource as removeOnlineResource,
10581
+ mutate$1_removeParticipantExtension as removeParticipantExtension,
10582
+ mutate$1_removeTournamentExtension as removeTournamentExtension,
10583
+ mutate$1_setTournamentCategories as setTournamentCategories,
10584
+ mutate$1_setTournamentDates as setTournamentDates,
10585
+ mutate$1_setTournamentEndDate as setTournamentEndDate,
10586
+ mutate$1_setTournamentName as setTournamentName,
10587
+ mutate$1_setTournamentNotes as setTournamentNotes,
10588
+ mutate$1_setTournamentStartDate as setTournamentStartDate,
10589
+ mutate$1_setTournamentStatus as setTournamentStatus,
10590
+ };
9625
10591
  }
9626
10592
 
9627
10593
  declare const index$4_addDrawDefinitionExtension: typeof addDrawDefinitionExtension;
@@ -9667,12 +10633,60 @@ declare const index$4_setTournamentNotes: typeof setTournamentNotes;
9667
10633
  declare const index$4_setTournamentStartDate: typeof setTournamentStartDate;
9668
10634
  declare const index$4_setTournamentStatus: typeof setTournamentStatus;
9669
10635
  declare namespace index$4 {
9670
- export { index$4_addDrawDefinitionExtension as addDrawDefinitionExtension, index$4_addEventExtension as addEventExtension, index$4_addEventTimeItem as addEventTimeItem, index$4_addExtension as addExtension, index$4_addNotes as addNotes, index$4_addOnlineResource as addOnlineResource, index$4_addParticipantExtension as addParticipantExtension, index$4_addParticipantTimeItem as addParticipantTimeItem, index$4_addTimeItem as addTimeItem, index$4_addTournamentExtension as addTournamentExtension, index$4_addTournamentTimeItem as addTournamentTimeItem, index$4_analyzeDraws as analyzeDraws, index$4_analyzeTournament as analyzeTournament, index$4_copyTournamentRecord as copyTournamentRecord, index$4_createTournamentRecord as createTournamentRecord, generate$1 as generate, index$4_getAggregateTeamResults as getAggregateTeamResults, index$4_getAllowedDrawTypes as getAllowedDrawTypes, index$4_getAllowedMatchUpFormats as getAllowedMatchUpFormats, index$4_getAppliedPolicies as getAppliedPolicies, index$4_getCompetitionDateRange as getCompetitionDateRange, index$4_getCompetitionPenalties as getCompetitionPenalties, index$4_getPolicyDefinitions as getPolicyDefinitions, index$4_getTournamentInfo as getTournamentInfo, index$4_getTournamentPenalties as getTournamentPenalties, index$4_getTournamentPersons as getTournamentPersons, index$4_getTournamentPoints as getTournamentPoints, index$4_getTournamentStructures as getTournamentStructures, index$4_getTournamentTimeItem as getTournamentTimeItem, mutate$1 as mutate, query$4 as query, index$4_removeDrawDefinitionExtension as removeDrawDefinitionExtension, index$4_removeEventExtension as removeEventExtension, index$4_removeExtension as removeExtension, index$4_removeNotes as removeNotes, index$4_removeOnlineResource as removeOnlineResource, index$4_removeParticipantExtension as removeParticipantExtension, index$4_removeTournamentExtension as removeTournamentExtension, index$4_setTournamentCategories as setTournamentCategories, index$4_setTournamentDates as setTournamentDates, index$4_setTournamentEndDate as setTournamentEndDate, index$4_setTournamentName as setTournamentName, index$4_setTournamentNotes as setTournamentNotes, index$4_setTournamentStartDate as setTournamentStartDate, index$4_setTournamentStatus as setTournamentStatus };
10636
+ export {
10637
+ index$4_addDrawDefinitionExtension as addDrawDefinitionExtension,
10638
+ index$4_addEventExtension as addEventExtension,
10639
+ index$4_addEventTimeItem as addEventTimeItem,
10640
+ index$4_addExtension as addExtension,
10641
+ index$4_addNotes as addNotes,
10642
+ index$4_addOnlineResource as addOnlineResource,
10643
+ index$4_addParticipantExtension as addParticipantExtension,
10644
+ index$4_addParticipantTimeItem as addParticipantTimeItem,
10645
+ index$4_addTimeItem as addTimeItem,
10646
+ index$4_addTournamentExtension as addTournamentExtension,
10647
+ index$4_addTournamentTimeItem as addTournamentTimeItem,
10648
+ index$4_analyzeDraws as analyzeDraws,
10649
+ index$4_analyzeTournament as analyzeTournament,
10650
+ index$4_copyTournamentRecord as copyTournamentRecord,
10651
+ index$4_createTournamentRecord as createTournamentRecord,
10652
+ generate$1 as generate,
10653
+ index$4_getAggregateTeamResults as getAggregateTeamResults,
10654
+ index$4_getAllowedDrawTypes as getAllowedDrawTypes,
10655
+ index$4_getAllowedMatchUpFormats as getAllowedMatchUpFormats,
10656
+ index$4_getAppliedPolicies as getAppliedPolicies,
10657
+ index$4_getCompetitionDateRange as getCompetitionDateRange,
10658
+ index$4_getCompetitionPenalties as getCompetitionPenalties,
10659
+ index$4_getPolicyDefinitions as getPolicyDefinitions,
10660
+ index$4_getTournamentInfo as getTournamentInfo,
10661
+ index$4_getTournamentPenalties as getTournamentPenalties,
10662
+ index$4_getTournamentPersons as getTournamentPersons,
10663
+ index$4_getTournamentPoints as getTournamentPoints,
10664
+ index$4_getTournamentStructures as getTournamentStructures,
10665
+ index$4_getTournamentTimeItem as getTournamentTimeItem,
10666
+ mutate$1 as mutate,
10667
+ query$4 as query,
10668
+ index$4_removeDrawDefinitionExtension as removeDrawDefinitionExtension,
10669
+ index$4_removeEventExtension as removeEventExtension,
10670
+ index$4_removeExtension as removeExtension,
10671
+ index$4_removeNotes as removeNotes,
10672
+ index$4_removeOnlineResource as removeOnlineResource,
10673
+ index$4_removeParticipantExtension as removeParticipantExtension,
10674
+ index$4_removeTournamentExtension as removeTournamentExtension,
10675
+ index$4_setTournamentCategories as setTournamentCategories,
10676
+ index$4_setTournamentDates as setTournamentDates,
10677
+ index$4_setTournamentEndDate as setTournamentEndDate,
10678
+ index$4_setTournamentName as setTournamentName,
10679
+ index$4_setTournamentNotes as setTournamentNotes,
10680
+ index$4_setTournamentStartDate as setTournamentStartDate,
10681
+ index$4_setTournamentStatus as setTournamentStatus,
10682
+ };
9671
10683
  }
9672
10684
 
9673
10685
  declare const generate_generateCourts: typeof generateCourts;
9674
10686
  declare namespace generate {
9675
- export { generate_generateCourts as generateCourts };
10687
+ export {
10688
+ generate_generateCourts as generateCourts,
10689
+ };
9676
10690
  }
9677
10691
 
9678
10692
  type ModifyCourtAvailabilityArgs = {
@@ -9721,15 +10735,6 @@ type AddCourtArgs = {
9721
10735
  court?: any;
9722
10736
  };
9723
10737
  declare function addCourt({ tournamentRecord, disableNotice, venueId, courtId, court }: AddCourtArgs): {
9724
- error: {
9725
- message: string;
9726
- code: string;
9727
- };
9728
- dateAvailability?: undefined;
9729
- info?: undefined;
9730
- booking?: undefined;
9731
- valid?: undefined;
9732
- } | {
9733
10738
  error: {
9734
10739
  message: string;
9735
10740
  code: string;
@@ -9805,10 +10810,16 @@ declare function addCourt({ tournamentRecord, disableNotice, venueId, courtId, c
9805
10810
  info: string;
9806
10811
  dateAvailability?: undefined;
9807
10812
  valid?: undefined;
10813
+ } | {
10814
+ error: {
10815
+ message: string;
10816
+ code: string;
10817
+ };
9808
10818
  } | {
9809
10819
  court: any;
9810
10820
  venueId: string;
9811
10821
  success: boolean;
10822
+ error?: undefined;
9812
10823
  };
9813
10824
  type ACArgs = AddCourtsArgs & {
9814
10825
  tournamentRecords?: {
@@ -9928,7 +10939,21 @@ declare const mutate_modifyCourt: typeof modifyCourt;
9928
10939
  declare const mutate_modifyCourtAvailability: typeof modifyCourtAvailability;
9929
10940
  declare const mutate_modifyVenue: typeof modifyVenue;
9930
10941
  declare namespace mutate {
9931
- export { mutate_addCourt as addCourt, mutate_addCourts as addCourts, mutate_addVenue as addVenue, mutate_deleteCourt as deleteCourt, mutate_deleteVenue as deleteVenue, mutate_deleteVenues as deleteVenues, mutate_disableCourts as disableCourts, mutate_disableVenues as disableVenues, mutate_enableCourts as enableCourts, mutate_enableVenues as enableVenues, mutate_modifyCourt as modifyCourt, mutate_modifyCourtAvailability as modifyCourtAvailability, mutate_modifyVenue as modifyVenue };
10942
+ export {
10943
+ mutate_addCourt as addCourt,
10944
+ mutate_addCourts as addCourts,
10945
+ mutate_addVenue as addVenue,
10946
+ mutate_deleteCourt as deleteCourt,
10947
+ mutate_deleteVenue as deleteVenue,
10948
+ mutate_deleteVenues as deleteVenues,
10949
+ mutate_disableCourts as disableCourts,
10950
+ mutate_disableVenues as disableVenues,
10951
+ mutate_enableCourts as enableCourts,
10952
+ mutate_enableVenues as enableVenues,
10953
+ mutate_modifyCourt as modifyCourt,
10954
+ mutate_modifyCourtAvailability as modifyCourtAvailability,
10955
+ mutate_modifyVenue as modifyVenue,
10956
+ };
9932
10957
  }
9933
10958
 
9934
10959
  declare const index$3_addCourt: typeof addCourt;
@@ -9952,11 +10977,52 @@ declare const index$3_modifyVenue: typeof modifyVenue;
9952
10977
  declare const index$3_mutate: typeof mutate;
9953
10978
  declare const index$3_publicFindVenue: typeof publicFindVenue;
9954
10979
  declare namespace index$3 {
9955
- export { index$3_addCourt as addCourt, index$3_addCourts as addCourts, index$3_addVenue as addVenue, index$3_deleteCourt as deleteCourt, index$3_deleteVenue as deleteVenue, index$3_deleteVenues as deleteVenues, index$3_disableCourts as disableCourts, index$3_disableVenues as disableVenues, index$3_enableCourts as enableCourts, index$3_enableVenues as enableVenues, index$3_generate as generate, index$3_generateCourts as generateCourts, index$3_getCompetitionVenues as getCompetitionVenues, index$3_getCourts as getCourts, index$3_getVenuesAndCourts as getVenuesAndCourts, index$3_modifyCourt as modifyCourt, index$3_modifyCourtAvailability as modifyCourtAvailability, index$3_modifyVenue as modifyVenue, index$3_mutate as mutate, index$3_publicFindVenue as publicFindVenue, query$1 as query };
10980
+ export {
10981
+ index$3_addCourt as addCourt,
10982
+ index$3_addCourts as addCourts,
10983
+ index$3_addVenue as addVenue,
10984
+ index$3_deleteCourt as deleteCourt,
10985
+ index$3_deleteVenue as deleteVenue,
10986
+ index$3_deleteVenues as deleteVenues,
10987
+ index$3_disableCourts as disableCourts,
10988
+ index$3_disableVenues as disableVenues,
10989
+ index$3_enableCourts as enableCourts,
10990
+ index$3_enableVenues as enableVenues,
10991
+ index$3_generate as generate,
10992
+ index$3_generateCourts as generateCourts,
10993
+ index$3_getCompetitionVenues as getCompetitionVenues,
10994
+ index$3_getCourts as getCourts,
10995
+ index$3_getVenuesAndCourts as getVenuesAndCourts,
10996
+ index$3_modifyCourt as modifyCourt,
10997
+ index$3_modifyCourtAvailability as modifyCourtAvailability,
10998
+ index$3_modifyVenue as modifyVenue,
10999
+ index$3_mutate as mutate,
11000
+ index$3_publicFindVenue as publicFindVenue,
11001
+ query$1 as query,
11002
+ };
9956
11003
  }
9957
11004
 
9958
11005
  declare namespace index$2 {
9959
- export { index$k as competitionGovernor, index$j as drawsGovernor, index$i as entriesGovernor, index$h as eventGovernor, index$g as generationGovernor, index$f as matchUpFormatGovernor, index$e as matchUpGovernor, index$d as mocksGovernor, index$c as participantGovernor, index$b as policyGovernor, index$a as publishingGovernor, index$9 as queryGovernor, index$8 as reportGovernor, index$7 as scheduleGovernor, index$6 as scoreGovernor, index$5 as tieFormatGovernor, index$4 as tournamentGovernor, index$3 as venueGovernor };
11006
+ export {
11007
+ index$k as competitionGovernor,
11008
+ index$j as drawsGovernor,
11009
+ index$i as entriesGovernor,
11010
+ index$h as eventGovernor,
11011
+ index$g as generationGovernor,
11012
+ index$f as matchUpFormatGovernor,
11013
+ index$e as matchUpGovernor,
11014
+ index$d as mocksGovernor,
11015
+ index$c as participantGovernor,
11016
+ index$b as policyGovernor,
11017
+ index$a as publishingGovernor,
11018
+ index$9 as queryGovernor,
11019
+ index$8 as reportGovernor,
11020
+ index$7 as scheduleGovernor,
11021
+ index$6 as scoreGovernor,
11022
+ index$5 as tieFormatGovernor,
11023
+ index$4 as tournamentGovernor,
11024
+ index$3 as venueGovernor,
11025
+ };
9960
11026
  }
9961
11027
 
9962
11028
  declare function isPowerOf2(n?: any): any;
@@ -10127,7 +11193,54 @@ declare const index$1_undefinedToNull: typeof undefinedToNull;
10127
11193
  declare const index$1_unique: typeof unique;
10128
11194
  declare const index$1_visualizeScheduledMatchUps: typeof visualizeScheduledMatchUps;
10129
11195
  declare namespace index$1 {
10130
- export { index$1_JSON2CSV as JSON2CSV, index$1_UUID as UUID, index$1_UUIDS as UUIDS, index$1_allNumeric as allNumeric, index$1_attributeFilter as attributeFilter, index$1_chunkArray as chunkArray, index$1_chunkByNth as chunkByNth, index$1_chunkSizeProfile as chunkSizeProfile, index$1_constantToString as constantToString, index$1_countValues as countValues, index$1_createMap as createMap, index$1_dateTime as dateTime, index$1_definedAttributes as definedAttributes, index$1_dehydrateMatchUps as dehydrateMatchUps, index$1_extractAttributes as extractAttributes, index$1_flattenJSON as flattenJSON, index$1_generateDateRange as generateDateRange, index$1_generateHashCode as generateHashCode, index$1_generateRange as generateRange, index$1_generateTimeCode as generateTimeCode, index$1_groupValues as groupValues, index$1_hasAttributeValues as hasAttributeValues, index$1_instanceCount as instanceCount, index$1_intersection as intersection, index$1_isConvertableInteger as isConvertableInteger, index$1_isNumeric as isNumeric, index$1_isOdd as isOdd, index$1_isPowerOf2 as isPowerOf2, index$1_makeDeepCopy as makeDeepCopy, index$1_matchUpScheduleSort as matchUpScheduleSort, index$1_matchUpSort as matchUpSort, index$1_nearestPowerOf2 as nearestPowerOf2, index$1_nextPowerOf2 as nextPowerOf2, index$1_noNulls as noNulls, index$1_noNumeric as noNumeric, index$1_numericSort as numericSort, index$1_occurrences as occurrences, index$1_overlap as overlap, index$1_randomMember as randomMember, index$1_randomPop as randomPop, index$1_shuffleArray as shuffleArray, index$1_structureSort as structureSort, index$1_subSort as subSort, index$1_undefinedToNull as undefinedToNull, index$1_unique as unique, index$1_visualizeScheduledMatchUps as visualizeScheduledMatchUps };
11196
+ export {
11197
+ index$1_JSON2CSV as JSON2CSV,
11198
+ index$1_UUID as UUID,
11199
+ index$1_UUIDS as UUIDS,
11200
+ index$1_allNumeric as allNumeric,
11201
+ index$1_attributeFilter as attributeFilter,
11202
+ index$1_chunkArray as chunkArray,
11203
+ index$1_chunkByNth as chunkByNth,
11204
+ index$1_chunkSizeProfile as chunkSizeProfile,
11205
+ index$1_constantToString as constantToString,
11206
+ index$1_countValues as countValues,
11207
+ index$1_createMap as createMap,
11208
+ index$1_dateTime as dateTime,
11209
+ index$1_definedAttributes as definedAttributes,
11210
+ index$1_dehydrateMatchUps as dehydrateMatchUps,
11211
+ index$1_extractAttributes as extractAttributes,
11212
+ index$1_flattenJSON as flattenJSON,
11213
+ index$1_generateDateRange as generateDateRange,
11214
+ index$1_generateHashCode as generateHashCode,
11215
+ index$1_generateRange as generateRange,
11216
+ index$1_generateTimeCode as generateTimeCode,
11217
+ index$1_groupValues as groupValues,
11218
+ index$1_hasAttributeValues as hasAttributeValues,
11219
+ index$1_instanceCount as instanceCount,
11220
+ index$1_intersection as intersection,
11221
+ index$1_isConvertableInteger as isConvertableInteger,
11222
+ index$1_isNumeric as isNumeric,
11223
+ index$1_isOdd as isOdd,
11224
+ index$1_isPowerOf2 as isPowerOf2,
11225
+ index$1_makeDeepCopy as makeDeepCopy,
11226
+ index$1_matchUpScheduleSort as matchUpScheduleSort,
11227
+ index$1_matchUpSort as matchUpSort,
11228
+ index$1_nearestPowerOf2 as nearestPowerOf2,
11229
+ index$1_nextPowerOf2 as nextPowerOf2,
11230
+ index$1_noNulls as noNulls,
11231
+ index$1_noNumeric as noNumeric,
11232
+ index$1_numericSort as numericSort,
11233
+ index$1_occurrences as occurrences,
11234
+ index$1_overlap as overlap,
11235
+ index$1_randomMember as randomMember,
11236
+ index$1_randomPop as randomPop,
11237
+ index$1_shuffleArray as shuffleArray,
11238
+ index$1_structureSort as structureSort,
11239
+ index$1_subSort as subSort,
11240
+ index$1_undefinedToNull as undefinedToNull,
11241
+ index$1_unique as unique,
11242
+ index$1_visualizeScheduledMatchUps as visualizeScheduledMatchUps,
11243
+ };
10131
11244
  }
10132
11245
 
10133
11246
  type Notice = {
@@ -10319,7 +11432,8 @@ declare const globalState_setTournamentRecord: typeof setTournamentRecord;
10319
11432
  declare const globalState_setTournamentRecords: typeof setTournamentRecords;
10320
11433
  declare const globalState_timeKeeper: typeof timeKeeper;
10321
11434
  declare namespace globalState {
10322
- export { type globalState_CallListenerArgs as CallListenerArgs, type globalState_DeepCopyAttributes as DeepCopyAttributes, type globalState_DeleteNoticeArgs as DeleteNoticeArgs, type globalState_DevContextType as DevContextType, type globalState_GetNoticesArgs as GetNoticesArgs, type globalState_HandleCaughtErrorArgs as HandleCaughtErrorArgs, type globalState_ImplemtationGlobalStateTypes as ImplemtationGlobalStateTypes, type globalState_Notice as Notice, globalState_addNotice as addNotice, globalState_callListener as callListener, globalState_createInstanceState as createInstanceState, globalState_cycleMutationStatus as cycleMutationStatus, globalState_deepCopyEnabled as deepCopyEnabled, globalState_deleteNotice as deleteNotice, globalState_deleteNotices as deleteNotices, globalState_disableNotifications as disableNotifications, globalState_enableNotifications as enableNotifications, globalState_getDevContext as getDevContext, globalState_getMethods as getMethods, globalState_getNotices as getNotices, globalState_getProvider as getProvider, globalState_getTopics as getTopics, globalState_getTournamentId as getTournamentId, globalState_getTournamentRecord as getTournamentRecord, globalState_getTournamentRecords as getTournamentRecords, globalState_globalLog as globalLog, globalState_handleCaughtError as handleCaughtError, globalState_hasTopic as hasTopic, globalState_removeTournamentRecord as removeTournamentRecord, globalState_setDeepCopy as setDeepCopy, globalState_setDevContext as setDevContext, globalState_setGlobalLog as setGlobalLog, globalState_setGlobalMethods as setGlobalMethods, globalState_setGlobalSubscriptions as setGlobalSubscriptions, globalState_setMethods as setMethods, globalState_setStateMethods as setStateMethods, globalState_setStateProvider as setStateProvider, globalState_setSubscriptions as setSubscriptions, globalState_setTournamentId as setTournamentId, globalState_setTournamentRecord as setTournamentRecord, globalState_setTournamentRecords as setTournamentRecords, globalState_timeKeeper as timeKeeper };
11435
+ export { globalState_addNotice as addNotice, globalState_callListener as callListener, globalState_createInstanceState as createInstanceState, globalState_cycleMutationStatus as cycleMutationStatus, globalState_deepCopyEnabled as deepCopyEnabled, globalState_deleteNotice as deleteNotice, globalState_deleteNotices as deleteNotices, globalState_disableNotifications as disableNotifications, globalState_enableNotifications as enableNotifications, globalState_getDevContext as getDevContext, globalState_getMethods as getMethods, globalState_getNotices as getNotices, globalState_getProvider as getProvider, globalState_getTopics as getTopics, globalState_getTournamentId as getTournamentId, globalState_getTournamentRecord as getTournamentRecord, globalState_getTournamentRecords as getTournamentRecords, globalState_globalLog as globalLog, globalState_handleCaughtError as handleCaughtError, globalState_hasTopic as hasTopic, globalState_removeTournamentRecord as removeTournamentRecord, globalState_setDeepCopy as setDeepCopy, globalState_setDevContext as setDevContext, globalState_setGlobalLog as setGlobalLog, globalState_setGlobalMethods as setGlobalMethods, globalState_setGlobalSubscriptions as setGlobalSubscriptions, globalState_setMethods as setMethods, globalState_setStateMethods as setStateMethods, globalState_setStateProvider as setStateProvider, globalState_setSubscriptions as setSubscriptions, globalState_setTournamentId as setTournamentId, globalState_setTournamentRecord as setTournamentRecord, globalState_setTournamentRecords as setTournamentRecords, globalState_timeKeeper as timeKeeper };
11436
+ export type { globalState_CallListenerArgs as CallListenerArgs, globalState_DeepCopyAttributes as DeepCopyAttributes, globalState_DeleteNoticeArgs as DeleteNoticeArgs, globalState_DevContextType as DevContextType, globalState_GetNoticesArgs as GetNoticesArgs, globalState_HandleCaughtErrorArgs as HandleCaughtErrorArgs, globalState_ImplemtationGlobalStateTypes as ImplemtationGlobalStateTypes, globalState_Notice as Notice };
10323
11437
  }
10324
11438
 
10325
11439
  declare const forge: {};
@@ -11633,7 +12747,50 @@ declare const index_validMatchUpStatuses: typeof validMatchUpStatuses;
11633
12747
  declare const index_venueConstants: typeof venueConstants;
11634
12748
  declare const index_weekdayConstants: typeof weekdayConstants;
11635
12749
  declare namespace index {
11636
- export { index_activeMatchUpStatuses as activeMatchUpStatuses, index_auditConstants as auditConstants, index_completedMatchUpStatuses as completedMatchUpStatuses, index_directingMatchUpStatuses as directingMatchUpStatuses, index_displayConstants as displayConstants, index_drawDefinitionConstants as drawDefinitionConstants, index_entryStatusConstants as entryStatusConstants, index_errorConditionConstants as errorConditionConstants, index_eventConstants as eventConstants, index_extensionConstants as extensionConstants, index_flightConstants as flightConstants, index_genderConstants as genderConstants, index_keyValueConstants as keyValueConstants, index_matchUpActionConstants as matchUpActionConstants, index_matchUpStatusConstants as matchUpStatusConstants, index_matchUpTypes as matchUpTypes, index_nonDirectingMatchUpStatuses as nonDirectingMatchUpStatuses, index_particicipantsRequiredMatchUpStatuses as particicipantsRequiredMatchUpStatuses, index_participantConstants as participantConstants, index_participantRoles as participantRoles, index_participantTypes as participantTypes, index_penaltyConstants as penaltyConstants, index_policyConstants as policyConstants, index_positionActionConstants as positionActionConstants, index_ratingConstants as ratingConstants, index_recoveryTimeRequiredMatchUpStatuses as recoveryTimeRequiredMatchUpStatuses, index_requestConstants as requestConstants, index_resourceContants as resourceContants, index_resultConstants as resultConstants, index_scaleConstants as scaleConstants, index_scheduleConstants as scheduleConstants, index_sortingConstants as sortingConstants, index_surfaceConstants as surfaceConstants, index_tieFormatConstants as tieFormatConstants, index_timeItemConstants as timeItemConstants, index_topicConstants as topicConstants, index_tournamentConstants as tournamentConstants, index_upcomingMatchUpStatuses as upcomingMatchUpStatuses, index_validMatchUpStatuses as validMatchUpStatuses, index_venueConstants as venueConstants, index_weekdayConstants as weekdayConstants };
11637
- }
11638
-
11639
- export { type AddScheduleAttributeArgs, type Address, type AddressProps, type AddressTypeUnion, type Availability, type BallTypeUnion, type BiographicalInformation, type Booking, type Category, type CategoryUnion, type CheckInOutParticipantArgs, type CollectionAssignment, type CollectionDefinition, type CollectionGroup, type CollectionValueProfile, type Contact, type ContextContent, type ContextProfile, type CountryCodeUnion, type Court, type CourtPosition, type CourtPositionUnion, type Directives, type DisciplineUnion, type DrawDefinition, type DrawLink, type DrawLinkSource, type DrawLinkTarget, type DrawMaticArgs, type DrawStatusUnion, type DrawTypeUnion, type Entry, type EntryStatusUnion, type Event$1 as Event, type EventTypeUnion, type ExitProfiles, type Extension, type FactoryEngine, type FinishingPositionUnion, type Flight, type FlightProfile, type Game, type GenderUnion, type GenerateDrawDefinitionArgs, type GetMatchUpsArgs, type GroupInfo, type GroupsMatchUpsResult, type HydratedCourt, type HydratedMatchUp, type HydratedParticipant, type HydratedSide, type HydratedVenue, type IdCollections, type IndoorOutdoorUnion, type Interleave, type LengthUnitUnion, type LineUp, type LinkTypeUnion, type MappedMatchUps, type MappedParticipant, type MatchUp, type MatchUpFilters, type MatchUpFinishingPositionRange, type MatchUpStatusUnion, type MatchUpsMap, type OnlineResource, type OnlineResourceTypeUnion, type Organisation, type Participant, type ParticipantFilters, type ParticipantMap, type ParticipantRoleUnion, type ParticipantStatusUnion, type ParticipantTypeUnion, type ParticipantsProfile, type Penalty, type PenaltyTypeUnion, type Person, type PersonData, type PersonRequests, type PlayingDoubleHandCodeUnion, type PlayingHandCodeUnion, type PlayoffAttributes, type Point, type PolicyDefinitions, type PositionAssignment, type PositioningProfileUnion, type PrizeMoney, type QueueMethod, type RegistrationProfile, type ResultType, type RoundProfile, type ScaleAttributes, type ScaleItem, type ScheduleAnalysis, type ScheduleConflict, type ScheduleTimesResult, type ScheduleTiming, type ScheduleVisibilityFilters, type ScheduledMatchUpArgs, type Score, type SeedAssignment, type SeedBlock, type SeedingProfile, type SeedingProfileUnion, type Set, type SexUnion, type Shot, type ShotDetailUnion, type ShotOutcomeUnion, type ShotTypeUnion, type Side, type StageTypeUnion, type Structure, type StructureParticipation, type StructureProfile, type StructureSortConfig, type StructureTypeUnion, type Substitution, type SurfaceCategoryUnion, type Tally, type Team, type TeamCompetitor, type TeamKey, type TieFormat, type TimeItem, type Tournament, type TournamentLevelUnion, type TournamentRecords, type TournamentStatusUnion, type UnifiedPersonID, type UnifiedTournamentID, type UnifiedVenueID, type Venue, type WeightUnitUnion, type WheelchairClassUnion, type WinCriteria, type WinReasonUnion, activeMatchUpStatuses, askEngine, asyncEngine, auditConstants, competitionEngine, index$k as competitionGovernor, completedMatchUpStatuses, directingMatchUpStatuses, displayConstants, drawDefinitionConstants, index$j as drawsGovernor, index$i as entriesGovernor, entryStatusConstants, errorConditionConstants, eventConstants, index$h as eventGovernor, extensionConstants, index as factoryConstants, fixtures, flightConstants, forge, genderConstants, index$g as generationGovernor, globalState, index$2 as governors, keyValueConstants, matchUpActionConstants, matchUpEngine, index$f as matchUpFormatCode, index$f as matchUpFormatGovernor, index$e as matchUpGovernor, matchUpStatusConstants, matchUpTypes, mocksEngine, index$d as mocksGovernor, nonDirectingMatchUpStatuses, particicipantsRequiredMatchUpStatuses, participantConstants, index$c as participantGovernor, participantRoles, participantTypes, penaltyConstants, policyConstants, index$b as policyGovernor, positionActionConstants, index$a as publishingGovernor, index$9 as queryGovernor, ratingConstants, recoveryTimeRequiredMatchUpStatuses, index$8 as reportGovernor, requestConstants, resourceContants, resultConstants, scaleConstants, scaleEngine, scheduleConstants, index$7 as scheduleGovernor, index$6 as scoreGovernor, sortingConstants, surfaceConstants, syncEngine, tieFormatConstants, index$5 as tieFormatGovernor, timeItemConstants, index$1 as tools, topicConstants, tournamentConstants, tournamentEngine, index$4 as tournamentGovernor, upcomingMatchUpStatuses, index$1 as utilities, validMatchUpStatuses, venueConstants, index$3 as venueGovernor, factoryVersion as version, weekdayConstants, type weekdayUnion };
12750
+ export {
12751
+ index_activeMatchUpStatuses as activeMatchUpStatuses,
12752
+ index_auditConstants as auditConstants,
12753
+ index_completedMatchUpStatuses as completedMatchUpStatuses,
12754
+ index_directingMatchUpStatuses as directingMatchUpStatuses,
12755
+ index_displayConstants as displayConstants,
12756
+ index_drawDefinitionConstants as drawDefinitionConstants,
12757
+ index_entryStatusConstants as entryStatusConstants,
12758
+ index_errorConditionConstants as errorConditionConstants,
12759
+ index_eventConstants as eventConstants,
12760
+ index_extensionConstants as extensionConstants,
12761
+ index_flightConstants as flightConstants,
12762
+ index_genderConstants as genderConstants,
12763
+ index_keyValueConstants as keyValueConstants,
12764
+ index_matchUpActionConstants as matchUpActionConstants,
12765
+ index_matchUpStatusConstants as matchUpStatusConstants,
12766
+ index_matchUpTypes as matchUpTypes,
12767
+ index_nonDirectingMatchUpStatuses as nonDirectingMatchUpStatuses,
12768
+ index_particicipantsRequiredMatchUpStatuses as particicipantsRequiredMatchUpStatuses,
12769
+ index_participantConstants as participantConstants,
12770
+ index_participantRoles as participantRoles,
12771
+ index_participantTypes as participantTypes,
12772
+ index_penaltyConstants as penaltyConstants,
12773
+ index_policyConstants as policyConstants,
12774
+ index_positionActionConstants as positionActionConstants,
12775
+ index_ratingConstants as ratingConstants,
12776
+ index_recoveryTimeRequiredMatchUpStatuses as recoveryTimeRequiredMatchUpStatuses,
12777
+ index_requestConstants as requestConstants,
12778
+ index_resourceContants as resourceContants,
12779
+ index_resultConstants as resultConstants,
12780
+ index_scaleConstants as scaleConstants,
12781
+ index_scheduleConstants as scheduleConstants,
12782
+ index_sortingConstants as sortingConstants,
12783
+ index_surfaceConstants as surfaceConstants,
12784
+ index_tieFormatConstants as tieFormatConstants,
12785
+ index_timeItemConstants as timeItemConstants,
12786
+ index_topicConstants as topicConstants,
12787
+ index_tournamentConstants as tournamentConstants,
12788
+ index_upcomingMatchUpStatuses as upcomingMatchUpStatuses,
12789
+ index_validMatchUpStatuses as validMatchUpStatuses,
12790
+ index_venueConstants as venueConstants,
12791
+ index_weekdayConstants as weekdayConstants,
12792
+ };
12793
+ }
12794
+
12795
+ export { activeMatchUpStatuses, askEngine, asyncEngine, auditConstants, competitionEngine, index$k as competitionGovernor, completedMatchUpStatuses, directingMatchUpStatuses, displayConstants, drawDefinitionConstants, index$j as drawsGovernor, index$i as entriesGovernor, entryStatusConstants, errorConditionConstants, eventConstants, index$h as eventGovernor, extensionConstants, index as factoryConstants, fixtures, flightConstants, forge, genderConstants, index$g as generationGovernor, globalState, index$2 as governors, keyValueConstants, matchUpActionConstants, matchUpEngine, index$f as matchUpFormatCode, index$f as matchUpFormatGovernor, index$e as matchUpGovernor, matchUpStatusConstants, matchUpTypes, mocksEngine, index$d as mocksGovernor, nonDirectingMatchUpStatuses, particicipantsRequiredMatchUpStatuses, participantConstants, index$c as participantGovernor, participantRoles, participantTypes, penaltyConstants, policyConstants, index$b as policyGovernor, positionActionConstants, index$a as publishingGovernor, index$9 as queryGovernor, ratingConstants, recoveryTimeRequiredMatchUpStatuses, index$8 as reportGovernor, requestConstants, resourceContants, resultConstants, scaleConstants, scaleEngine, scheduleConstants, index$7 as scheduleGovernor, index$6 as scoreGovernor, sortingConstants, surfaceConstants, syncEngine, tieFormatConstants, index$5 as tieFormatGovernor, timeItemConstants, index$1 as tools, topicConstants, tournamentConstants, tournamentEngine, index$4 as tournamentGovernor, upcomingMatchUpStatuses, index$1 as utilities, validMatchUpStatuses, venueConstants, index$3 as venueGovernor, factoryVersion as version, weekdayConstants };
12796
+ export type { AddScheduleAttributeArgs, Address, AddressProps, AddressTypeUnion, Availability, BallTypeUnion, BiographicalInformation, Booking, Category, CategoryUnion, CheckInOutParticipantArgs, CollectionAssignment, CollectionDefinition, CollectionGroup, CollectionValueProfile, Contact, ContextContent, ContextProfile, CountryCodeUnion, Court, CourtPosition, CourtPositionUnion, Directives, DisciplineUnion, DrawDefinition, DrawLink, DrawLinkSource, DrawLinkTarget, DrawMaticArgs, DrawStatusUnion, DrawTypeUnion, Entry, EntryStatusUnion, Event$1 as Event, EventTypeUnion, ExitProfiles, Extension, FactoryEngine, FinishingPositionUnion, Flight, FlightProfile, Game, GenderUnion, GenerateDrawDefinitionArgs, GetMatchUpsArgs, GroupInfo, GroupsMatchUpsResult, HydratedCourt, HydratedMatchUp, HydratedParticipant, HydratedSide, HydratedVenue, IdCollections, IndoorOutdoorUnion, Interleave, LengthUnitUnion, LineUp, LinkTypeUnion, MappedMatchUps, MappedParticipant, MatchUp, MatchUpFilters, MatchUpFinishingPositionRange, MatchUpStatusUnion, MatchUpsMap, OnlineResource, OnlineResourceTypeUnion, Organisation, Participant, ParticipantFilters, ParticipantMap, ParticipantRoleUnion, ParticipantStatusUnion, ParticipantTypeUnion, ParticipantsProfile, Penalty, PenaltyTypeUnion, Person, PersonData, PersonRequests, PlayingDoubleHandCodeUnion, PlayingHandCodeUnion, PlayoffAttributes, Point, PolicyDefinitions, PositionAssignment, PositioningProfileUnion, PrizeMoney, QueueMethod, RegistrationProfile, ResultType, RoundProfile, ScaleAttributes, ScaleItem, ScheduleAnalysis, ScheduleConflict, ScheduleTimesResult, ScheduleTiming, ScheduleVisibilityFilters, ScheduledMatchUpArgs, Score, SeedAssignment, SeedBlock, SeedingProfile, SeedingProfileUnion, Set, SexUnion, Shot, ShotDetailUnion, ShotOutcomeUnion, ShotTypeUnion, Side, StageTypeUnion, Structure, StructureParticipation, StructureProfile, StructureSortConfig, StructureTypeUnion, Substitution, SurfaceCategoryUnion, Tally, Team, TeamCompetitor, TeamKey, TieFormat, TimeItem, Tournament, TournamentLevelUnion, TournamentRecords, TournamentStatusUnion, UnifiedPersonID, UnifiedTournamentID, UnifiedVenueID, Venue, WeightUnitUnion, WheelchairClassUnion, WinCriteria, WinReasonUnion, weekdayUnion };