@hivegpt/hiveai-angular 0.0.572 → 0.0.574
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 +2 -2
- 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/esm2015/lib/components/voice-agent/services/voice-agent.service.js +3 -3
- package/fesm2015/hivegpt-hiveai-angular.js +2 -2
- package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
- package/package.json +1 -1
|
@@ -1749,7 +1749,7 @@
|
|
|
1749
1749
|
case 1:
|
|
1750
1750
|
_b.trys.push([1, 8, , 9]);
|
|
1751
1751
|
this.callStateSubject.next('connecting');
|
|
1752
|
-
this.statusTextSubject.next('Connecting
|
|
1752
|
+
this.statusTextSubject.next('Connecting...');
|
|
1753
1753
|
accessToken = token;
|
|
1754
1754
|
if (!(usersApiUrl && common.isPlatformBrowser(this.platformId))) return [3 /*break*/, 5];
|
|
1755
1755
|
_b.label = 2;
|
|
@@ -1770,7 +1770,7 @@
|
|
|
1770
1770
|
return [3 /*break*/, 5];
|
|
1771
1771
|
case 5:
|
|
1772
1772
|
base = (apiUrl || '').replace(/\/+$/, '');
|
|
1773
|
-
postUrl = "
|
|
1773
|
+
postUrl = base + "/ai/ask-voice";
|
|
1774
1774
|
eventIdHeader = (eventId && String(eventId).trim()) || '';
|
|
1775
1775
|
return [4 /*yield*/, fetch(postUrl, {
|
|
1776
1776
|
method: 'POST',
|