@timardex/cluemart-shared 1.3.11 → 1.3.12

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.
@@ -930,7 +930,7 @@ var contentDataSchema = yup9.lazy((_, options) => {
930
930
  }
931
931
  });
932
932
  var postContentSchema = yup9.object().shape({
933
- contentData: contentDataSchema.required(),
933
+ contentData: contentDataSchema,
934
934
  contentOrder: yup9.number().min(0).required(),
935
935
  contentType: yup9.mixed().oneOf(Object.values(EnumPostContentType)).required()
936
936
  });