/** * Action type dispatched when the create address request fails. */ export declare const CREATE_USER_ADDRESS_FAILURE = "@farfetch/blackout-redux/CREATE_USER_ADDRESS_FAILURE"; /** * Action type dispatched when the create address request starts. */ export declare const CREATE_USER_ADDRESS_REQUEST = "@farfetch/blackout-redux/CREATE_USER_ADDRESS_REQUEST"; /** * Action type dispatched when the create address request succeeds. */ export declare const CREATE_USER_ADDRESS_SUCCESS = "@farfetch/blackout-redux/CREATE_USER_ADDRESS_SUCCESS"; /** * Action type dispatched when the fetch address request fails. */ export declare const FETCH_USER_ADDRESS_FAILURE = "@farfetch/blackout-redux/FETCH_USER_ADDRESS_FAILURE"; /** * Action type dispatched when the fetch address request starts. */ export declare const FETCH_USER_ADDRESS_REQUEST = "@farfetch/blackout-redux/FETCH_USER_ADDRESS_REQUEST"; /** * Action type dispatched when the fetch address request succeeds. */ export declare const FETCH_USER_ADDRESS_SUCCESS = "@farfetch/blackout-redux/FETCH_USER_ADDRESS_SUCCESS"; /** * Action type dispatched when the fetch addresses request fails. */ export declare const FETCH_USER_ADDRESSES_FAILURE = "@farfetch/blackout-redux/FETCH_USER_ADDRESSES_FAILURE"; /** * Action type dispatched when the fetch addresses request starts. */ export declare const FETCH_USER_ADDRESSES_REQUEST = "@farfetch/blackout-redux/FETCH_USER_ADDRESSES_REQUEST"; /** * Action type dispatched when the fetch addresses request succeeds. */ export declare const FETCH_USER_ADDRESSES_SUCCESS = "@farfetch/blackout-redux/FETCH_USER_ADDRESSES_SUCCESS"; /** * Action type dispatched when the fetch default contact address request fails. */ export declare const FETCH_USER_DEFAULT_CONTACT_ADDRESS_FAILURE = "@farfetch/blackout-redux/FETCH_USER_DEFAULT_CONTACT_ADDRESS_FAILURE"; /** * Action type dispatched when the fetch default contact address request starts. */ export declare const FETCH_USER_DEFAULT_CONTACT_ADDRESS_REQUEST = "@farfetch/blackout-redux/FETCH_USER_DEFAULT_CONTACT_ADDRESS_REQUEST"; /** * Action type dispatched when the fetch default contact address request succeeds. */ export declare const FETCH_USER_DEFAULT_CONTACT_ADDRESS_SUCCESS = "@farfetch/blackout-redux/FETCH_USER_DEFAULT_CONTACT_ADDRESS_SUCCESS"; /** * Action type dispatched when the delete address request fails. */ export declare const REMOVE_USER_ADDRESS_FAILURE = "@farfetch/blackout-redux/REMOVE_USER_ADDRESS_FAILURE"; /** * Action type dispatched when the delete address request starts. */ export declare const REMOVE_USER_ADDRESS_REQUEST = "@farfetch/blackout-redux/REMOVE_USER_ADDRESS_REQUEST"; /** * Action type dispatched when the delete address request succeeds. */ export declare const REMOVE_USER_ADDRESS_SUCCESS = "@farfetch/blackout-redux/REMOVE_USER_ADDRESS_SUCCESS"; /** * Action type dispatched when delete default contact address request fails. */ export declare const REMOVE_USER_DEFAULT_CONTACT_ADDRESS_FAILURE = "@farfetch/blackout-redux/REMOVE_USER_DEFAULT_CONTACT_ADDRESS_FAILURE"; /** * Action type dispatched when delete default contact address request starts. */ export declare const REMOVE_USER_DEFAULT_CONTACT_ADDRESS_REQUEST = "@farfetch/blackout-redux/REMOVE_USER_DEFAULT_CONTACT_ADDRESS_REQUEST"; /** * Action type dispatched when delete default contact address request succeeds. */ export declare const REMOVE_USER_DEFAULT_CONTACT_ADDRESS_SUCCESS = "@farfetch/blackout-redux/REMOVE_USER_DEFAULT_CONTACT_ADDRESS_SUCCESS"; /** * Action type dispatched when delete default billing address request fails. */ export declare const REMOVE_USER_DEFAULT_BILLING_ADDRESS_FAILURE = "@farfetch/blackout-redux/REMOVE_USER_DEFAULT_BILLING_ADDRESS_FAILURE"; /** * Action type dispatched when delete default billing address request starts. */ export declare const REMOVE_USER_DEFAULT_BILLING_ADDRESS_REQUEST = "@farfetch/blackout-redux/REMOVE_USER_DEFAULT_BILLING_ADDRESS_REQUEST"; /** * Action type dispatched when delete default billing address request succeeds. */ export declare const REMOVE_USER_DEFAULT_BILLING_ADDRESS_SUCCESS = "@farfetch/blackout-redux/REMOVE_USER_DEFAULT_BILLING_ADDRESS_SUCCESS"; /** * Action type dispatched when delete default shipping address request fails. */ export declare const REMOVE_USER_DEFAULT_SHIPPING_ADDRESS_FAILURE = "@farfetch/blackout-redux/REMOVE_USER_DEFAULT_SHIPPING_ADDRESS_FAILURE"; /** * Action type dispatched when delete default shipping address request starts. */ export declare const REMOVE_USER_DEFAULT_SHIPPING_ADDRESS_REQUEST = "@farfetch/blackout-redux/REMOVE_USER_DEFAULT_SHIPPING_ADDRESS_REQUEST"; /** * Action type dispatched when delete default shipping address request succeeds. */ export declare const REMOVE_USER_DEFAULT_SHIPPING_ADDRESS_SUCCESS = "@farfetch/blackout-redux/REMOVE_USER_DEFAULT_SHIPPING_ADDRESS_SUCCESS"; /** * Action type dispatched when set default billing address request fails. */ export declare const SET_USER_DEFAULT_BILLING_ADDRESS_FAILURE = "@farfetch/blackout-redux/SET_USER_DEFAULT_BILLING_ADDRESS_FAILURE"; /** * Action type dispatched when set default billing address request starts. */ export declare const SET_USER_DEFAULT_BILLING_ADDRESS_REQUEST = "@farfetch/blackout-redux/SET_USER_DEFAULT_BILLING_ADDRESS_REQUEST"; /** * Action type dispatched when set default billing address request succeeds. */ export declare const SET_USER_DEFAULT_BILLING_ADDRESS_SUCCESS = "@farfetch/blackout-redux/SET_USER_DEFAULT_BILLING_ADDRESS_SUCCESS"; /** * Action type dispatched when set default shipping address request fails. */ export declare const SET_USER_DEFAULT_SHIPPING_ADDRESS_FAILURE = "@farfetch/blackout-redux/SET_USER_DEFAULT_SHIPPING_ADDRESS_FAILURE"; /** * Action type dispatched when set default shipping address request starts. */ export declare const SET_USER_DEFAULT_SHIPPING_ADDRESS_REQUEST = "@farfetch/blackout-redux/SET_USER_DEFAULT_SHIPPING_ADDRESS_REQUEST"; /** * Action type dispatched when set default shipping address request succeeds. */ export declare const SET_USER_DEFAULT_SHIPPING_ADDRESS_SUCCESS = "@farfetch/blackout-redux/SET_USER_DEFAULT_SHIPPING_ADDRESS_SUCCESS"; /** * Action type dispatched when set default contact address request fails. */ export declare const SET_USER_DEFAULT_CONTACT_ADDRESS_FAILURE = "@farfetch/blackout-redux/SET_USER_DEFAULT_CONTACT_ADDRESS_FAILURE"; /** * Action type dispatched when set default contact address request starts. */ export declare const SET_USER_DEFAULT_CONTACT_ADDRESS_REQUEST = "@farfetch/blackout-redux/SET_USER_DEFAULT_CONTACT_ADDRESS_REQUEST"; /** * Action type dispatched when set default contact address request succeeds. */ export declare const SET_USER_DEFAULT_CONTACT_ADDRESS_SUCCESS = "@farfetch/blackout-redux/SET_USER_DEFAULT_CONTACT_ADDRESS_SUCCESS"; /** * Action type dispatched when the update address request fails. */ export declare const UPDATE_USER_ADDRESS_FAILURE = "@farfetch/blackout-redux/UPDATE_USER_ADDRESS_FAILURE"; /** * Action type dispatched when the update address request starts. */ export declare const UPDATE_USER_ADDRESS_REQUEST = "@farfetch/blackout-redux/UPDATE_USER_ADDRESS_REQUEST"; /** * Action type dispatched when the update address request succeeds. */ export declare const UPDATE_USER_ADDRESS_SUCCESS = "@farfetch/blackout-redux/UPDATE_USER_ADDRESS_SUCCESS"; /** * Action type dispatched when resetting the addresses. */ export declare const RESET_USER_ADDRESSES = "@farfetch/blackout-redux/RESET_USER_ADDRESSES";