authhero 5.5.0 → 5.6.0

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.
@@ -56582,10 +56582,10 @@ export declare class WebhookDestination implements EventDestination {
56582
56582
  }
56583
56583
  export interface CreateDefaultDestinationsConfig {
56584
56584
  /**
56585
- * Data adapter — only the `logs`, `hooks`, and `users` adapters are used
56586
- * by the built-in destinations.
56585
+ * Data adapter — only the `logs`, `hooks`, `users`, and `logStreams`
56586
+ * adapters are used by the built-in destinations.
56587
56587
  */
56588
- dataAdapter: Pick<DataAdapters, "logs" | "hooks" | "users">;
56588
+ dataAdapter: Pick<DataAdapters, "logs" | "hooks" | "users" | "logStreams">;
56589
56589
  /**
56590
56590
  * Produces a Bearer access token for the given tenant, used when POSTing
56591
56591
  * `hook.*` events to the configured webhook URLs.