@telia-ace/widget-conversation-flamingo 1.1.32-rc.0 → 1.1.32-rc.1

Sign up to get free protection for your applications and to get access to all the features.
package/conversation.d.ts CHANGED
@@ -14,6 +14,7 @@ export declare class Conversation extends WidgetElement {
14
14
  payload: Record<string, any> | string;
15
15
  }>): void;
16
16
  message: string;
17
+ muted: boolean;
17
18
  platform: ConversationPlatform | null;
18
19
  session: ConversationSessionState | null;
19
20
  conversationContentRef: Ref<HTMLDivElement>;