impact-chatbot 2.3.22 → 2.3.23

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
@@ -6097,7 +6097,7 @@ const StreamedContent = ({ botData }) => {
6097
6097
  // }
6098
6098
  let endPoint = botData?.utilityObject?.endpoint
6099
6099
  ? `${BASE_API}${botData?.utilityObject?.endpoint}`
6100
- : `${BASE_API}/core/chatbot/navigation-v2`;
6100
+ : `${BASE_API}/core/chatbot/navigation-v3`;
6101
6101
  let method = botData?.utilityObject?.method
6102
6102
  ? botData?.utilityObject?.method
6103
6103
  : "PUT";