@timardex/cluemart-shared 1.4.75 → 1.4.77
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/{chunk-W465TNSV.mjs → chunk-CGE7WP2N.mjs} +3 -1
- package/dist/chunk-CGE7WP2N.mjs.map +1 -0
- package/dist/graphql/index.cjs +2 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +2 -0
- package/dist/graphql/index.d.ts +2 -0
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +1 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-W465TNSV.mjs.map +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -1812,6 +1812,7 @@ declare const useGetUserActivities: () => {
|
|
|
1812
1812
|
userActivities: {
|
|
1813
1813
|
favourites: {
|
|
1814
1814
|
events: EventListItemType[];
|
|
1815
|
+
partners: PartnerType[];
|
|
1815
1816
|
vendors: VendorType[];
|
|
1816
1817
|
};
|
|
1817
1818
|
going: {
|
|
@@ -1828,6 +1829,7 @@ declare const useGetUserActivities: () => {
|
|
|
1828
1829
|
userActivities: {
|
|
1829
1830
|
favourites: {
|
|
1830
1831
|
events: EventListItemType[];
|
|
1832
|
+
partners: PartnerType[];
|
|
1831
1833
|
vendors: VendorType[];
|
|
1832
1834
|
};
|
|
1833
1835
|
going: {
|
package/dist/index.d.ts
CHANGED
|
@@ -1812,6 +1812,7 @@ declare const useGetUserActivities: () => {
|
|
|
1812
1812
|
userActivities: {
|
|
1813
1813
|
favourites: {
|
|
1814
1814
|
events: EventListItemType[];
|
|
1815
|
+
partners: PartnerType[];
|
|
1815
1816
|
vendors: VendorType[];
|
|
1816
1817
|
};
|
|
1817
1818
|
going: {
|
|
@@ -1828,6 +1829,7 @@ declare const useGetUserActivities: () => {
|
|
|
1828
1829
|
userActivities: {
|
|
1829
1830
|
favourites: {
|
|
1830
1831
|
events: EventListItemType[];
|
|
1832
|
+
partners: PartnerType[];
|
|
1831
1833
|
vendors: VendorType[];
|
|
1832
1834
|
};
|
|
1833
1835
|
going: {
|
package/dist/index.mjs
CHANGED
|
@@ -2399,6 +2399,7 @@ var USER_ACTIVITY_FIELDS_FRAGMENT = gql2`
|
|
|
2399
2399
|
fragment UserActivityFields on UserActivityType {
|
|
2400
2400
|
favourites {
|
|
2401
2401
|
events
|
|
2402
|
+
partners
|
|
2402
2403
|
vendors
|
|
2403
2404
|
}
|
|
2404
2405
|
going {
|
|
@@ -4921,6 +4922,7 @@ var useGetUserActivities = () => {
|
|
|
4921
4922
|
const userActivities = {
|
|
4922
4923
|
favourites: {
|
|
4923
4924
|
events: data?.userActivities.favourites.events || [],
|
|
4925
|
+
partners: data?.userActivities.favourites.partners || [],
|
|
4924
4926
|
vendors: data?.userActivities.favourites.vendors || []
|
|
4925
4927
|
},
|
|
4926
4928
|
going: {
|