@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.
@@ -2528,8 +2528,8 @@
2528
2528
  'x-api-key': this.apiKey,
2529
2529
  'hive-bot-id': this.botId,
2530
2530
  'domain-authority': this.domainAuthorityValue,
2531
- event_url: this.eventUrl,
2532
- event_token: this.eventToken,
2531
+ eventUrl: this.eventUrl,
2532
+ eventToken: this.eventToken,
2533
2533
  };
2534
2534
  if (this.workspaceToken) {
2535
2535
  headers['workspaceToken'] = this.workspaceToken;