impact-chatbot 2.3.29 → 2.3.31

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/index.cjs.js CHANGED
@@ -6560,7 +6560,7 @@ const StreamedContent = ({ botData }) => {
6560
6560
  // }
6561
6561
  let endPoint = botData?.utilityObject?.endpoint
6562
6562
  ? `${api.BASE_API}${botData?.utilityObject?.endpoint}`
6563
- : `${api.BASE_API}/core/chatbot/navigation-v3`;
6563
+ : `${api.BASE_API}/core/chatbot/navigation-v2`;
6564
6564
  let method = botData?.utilityObject?.method
6565
6565
  ? botData?.utilityObject?.method
6566
6566
  : "PUT";