/** * Action type dispatched when the fetch order details request fails. */ export declare const FETCH_ORDER_FAILURE = "@farfetch/blackout-redux/FETCH_ORDER_FAILURE"; /** * Action type dispatched when the fetch order details request starts. */ export declare const FETCH_ORDER_REQUEST = "@farfetch/blackout-redux/FETCH_ORDER_REQUEST"; /** * Action type dispatched when the fetch order details request succeeds. */ export declare const FETCH_ORDER_SUCCESS = "@farfetch/blackout-redux/FETCH_ORDER_SUCCESS"; /** * Action type dispatched when the fetch order return options request fails. */ export declare const FETCH_ORDER_RETURN_OPTIONS_FAILURE = "@farfetch/blackout-redux/FETCH_ORDER_RETURN_OPTIONS_FAILURE"; /** * Action type dispatched when the fetch order return options request starts. */ export declare const FETCH_ORDER_RETURN_OPTIONS_REQUEST = "@farfetch/blackout-redux/FETCH_ORDER_RETURN_OPTIONS_REQUEST"; /** * Action type dispatched when the fetch order return options request succeeds. */ export declare const FETCH_ORDER_RETURN_OPTIONS_SUCCESS = "@farfetch/blackout-redux/FETCH_ORDER_RETURN_OPTIONS_SUCCESS"; /** * Action type dispatched when the fetch orders request fails. */ export declare const FETCH_USER_ORDERS_FAILURE = "@farfetch/blackout-redux/FETCH_USER_ORDERS_FAILURE"; /** * Action type dispatched when the fetch orders request starts. */ export declare const FETCH_USER_ORDERS_REQUEST = "@farfetch/blackout-redux/FETCH_USER_ORDERS_REQUEST"; /** * Action type dispatched when the fetch orders request succeeds. */ export declare const FETCH_USER_ORDERS_SUCCESS = "@farfetch/blackout-redux/FETCH_USER_ORDERS_SUCCESS"; /** * Action type dispatched when the fetch tracking request fails. */ export declare const FETCH_SHIPMENT_TRACKINGS_FAILURE = "@farfetch/blackout-redux/FETCH_SHIPMENT_TRACKINGS_FAILURE"; /** * Action type dispatched when the fetch tracking request starts. */ export declare const FETCH_SHIPMENT_TRACKINGS_REQUEST = "@farfetch/blackout-redux/FETCH_SHIPMENT_TRACKINGS_REQUEST"; /** * Action type dispatched when the fetch tracking request succeeds. */ export declare const FETCH_SHIPMENT_TRACKINGS_SUCCESS = "@farfetch/blackout-redux/FETCH_SHIPMENT_TRACKINGS_SUCCESS"; /** * Action type dispatched when resetting the orders state. */ export declare const RESET_ORDERS = "@farfetch/blackout-redux/RESET_ORDERS"; /** * Action type dispatched when resetting the orders details slice state. */ export declare const RESET_ORDER_DETAILS_STATE = "@farfetch/blackout-redux/RESET_ORDER_DETAILS_STATE"; /** * Action type dispatched when resetting the orders return options slice state. */ export declare const RESET_ORDER_RETURN_OPTIONS_STATE = "@farfetch/blackout-redux/RESET_ORDER_RETURN_OPTIONS_STATE"; /** * Action type dispatched when resetting the orders return options entities. */ export declare const RESET_ORDER_RETURN_OPTIONS_ENTITIES = "@farfetch/blackout-redux/RESET_ORDER_RETURN_OPTIONS_ENTITIES"; /** * Action type dispatched when the fetch order documents request fails. */ export declare const FETCH_ORDER_DOCUMENTS_FAILURE = "@farfetch/blackout-redux/FETCH_ORDER_DOCUMENTS_FAILURE"; /** * Action type dispatched when the fetch order documents request starts. */ export declare const FETCH_ORDER_DOCUMENTS_REQUEST = "@farfetch/blackout-redux/FETCH_ORDER_DOCUMENTS_REQUEST"; /** * Action type dispatched when the fetch order documents request succeeds. */ export declare const FETCH_ORDER_DOCUMENTS_SUCCESS = "@farfetch/blackout-redux/FETCH_ORDER_DOCUMENTS_SUCCESS"; /** * Action type dispatched when the fetch order documents request fails. */ export declare const FETCH_ORDER_DOCUMENT_FAILURE = "@farfetch/blackout-redux/FETCH_ORDER_DOCUMENT_FAILURE"; /** * Action type dispatched when the fetch order documents request starts. */ export declare const FETCH_ORDER_DOCUMENT_REQUEST = "@farfetch/blackout-redux/FETCH_ORDER_DOCUMENT_REQUEST"; /** * Action type dispatched when the fetch order documents request succeeds. */ export declare const FETCH_ORDER_DOCUMENT_SUCCESS = "@farfetch/blackout-redux/FETCH_ORDER_DOCUMENT_SUCCESS"; /** * Action type dispatched when the fetch order available items activities request * fails. */ export declare const FETCH_ORDER_AVAILABLE_ITEMS_ACTIVITIES_FAILURE = "@farfetch/blackout-redux/FETCH_ORDER_AVAILABLE_ITEMS_ACTIVITIES_FAILURE"; /** * Action type dispatched when the fetch order available items activities request * starts. */ export declare const FETCH_ORDER_AVAILABLE_ITEMS_ACTIVITIES_REQUEST = "@farfetch/blackout-redux/FETCH_ORDER_AVAILABLE_ITEMS_ACTIVITIES_REQUEST"; /** * Action type dispatched when the fetch order available items activities request * succeeds. */ export declare const FETCH_ORDER_AVAILABLE_ITEMS_ACTIVITIES_SUCCESS = "@farfetch/blackout-redux/FETCH_ORDER_AVAILABLE_ITEMS_ACTIVITIES_SUCCESS"; /** * Action type dispatched when the fetch order item available activities request * fails. */ export declare const FETCH_ORDER_ITEM_AVAILABLE_ACTIVITIES_FAILURE = "@farfetch/blackout-redux/FETCH_ORDER_ITEM_AVAILABLE_ACTIVITIES_FAILURE"; /** * Action type dispatched when the fetch order item available activities request * starts. */ export declare const FETCH_ORDER_ITEM_AVAILABLE_ACTIVITIES_REQUEST = "@farfetch/blackout-redux/FETCH_ORDER_ITEM_AVAILABLE_ACTIVITIES_REQUEST"; /** * Action type dispatched when the fetch order item available activities request * succeeds. */ export declare const FETCH_ORDER_ITEM_AVAILABLE_ACTIVITIES_SUCCESS = "@farfetch/blackout-redux/FETCH_ORDER_ITEM_AVAILABLE_ACTIVITIES_SUCCESS"; /** * Action type dispatched when the add order documents request fails. */ export declare const ADD_ORDER_DOCUMENT_FAILURE = "@farfetch/blackout-redux/ADD_ORDER_DOCUMENT_FAILURE"; /** * Action type dispatched when the add order documents request starts. */ export declare const ADD_ORDER_DOCUMENT_REQUEST = "@farfetch/blackout-redux/ADD_ORDER_DOCUMENT_REQUEST"; /** * Action type dispatched when the add order documents request succeeds. */ export declare const ADD_ORDER_DOCUMENT_SUCCESS = "@farfetch/blackout-redux/ADD_ORDER_DOCUMENT_SUCCESS"; /** * Action type dispatched when the post order item activities request fails. */ export declare const ADD_ORDER_ITEM_ACTIVITY_FAILURE = "@farfetch/blackout-redux/ADD_ORDER_ITEM_ACTIVITY_FAILURE"; /** * Action type dispatched when the post order item activities request starts. */ export declare const ADD_ORDER_ITEM_ACTIVITY_REQUEST = "@farfetch/blackout-redux/ADD_ORDER_ITEM_ACTIVITY_REQUEST"; /** * Action type dispatched when the post order item activities request succeeds. */ export declare const ADD_ORDER_ITEM_ACTIVITY_SUCCESS = "@farfetch/blackout-redux/ADD_ORDER_ITEM_ACTIVITY_SUCCESS";