@timardex/cluemart-shared 1.4.74 → 1.4.76

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.
Files changed (34) hide show
  1. package/dist/{auth-DKNuFwhE.d.ts → auth-B5tprOIL.d.ts} +1 -1
  2. package/dist/{auth-TqKVpwo1.d.mts → auth-DtPfNKc4.d.mts} +1 -1
  3. package/dist/{chunk-W465TNSV.mjs → chunk-2YNED2NO.mjs} +2 -1
  4. package/dist/{chunk-W465TNSV.mjs.map → chunk-2YNED2NO.mjs.map} +1 -1
  5. package/dist/formFields/index.d.mts +1 -1
  6. package/dist/formFields/index.d.ts +1 -1
  7. package/dist/{global-B-g-Dv61.d.ts → global-B0WdAD-8.d.ts} +1 -1
  8. package/dist/{global-DvWluf-6.d.mts → global-MMBYi34A.d.mts} +1 -1
  9. package/dist/graphql/index.cjs +1 -0
  10. package/dist/graphql/index.cjs.map +1 -1
  11. package/dist/graphql/index.d.mts +5 -3
  12. package/dist/graphql/index.d.ts +5 -3
  13. package/dist/graphql/index.mjs +1 -1
  14. package/dist/hooks/index.cjs +1 -2
  15. package/dist/hooks/index.cjs.map +1 -1
  16. package/dist/hooks/index.d.mts +3 -3
  17. package/dist/hooks/index.d.ts +3 -3
  18. package/dist/hooks/index.mjs +2 -3
  19. package/dist/hooks/index.mjs.map +1 -1
  20. package/dist/index.cjs +2 -2
  21. package/dist/index.cjs.map +1 -1
  22. package/dist/index.d.mts +3 -1
  23. package/dist/index.d.ts +3 -1
  24. package/dist/index.mjs +2 -2
  25. package/dist/index.mjs.map +1 -1
  26. package/dist/{post-5WEzHfXv.d.mts → post-DZF3nYKf.d.mts} +1 -1
  27. package/dist/{post-D_KFXmTl.d.ts → post-DdErP7-k.d.ts} +1 -1
  28. package/dist/{resourceActivities-DoJUbR_I.d.ts → resourceActivities-2FaGRW-i.d.ts} +1 -1
  29. package/dist/{resourceActivities-DFtvysCz.d.mts → resourceActivities-CqrscA5x.d.mts} +1 -1
  30. package/dist/types/index.d.mts +5 -5
  31. package/dist/types/index.d.ts +5 -5
  32. package/dist/utils/index.d.mts +1 -1
  33. package/dist/utils/index.d.ts +1 -1
  34. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { O as OptionItem, F as FormField, a as FormDateField, R as RefundPolicy, b as Requirement, S as StallType, C as Category } from '../global-DvWluf-6.mjs';
1
+ import { O as OptionItem, F as FormField, a as FormDateField, R as RefundPolicy, b as Requirement, S as StallType, C as Category } from '../global-MMBYi34A.mjs';
2
2
  import 'react-hook-form';
3
3
  import '../enums/index.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- import { O as OptionItem, F as FormField, a as FormDateField, R as RefundPolicy, b as Requirement, S as StallType, C as Category } from '../global-B-g-Dv61.js';
1
+ import { O as OptionItem, F as FormField, a as FormDateField, R as RefundPolicy, b as Requirement, S as StallType, C as Category } from '../global-B0WdAD-8.js';
2
2
  import 'react-hook-form';
3
3
  import '../enums/index.js';
4
4
 
@@ -104,7 +104,7 @@ type VendorProductList = {
104
104
  name: string;
105
105
  price: number;
106
106
  priceUnit: string;
107
- productGroups: string[];
107
+ productGroups?: string[] | null;
108
108
  };
109
109
  interface VendorFormData extends BaseResourceTypeFormData {
110
110
  availability?: {
@@ -104,7 +104,7 @@ type VendorProductList = {
104
104
  name: string;
105
105
  price: number;
106
106
  priceUnit: string;
107
- productGroups: string[];
107
+ productGroups?: string[] | null;
108
108
  };
109
109
  interface VendorFormData extends BaseResourceTypeFormData {
110
110
  availability?: {
@@ -2789,6 +2789,7 @@ var useGetUserActivities = () => {
2789
2789
  const userActivities = {
2790
2790
  favourites: {
2791
2791
  events: data?.userActivities.favourites.events || [],
2792
+ partners: data?.userActivities.favourites.partners || [],
2792
2793
  vendors: data?.userActivities.favourites.vendors || []
2793
2794
  },
2794
2795
  going: {