@hivegpt/hiveai-angular 0.0.213 → 0.0.214
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 -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 +4 -2
- package/fesm2015/hivegpt-hiveai-angular.js +3 -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 +1 -1
- package/lib/components/chat-drawer/chat-drawer.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1120,6 +1120,7 @@
|
|
|
1120
1120
|
method: 'POST',
|
|
1121
1121
|
headers: {
|
|
1122
1122
|
'Content-Type': 'application/json',
|
|
1123
|
+
'Authorization': this.s27Token,
|
|
1123
1124
|
'x-api-key': this.apiKey,
|
|
1124
1125
|
},
|
|
1125
1126
|
body: JSON.stringify({
|
|
@@ -1165,6 +1166,7 @@
|
|
|
1165
1166
|
method: 'POST',
|
|
1166
1167
|
headers: {
|
|
1167
1168
|
'Content-Type': 'application/json',
|
|
1169
|
+
'Authorization': this.s27Token,
|
|
1168
1170
|
'x-api-key': this.apiKey,
|
|
1169
1171
|
},
|
|
1170
1172
|
body: JSON.stringify({
|
|
@@ -1779,7 +1781,7 @@
|
|
|
1779
1781
|
dateTimeColor: [{ type: i0.Input }],
|
|
1780
1782
|
dateTextColor: [{ type: i0.Input }],
|
|
1781
1783
|
eventId: [{ type: i0.Input }],
|
|
1782
|
-
|
|
1784
|
+
s27Token: [{ type: i0.Input }],
|
|
1783
1785
|
eventName: [{ type: i0.Input }],
|
|
1784
1786
|
botIcon: [{ type: i0.Input }],
|
|
1785
1787
|
formFieldBgColor: [{ type: i0.Input }],
|