@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.
@@ -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) => {