@hivegpt/hiveai-angular 0.0.461 → 0.0.462
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 +1 -4
- 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/chat-drawer/chat-drawer.component.js +1 -3
- package/esm2015/lib/components/voice-agent/services/voice-agent.service.js +1 -2
- package/fesm2015/hivegpt-hiveai-angular.js +1 -4
- package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
- package/lib/components/chat-drawer/chat-drawer.component.d.ts.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://agent-api.hivegpt.ai',
|
|
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,7 +1666,6 @@
|
|
|
1666
1666
|
'eventurl': eventUrl,
|
|
1667
1667
|
'hive-bot-id': botId,
|
|
1668
1668
|
'x-api-key': apiKey,
|
|
1669
|
-
"ngrok-skip-browser-warning": "true"
|
|
1670
1669
|
};
|
|
1671
1670
|
return [4 /*yield*/, fetch(postUrl, {
|
|
1672
1671
|
method: 'POST',
|
|
@@ -4011,7 +4010,6 @@
|
|
|
4011
4010
|
'domain-authority': this.domainAuthorityValue,
|
|
4012
4011
|
eventUrl: this.eventUrl,
|
|
4013
4012
|
eventToken: this.eventToken,
|
|
4014
|
-
"ngrok-skip-browser-warning": "true"
|
|
4015
4013
|
};
|
|
4016
4014
|
if (this.workspaceToken) {
|
|
4017
4015
|
headers['workspaceToken'] = this.workspaceToken;
|
|
@@ -4075,7 +4073,6 @@
|
|
|
4075
4073
|
'x-api-key': this.apiKey,
|
|
4076
4074
|
'hive-bot-id': this.botId,
|
|
4077
4075
|
'domain-authority': this.domainAuthorityValue,
|
|
4078
|
-
"ngrok-skip-browser-warning": "true"
|
|
4079
4076
|
});
|
|
4080
4077
|
this.http.post(url, body, { headers: headers }).subscribe({
|
|
4081
4078
|
next: function (data) {
|