/** * Action type dispatched when the add wishlist item request fails. */ export declare const ADD_WISHLIST_ITEM_FAILURE = "@farfetch/blackout-redux/ADD_WISHLIST_ITEM_FAILURE"; /** * Action type dispatched when the add wishlist item request starts. */ export declare const ADD_WISHLIST_ITEM_REQUEST = "@farfetch/blackout-redux/ADD_WISHLIST_ITEM_REQUEST"; /** * Action type dispatched when the add wishlist item request succeeds. */ export declare const ADD_WISHLIST_ITEM_SUCCESS = "@farfetch/blackout-redux/ADD_WISHLIST_ITEM_SUCCESS"; /** * Action type dispatched when the remove wishlist item request fails. */ export declare const REMOVE_WISHLIST_ITEM_FAILURE = "@farfetch/blackout-redux/REMOVE_WISHLIST_ITEM_FAILURE"; /** * Action type dispatched when the remove wishlist item request starts. */ export declare const REMOVE_WISHLIST_ITEM_REQUEST = "@farfetch/blackout-redux/REMOVE_WISHLIST_ITEM_REQUEST"; /** * Action type dispatched when the remove wishlist item request succeeds. */ export declare const REMOVE_WISHLIST_ITEM_SUCCESS = "@farfetch/blackout-redux/REMOVE_WISHLIST_ITEM_SUCCESS"; /** * Action type dispatched when the fetch wishlist request fails. */ export declare const FETCH_WISHLIST_FAILURE = "@farfetch/blackout-redux/FETCH_WISHLIST_FAILURE"; /** * Action type dispatched when the fetch wishlist request starts. */ export declare const FETCH_WISHLIST_REQUEST = "@farfetch/blackout-redux/FETCH_WISHLIST_REQUEST"; /** * Action type dispatched when the fetch wishlist request succeeds. */ export declare const FETCH_WISHLIST_SUCCESS = "@farfetch/blackout-redux/FETCH_WISHLIST_SUCCESS"; /** * Action type dispatched when the reset wishlist state occurs. */ export declare const RESET_WISHLIST_STATE = "@farfetch/blackout-redux/RESET_WISHLIST_STATE"; /** * Action type dispatched when the reset wishlist entities occurs. */ export declare const RESET_WISHLIST_ENTITIES = "@farfetch/blackout-redux/RESET_WISHLIST_ENTITIES"; /** * Action type dispatched when the update wishlist item request fails. */ export declare const UPDATE_WISHLIST_ITEM_FAILURE = "@farfetch/blackout-redux/UPDATE_WISHLIST_ITEM_FAILURE"; /** * Action type dispatched when the update wishlist item request starts. */ export declare const UPDATE_WISHLIST_ITEM_REQUEST = "@farfetch/blackout-redux/UPDATE_WISHLIST_ITEM_REQUEST"; /** * Action type dispatched when the update wishlist item request succeeds. */ export declare const UPDATE_WISHLIST_ITEM_SUCCESS = "@farfetch/blackout-redux/UPDATE_WISHLIST_ITEM_SUCCESS"; /** * Action type dispatched when the fetch wishlist sets request fails. */ export declare const FETCH_WISHLIST_SETS_FAILURE = "@farfetch/blackout-redux/FETCH_WISHLIST_SETS_FAILURE"; /** * Action type dispatched when the fetch wishlist sets request starts. */ export declare const FETCH_WISHLIST_SETS_REQUEST = "@farfetch/blackout-redux/FETCH_WISHLIST_SETS_REQUEST"; /** * Action type dispatched when the fetch wishlist sets request succeeds. */ export declare const FETCH_WISHLIST_SETS_SUCCESS = "@farfetch/blackout-redux/FETCH_WISHLIST_SETS_SUCCESS"; /** * Action type dispatched when the add wishlist set request fails. */ export declare const ADD_WISHLIST_SET_FAILURE = "@farfetch/blackout-redux/ADD_WISHLIST_SET_FAILURE"; /** * Action type dispatched when the add wishlist set request starts. */ export declare const ADD_WISHLIST_SET_REQUEST = "@farfetch/blackout-redux/ADD_WISHLIST_SET_REQUEST"; /** * Action type dispatched when the add wishlist set request succeeds. */ export declare const ADD_WISHLIST_SET_SUCCESS = "@farfetch/blackout-redux/ADD_WISHLIST_SET_SUCCESS"; /** * Action type dispatched when the remove wishlist set request fails. */ export declare const REMOVE_WISHLIST_SET_FAILURE = "@farfetch/blackout-redux/REMOVE_WISHLIST_SET_FAILURE"; /** * Action type dispatched when the remove wishlist set request starts. */ export declare const REMOVE_WISHLIST_SET_REQUEST = "@farfetch/blackout-redux/REMOVE_WISHLIST_SET_REQUEST"; /** * Action type dispatched when the remove wishlist set request succeeds. */ export declare const REMOVE_WISHLIST_SET_SUCCESS = "@farfetch/blackout-redux/REMOVE_WISHLIST_SET_SUCCESS"; /** * Action type dispatched when the fetch wishlist set request fails. */ export declare const FETCH_WISHLIST_SET_FAILURE = "@farfetch/blackout-redux/FETCH_WISHLIST_SET_FAILURE"; /** * Action type dispatched when the fetch wishlist set request starts. */ export declare const FETCH_WISHLIST_SET_REQUEST = "@farfetch/blackout-redux/FETCH_WISHLIST_SET_REQUEST"; /** * Action type dispatched when the fetch wishlist set request succeeds. */ export declare const FETCH_WISHLIST_SET_SUCCESS = "@farfetch/blackout-redux/FETCH_WISHLIST_SET_SUCCESS"; /** * Action type dispatched when the update wishlist set request fails. */ export declare const UPDATE_WISHLIST_SET_FAILURE = "@farfetch/blackout-redux/UPDATE_WISHLIST_SET_FAILURE"; /** * Action type dispatched when the update wishlist set request starts. */ export declare const UPDATE_WISHLIST_SET_REQUEST = "@farfetch/blackout-redux/UPDATE_WISHLIST_SET_REQUEST"; /** * Action type dispatched when the update wishlist set request succeeds. */ export declare const UPDATE_WISHLIST_SET_SUCCESS = "@farfetch/blackout-redux/UPDATE_WISHLIST_SET_SUCCESS"; /** * Action type dispatched when the reset wishlist sets state occurs. */ export declare const RESET_WISHLIST_SETS_STATE = "@farfetch/blackout-redux/RESET_WISHLIST_SETS_STATE"; /** * Action type dispatched when the reset wishlist state entities occurs. */ export declare const RESET_WISHLIST_SETS_ENTITIES = "@farfetch/blackout-redux/RESET_WISHLIST_SETS_ENTITIES";