@2uinc/frontend-component-xpert-chatbot 1.13.3 → 1.13.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/dist/lib/index.min.js +4 -2
- package/package.json +1 -1
package/dist/lib/index.min.js
CHANGED
@@ -306,7 +306,8 @@ const is = {
|
|
306
306
|
chatApi: {
|
307
307
|
endpoint: "https://xpert-platform-services-api.prod.ai.2u.com/xpert/omnichannel",
|
308
308
|
payloadParams: {
|
309
|
-
use_case: "Canvas_Student"
|
309
|
+
use_case: "Canvas_Student",
|
310
|
+
tags: ["live_agent"]
|
310
311
|
}
|
311
312
|
},
|
312
313
|
primaryColor: "#193d77",
|
@@ -385,7 +386,8 @@ const is = {
|
|
385
386
|
chatApi: {
|
386
387
|
endpoint: "https://xpert-platform-services-api.prod.ai.2u.com/xpert/omnichannel",
|
387
388
|
payloadParams: {
|
388
|
-
use_case: "Moodle_Student"
|
389
|
+
use_case: "Moodle_Student",
|
390
|
+
tags: ["live_agent"]
|
389
391
|
}
|
390
392
|
},
|
391
393
|
primaryColor: "#193d77",
|