@telia-ace/ace-chat-flamingo 1.1.123-rc.17 → 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/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@telia-ace/ace-chat-flamingo",
3
- "version": "1.1.123-rc.17",
3
+ "version": "1.1.123-rc.19",
4
4
  "dependencies": {
5
- "@telia-ace/widget-core-flamingo": "1.1.123-rc.17",
6
- "@telia-ace/widget-conversation-flamingo": "1.1.123-rc.17",
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 authURL?;
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;
@@ -9,6 +9,6 @@ export declare class TunnistusAuthCard extends LitElement {
9
9
  tunnistusURL?: string;
10
10
  state?: AuthCardState;
11
11
  });
12
- private _onStartAuth;
12
+ private onStartAuth;
13
13
  render(): import('lit-html').TemplateResult<1>;
14
14
  }