/** * Action type dispatched when the add bag item request fails. */ export declare const ADD_BAG_ITEM_FAILURE = "@farfetch/blackout-redux/ADD_BAG_ITEM_FAILURE"; /** * Action type dispatched when the add bag item request starts. */ export declare const ADD_BAG_ITEM_REQUEST = "@farfetch/blackout-redux/ADD_BAG_ITEM_REQUEST"; /** * Action type dispatched when the add bag item request succeeds. */ export declare const ADD_BAG_ITEM_SUCCESS = "@farfetch/blackout-redux/ADD_BAG_ITEM_SUCCESS"; /** * Action type dispatched when the set bag promocodes request fails. */ export declare const SET_BAG_PROMOCODES_FAILURE = "@farfetch/blackout-redux/SET_BAG_PROMOCODES_FAILURE"; /** * Action type dispatched when the set bag promocodes request starts. */ export declare const SET_BAG_PROMOCODES_REQUEST = "@farfetch/blackout-redux/SET_BAG_PROMOCODES_REQUEST"; /** * Action type dispatched when the set bag promocodes request succeeds. */ export declare const SET_BAG_PROMOCODES_SUCCESS = "@farfetch/blackout-redux/SET_BAG_PROMOCODES_SUCCESS"; /** * Action type dispatched when the reset bag promocodes state entities occurs. */ export declare const RESET_BAG_PROMOCODES_STATE = "@farfetch/blackout-redux/RESET_BAG_PROMOCODES_STATE"; /** * Action type dispatched when the remove item from bag request fails. */ export declare const REMOVE_BAG_ITEM_FAILURE = "@farfetch/blackout-redux/REMOVE_BAG_ITEM_FAILURE"; /** * Action type dispatched when the remove item from bag request starts. */ export declare const REMOVE_BAG_ITEM_REQUEST = "@farfetch/blackout-redux/REMOVE_BAG_ITEM_REQUEST"; /** * Action type dispatched when the remove item from bag request succeeds. */ export declare const REMOVE_BAG_ITEM_SUCCESS = "@farfetch/blackout-redux/REMOVE_BAG_ITEM_SUCCESS"; /** * Action type dispatched when the fetch bag request fails. */ export declare const FETCH_BAG_FAILURE = "@farfetch/blackout-redux/FETCH_BAG_FAILURE"; /** * Action type dispatched when the fetch bag request starts. */ export declare const FETCH_BAG_REQUEST = "@farfetch/blackout-redux/FETCH_BAG_REQUEST"; /** * Action type dispatched when the fetch bag request succeeds. */ export declare const FETCH_BAG_SUCCESS = "@farfetch/blackout-redux/FETCH_BAG_SUCCESS"; /** * Action type dispatched when the reset bag state occurs. */ export declare const RESET_BAG_STATE = "@farfetch/blackout-redux/RESET_BAG_STATE"; /** * Action type dispatched when the reset bag state entities occurs. */ export declare const RESET_BAG_ENTITIES = "@farfetch/blackout-redux/RESET_BAG_ENTITIES"; /** * Action type dispatched when the update bag request fails. */ export declare const UPDATE_BAG_ITEM_FAILURE = "@farfetch/blackout-redux/UPDATE_BAG_ITEM_FAILURE"; /** * Action type dispatched when the update bag request starts. */ export declare const UPDATE_BAG_ITEM_REQUEST = "@farfetch/blackout-redux/UPDATE_BAG_ITEM_REQUEST"; /** * Action type dispatched when the update bag request succeeds. */ export declare const UPDATE_BAG_ITEM_SUCCESS = "@farfetch/blackout-redux/UPDATE_BAG_ITEM_SUCCESS"; /** * Action type dispatched when the fetch bag operation request fails. */ export declare const FETCH_BAG_OPERATION_FAILURE = "@farfetch/blackout-redux/FETCH_BAG_OPERATION_FAILURE"; /** * Action type dispatched when the fetch bag operation request starts. */ export declare const FETCH_BAG_OPERATION_REQUEST = "@farfetch/blackout-redux/FETCH_BAG_OPERATION_REQUEST"; /** * Action type dispatched when the fetch bag operation request succeeds. */ export declare const FETCH_BAG_OPERATION_SUCCESS = "@farfetch/blackout-redux/FETCH_BAG_OPERATION_SUCCESS"; /** * Action type dispatched when the reset bag operations entities occurs. */ export declare const RESET_BAG_OPERATIONS_ENTITIES = "@farfetch/blackout-redux/RESET_BAG_OPERATIONS_ENTITIES"; /** * Action type dispatched when the reset bag operations state occurs. */ export declare const RESET_BAG_OPERATIONS_STATE = "@farfetch/blackout-redux/RESET_BAG_OPERATIONS_STATE";