@telia-ace/widget-conversation-flamingo 1.1.33-rc.0 → 1.1.33-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,7 +14,6 @@ export declare class Conversation extends WidgetElement {
14
14
  payload: Record<string, any> | string;
15
15
  }>): void;
16
16
  message: string;
17
- muted: boolean;
18
17
  platform: ConversationPlatform | null;
19
18
  session: ConversationSessionState | null;
20
19
  conversationContentRef: Ref<HTMLDivElement>;