@timardex/cluemart-shared 1.5.553 → 1.5.554

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
@@ -658,6 +658,7 @@ type CreateValidateVerificationTokenFormData = CreateFormData<ValidateVerificati
658
658
 
659
659
  type ParticipantType = {
660
660
  active: boolean;
661
+ isAssociate?: boolean | null;
661
662
  userAvatar: string | null;
662
663
  userEmail: string;
663
664
  userId: string;
package/dist/index.d.ts CHANGED
@@ -658,6 +658,7 @@ type CreateValidateVerificationTokenFormData = CreateFormData<ValidateVerificati
658
658
 
659
659
  type ParticipantType = {
660
660
  active: boolean;
661
+ isAssociate?: boolean | null;
661
662
  userAvatar: string | null;
662
663
  userEmail: string;
663
664
  userId: string;
package/dist/index.mjs CHANGED
@@ -3358,6 +3358,7 @@ var CHAT_MESSAGE_FIELDS_FRAGMENT = gql6`
3358
3358
  var CHAT_PARTICIPANT = gql6`
3359
3359
  fragment ChatParticipantFields on ChatParticipantType {
3360
3360
  active
3361
+ isAssociate
3361
3362
  userAvatar
3362
3363
  userEmail
3363
3364
  userId