@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/index.mjs CHANGED
@@ -2323,12 +2323,15 @@ var CHAT_FIELDS_FRAGMENT = gql6`
2323
2323
  }
2324
2324
  name
2325
2325
  participants {
2326
- ...OwnerFields
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!) {