/** * Action type dispatched when the fetch user attributes request fails. */ export declare const FETCH_USER_ATTRIBUTES_FAILURE = "@farfetch/blackout-redux/FETCH_USER_ATTRIBUTES_FAILURE"; /** * Action type dispatched when the fetch user attributes request starts. */ export declare const FETCH_USER_ATTRIBUTES_REQUEST = "@farfetch/blackout-redux/FETCH_USER_ATTRIBUTES_REQUEST"; /** * Action type dispatched when the fetch user attributes request succeeds. */ export declare const FETCH_USER_ATTRIBUTES_SUCCESS = "@farfetch/blackout-redux/FETCH_USER_ATTRIBUTES_SUCCESS"; /** * Action type dispatched when the create user attributes request fails. */ export declare const CREATE_USER_ATTRIBUTE_FAILURE = "@farfetch/blackout-redux/CREATE_USER_ATTRIBUTE_FAILURE"; /** * Action type dispatched when the create user attributes request starts. */ export declare const CREATE_USER_ATTRIBUTE_REQUEST = "@farfetch/blackout-redux/CREATE_USER_ATTRIBUTE_REQUEST"; /** * Action type dispatched when the create user attributes request succeeds. */ export declare const CREATE_USER_ATTRIBUTE_SUCCESS = "@farfetch/blackout-redux/CREATE_USER_ATTRIBUTE_SUCCESS"; /** * Action type dispatched when the fetch user attribute request fails. */ export declare const FETCH_USER_ATTRIBUTE_FAILURE = "@farfetch/blackout-redux/FETCH_USER_ATTRIBUTE_FAILURE"; /** * Action type dispatched when the fetch user attribute request starts. */ export declare const FETCH_USER_ATTRIBUTE_REQUEST = "@farfetch/blackout-redux/FETCH_USER_ATTRIBUTE_REQUEST"; /** * Action type dispatched when the fetch user attribute request succeeds. */ export declare const FETCH_USER_ATTRIBUTE_SUCCESS = "@farfetch/blackout-redux/FETCH_USER_ATTRIBUTE_SUCCESS"; /** * Action type dispatched when the set user attribute request fails. */ export declare const SET_USER_ATTRIBUTE_FAILURE = "@farfetch/blackout-redux/SET_USER_ATTRIBUTE_FAILURE"; /** * Action type dispatched when the set user attribute request starts. */ export declare const SET_USER_ATTRIBUTE_REQUEST = "@farfetch/blackout-redux/SET_USER_ATTRIBUTE_REQUEST"; /** * Action type dispatched when the set user attribute request succeeds. */ export declare const SET_USER_ATTRIBUTE_SUCCESS = "@farfetch/blackout-redux/SET_USER_ATTRIBUTE_SUCCESS"; /** * Action type dispatched when the update user attribute request fails. */ export declare const UPDATE_USER_ATTRIBUTE_FAILURE = "@farfetch/blackout-redux/UPDATE_USER_ATTRIBUTE_FAILURE"; /** * Action type dispatched when the update user attribute request starts. */ export declare const UPDATE_USER_ATTRIBUTE_REQUEST = "@farfetch/blackout-redux/UPDATE_USER_ATTRIBUTE_REQUEST"; /** * Action type dispatched when the update user attribute request succeeds. */ export declare const UPDATE_USER_ATTRIBUTE_SUCCESS = "@farfetch/blackout-redux/UPDATE_USER_ATTRIBUTE_SUCCESS"; /** * Action type dispatched when the remove user attribute request fails. */ export declare const REMOVE_USER_ATTRIBUTE_FAILURE = "@farfetch/blackout-redux/REMOVE_USER_ATTRIBUTE_FAILURE"; /** * Action type dispatched when the remove user attribute request starts. */ export declare const REMOVE_USER_ATTRIBUTE_REQUEST = "@farfetch/blackout-redux/REMOVE_USER_ATTRIBUTE_REQUEST"; /** * Action type dispatched when the remove user attribute request succeeds. */ export declare const REMOVE_USER_ATTRIBUTE_SUCCESS = "@farfetch/blackout-redux/REMOVE_USER_ATTRIBUTE_SUCCESS";