diff --git a/packages/auth0-acul-js/interfaces/export/common.ts b/packages/auth0-acul-js/interfaces/export/common.ts index 2c30f971f..3c66a752f 100644 --- a/packages/auth0-acul-js/interfaces/export/common.ts +++ b/packages/auth0-acul-js/interfaces/export/common.ts @@ -1,5 +1,5 @@ export type { CaptchaContext, PhonePrefix, PasskeyCreate, Scope, AuthorizationDetail, AllowCredential, AuthenticatorTransport } from '../models/screen'; -export type { Connection, EnterpriseConnection, PasswordPolicy, UsernamePolicy, Error, Error as ULError, PasswordComplexityRule } from '../models/transaction'; +export type { Connection, EnterpriseConnection, PasswordPolicy, PasswordComplexityPolicy, UsernamePolicy, Error, Error as ULError, PasswordComplexityRule } from '../models/transaction'; export type { BrandingSettings, BrandingThemes } from '../models/branding'; export type { CustomOptions, WebAuthnErrorDetails, CurrentScreenOptions, FlattenedTheme, LanguageChangeOptions } from '../common/index'; export type { OnStatusChangeCallback, StartResendOptions, ResendControl } from '../utils/resend-control';