/** * Action type dispatched when the login request fails. */ export declare const LOGIN_FAILURE = "@farfetch/blackout-redux/LOGIN_FAILURE"; /** * Action type dispatched when the login request starts. */ export declare const LOGIN_REQUEST = "@farfetch/blackout-redux/LOGIN_REQUEST"; /** * Action type dispatched when the login request succeeds. */ export declare const LOGIN_SUCCESS = "@farfetch/blackout-redux/LOGIN_SUCCESS"; /** * Action type dispatched when the social login request fails. */ export declare const SOCIAL_LOGIN_FAILURE = "@farfetch/blackout-redux/SOCIAL_LOGIN_FAILURE"; /** * Action type dispatched when the social login request starts. */ export declare const SOCIAL_LOGIN_REQUEST = "@farfetch/blackout-redux/SOCIAL_LOGIN_REQUEST"; /** * Action type dispatched when the social login request succeeds. */ export declare const SOCIAL_LOGIN_SUCCESS = "@farfetch/blackout-redux/SOCIAL_LOGIN_SUCCESS"; /** * Action type dispatched when the logout request fails. */ export declare const LOGOUT_FAILURE = "@farfetch/blackout-redux/LOGOUT_FAILURE"; /** * Action type dispatched when the logout request starts. */ export declare const LOGOUT_REQUEST = "@farfetch/blackout-redux/LOGOUT_REQUEST"; /** * Action type dispatched when the logout request succeeds. */ export declare const LOGOUT_SUCCESS = "@farfetch/blackout-redux/LOGOUT_SUCCESS"; /** * Action type dispatched when the change password request fails. */ export declare const PASSWORD_CHANGE_FAILURE = "@farfetch/blackout-redux/PASSWORD_CHANGE_FAILURE"; /** * Action type dispatched when the change password request starts. */ export declare const PASSWORD_CHANGE_REQUEST = "@farfetch/blackout-redux/PASSWORD_CHANGE_REQUEST"; /** * Action type dispatched when the change password request succeeds. */ export declare const PASSWORD_CHANGE_SUCCESS = "@farfetch/blackout-redux/PASSWORD_CHANGE_SUCCESS"; /** * Action type dispatched when the recover password request fails. */ export declare const PASSWORD_RECOVER_FAILURE = "@farfetch/blackout-redux/PASSWORD_RECOVER_FAILURE"; /** * Action type dispatched when the recover password request starts. */ export declare const PASSWORD_RECOVER_REQUEST = "@farfetch/blackout-redux/PASSWORD_RECOVER_REQUEST"; /** * Action type dispatched when the recover password request succeeds. */ export declare const PASSWORD_RECOVER_SUCCESS = "@farfetch/blackout-redux/PASSWORD_RECOVER_SUCCESS"; /** * Action type dispatched when the reset password request fails. */ export declare const PASSWORD_RESET_FAILURE = "@farfetch/blackout-redux/PASSWORD_RESET_FAILURE"; /** * Action type dispatched when the reset password request starts. */ export declare const PASSWORD_RESET_REQUEST = "@farfetch/blackout-redux/PASSWORD_RESET_REQUEST"; /** * Action type dispatched when the reset password request succeeds. */ export declare const PASSWORD_RESET_SUCCESS = "@farfetch/blackout-redux/PASSWORD_RESET_SUCCESS"; /** * Action type dispatched when the register request fails. */ export declare const REGISTER_FAILURE = "@farfetch/blackout-redux/REGISTER_FAILURE"; /** * Action type dispatched when the register request starts. */ export declare const REGISTER_REQUEST = "@farfetch/blackout-redux/REGISTER_REQUEST"; /** * Action type dispatched when the register request succeeds. */ export declare const REGISTER_SUCCESS = "@farfetch/blackout-redux/REGISTER_SUCCESS"; /** * Action type dispatched when the validate email request fails. */ export declare const VALIDATE_EMAIL_FAILURE = "@farfetch/blackout-redux/VALIDATE_EMAIL_FAILURE"; /** * Action type dispatched when the validate email request starts. */ export declare const VALIDATE_EMAIL_REQUEST = "@farfetch/blackout-redux/VALIDATE_EMAIL_REQUEST"; /** * Action type dispatched when the validate email request succeeds. */ export declare const VALIDATE_EMAIL_SUCCESS = "@farfetch/blackout-redux/VALIDATE_EMAIL_SUCCESS"; /** * Action type dispatched when the refresh email token request fails. */ export declare const REFRESH_EMAIL_TOKEN_FAILURE = "@farfetch/blackout-redux/REFRESH_EMAIL_TOKEN_FAILURE"; /** * Action type dispatched when the refresh email token request starts. */ export declare const REFRESH_EMAIL_TOKEN_REQUEST = "@farfetch/blackout-redux/REFRESH_EMAIL_TOKEN_REQUEST"; /** * Action type dispatched when the refresh email token request succeeds. */ export declare const REFRESH_EMAIL_TOKEN_SUCCESS = "@farfetch/blackout-redux/REFRESH_EMAIL_TOKEN_SUCCESS"; /** * Action type dispatched when the remove token request fails. */ export declare const REMOVE_TOKEN_FAILURE = "@farfetch/blackout-redux/REMOVE_TOKEN_FAILURE"; /** * Action type dispatched when the remove token request starts. */ export declare const REMOVE_TOKEN_REQUEST = "@farfetch/blackout-redux/REMOVE_TOKEN_REQUEST"; /** * Action type dispatched when the remove token request succeeds. */ export declare const REMOVE_TOKEN_SUCCESS = "@farfetch/blackout-redux/REMOVE_TOKEN_SUCCESS"; /** * Action type dispatched when the create user token request fails. */ export declare const CREATE_USER_TOKEN_FAILURE = "@farfetch/blackout-redux/CREATE_USER_TOKEN_FAILURE"; /** * Action type dispatched when the create user token request starts. */ export declare const CREATE_USER_TOKEN_REQUEST = "@farfetch/blackout-redux/CREATE_USER_TOKEN_REQUEST"; /** * Action type dispatched when the create user token request succeeds. */ export declare const CREATE_USER_TOKEN_SUCCESS = "@farfetch/blackout-redux/CREATE_USER_TOKEN_SUCCESS"; /** * Action type dispatched when the create client credentials request fails. */ export declare const CREATE_CLIENT_CREDENTIALS_TOKEN_FAILURE = "@farfetch/blackout-redux/CREATE_CLIENT_CREDENTIALS_TOKEN_FAILURE"; /** * Action type dispatched when the create client credentials request starts. */ export declare const CREATE_CLIENT_CREDENTIALS_TOKEN_REQUEST = "@farfetch/blackout-redux/CREATE_CLIENT_CREDENTIALS_TOKEN_REQUEST"; /** * Action type dispatched when the create client credentials request succeeds. */ export declare const CREATE_CLIENT_CREDENTIALS_TOKEN_SUCCESS = "@farfetch/blackout-redux/CREATE_CLIENT_CREDENTIALS_TOKEN_SUCCESS"; /** * Action type dispatched when the refresh token request fails. */ export declare const REFRESH_TOKEN_FAILURE = "@farfetch/blackout-redux/REFRESH_TOKEN_FAILURE"; /** * Action type dispatched when the refresh token request starts. */ export declare const REFRESH_TOKEN_REQUEST = "@farfetch/blackout-redux/REFRESH_TOKEN_REQUEST"; /** * Action type dispatched when the refresh token request succeeds. */ export declare const REFRESH_TOKEN_SUCCESS = "@farfetch/blackout-redux/REFRESH_TOKEN_SUCCESS"; /** * Action type dispatched when the fetch users request fails. */ export declare const FETCH_USER_FAILURE = "@farfetch/blackout-redux/FETCH_USER_FAILURE"; /** * Action type dispatched when the fetch users request starts. */ export declare const FETCH_USER_REQUEST = "@farfetch/blackout-redux/FETCH_USER_REQUEST"; /** * Action type dispatched when the fetch users request succeeds. */ export declare const FETCH_USER_SUCCESS = "@farfetch/blackout-redux/FETCH_USER_SUCCESS"; /** * Action type dispatched when the update users request fails. */ export declare const UPDATE_USER_FAILURE = "@farfetch/blackout-redux/UPDATE_USER_FAILURE"; /** * Action type dispatched when the update users request starts. */ export declare const UPDATE_USER_REQUEST = "@farfetch/blackout-redux/UPDATE_USER_REQUEST"; /** * Action type dispatched when the update users§ request succeeds. */ export declare const UPDATE_USER_SUCCESS = "@farfetch/blackout-redux/UPDATE_USER_SUCCESS"; /** * Action type dispatched when the create guest user request fails. */ export declare const CREATE_GUEST_USER_FAILURE = "@farfetch/blackout-redux/CREATE_GUEST_USER_FAILURE"; /** * Action type dispatched when the create guest user request starts. */ export declare const CREATE_GUEST_USER_REQUEST = "@farfetch/blackout-redux/CREATE_GUEST_USER_REQUEST"; /** * Action type dispatched when the create guest user request succeeds. */ export declare const CREATE_GUEST_USER_SUCCESS = "@farfetch/blackout-redux/CREATE_GUEST_USER_SUCCESS"; /** * Action type dispatched when the fetch guest user request fails. */ export declare const FETCH_GUEST_USER_FAILURE = "@farfetch/blackout-redux/FETCH_GUEST_USER_FAILURE"; /** * Action type dispatched when the fetch guest user request starts. */ export declare const FETCH_GUEST_USER_REQUEST = "@farfetch/blackout-redux/FETCH_GUEST_USER_REQUEST"; /** * Action type dispatched when the fetch guest user request succeeds. */ export declare const FETCH_GUEST_USER_SUCCESS = "@farfetch/blackout-redux/FETCH_GUEST_USER_SUCCESS"; /** * Action type dispatched when the post phone number validation request fails. */ export declare const CREATE_PHONE_NUMBER_VALIDATION_FAILURE = "@farfetch/blackout-redux/CREATE_PHONE_NUMBER_VALIDATION_FAILURE"; /** * Action type dispatched when the post phone number validation request starts. */ export declare const CREATE_PHONE_NUMBER_VALIDATION_REQUEST = "@farfetch/blackout-redux/CREATE_PHONE_NUMBER_VALIDATION_REQUEST"; /** * Action type dispatched when the post phone number validation request succeeds. */ export declare const CREATE_PHONE_NUMBER_VALIDATION_SUCCESS = "@farfetch/blackout-redux/CREATE_PHONE_NUMBER_VALIDATION_SUCCESS"; /** * Action type dispatched when the post phone token request fails. */ export declare const CREATE_PHONE_TOKEN_FAILURE = "@farfetch/blackout-redux/CREATE_PHONE_TOKEN_FAILURE"; /** * Action type dispatched when the post phone token request starts. */ export declare const CREATE_PHONE_TOKEN_REQUEST = "@farfetch/blackout-redux/CREATE_PHONE_TOKEN_REQUEST"; /** * Action type dispatched when the post phone token request succeeds. */ export declare const CREATE_PHONE_TOKEN_SUCCESS = "@farfetch/blackout-redux/CREATE_PHONE_TOKEN_SUCCESS"; /** * Action type dispatched when the post phone token validation request fails. */ export declare const CREATE_PHONE_TOKEN_VALIDATION_FAILURE = "@farfetch/blackout-redux/CREATE_PHONE_TOKEN_VALIDATION_FAILURE"; /** * Action type dispatched when the post phone token validation request starts. */ export declare const CREATE_PHONE_TOKEN_VALIDATION_REQUEST = "@farfetch/blackout-redux/CREATE_PHONE_TOKEN_VALIDATION_REQUEST"; /** * Action type dispatched when the post phone token validation request succeeds. */ export declare const CREATE_PHONE_TOKEN_VALIDATION_SUCCESS = "@farfetch/blackout-redux/CREATE_PHONE_TOKEN_VALIDATION_SUCCESS"; /** * Action type dispatched when the post account link request fails. */ export declare const CREATE_ACCOUNT_LINK_FAILURE = "@farfetch/blackout-redux/CREATE_ACCOUNT_LINK_FAILURE"; /** * Action type dispatched when the post account link request starts. */ export declare const CREATE_ACCOUNT_LINK_REQUEST = "@farfetch/blackout-redux/CREATE_ACCOUNT_LINK_REQUEST"; /** * Action type dispatched when the post account link request succeeds. */ export declare const CREATE_ACCOUNT_LINK_SUCCESS = "@farfetch/blackout-redux/CREATE_ACCOUNT_LINK_SUCCESS"; /** * Action type dispatched when the fetch user external logins request fails. */ export declare const FETCH_USER_EXTERNAL_LOGINS_FAILURE = "@farfetch/blackout-redux/FETCH_USER_EXTERNAL_LOGINS_FAILURE"; /** * Action type dispatched when the fetch user external logins request starts. */ export declare const FETCH_USER_EXTERNAL_LOGINS_REQUEST = "@farfetch/blackout-redux/FETCH_USER_EXTERNAL_LOGINS_REQUEST"; /** * Action type dispatched when the fetch user external logins request succeeds. */ export declare const FETCH_USER_EXTERNAL_LOGINS_SUCCESS = "@farfetch/blackout-redux/FETCH_USER_EXTERNAL_LOGINS_SUCCESS"; /** * Action type dispatched when the remove user external login request fails. */ export declare const REMOVE_USER_EXTERNAL_LOGIN_FAILURE = "@farfetch/blackout-redux/REMOVE_USER_EXTERNAL_LOGIN_FAILURE"; /** * Action type dispatched when the remove user external login request starts. */ export declare const REMOVE_USER_EXTERNAL_LOGIN_REQUEST = "@farfetch/blackout-redux/REMOVE_USER_EXTERNAL_LOGIN_REQUEST"; /** * Action type dispatched when the remove user external login request succeeds. */ export declare const REMOVE_USER_EXTERNAL_LOGIN_SUCCESS = "@farfetch/blackout-redux/REMOVE_USER_EXTERNAL_LOGIN_SUCCESS"; /** * Action type dispatched when the client wants to reset the login request redux * data. */ export declare const RESET_LOGIN = "@farfetch/blackout-redux/RESET_LOGIN"; /** * Action type dispatched when the client wants to reset the logout request redux * data. */ export declare const RESET_LOGOUT = "@farfetch/blackout-redux/RESET_LOGOUT"; /** * Action type dispatched when the client wants to reset the change password * request redux data. */ export declare const RESET_PASSWORD_CHANGE = "@farfetch/blackout-redux/RESET_PASSWORD_CHANGE"; /** * Action type dispatched when the client wants to reset the recover password * request redux data. */ export declare const RESET_PASSWORD_RECOVER = "@farfetch/blackout-redux/RESET_PASSWORD_RECOVER"; /** * Action type dispatched when the client wants to reset the reset password request * redux data. */ export declare const RESET_PASSWORD_RESET = "@farfetch/blackout-redux/RESET_PASSWORD_RESET"; /** * Action type dispatched when the client wants to reset the register request redux * data. */ export declare const RESET_REGISTER = "@farfetch/blackout-redux/RESET_REGISTER"; /** * Action type dispatched when the client wants to reset the validate email request * redux data. */ export declare const RESET_VALIDATE_EMAIL = "@farfetch/blackout-redux/RESET_VALIDATE_EMAIL"; /** * Action type dispatched when the client wants to reset the validate email request * redux data. */ export declare const RESET_REFRESH_EMAIL_TOKEN = "@farfetch/blackout-redux/RESET_REFRESH_EMAIL_TOKEN"; /** * Action type dispatched when the client wants to reset the delete token * request redux data. */ export declare const RESET_REMOVE_TOKEN = "@farfetch/blackout-redux/RESET_REMOVE_TOKEN"; /** * Action type dispatched when the client wants to reset the delete user * impersonation request redux data. */ export declare const RESET_DELETE_USER_IMPERSONATION = "@farfetch/blackout-redux/RESET_DELETE_USER_IMPERSONATION"; /** * Action type dispatched when the client wants to reset the create user * impersonation request redux data. */ export declare const RESET_CREATE_USER_IMPERSONATION = "@farfetch/blackout-redux/RESET_CREATE_USER_IMPERSONATION"; /** * Action type dispatched when the client wants to reset the create user token * request redux data. */ export declare const RESET_CREATE_USER_TOKEN = "@farfetch/blackout-redux/RESET_CREATE_USER_TOKEN"; /** * Action type dispatched when the client wants to reset the create client * credentials token request redux data. */ export declare const RESET_CREATE_CLIENT_CREDENTIALS_TOKEN = "@farfetch/blackout-redux/RESET_CREATE_CLIENT_CREDENTIALS_TOKEN"; /** * Action type dispatched when the client wants to reset the refresh token * request redux data. */ export declare const RESET_REFRESH_TOKEN = "@farfetch/blackout-redux/RESET_REFRESH_TOKEN"; /** Action type dispatched when the reset user state occurs. */ export declare const RESET_USER_STATE = "@farfetch/blackout-redux/RESET_USER_STATE"; /** Action type dispatched when the reset user state entities occurs. */ export declare const RESET_USER_ENTITIES = "@farfetch/blackout-redux/RESET_USER_ENTITIES"; /** * Action type dispatched when the client wants to reset the token request redux * data. */ export declare const RESET_AUTHENTICATION = "@farfetch/blackout-redux/RESET_AUTHENTICATION";