tods-competition-factory 2.1.1 → 2.1.3
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 +2 -2
- package/dist/tods-competition-factory.development.cjs.js +9 -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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
function factoryVersion() {
|
|
6
|
-
return '2.1.
|
|
6
|
+
return '2.1.3';
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
function isFunction(obj) {
|
|
@@ -22905,7 +22905,14 @@ function addTournamentTimeItem(params) {
|
|
|
22905
22905
|
if (result.error)
|
|
22906
22906
|
return result;
|
|
22907
22907
|
const timeItemValues = getTimeItemValues({ element: tournamentRecord });
|
|
22908
|
-
addNotice({
|
|
22908
|
+
addNotice({
|
|
22909
|
+
payload: {
|
|
22910
|
+
parentOrganisation: tournamentRecord.parentOrganisation,
|
|
22911
|
+
tournamentId: tournamentRecord.tournamentId,
|
|
22912
|
+
timeItemValues,
|
|
22913
|
+
},
|
|
22914
|
+
topic: MODIFY_TOURNAMENT_DETAIL,
|
|
22915
|
+
});
|
|
22909
22916
|
return result;
|
|
22910
22917
|
}
|
|
22911
22918
|
function addEventTimeItem(params) {
|