@timardex/cluemart-shared 1.2.92 → 1.2.93

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.
@@ -739,7 +739,8 @@ var testerEventSchema = yup6.object().shape({
739
739
  inviteAtLeastFiveStallholders: yup6.boolean().required("Required field"),
740
740
  manageApplicationsAndCommunication: yup6.boolean().required("Required field"),
741
741
  organizerExpectations: yup6.string().trim().optional(),
742
- registerMarketsFirstWeek: yup6.boolean().required("Required field")
742
+ registerMarketsFirstWeek: yup6.boolean().required("Required field"),
743
+ spaceForClueMart: yup6.boolean().optional()
743
744
  })
744
745
  });
745
746
  var testerSchema = yup6.object().shape({