@hivegpt/hiveai-angular 0.0.386 → 0.0.388
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 -3
- 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 +4 -4
- package/fesm2015/hivegpt-hiveai-angular.js +3 -3
- package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
- package/package.json +1 -1
|
@@ -2528,11 +2528,11 @@
|
|
|
2528
2528
|
'x-api-key': this.apiKey,
|
|
2529
2529
|
'hive-bot-id': this.botId,
|
|
2530
2530
|
'domain-authority': this.domainAuthorityValue,
|
|
2531
|
-
|
|
2532
|
-
|
|
2531
|
+
eventUrl: this.eventUrl,
|
|
2532
|
+
eventToken: this.eventToken,
|
|
2533
2533
|
};
|
|
2534
2534
|
if (this.workspaceToken) {
|
|
2535
|
-
headers['
|
|
2535
|
+
headers['workspaceToken'] = this.workspaceToken;
|
|
2536
2536
|
}
|
|
2537
2537
|
fetch(url, {
|
|
2538
2538
|
method: 'POST',
|