@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
|
@@ -3336,7 +3336,6 @@ class ChatDrawerComponent {
|
|
|
3336
3336
|
'domain-authority': this.domainAuthorityValue,
|
|
3337
3337
|
eventUrl: this.eventUrl,
|
|
3338
3338
|
eventToken: this.eventToken,
|
|
3339
|
-
"ngrok-skip-browser-warning": "true"
|
|
3340
3339
|
};
|
|
3341
3340
|
if (this.workspaceToken) {
|
|
3342
3341
|
headers['workspaceToken'] = this.workspaceToken;
|
|
@@ -3399,7 +3398,6 @@ class ChatDrawerComponent {
|
|
|
3399
3398
|
'x-api-key': this.apiKey,
|
|
3400
3399
|
'hive-bot-id': this.botId,
|
|
3401
3400
|
'domain-authority': this.domainAuthorityValue,
|
|
3402
|
-
"ngrok-skip-browser-warning": "true"
|
|
3403
3401
|
});
|
|
3404
3402
|
this.http.post(url, body, { headers }).subscribe({
|
|
3405
3403
|
next: (data) => {
|