@timardex/cluemart-shared 1.0.96 → 1.0.97
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/graphql/index.cjs +5 -2
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +5 -2
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/index.cjs +5 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2323,12 +2323,15 @@ var CHAT_FIELDS_FRAGMENT = gql6`
|
|
|
2323
2323
|
}
|
|
2324
2324
|
name
|
|
2325
2325
|
participants {
|
|
2326
|
-
|
|
2326
|
+
avatar
|
|
2327
|
+
email
|
|
2328
|
+
licences
|
|
2329
|
+
name
|
|
2330
|
+
userId
|
|
2327
2331
|
}
|
|
2328
2332
|
updatedAt
|
|
2329
2333
|
}
|
|
2330
2334
|
${CHAT_MESSAGE_FIELDS_FRAGMENT}
|
|
2331
|
-
${OWNER_FIELDS_FRAGMENT}
|
|
2332
2335
|
`;
|
|
2333
2336
|
var CHAT = gql6`
|
|
2334
2337
|
query chat($_id: ID!) {
|