@hivegpt/hiveai-angular 0.0.346 → 0.0.347

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.
@@ -507,15 +507,15 @@
507
507
  USERS_API: 'https://es-user.social27.com/api',
508
508
  BASE_URL: 'https://agent-api.hivegpt.ai',
509
509
  AGENTS_API: 'https://hive-ai.social27.com/api',
510
- API_KEY: 'b621eb3f-0bd2-41d5-a48c-a8f8ab7d38f8',
510
+ API_KEY: '82595783-dc9c-4513-8204-709818d51be3',
511
511
  SocketUrl: 'https://notif-v2-ws.social27.com/'
512
512
  };
513
513
  var dev_environment = {
514
514
  USERS_API: 'https://pre-user.social27.com/api',
515
- BASE_URL: 'https://agent-api.hivegpt.ai',
516
- AGENTS_API: 'https://hive-ai.social27.com/api',
517
- API_KEY: 'b621eb3f-0bd2-41d5-a48c-a8f8ab7d38f8',
518
- SocketUrl: 'https://notif-v2-ws.social27.com/'
515
+ BASE_URL: 'https://pre-agent-api.hivegpt.ai',
516
+ AGENTS_API: 'https://hive-pre-ai.social27.com/api',
517
+ API_KEY: '66d59244c50b8fb597a101t1',
518
+ SocketUrl: 'https://notif-ws-staging.social27.com/',
519
519
  };
520
520
 
521
521
  var ConversationService = /** @class */ (function () {
@@ -850,6 +850,7 @@
850
850
  };
851
851
  ChatDrawerComponent.prototype.ngOnInit = function () {
852
852
  var _this = this;
853
+ this.isDev = false;
853
854
  this.environment = this.isDev ? dev_environment : prod_environment;
854
855
  var domain = window.location.hostname;
855
856
  // Determine the header value based on the domain