@epam/ai-dial-overlay 0.38.0-rc.5 → 0.38.0-rc.50
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/README.md +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -66,6 +66,7 @@ const run = async () => {
|
|
|
66
66
|
// optional, id of the conversation to be selected at the start
|
|
67
67
|
overlayConversationId: 'some-conversation-id',
|
|
68
68
|
// optional, if DIAL should redirect to sign in the same browser window
|
|
69
|
+
// to use this flag AI DIAL Chat 'ALLOW_OPEN_SIGNIN_PAGE_IN_IFRAME' environmental variable should be set to 'true'
|
|
69
70
|
signInInSameWindow: false,
|
|
70
71
|
// optional, auto-sign in options
|
|
71
72
|
signInOptions: {
|
package/package.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"name": "@epam/ai-dial-overlay",
|
|
3
3
|
"description": "Package for opening dial in overlay",
|
|
4
4
|
"homepage": "https://epam-rail.com",
|
|
5
|
-
"version": "0.38.0-rc.
|
|
5
|
+
"version": "0.38.0-rc.50",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@epam/ai-dial-shared": "0.38.0-rc.
|
|
7
|
+
"@epam/ai-dial-shared": "0.38.0-rc.50"
|
|
8
8
|
},
|
|
9
9
|
"type": "module",
|
|
10
10
|
"bugs": {
|