@vendasta/conversation 0.19.0 → 0.20.0

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.
@@ -398,6 +398,9 @@ class Participant {
398
398
  if (typeof this.isParticipantInternalInfoDeleted !== 'undefined') {
399
399
  toReturn['isParticipantInternalInfoDeleted'] = this.isParticipantInternalInfoDeleted;
400
400
  }
401
+ if (typeof this.profileImageUrl !== 'undefined') {
402
+ toReturn['profileImageUrl'] = this.profileImageUrl;
403
+ }
401
404
  return toReturn;
402
405
  }
403
406
  }