@telia-ace/widget-conversation-flamingo 1.1.123-rc.27 → 1.1.123-rc.29

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-conversation-flamingo",
3
- "version": "1.1.123-rc.27",
3
+ "version": "1.1.123-rc.29",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org"
6
6
  },
@@ -9,7 +9,7 @@
9
9
  "@lit-labs/motion": "^1.0.8",
10
10
  "@teliads/icons": "^8.4.0",
11
11
  "@teliads/components": "^22.1.1",
12
- "@telia-ace/widget-core-flamingo": "1.1.123-rc.27",
12
+ "@telia-ace/widget-core-flamingo": "1.1.123-rc.29",
13
13
  "lit-html": "^3.0.2",
14
14
  "rxjs": "^7.8.2",
15
15
  "marked": "^15.0.12",
@@ -8,7 +8,28 @@
8
8
  "type": "sessionStorage",
9
9
  "lifespan": "Browser session",
10
10
  "purpose": "This storage value stores a record of all messages exchanged during the current conversation session, ensuring continuity and context within the session. If this entry is missing, the conversation history will be lost if the user reloads the page or navigates away"
11
- }
11
+ },
12
+ "userName": {
13
+ "category": "functional",
14
+ "type": "sessionStorage",
15
+ "lifespan": "Browser session",
16
+ "purpose":
17
+ "This storage value is used to store the user information such as name."
18
+ },
19
+ "agentName": {
20
+ "category": "functional",
21
+ "type": "sessionStorage",
22
+ "lifespan": "Browser session",
23
+ "purpose":
24
+ "This storage value is used to store the agent information such as name."
25
+ },
26
+ "auth": {
27
+ "category": "necessary",
28
+ "type": "sessionStorage",
29
+ "lifespan": "Browser session",
30
+ "purpose":
31
+ "This storage value is used to store the authentication token for the user. If this entry is missing, the user will be required to re-authenticate, and their session may not be retained across page reloads or navigation."
32
+ }
12
33
  }
13
34
  }
14
35
  ]