tods-competition-factory 1.8.39 → 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.
@@ -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 } }]