@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/index.mjs
CHANGED
|
@@ -3666,6 +3666,9 @@ var GET_USER_ACTIVITIES = gql12`
|
|
|
3666
3666
|
events {
|
|
3667
3667
|
...EventListItemFields
|
|
3668
3668
|
}
|
|
3669
|
+
partners {
|
|
3670
|
+
...PartnerFields
|
|
3671
|
+
}
|
|
3669
3672
|
vendors {
|
|
3670
3673
|
...VendorFields
|
|
3671
3674
|
}
|
|
@@ -3689,6 +3692,7 @@ var GET_USER_ACTIVITIES = gql12`
|
|
|
3689
3692
|
}
|
|
3690
3693
|
${EVENT_LIST_ITEM}
|
|
3691
3694
|
${VENDOR}
|
|
3695
|
+
${PARTNER}
|
|
3692
3696
|
`;
|
|
3693
3697
|
var GET_USER_RESOURCES = gql12`
|
|
3694
3698
|
query getUserResources($userId: ID!) {
|