@hivegpt/hiveai-angular 0.0.563 → 0.0.564
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 -0
- 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/chat-drawer/chat-drawer.component.js +3 -1
- package/esm2015/lib/components/voice-agent/services/voice-agent.service.js +2 -2
- package/fesm2015/hivegpt-hiveai-angular.js +2 -0
- package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
- package/hivegpt-hiveai-angular.metadata.json +1 -1
- package/lib/components/chat-drawer/chat-drawer.component.d.ts.map +1 -1
- package/lib/components/voice-agent/services/voice-agent.service.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -5215,6 +5215,7 @@
|
|
|
5215
5215
|
'hive-bot-id': this.botId,
|
|
5216
5216
|
'domain-authority': this.domainAuthorityValue,
|
|
5217
5217
|
eventUrl: this.eventUrl,
|
|
5218
|
+
eventId: this.eventId,
|
|
5218
5219
|
eventToken: this.eventToken,
|
|
5219
5220
|
};
|
|
5220
5221
|
if (this.workspaceToken) {
|
|
@@ -5279,6 +5280,7 @@
|
|
|
5279
5280
|
'x-api-key': this.apiKey,
|
|
5280
5281
|
'hive-bot-id': this.botId,
|
|
5281
5282
|
'domain-authority': this.domainAuthorityValue,
|
|
5283
|
+
'eventId': this.eventId,
|
|
5282
5284
|
});
|
|
5283
5285
|
this.http.post(url, body, { headers: headers }).subscribe({
|
|
5284
5286
|
next: function (data) {
|