@hivegpt/hiveai-angular 0.0.346 → 0.0.348
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 +5 -5
- 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.map +1 -1
- package/esm2015/environments/environment.js +6 -6
- package/esm2015/lib/components/chat-drawer/chat-drawer.component.js +1 -1
- package/fesm2015/hivegpt-hiveai-angular.js +5 -5
- package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
- package/lib/components/chat-drawer/chat-drawer.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -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: '
|
|
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: '
|
|
518
|
-
SocketUrl: 'https://notif-
|
|
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 () {
|