tods-competition-factory 2.0.0-beta.3 → 2.0.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/tods-competition-factory.d.ts +3 -3
- package/dist/tods-competition-factory.development.cjs.js +196 -353
- package/dist/tods-competition-factory.development.cjs.js.map +1 -1
- package/dist/tods-competition-factory.production.cjs.min.js +1 -1
- package/dist/tods-competition-factory.production.cjs.min.js.map +1 -1
- package/package.json +4 -4
|
@@ -5737,7 +5737,7 @@ type GetAssignedParticipantIdsArgs = {
|
|
|
5737
5737
|
drawDefinition: DrawDefinition;
|
|
5738
5738
|
stages?: StageTypeUnion[];
|
|
5739
5739
|
};
|
|
5740
|
-
declare function getAssignedParticipantIds({ drawDefinition, stages
|
|
5740
|
+
declare function getAssignedParticipantIds({ drawDefinition, stages }: GetAssignedParticipantIdsArgs): ResultType & {
|
|
5741
5741
|
assignedParticipantIds?: string[];
|
|
5742
5742
|
};
|
|
5743
5743
|
|
|
@@ -6558,7 +6558,7 @@ declare function modifyIndividualParticipantIds({ individualParticipantIds, grou
|
|
|
6558
6558
|
tournamentRecord: any;
|
|
6559
6559
|
}): ResultType;
|
|
6560
6560
|
|
|
6561
|
-
declare function mergeParticipants({ participants: incomingParticipants, tournamentRecord, arraysToMerge
|
|
6561
|
+
declare function mergeParticipants({ participants: incomingParticipants, tournamentRecord, arraysToMerge }: {
|
|
6562
6562
|
participants?: never[] | undefined;
|
|
6563
6563
|
tournamentRecord: any;
|
|
6564
6564
|
arraysToMerge: any;
|
|
@@ -7681,7 +7681,7 @@ type RemoveStructureArgs = {
|
|
|
7681
7681
|
force?: boolean;
|
|
7682
7682
|
event: Event$1;
|
|
7683
7683
|
};
|
|
7684
|
-
declare function removeStructure({ tournamentRecord, drawDefinition, structureId, event, force
|
|
7684
|
+
declare function removeStructure({ tournamentRecord, drawDefinition, structureId, event, force }: RemoveStructureArgs): {
|
|
7685
7685
|
error: {
|
|
7686
7686
|
message: string;
|
|
7687
7687
|
code: string;
|