@hivegpt/hiveai-angular 0.0.455 → 0.0.456
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 +3 -0
- 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/lib/components/chat-drawer/chat-drawer.component.js +3 -1
- package/esm2015/lib/components/voice-agent/services/voice-agent.service.js +2 -1
- package/fesm2015/hivegpt-hiveai-angular.js +3 -0
- 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
|
@@ -1588,6 +1588,7 @@
|
|
|
1588
1588
|
'eventurl': eventUrl,
|
|
1589
1589
|
'hive-bot-id': botId,
|
|
1590
1590
|
'x-api-key': apiKey,
|
|
1591
|
+
"ngrok-skip-browser-warning": "true"
|
|
1591
1592
|
};
|
|
1592
1593
|
return [4 /*yield*/, fetch(postUrl, {
|
|
1593
1594
|
method: 'POST',
|
|
@@ -3926,6 +3927,7 @@
|
|
|
3926
3927
|
'domain-authority': this.domainAuthorityValue,
|
|
3927
3928
|
eventUrl: this.eventUrl,
|
|
3928
3929
|
eventToken: this.eventToken,
|
|
3930
|
+
"ngrok-skip-browser-warning": "true"
|
|
3929
3931
|
};
|
|
3930
3932
|
if (this.workspaceToken) {
|
|
3931
3933
|
headers['workspaceToken'] = this.workspaceToken;
|
|
@@ -3989,6 +3991,7 @@
|
|
|
3989
3991
|
'x-api-key': this.apiKey,
|
|
3990
3992
|
'hive-bot-id': this.botId,
|
|
3991
3993
|
'domain-authority': this.domainAuthorityValue,
|
|
3994
|
+
"ngrok-skip-browser-warning": "true"
|
|
3992
3995
|
});
|
|
3993
3996
|
this.http.post(url, body, { headers: headers }).subscribe({
|
|
3994
3997
|
next: function (data) {
|