@telia-ace/widget-conversation-flamingo 1.1.32 → 1.1.33-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/{conversation-30b4f564.mjs → conversation-021e7841.mjs} +907 -873
- package/conversation-e36a9871.js +706 -0
- package/conversation.d.ts +0 -1
- package/{index-0255770a.js → index-1ef78710.js} +1 -1
- package/{index-47f7bb79.js → index-8eb57246.js} +2 -2
- package/{index-7b4e9cb8.mjs → index-90369307.mjs} +2 -2
- package/{index-59fe3cc0.mjs → index-f34e239d.mjs} +21 -21
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +2 -2
- package/conversation-d2944e09.js +0 -688
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>;
|