@timardex/cluemart-shared 1.0.70 → 1.0.72
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 +4 -1
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +4 -1
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.cjs +0 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +0 -1
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +4 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1834,7 +1834,10 @@ var CATEGORY_FIELDS_FRAGMENT = gql2`
|
|
|
1834
1834
|
name
|
|
1835
1835
|
subcategories {
|
|
1836
1836
|
id
|
|
1837
|
-
items
|
|
1837
|
+
items {
|
|
1838
|
+
id
|
|
1839
|
+
name
|
|
1840
|
+
}
|
|
1838
1841
|
name
|
|
1839
1842
|
}
|
|
1840
1843
|
}
|
|
@@ -3951,7 +3954,6 @@ var stallHolderSchema = globalResourceSchema.shape({
|
|
|
3951
3954
|
id: yup3.string().defined(),
|
|
3952
3955
|
items: yup3.array().of(
|
|
3953
3956
|
yup3.object().shape({
|
|
3954
|
-
description: yup3.string().nullable(),
|
|
3955
3957
|
id: yup3.string().defined(),
|
|
3956
3958
|
name: yup3.string().defined()
|
|
3957
3959
|
})
|