@epam/ai-dial-overlay 0.31.0-rc.35 → 0.31.0-rc.37
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 +9 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -67,6 +67,15 @@ const run = async () => {
|
|
|
67
67
|
overlayConversationId: 'some-conversation-id',
|
|
68
68
|
// optional, if DIAL should redirect to sign in the same browser window
|
|
69
69
|
signInInSameWindow: false,
|
|
70
|
+
// optional, auto-sign in options
|
|
71
|
+
signInOptions: {
|
|
72
|
+
// optional, If the DIAL should automatically sign in without user interaction (provided there is an active provider session)
|
|
73
|
+
autoSignIn: true,
|
|
74
|
+
//provider which will be used for the sign in
|
|
75
|
+
signInProvider: 'provider_name',
|
|
76
|
+
//optional, should be true if provider page couldn't be open in iframe and hostDomain and DIAL have different providers or application id within one provider
|
|
77
|
+
signInInNewWindow: true,
|
|
78
|
+
},
|
|
70
79
|
});
|
|
71
80
|
|
|
72
81
|
// overlay loaded application and ready to send and receive information from the application
|
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.31.0-rc.
|
|
5
|
+
"version": "0.31.0-rc.37",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@epam/ai-dial-shared": "0.31.0-rc.
|
|
7
|
+
"@epam/ai-dial-shared": "0.31.0-rc.37"
|
|
8
8
|
},
|
|
9
9
|
"type": "module",
|
|
10
10
|
"bugs": {
|