tods-competition-factory 1.8.39 → 1.8.40
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 +5 -3
- package/dist/index.mjs.map +1 -1
- package/dist/tods-competition-factory.development.cjs.js +3 -2
- 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 +1 -1
|
@@ -2929,7 +2929,7 @@ var matchUpFormatCode = {
|
|
|
2929
2929
|
};
|
|
2930
2930
|
|
|
2931
2931
|
function factoryVersion() {
|
|
2932
|
-
return '1.8.
|
|
2932
|
+
return '1.8.40';
|
|
2933
2933
|
}
|
|
2934
2934
|
|
|
2935
2935
|
function getObjectTieFormat(obj) {
|
|
@@ -63187,7 +63187,7 @@ function refreshEventDrawOrder(_a) {
|
|
|
63187
63187
|
|
|
63188
63188
|
function deleteFlightAndFlightDraw(_a) {
|
|
63189
63189
|
var _b, _c;
|
|
63190
|
-
var _d = _a.autoPublish, autoPublish = _d === void 0 ? true : _d, tournamentRecord = _a.tournamentRecord, auditData = _a.auditData, drawId = _a.drawId, event = _a.event;
|
|
63190
|
+
var _d = _a.autoPublish, autoPublish = _d === void 0 ? true : _d, tournamentRecord = _a.tournamentRecord, auditData = _a.auditData, drawId = _a.drawId, event = _a.event, force = _a.force;
|
|
63191
63191
|
if (!tournamentRecord)
|
|
63192
63192
|
return { error: MISSING_TOURNAMENT_RECORD };
|
|
63193
63193
|
if (!drawId)
|
|
@@ -63217,6 +63217,7 @@ function deleteFlightAndFlightDraw(_a) {
|
|
|
63217
63217
|
autoPublish: autoPublish,
|
|
63218
63218
|
auditData: auditData,
|
|
63219
63219
|
event: event,
|
|
63220
|
+
force: force,
|
|
63220
63221
|
});
|
|
63221
63222
|
if (result.error)
|
|
63222
63223
|
return result;
|