@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/graphql/index.d.mts
CHANGED
|
@@ -699,6 +699,7 @@ declare const useGetUserActivities: () => {
|
|
|
699
699
|
userActivities: {
|
|
700
700
|
favourites: {
|
|
701
701
|
events: EventListItemType[];
|
|
702
|
+
partners: PartnerType[];
|
|
702
703
|
vendors: VendorType[];
|
|
703
704
|
};
|
|
704
705
|
going: {
|
|
@@ -715,6 +716,7 @@ declare const useGetUserActivities: () => {
|
|
|
715
716
|
userActivities: {
|
|
716
717
|
favourites: {
|
|
717
718
|
events: EventListItemType[];
|
|
719
|
+
partners: PartnerType[];
|
|
718
720
|
vendors: VendorType[];
|
|
719
721
|
};
|
|
720
722
|
going: {
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -699,6 +699,7 @@ declare const useGetUserActivities: () => {
|
|
|
699
699
|
userActivities: {
|
|
700
700
|
favourites: {
|
|
701
701
|
events: EventListItemType[];
|
|
702
|
+
partners: PartnerType[];
|
|
702
703
|
vendors: VendorType[];
|
|
703
704
|
};
|
|
704
705
|
going: {
|
|
@@ -715,6 +716,7 @@ declare const useGetUserActivities: () => {
|
|
|
715
716
|
userActivities: {
|
|
716
717
|
favourites: {
|
|
717
718
|
events: EventListItemType[];
|
|
719
|
+
partners: PartnerType[];
|
|
718
720
|
vendors: VendorType[];
|
|
719
721
|
};
|
|
720
722
|
going: {
|
package/dist/graphql/index.mjs
CHANGED