@timardex/cluemart-shared 1.4.75 → 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/{chunk-W465TNSV.mjs → chunk-2YNED2NO.mjs} +2 -1
- package/dist/{chunk-W465TNSV.mjs.map → chunk-2YNED2NO.mjs.map} +1 -1
- package/dist/graphql/index.cjs +1 -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.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +1 -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 +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -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
|
@@ -4921,6 +4921,7 @@ var useGetUserActivities = () => {
|
|
|
4921
4921
|
const userActivities = {
|
|
4922
4922
|
favourites: {
|
|
4923
4923
|
events: data?.userActivities.favourites.events || [],
|
|
4924
|
+
partners: data?.userActivities.favourites.partners || [],
|
|
4924
4925
|
vendors: data?.userActivities.favourites.vendors || []
|
|
4925
4926
|
},
|
|
4926
4927
|
going: {
|