@2uinc/frontend-component-xpert-chatbot 1.2.0-beta.4 → 1.2.0-beta.5

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.
@@ -9682,7 +9682,10 @@ function Xo({ xpertKey: e, submitEventExternal: t, configurations: n }) {
9682
9682
  ].map((ae) => ({
9683
9683
  role: ae.role,
9684
9684
  content: ae.content
9685
- }))
9685
+ })),
9686
+ context: {
9687
+ uri: i.isLiveChatEnabled ? "five9_faq" : void 0
9688
+ }
9686
9689
  })
9687
9690
  });
9688
9691
  if (!q.ok)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2uinc/frontend-component-xpert-chatbot",
3
- "version": "1.2.0-beta.4",
3
+ "version": "1.2.0-beta.5",
4
4
  "homepage": "/app/plugins/xpert-chatbot/frontend/build/",
5
5
  "repository": {
6
6
  "type": "git",