@telia-ace/ace-chat-flamingo 1.1.123-rc.37 → 1.1.123-rc.39

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.
Files changed (4) hide show
  1. package/index.js +79 -69
  2. package/index.mjs +606 -593
  3. package/package.json +3 -3
  4. package/types.d.ts +2 -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.37",
3
+ "version": "1.1.123-rc.39",
4
4
  "dependencies": {
5
- "@telia-ace/widget-core-flamingo": "1.1.123-rc.37",
6
- "@telia-ace/widget-conversation-flamingo": "1.1.123-rc.37",
5
+ "@telia-ace/widget-core-flamingo": "1.1.123-rc.39",
6
+ "@telia-ace/widget-conversation-flamingo": "1.1.123-rc.39",
7
7
  "rxjs": "^7.8.2",
8
8
  "lit": "^3.0.2",
9
9
  "@teliads/icons": "^8.4.0",
package/types.d.ts CHANGED
@@ -125,7 +125,8 @@ export type AuthenticationInfo = {
125
125
  export declare enum AuthCardState {
126
126
  Initial = "initial",
127
127
  Error = "error",
128
- Retry = "retry"
128
+ Retry = "retry",
129
+ InitError = "init-error"
129
130
  }
130
131
  export type UserName = {
131
132
  name?: string;