UNPKG

@hhgtech/hhg-components

Version:
42 lines (41 loc) 1.14 kB
export declare const SSO_V2_PATHS: { LOGIN_BY_SOCIAL: string; EMAIL: { REGISTER_BY_SEND_OTP: string; LOGIN_BY_PASSWORD: string; VERIFY_BY_OTP: string; SEND_OTP: string; }; PHONE: { REGISTER_BY_SEND_OTP: string; SEND_OTP: string; VERIFY_BY_OTP: string; LOGIN_BY_PASSWORD: string; UPDATE_PHONE_SEND_OTP: string; UPDATE_PHONE_VERIFY_OTP: string; }; WHATSAPP: { LOGIN_OTP_WHATSAPP: string; REGISTER_BY_SEND_OTP: string; SEND_OTP: string; UPDATE_PHONE_SEND_OTP: string; UPDATE_PHONE_VERIFY_OTP: string; VERIFY_BY_OTP: string; }; ZALO: { REGISTER_BY_SEND_OTP: string; SEND_OTP: string; VERIFY_BY_OTP: string; UPDATE_PHONE_SEND_OTP: string; UPDATE_PHONE_VERIFY_OTP: string; }; RESET_PASSWORD: string; CHECK_USER_EXIST: string; UPDATE_USER_INFO: string; SETUP_USER_INFO: string; ECOM_CARE: { SEND_OTP: string; VERIFY_OTP: string; RESEND_OTP: string; }; };