@timardex/cluemart-shared 1.4.77 → 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-CGE7WP2N.mjs → chunk-SSNWS3V4.mjs} +5 -1
- package/dist/chunk-SSNWS3V4.mjs.map +1 -0
- package/dist/graphql/index.cjs +4 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +4 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-CGE7WP2N.mjs.map +0 -1
package/dist/hooks/index.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -3949,6 +3949,9 @@ var GET_USER_ACTIVITIES = import_client17.gql`
|
|
|
3949
3949
|
events {
|
|
3950
3950
|
...EventListItemFields
|
|
3951
3951
|
}
|
|
3952
|
+
partners {
|
|
3953
|
+
...PartnerFields
|
|
3954
|
+
}
|
|
3952
3955
|
vendors {
|
|
3953
3956
|
...VendorFields
|
|
3954
3957
|
}
|
|
@@ -3972,6 +3975,7 @@ var GET_USER_ACTIVITIES = import_client17.gql`
|
|
|
3972
3975
|
}
|
|
3973
3976
|
${EVENT_LIST_ITEM}
|
|
3974
3977
|
${VENDOR}
|
|
3978
|
+
${PARTNER}
|
|
3975
3979
|
`;
|
|
3976
3980
|
var GET_USER_RESOURCES = import_client17.gql`
|
|
3977
3981
|
query getUserResources($userId: ID!) {
|