/** * Action type dispatched when the fetch personal ids request fails. */ export declare const FETCH_USER_PERSONAL_IDS_FAILURE = "@farfetch/blackout-redux/FETCH_USER_PERSONAL_IDS_FAILURE"; /** * Action type dispatched when the fetch personal ids request starts. */ export declare const FETCH_USER_PERSONAL_IDS_REQUEST = "@farfetch/blackout-redux/FETCH_USER_PERSONAL_IDS_REQUEST"; /** * Action type dispatched when the fetch personal ids request succeeds. */ export declare const FETCH_USER_PERSONAL_IDS_SUCCESS = "@farfetch/blackout-redux/FETCH_USER_PERSONAL_IDS_SUCCESS"; /** * Action type dispatched when the create personal id request fails. */ export declare const CREATE_USER_PERSONAL_ID_FAILURE = "@farfetch/blackout-redux/CREATE_USER_PERSONAL_ID_FAILURE"; /** * Action type dispatched when the create personal id request starts. */ export declare const CREATE_USER_PERSONAL_ID_REQUEST = "@farfetch/blackout-redux/CREATE_USER_PERSONAL_ID_REQUEST"; /** * Action type dispatched when the create personal id request succeeds. */ export declare const CREATE_USER_PERSONAL_ID_SUCCESS = "@farfetch/blackout-redux/CREATE_USER_PERSONAL_ID_SUCCESS"; /** * Action type dispatched when the fetch default personal id request fails. */ export declare const FETCH_USER_DEFAULT_PERSONAL_ID_FAILURE = "@farfetch/blackout-redux/FETCH_USER_DEFAULT_PERSONAL_ID_FAILURE"; /** * Action type dispatched when the fetch default personal id request starts. */ export declare const FETCH_USER_DEFAULT_PERSONAL_ID_REQUEST = "@farfetch/blackout-redux/FETCH_USER_DEFAULT_PERSONAL_ID_REQUEST"; /** * Action type dispatched when the fetch default personal id request succeeds. */ export declare const FETCH_USER_DEFAULT_PERSONAL_ID_SUCCESS = "@farfetch/blackout-redux/FETCH_USER_DEFAULT_PERSONAL_ID_SUCCESS"; /** * Action type dispatched when the set default personal id request fails. */ export declare const SET_USER_DEFAULT_PERSONAL_ID_FAILURE = "@farfetch/blackout-redux/SET_USER_DEFAULT_PERSONAL_ID_FAILURE"; /** * Action type dispatched when the set default personal id request starts. */ export declare const SET_USER_DEFAULT_PERSONAL_ID_REQUEST = "@farfetch/blackout-redux/SET_USER_DEFAULT_PERSONAL_ID_REQUEST"; /** * Action type dispatched when the set default personal id request succeeds. */ export declare const SET_USER_DEFAULT_PERSONAL_ID_SUCCESS = "@farfetch/blackout-redux/SET_USER_DEFAULT_PERSONAL_ID_SUCCESS"; /** * Action type dispatched when the create personal id image request fails. */ export declare const CREATE_USER_PERSONAL_ID_IMAGE_FAILURE = "@farfetch/blackout-redux/CREATE_USER_PERSONAL_ID_IMAGE_FAILURE"; /** * Action type dispatched when the create personal id image request starts. */ export declare const CREATE_USER_PERSONAL_ID_IMAGE_REQUEST = "@farfetch/blackout-redux/CREATE_USER_PERSONAL_ID_IMAGE_REQUEST"; /** * Action type dispatched when the create personal id image request succeeds. */ export declare const CREATE_USER_PERSONAL_ID_IMAGE_SUCCESS = "@farfetch/blackout-redux/CREATE_USER_PERSONAL_ID_IMAGE_SUCCESS"; /** * Action type dispatched when the fetch personal id request fails. */ export declare const FETCH_USER_PERSONAL_ID_FAILURE = "@farfetch/blackout-redux/FETCH_USER_PERSONAL_ID_FAILURE"; /** * Action type dispatched when the fetch personal id request starts. */ export declare const FETCH_USER_PERSONAL_ID_REQUEST = "@farfetch/blackout-redux/FETCH_USER_PERSONAL_ID_REQUEST"; /** * Action type dispatched when the fetch personal id request succeeds. */ export declare const FETCH_USER_PERSONAL_ID_SUCCESS = "@farfetch/blackout-redux/FETCH_USER_PERSONAL_ID_SUCCESS"; /** * Action type dispatched when the update personal id request fails. */ export declare const UPDATE_USER_PERSONAL_ID_FAILURE = "@farfetch/blackout-redux/UPDATE_USER_PERSONAL_ID_FAILURE"; /** * Action type dispatched when the update personal id request starts. */ export declare const UPDATE_USER_PERSONAL_ID_REQUEST = "@farfetch/blackout-redux/UPDATE_USER_PERSONAL_ID_REQUEST"; /** * Action type dispatched when the update personal id request succeeds. */ export declare const UPDATE_USER_PERSONAL_ID_SUCCESS = "@farfetch/blackout-redux/UPDATE_USER_PERSONAL_ID_SUCCESS"; /** * Action type dispatched when the remove personal id request fails. */ export declare const REMOVE_USER_PERSONAL_ID_FAILURE = "@farfetch/blackout-redux/REMOVE_USER_PERSONAL_ID_FAILURE"; /** * Action type dispatched when the remove personal id request starts. */ export declare const REMOVE_USER_PERSONAL_ID_REQUEST = "@farfetch/blackout-redux/REMOVE_USER_PERSONAL_ID_REQUEST"; /** * Action type dispatched when the remove personal id request succeeds. */ export declare const REMOVE_USER_PERSONAL_ID_SUCCESS = "@farfetch/blackout-redux/REMOVE_USER_PERSONAL_ID_SUCCESS"; /** * Action type dispatched when resetting the personal ids. */ export declare const RESET_USER_PERSONAL_IDS = "@farfetch/blackout-redux/RESET_USER_PERSONAL_IDS";