@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.
- 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/{chunk-W465TNSV.mjs → chunk-2YNED2NO.mjs} +2 -1
- package/dist/{chunk-W465TNSV.mjs.map → chunk-2YNED2NO.mjs.map} +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.cjs +1 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +5 -3
- package/dist/graphql/index.d.ts +5 -3
- package/dist/graphql/index.mjs +1 -1
- 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 +2 -3
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.mjs +2 -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
|
@@ -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-
|
|
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-
|
|
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
|
|
package/dist/graphql/index.cjs
CHANGED
|
@@ -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: {
|