authhero 4.88.0 → 4.89.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.
@@ -48884,7 +48884,7 @@ export type Variables = {
48884
48884
  auth0_client?: Auth0Client$1;
48885
48885
  useragent?: string;
48886
48886
  countryCode?: CountryCode;
48887
- outboxEventIds?: string[];
48887
+ outboxEventPromises?: Promise<string>[];
48888
48888
  };
48889
48889
  /**
48890
48890
  * Interface for SAML signing implementations.