@timardex/cluemart-shared 1.5.700 → 1.5.701

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.
Files changed (36) hide show
  1. package/dist/{auth-UPb1_jVK.d.ts → auth-Cp3BRIVM.d.ts} +1 -1
  2. package/dist/{auth-Dz2MAssU.d.mts → auth-Dvp1IEH_.d.mts} +1 -1
  3. package/dist/{chunk-SHKKKI2H.mjs → chunk-JBHXZ3PH.mjs} +1 -2
  4. package/dist/chunk-JBHXZ3PH.mjs.map +1 -0
  5. package/dist/{contactUs-OVbcfAJw.d.mts → contactUs-B6lQQq-x.d.mts} +1 -1
  6. package/dist/{contactUs-Bj_OPrzH.d.ts → contactUs-DA3p41Uq.d.ts} +1 -1
  7. package/dist/formFields/index.d.mts +1 -1
  8. package/dist/formFields/index.d.ts +1 -1
  9. package/dist/{global-BDCEwnuZ.d.ts → global-585slmSH.d.ts} +1 -2
  10. package/dist/{global-Oy5CuI_n.d.mts → global-BEUzBSyY.d.mts} +1 -2
  11. package/dist/graphql/index.cjs +0 -1
  12. package/dist/graphql/index.cjs.map +1 -1
  13. package/dist/graphql/index.d.mts +3 -3
  14. package/dist/graphql/index.d.ts +3 -3
  15. package/dist/graphql/index.mjs +1 -1
  16. package/dist/hooks/index.cjs +0 -1
  17. package/dist/hooks/index.cjs.map +1 -1
  18. package/dist/hooks/index.d.mts +3 -3
  19. package/dist/hooks/index.d.ts +3 -3
  20. package/dist/hooks/index.mjs +1 -1
  21. package/dist/index.cjs +0 -1
  22. package/dist/index.cjs.map +1 -1
  23. package/dist/index.d.mts +1 -2
  24. package/dist/index.d.ts +1 -2
  25. package/dist/index.mjs +0 -1
  26. package/dist/index.mjs.map +1 -1
  27. package/dist/{resourceActivities-CheTdj4a.d.mts → resourceActivities-CZqXBve8.d.mts} +1 -1
  28. package/dist/{resourceActivities-Du-3z7E1.d.ts → resourceActivities-CjJdhVR7.d.ts} +1 -1
  29. package/dist/sharing/index.d.mts +1 -1
  30. package/dist/sharing/index.d.ts +1 -1
  31. package/dist/types/index.d.mts +5 -5
  32. package/dist/types/index.d.ts +5 -5
  33. package/dist/utils/index.d.mts +1 -1
  34. package/dist/utils/index.d.ts +1 -1
  35. package/package.json +1 -1
  36. package/dist/chunk-SHKKKI2H.mjs.map +0 -1
package/dist/index.d.mts CHANGED
@@ -231,7 +231,6 @@ type RelationDate = {
231
231
  interface RelationType {
232
232
  _id?: string;
233
233
  active: boolean;
234
- apiMessage?: string | null;
235
234
  chatId: string;
236
235
  createdAt?: Date;
237
236
  deletedAt?: Date | null;
@@ -243,7 +242,7 @@ interface RelationType {
243
242
  vendorId: string;
244
243
  }
245
244
  /** GraphQL RelationInputType — chatId is optional; server assigns it on create. */
246
- type RelationInputType = Omit<RelationType, "_id" | "apiMessage" | "chatId" | "createdAt" | "updatedAt" | "deletedAt"> & {
245
+ type RelationInputType = Omit<RelationType, "_id" | "chatId" | "createdAt" | "updatedAt" | "deletedAt"> & {
247
246
  chatId?: string;
248
247
  };
249
248
 
package/dist/index.d.ts CHANGED
@@ -231,7 +231,6 @@ type RelationDate = {
231
231
  interface RelationType {
232
232
  _id?: string;
233
233
  active: boolean;
234
- apiMessage?: string | null;
235
234
  chatId: string;
236
235
  createdAt?: Date;
237
236
  deletedAt?: Date | null;
@@ -243,7 +242,7 @@ interface RelationType {
243
242
  vendorId: string;
244
243
  }
245
244
  /** GraphQL RelationInputType — chatId is optional; server assigns it on create. */
246
- type RelationInputType = Omit<RelationType, "_id" | "apiMessage" | "chatId" | "createdAt" | "updatedAt" | "deletedAt"> & {
245
+ type RelationInputType = Omit<RelationType, "_id" | "chatId" | "createdAt" | "updatedAt" | "deletedAt"> & {
247
246
  chatId?: string;
248
247
  };
249
248
 
package/dist/index.mjs CHANGED
@@ -4376,7 +4376,6 @@ var RELATION_FIELDS_FRAGMENT = gql18`
4376
4376
  fragment RelationFields on RelationType {
4377
4377
  _id
4378
4378
  active
4379
- apiMessage
4380
4379
  chatId
4381
4380
  createdAt
4382
4381
  lastUpdateBy