@hivegpt/hiveai-angular 0.0.225 → 0.0.226
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/chat-drawer/chat-drawer.component.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
|
@@ -1144,7 +1144,7 @@
|
|
|
1144
1144
|
method: 'POST',
|
|
1145
1145
|
headers: {
|
|
1146
1146
|
'Content-Type': 'application/json',
|
|
1147
|
-
'Authorization': this.s27Token,
|
|
1147
|
+
'Authorization': 'Bearer ' + this.s27Token,
|
|
1148
1148
|
'x-api-key': this.apiKey,
|
|
1149
1149
|
},
|
|
1150
1150
|
body: JSON.stringify({
|
|
@@ -1204,7 +1204,7 @@
|
|
|
1204
1204
|
method: 'POST',
|
|
1205
1205
|
headers: {
|
|
1206
1206
|
'Content-Type': 'application/json',
|
|
1207
|
-
'Authorization': this.s27Token,
|
|
1207
|
+
'Authorization': 'Bearer ' + this.s27Token,
|
|
1208
1208
|
'x-api-key': this.apiKey,
|
|
1209
1209
|
},
|
|
1210
1210
|
body: JSON.stringify({
|