@timardex/cluemart-shared 1.4.58 → 1.4.60

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.
@@ -119,7 +119,7 @@ import {
119
119
  useUpdateVendor,
120
120
  useUpdateVendorInfo,
121
121
  useValidateVerificationToken
122
- } from "../chunk-77MGTLHY.mjs";
122
+ } from "../chunk-UZZR2DDI.mjs";
123
123
  import "../chunk-LDO4DRWY.mjs";
124
124
  export {
125
125
  useAddParticipantToChat,
@@ -860,10 +860,10 @@ var adSchema = yup6.object().shape({
860
860
  }
861
861
  )
862
862
  }),
863
- resourceCover: yup6.string().url("Resource cover must be a valid URL").required("Resource cover is required"),
863
+ resourceCover: yup6.string().required("Resource cover is required"),
864
864
  resourceDescription: yup6.string().required("Resource description is required"),
865
865
  resourceId: yup6.string().required("Resource ID is required"),
866
- resourceLogo: yup6.string().url("Resource logo must be a valid URL").nullable().notRequired(),
866
+ resourceLogo: yup6.string().nullable().notRequired(),
867
867
  resourceName: yup6.string().required("Resource name is required"),
868
868
  resourceRegion: yup6.string().required("Resource region is required"),
869
869
  resourceType: yup6.mixed().oneOf(Object.values(EnumResourceType), "Please select Event or Vendor").required("Resource Type is required"),