@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/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
  })