@hivegpt/hiveai-angular 0.0.563 → 0.0.564

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.
@@ -5215,6 +5215,7 @@
5215
5215
  'hive-bot-id': this.botId,
5216
5216
  'domain-authority': this.domainAuthorityValue,
5217
5217
  eventUrl: this.eventUrl,
5218
+ eventId: this.eventId,
5218
5219
  eventToken: this.eventToken,
5219
5220
  };
5220
5221
  if (this.workspaceToken) {
@@ -5279,6 +5280,7 @@
5279
5280
  'x-api-key': this.apiKey,
5280
5281
  'hive-bot-id': this.botId,
5281
5282
  'domain-authority': this.domainAuthorityValue,
5283
+ 'eventId': this.eventId,
5282
5284
  });
5283
5285
  this.http.post(url, body, { headers: headers }).subscribe({
5284
5286
  next: function (data) {