@snf/access-qa-bot 2.4.3 → 2.4.4

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.d.ts CHANGED
@@ -9,6 +9,12 @@ interface QABotProps {
9
9
  isLoggedIn?: boolean;
10
10
  loginUrl?: string;
11
11
  welcome?: string;
12
+ /** User's email address (when logged in) */
13
+ userEmail?: string;
14
+ /** User's display name (when logged in) */
15
+ userName?: string;
16
+ /** User's ACCESS ID (when logged in) */
17
+ accessId?: string;
12
18
  [key: string]: any; // Allow additional props
13
19
  }
14
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snf/access-qa-bot",
3
- "version": "2.4.3",
3
+ "version": "2.4.4",
4
4
  "private": false,
5
5
  "homepage": ".",
6
6
  "description": "ACCESS Q&A Bot React Component with support ticket creation, feedback collection, and ProForma integration",