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