@timardex/cluemart-shared 1.2.78 → 1.2.79

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
@@ -195,7 +195,7 @@ interface RelationType {
195
195
  _id?: string;
196
196
  active: boolean;
197
197
  apiMessage?: string;
198
- chatId: string | null;
198
+ chatId: string;
199
199
  createdAt?: string;
200
200
  deletedAt?: string | null;
201
201
  eventId: string;
@@ -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
@@ -195,7 +195,7 @@ interface RelationType {
195
195
  _id?: string;
196
196
  active: boolean;
197
197
  apiMessage?: string;
198
- chatId: string | null;
198
+ chatId: string;
199
199
  createdAt?: string;
200
200
  deletedAt?: string | null;
201
201
  eventId: string;
@@ -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