@timardex/cluemart-shared 1.2.78 → 1.2.80

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.d.mts CHANGED
@@ -331,7 +331,6 @@ interface UserType {
331
331
  active: boolean;
332
332
  associates?: AssociateType[] | null;
333
333
  avatar: ResourceImageType | null;
334
- chatIds: string[] | null;
335
334
  createdAt: Date;
336
335
  deletedAt: Date | null;
337
336
  email: string;
package/dist/index.d.ts CHANGED
@@ -331,7 +331,6 @@ interface UserType {
331
331
  active: boolean;
332
332
  associates?: AssociateType[] | null;
333
333
  avatar: ResourceImageType | null;
334
- chatIds: string[] | null;
335
334
  createdAt: Date;
336
335
  deletedAt: Date | null;
337
336
  email: string;
package/dist/index.mjs CHANGED
@@ -2260,7 +2260,6 @@ var USER_FIELDS_FRAGMENT = gql2`
2260
2260
  ...ResourceImageFields
2261
2261
  }
2262
2262
  createdAt
2263
- chatIds
2264
2263
  deletedAt
2265
2264
  email
2266
2265
  events