@hivegpt/hiveai-angular 0.0.462 → 0.0.463
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/bundles/hivegpt-hiveai-angular.umd.js +2 -1
- package/bundles/hivegpt-hiveai-angular.umd.js.map +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js.map +1 -1
- package/esm2015/environments/environment.js +2 -2
- package/esm2015/lib/components/voice-agent/services/voice-agent.service.js +2 -1
- package/fesm2015/hivegpt-hiveai-angular.js +2 -1
- package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
- package/lib/components/voice-agent/services/voice-agent.service.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -818,7 +818,7 @@
|
|
|
818
818
|
|
|
819
819
|
var prod_environment = {
|
|
820
820
|
USERS_API: 'https://es-user.social27.com/api',
|
|
821
|
-
BASE_URL: 'https://
|
|
821
|
+
BASE_URL: 'https://1009-2405-201-5c02-991e-f16d-8654-3279-82a6.ngrok-free.app',
|
|
822
822
|
AGENTS_API: 'https://hive-ai.social27.com/api',
|
|
823
823
|
API_KEY: '82595783-dc9c-4513-8204-709818d51be3',
|
|
824
824
|
SocketUrl: 'https://notif-v2-ws.social27.com/'
|
|
@@ -1666,6 +1666,7 @@
|
|
|
1666
1666
|
'eventurl': eventUrl,
|
|
1667
1667
|
'hive-bot-id': botId,
|
|
1668
1668
|
'x-api-key': apiKey,
|
|
1669
|
+
"ngrok-skip-browser-warning": "true"
|
|
1669
1670
|
};
|
|
1670
1671
|
return [4 /*yield*/, fetch(postUrl, {
|
|
1671
1672
|
method: 'POST',
|