@hivegpt/hiveai-angular 0.0.384 → 0.0.385
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 -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/esm2015/lib/components/chat-drawer/chat-drawer.component.js +6 -2
- package/fesm2015/hivegpt-hiveai-angular.js +5 -1
- 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 +2 -0
- package/lib/components/chat-drawer/chat-drawer.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -2521,7 +2521,9 @@
|
|
|
2521
2521
|
Authorization: 'Bearer ' + this.s27Token,
|
|
2522
2522
|
'x-api-key': this.apiKey,
|
|
2523
2523
|
'hive-bot-id': this.botId,
|
|
2524
|
-
'domain-authority': this.domainAuthorityValue
|
|
2524
|
+
'domain-authority': this.domainAuthorityValue,
|
|
2525
|
+
'event_url': this.eventUrl,
|
|
2526
|
+
'event_token': this.eventToken
|
|
2525
2527
|
},
|
|
2526
2528
|
body: JSON.stringify(body),
|
|
2527
2529
|
})
|
|
@@ -2767,6 +2769,8 @@
|
|
|
2767
2769
|
dateTimeColor: [{ type: i0.Input }],
|
|
2768
2770
|
dateTextColor: [{ type: i0.Input }],
|
|
2769
2771
|
eventId: [{ type: i0.Input }],
|
|
2772
|
+
eventUrl: [{ type: i0.Input }],
|
|
2773
|
+
eventToken: [{ type: i0.Input }],
|
|
2770
2774
|
s27Token: [{ type: i0.Input }],
|
|
2771
2775
|
eventName: [{ type: i0.Input }],
|
|
2772
2776
|
botIcon: [{ type: i0.Input }],
|