@telia-ace/widget-conversation-flamingo 1.1.72-rc.1 → 1.1.72-rc.11
Sign up to get free protection for your applications and to get access to all the features.
- package/conversation-utilities.d.ts +3 -0
- package/index.d.ts +1 -0
- package/index.js +104 -82
- package/index.mjs +1005 -895
- package/models/agent.d.ts +1 -1
- package/package.json +2 -2
- package/uuid.d.ts +0 -1
package/index.d.ts
CHANGED
@@ -6,3 +6,4 @@ export { Agent } from './models/agent';
|
|
6
6
|
export { ConversationEntry } from './models/conversation-entry';
|
7
7
|
export { ConversationMessageType } from './types';
|
8
8
|
export { Conversation } from './conversation';
|
9
|
+
export { truncateLongLinks, findPlainTextLinks, } from './conversation-utilities';
|