@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.
- package/dist/graphql/index.cjs +2 -2
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +2 -2
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/graphql/index.cjs
CHANGED
|
@@ -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
|
|
1205
|
-
|
|
1204
|
+
fragment ChatReportFields on ReportChatUserType {
|
|
1205
|
+
_id
|
|
1206
1206
|
chatId
|
|
1207
1207
|
createdAt
|
|
1208
1208
|
reason {
|