@telia-ace/ace-chat-flamingo 1.1.123-rc.18 → 1.1.123-rc.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +41 -41
- package/index.mjs +325 -316
- package/package.json +3 -3
- package/provider.d.ts +2 -1
- package/ui/tunnistus-auth-card.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telia-ace/ace-chat-flamingo",
|
|
3
|
-
"version": "1.1.123-rc.
|
|
3
|
+
"version": "1.1.123-rc.19",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@telia-ace/widget-core-flamingo": "1.1.123-rc.
|
|
6
|
-
"@telia-ace/widget-conversation-flamingo": "1.1.123-rc.
|
|
5
|
+
"@telia-ace/widget-core-flamingo": "1.1.123-rc.19",
|
|
6
|
+
"@telia-ace/widget-conversation-flamingo": "1.1.123-rc.19",
|
|
7
7
|
"rxjs": "^7.8.2",
|
|
8
8
|
"lit": "^3.0.2",
|
|
9
9
|
"@teliads/icons": "^8.4.0",
|
package/provider.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ export declare class ChatProvider extends ConversationProvider {
|
|
|
30
30
|
private guestId;
|
|
31
31
|
private chatOverlayActive;
|
|
32
32
|
private inVideoCall;
|
|
33
|
-
private
|
|
33
|
+
private authResult?;
|
|
34
34
|
constructor(name: string, component: any);
|
|
35
35
|
connect(conversationOptions?: Record<string, any>): void;
|
|
36
36
|
disconnected(): void;
|
|
@@ -44,6 +44,7 @@ export declare class ChatProvider extends ConversationProvider {
|
|
|
44
44
|
setupAuthenticationListeners(): void;
|
|
45
45
|
private setupIDHubAuth;
|
|
46
46
|
private startAuthenticationFlow;
|
|
47
|
+
private getAuthResult;
|
|
47
48
|
private handleWelcomeForm;
|
|
48
49
|
private startChat;
|
|
49
50
|
private restartNewChat;
|