@hivegpt/hiveai-angular 0.0.141 → 0.0.143
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.
- package/bundles/hivegpt-hiveai-angular.umd.js +3 -1
- package/bundles/hivegpt-hiveai-angular.umd.js.map +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js.map +1 -1
- package/environments/environment.d.ts +1 -0
- package/environments/environment.d.ts.map +1 -1
- package/esm2015/environments/environment.js +3 -2
- package/esm2015/lib/components/chat-drawer/chat-drawer.component.js +2 -1
- package/fesm2015/hivegpt-hiveai-angular.js +3 -1
- package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
- package/package.json +1 -1
|
@@ -507,7 +507,8 @@
|
|
|
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: 'b621eb3f-0bd2-41d5-a48c-a8f8ab7d38f8',
|
|
511
|
+
SocketUrl: 'https://notif-v2-api.social27.com/api/'
|
|
511
512
|
};
|
|
512
513
|
var dev_environment = {
|
|
513
514
|
USERS_API: 'https://pre-user.social27.com/api',
|
|
@@ -1482,6 +1483,7 @@
|
|
|
1482
1483
|
};
|
|
1483
1484
|
ChatDrawerComponent.prototype.onDrawerClosed = function () {
|
|
1484
1485
|
this.isDrawerOpen = true;
|
|
1486
|
+
this.cdr.detectChanges(); // Trigger change detection if needed
|
|
1485
1487
|
// Use ngClass to dynamically apply the class
|
|
1486
1488
|
var button = document.getElementById('botcloseplaygroundbutton');
|
|
1487
1489
|
if (button) {
|