@timardex/cluemart-shared 1.4.76 → 1.4.78
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-2YNED2NO.mjs → chunk-SSNWS3V4.mjs} +6 -1
- package/dist/chunk-SSNWS3V4.mjs.map +1 -0
- package/dist/graphql/index.cjs +5 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +5 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +5 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-2YNED2NO.mjs.map +0 -1
package/dist/hooks/index.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -2682,6 +2682,7 @@ var USER_ACTIVITY_FIELDS_FRAGMENT = import_client2.gql`
|
|
|
2682
2682
|
fragment UserActivityFields on UserActivityType {
|
|
2683
2683
|
favourites {
|
|
2684
2684
|
events
|
|
2685
|
+
partners
|
|
2685
2686
|
vendors
|
|
2686
2687
|
}
|
|
2687
2688
|
going {
|
|
@@ -3948,6 +3949,9 @@ var GET_USER_ACTIVITIES = import_client17.gql`
|
|
|
3948
3949
|
events {
|
|
3949
3950
|
...EventListItemFields
|
|
3950
3951
|
}
|
|
3952
|
+
partners {
|
|
3953
|
+
...PartnerFields
|
|
3954
|
+
}
|
|
3951
3955
|
vendors {
|
|
3952
3956
|
...VendorFields
|
|
3953
3957
|
}
|
|
@@ -3971,6 +3975,7 @@ var GET_USER_ACTIVITIES = import_client17.gql`
|
|
|
3971
3975
|
}
|
|
3972
3976
|
${EVENT_LIST_ITEM}
|
|
3973
3977
|
${VENDOR}
|
|
3978
|
+
${PARTNER}
|
|
3974
3979
|
`;
|
|
3975
3980
|
var GET_USER_RESOURCES = import_client17.gql`
|
|
3976
3981
|
query getUserResources($userId: ID!) {
|