@hivegpt/hiveai-angular 0.0.384 → 0.0.385

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.
@@ -2521,7 +2521,9 @@
2521
2521
  Authorization: 'Bearer ' + this.s27Token,
2522
2522
  'x-api-key': this.apiKey,
2523
2523
  'hive-bot-id': this.botId,
2524
- 'domain-authority': this.domainAuthorityValue
2524
+ 'domain-authority': this.domainAuthorityValue,
2525
+ 'event_url': this.eventUrl,
2526
+ 'event_token': this.eventToken
2525
2527
  },
2526
2528
  body: JSON.stringify(body),
2527
2529
  })
@@ -2767,6 +2769,8 @@
2767
2769
  dateTimeColor: [{ type: i0.Input }],
2768
2770
  dateTextColor: [{ type: i0.Input }],
2769
2771
  eventId: [{ type: i0.Input }],
2772
+ eventUrl: [{ type: i0.Input }],
2773
+ eventToken: [{ type: i0.Input }],
2770
2774
  s27Token: [{ type: i0.Input }],
2771
2775
  eventName: [{ type: i0.Input }],
2772
2776
  botIcon: [{ type: i0.Input }],