@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.
@@ -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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2uinc/frontend-component-xpert-chatbot",
3
- "version": "1.13.3",
3
+ "version": "1.13.4",
4
4
  "homepage": "/app/plugins/xpert-chatbot/frontend/build/",
5
5
  "repository": {
6
6
  "type": "git",