@telia-ace/widget-conversation-flamingo 1.1.72-rc.2 → 1.1.72-rc.21

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ export declare const uuid: () => `${string}-${string}-${string}-${string}-${string}`;
2
+ export declare function findPlainTextLinks(text: string): string;
3
+ export declare function truncateLongLinks(text: string): string;
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';