@hivegpt/hiveai-angular 0.0.387 → 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.
@@ -1972,8 +1972,8 @@ class ChatDrawerComponent {
1972
1972
  'x-api-key': this.apiKey,
1973
1973
  'hive-bot-id': this.botId,
1974
1974
  'domain-authority': this.domainAuthorityValue,
1975
- event_url: this.eventUrl,
1976
- event_token: this.eventToken,
1975
+ eventUrl: this.eventUrl,
1976
+ eventToken: this.eventToken,
1977
1977
  };
1978
1978
  if (this.workspaceToken) {
1979
1979
  headers['workspaceToken'] = this.workspaceToken;