@timardex/cluemart-shared 1.4.74 → 1.4.75
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/{auth-DKNuFwhE.d.ts → auth-B5tprOIL.d.ts} +1 -1
- package/dist/{auth-TqKVpwo1.d.mts → auth-DtPfNKc4.d.mts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-B-g-Dv61.d.ts → global-B0WdAD-8.d.ts} +1 -1
- package/dist/{global-DvWluf-6.d.mts → global-MMBYi34A.d.mts} +1 -1
- package/dist/graphql/index.d.mts +3 -3
- package/dist/graphql/index.d.ts +3 -3
- package/dist/hooks/index.cjs +1 -2
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/hooks/index.mjs +1 -2
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +1 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{post-5WEzHfXv.d.mts → post-DZF3nYKf.d.mts} +1 -1
- package/dist/{post-D_KFXmTl.d.ts → post-DdErP7-k.d.ts} +1 -1
- package/dist/{resourceActivities-DoJUbR_I.d.ts → resourceActivities-2FaGRW-i.d.ts} +1 -1
- package/dist/{resourceActivities-DFtvysCz.d.mts → resourceActivities-CqrscA5x.d.mts} +1 -1
- package/dist/types/index.d.mts +5 -5
- package/dist/types/index.d.ts +5 -5
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -6079,8 +6079,7 @@ var vendorMenuSchema = yup3.object({
|
|
|
6079
6079
|
description: yup3.string().nullable().optional(),
|
|
6080
6080
|
name: yup3.string().nullable().required("Product name is required"),
|
|
6081
6081
|
price: yup3.number().transform((v, o) => o === "" ? null : v).min(1, "Product price must be greater than 0").required("Product price is required"),
|
|
6082
|
-
priceUnit: yup3.string().required("Product unit is required")
|
|
6083
|
-
productGroups: yup3.array().of(yup3.string().defined()).min(1, "Product groups are required").required("Product groups are required")
|
|
6082
|
+
priceUnit: yup3.string().required("Product unit is required")
|
|
6084
6083
|
});
|
|
6085
6084
|
var vendorSchema = globalResourceSchema.shape({
|
|
6086
6085
|
categories: categorySchema.min(1, "Category list must contain at least one item").required("Categories are required"),
|