@hivegpt/hiveai-angular 0.0.454 → 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.
@@ -818,7 +818,7 @@
818
818
 
819
819
  var prod_environment = {
820
820
  USERS_API: 'https://es-user.social27.com/api',
821
- BASE_URL: 'https://7857-2405-201-5c02-991e-f16d-8654-3279-82a6.ngrok-free.app',
821
+ BASE_URL: 'https://1009-2405-201-5c02-991e-f16d-8654-3279-82a6.ngrok-free.app',
822
822
  AGENTS_API: 'https://hive-ai.social27.com/api',
823
823
  API_KEY: '82595783-dc9c-4513-8204-709818d51be3',
824
824
  SocketUrl: 'https://notif-v2-ws.social27.com/'
@@ -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) {