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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -6119,7 +6119,7 @@ const StreamedContent = ({ botData }) => {
|
|
|
6119
6119
|
// }
|
|
6120
6120
|
let endPoint = botData?.utilityObject?.endpoint
|
|
6121
6121
|
? `${api.BASE_API}${botData?.utilityObject?.endpoint}`
|
|
6122
|
-
: `${api.BASE_API}/core/chatbot/navigation-
|
|
6122
|
+
: `${api.BASE_API}/core/chatbot/navigation-v3`;
|
|
6123
6123
|
let method = botData?.utilityObject?.method
|
|
6124
6124
|
? botData?.utilityObject?.method
|
|
6125
6125
|
: "PUT";
|