@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/graphql/index.mjs
CHANGED
package/dist/hooks/index.cjs
CHANGED
|
@@ -2261,6 +2261,7 @@ var USER_ACTIVITY_FIELDS_FRAGMENT = import_client2.gql`
|
|
|
2261
2261
|
fragment UserActivityFields on UserActivityType {
|
|
2262
2262
|
favourites {
|
|
2263
2263
|
events
|
|
2264
|
+
partners
|
|
2264
2265
|
vendors
|
|
2265
2266
|
}
|
|
2266
2267
|
going {
|
|
@@ -3296,6 +3297,9 @@ var GET_USER_ACTIVITIES = import_client17.gql`
|
|
|
3296
3297
|
events {
|
|
3297
3298
|
...EventListItemFields
|
|
3298
3299
|
}
|
|
3300
|
+
partners {
|
|
3301
|
+
...PartnerFields
|
|
3302
|
+
}
|
|
3299
3303
|
vendors {
|
|
3300
3304
|
...VendorFields
|
|
3301
3305
|
}
|
|
@@ -3319,6 +3323,7 @@ var GET_USER_ACTIVITIES = import_client17.gql`
|
|
|
3319
3323
|
}
|
|
3320
3324
|
${EVENT_LIST_ITEM}
|
|
3321
3325
|
${VENDOR}
|
|
3326
|
+
${PARTNER}
|
|
3322
3327
|
`;
|
|
3323
3328
|
var GET_USER_RESOURCES = import_client17.gql`
|
|
3324
3329
|
query getUserResources($userId: ID!) {
|