@hivegpt/hiveai-angular 0.0.461 → 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 +0 -2
- 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 +1 -3
- package/fesm2015/hivegpt-hiveai-angular.js +0 -2
- package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
- package/lib/components/chat-drawer/chat-drawer.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -4011,7 +4011,6 @@
|
|
|
4011
4011
|
'domain-authority': this.domainAuthorityValue,
|
|
4012
4012
|
eventUrl: this.eventUrl,
|
|
4013
4013
|
eventToken: this.eventToken,
|
|
4014
|
-
"ngrok-skip-browser-warning": "true"
|
|
4015
4014
|
};
|
|
4016
4015
|
if (this.workspaceToken) {
|
|
4017
4016
|
headers['workspaceToken'] = this.workspaceToken;
|
|
@@ -4075,7 +4074,6 @@
|
|
|
4075
4074
|
'x-api-key': this.apiKey,
|
|
4076
4075
|
'hive-bot-id': this.botId,
|
|
4077
4076
|
'domain-authority': this.domainAuthorityValue,
|
|
4078
|
-
"ngrok-skip-browser-warning": "true"
|
|
4079
4077
|
});
|
|
4080
4078
|
this.http.post(url, body, { headers: headers }).subscribe({
|
|
4081
4079
|
next: function (data) {
|