tods-competition-factory 1.8.40 → 1.8.41
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/forge/query.mjs +4 -0
- package/dist/forge/query.mjs.map +1 -1
- package/dist/index.mjs +59 -27
- package/dist/index.mjs.map +1 -1
- package/dist/tods-competition-factory.development.cjs.js +90 -51
- 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
package/dist/forge/query.mjs
CHANGED
|
@@ -8847,6 +8847,10 @@ const JUNIOR = "JUNIOR";
|
|
|
8847
8847
|
const WHEELCHAIR = "WHEELCHAIR";
|
|
8848
8848
|
const POLICY_SCHEDULING_DEFAULT = {
|
|
8849
8849
|
[POLICY_TYPE_SCHEDULING]: {
|
|
8850
|
+
allowModificationWhenMatchUpsScheduled: {
|
|
8851
|
+
courts: false,
|
|
8852
|
+
venues: false
|
|
8853
|
+
},
|
|
8850
8854
|
defaultTimes: {
|
|
8851
8855
|
averageTimes: [{ categoryNames: [], minutes: { default: 90 } }],
|
|
8852
8856
|
recoveryTimes: [{ minutes: { [DOUBLES]: 30, default: 60 } }]
|