@timardex/cluemart-shared 1.4.25 → 1.4.26

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.
@@ -1201,8 +1201,8 @@ var GET_CHATS_BY_REGION = import_client9.gql`
1201
1201
  ${CHAT_FIELDS_FRAGMENT}
1202
1202
  `;
1203
1203
  var CHAT_REPORT_FIELDS_FRAGMENT = import_client9.gql`
1204
- fragment ChatReportFields on ChatReportType {
1205
- id
1204
+ fragment ChatReportFields on ReportChatUserType {
1205
+ _id
1206
1206
  chatId
1207
1207
  createdAt
1208
1208
  reason {