@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.
- package/dist/graphql/index.cjs +17 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +10 -2
- package/dist/graphql/index.d.ts +10 -2
- package/dist/graphql/index.mjs +16 -0
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.cjs +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +18 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +9 -1
- package/dist/index.d.ts +9 -1
- package/dist/index.mjs +17 -1
- package/dist/index.mjs.map +1 -1
- package/dist/{post-Df5kAhEE.d.ts → post-CL2oI3Yl.d.ts} +1 -1
- package/dist/{post-tVcpbEDX.d.mts → post-CifJA7KI.d.mts} +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/hooks/index.cjs
CHANGED
|
@@ -930,7 +930,7 @@ var contentDataSchema = yup9.lazy((_, options) => {
|
|
|
930
930
|
}
|
|
931
931
|
});
|
|
932
932
|
var postContentSchema = yup9.object().shape({
|
|
933
|
-
contentData: contentDataSchema
|
|
933
|
+
contentData: contentDataSchema,
|
|
934
934
|
contentOrder: yup9.number().min(0).required(),
|
|
935
935
|
contentType: yup9.mixed().oneOf(Object.values(EnumPostContentType)).required()
|
|
936
936
|
});
|