/** * 风控错误码 */ export declare const CODE_NEED_VERIFY = "FoundRiskAndDoubleConfirm"; export declare const CODE_FORBIDDEN = "FoundRiskAndTip"; export declare const CODE_INVALID_INPUT = "verifyCodeInvalid"; export declare const CODE_IDENTITY_TOKEN_VALIDATE_FAILED = "TokenValidateFailed"; export declare const CODE_IDENTITY_INVALID_PARAMETERS = "InvalidParameter.IvTokenVerifyRequest.idType"; export declare const CODE_IDENTITY_INTERNAL_ERROR = "InternalError"; export declare const CODE_RISK_ERROR_ARRAY: string[]; /** * 处理过了的风控错误,业务 UI 层无需再对其进行报错视图,忽略即可(但对于数据层来说还是一种错误) */ export declare const ERROR_RISK_FORBIDDEN = "FetcherErrorRiskForbidden"; export declare const ERROR_RISK_INVALID = "FetcherErrorRiskInvalid"; export declare const ERROR_RISK_CANCELLED = "FetcherErrorRiskCancelled"; export declare const SVG_URLS: { U2F_INSERT: string; U2F_CLICK: string; U2F_ICON: string; VMFA_ICON_GREY: string; VMFA_ICON_WHITE: string; SMS_ICON: string; EMAIL_ICON: string; }; export declare const MOBILE_SCREEN_SIZE = 720; /** * 阿里云 APP 下载链接 */ export declare const ALIYUN_APP_DOWNLOAD_URL = "https://download.app.aliyun.com/app/aliyunapp/download/home?ulinks_fallback=aliyun%3A%2F%2Fforward%2Fapp%3Ftarget_%3D%2Fram%2Fhome%26pluginId_%3D9"; export declare const DEFAULT_DIALOG_SIZE: string; export declare const BUILT_IN_RISK_CONFIG: { coolingAfterSent: number; coolingAfterSentFail: number; u2fTimeOut: number; webAuthnKeyType: "public-key"; }; export declare const DEFAULT_EXTRA_RISK_CONFIG: { BY_SMS: string; BY_EMAIL: string; BY_MFA: string; REQUEST_METHOD: "POST"; URL_SEND_CODE: string; URL_SETTINGS: string; }; export declare const DEFAULT_RISK_CONFIG: { DATA_PATH_VERIFY_TYPE: string; DATA_PATH_VERIFY_DETAIL: string; DATA_PATH_VERIFY_CODE_TYPE: string; DATA_PATH_VERIFY_URL: string; DATA_PATH_VALIDATORS: string; DATA_PATH_USER_ID: string; DATA_PATH_NEW_EXTEND: string; DATA_PATH_NEW_VERIFY_CODE_TYPE: string; DATA_PATH_NEW_VERIFY_TYPE: string; DATA_PATH_NEW_VERIFY_DETAIL: string; }; export declare const DEFAULT_PRIMARY_BUTTON_DISABLE_OBJECT: { main_account: boolean; EMAIL: boolean; SMS: boolean; VMFA: boolean; U2F: boolean; }; export declare const COMMON_EXPECTED_ERROR: string[]; export declare const IDENTITY_EXPECTED_ERROR: string[]; export declare const SEND_VERIFY_CODE_EXPECTED_ERROR: string[]; export declare const NETWORK_ERROR: string[]; export declare const ENV_IS_PRE: boolean, MAIN_DOMAIN: string, APP_ID: string;