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