@hivegpt/hiveai-angular 0.0.462 → 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.
@@ -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://agent-api.hivegpt.ai',
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/'
@@ -1666,6 +1666,7 @@
1666
1666
  'eventurl': eventUrl,
1667
1667
  'hive-bot-id': botId,
1668
1668
  'x-api-key': apiKey,
1669
+ "ngrok-skip-browser-warning": "true"
1669
1670
  };
1670
1671
  return [4 /*yield*/, fetch(postUrl, {
1671
1672
  method: 'POST',