impact-chatbot 2.3.37 → 2.3.38

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.esm.js CHANGED
@@ -6657,7 +6657,7 @@ const StreamedContent = ({ botData }) => {
6657
6657
  // }
6658
6658
  let endPoint = botData?.utilityObject?.endpoint
6659
6659
  ? `${BASE_API}${botData?.utilityObject?.endpoint}`
6660
- : `${BASE_API}/core/chatbot/navigation-v3`;
6660
+ : `${BASE_API}/core/chatbot/navigation-v2`;
6661
6661
  let method = botData?.utilityObject?.method
6662
6662
  ? botData?.utilityObject?.method
6663
6663
  : "PUT";