vrfi-design-system 1.1.97 → 1.1.98

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.ts CHANGED
@@ -642,6 +642,8 @@ declare interface GenericChatShape {
642
642
  newChatId?: string | number;
643
643
  updatedAt?: string;
644
644
  unreadCount?: number;
645
+ initiatorType?: string;
646
+ receiverType?: string;
645
647
  lastMessage?: {
646
648
  body?: string;
647
649
  };