/** * Документация Ozon Seller API * По вопросам работы с Seller API обращайтесь в поддержку через личный кабинет. > [Инструкции по работе с маркетплейсом](https://seller-edu.ozon.ru) > [Информационная платформа и сообщество разработчиков Ozon for dev](https://dev.ozon.ru/) * * The version of the OpenAPI document: 2.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Статус грузоместа: * - `UNSPECIFIED` — не определён; * - `READY_TO_SUPPLY` — готово к отгрузке; * - `REFUSED` — отказано; * - `ON_WAREHOUSE` — на складе размещения; * - `NOT_DELIVERED` — не сдано; * - `ACCEPTING` — приёмка; * - `PROCESSED` — обработано; * - `ON_POINT_SHIPMENT` — на точке отгрузки; * - `ON_TRANSIT_WAREHOUSE` — в пути; * - `LOST` — потеряно; * - `CREATED` — создано; * - `DELETED` — удалено; * - `DECLARED_IN_TRANSPORT_CARGO` — заявлено в транспортном грузоместе. * * @export */ export declare const CargoesV2CargoesGetResponseSuppliesCargoesTrackingInfoStatusEnum: { readonly UNSPECIFIED: "UNSPECIFIED"; readonly READY_TO_SUPPLY: "READY_TO_SUPPLY"; readonly REFUSED: "REFUSED"; readonly ON_WAREHOUSE: "ON_WAREHOUSE"; readonly NOT_DELIVERED: "NOT_DELIVERED"; readonly ACCEPTING: "ACCEPTING"; readonly PROCESSED: "PROCESSED"; readonly ON_POINT_SHIPMENT: "ON_POINT_SHIPMENT"; readonly ON_TRANSIT_WAREHOUSE: "ON_TRANSIT_WAREHOUSE"; readonly LOST: "LOST"; readonly CREATED: "CREATED"; readonly DELETED: "DELETED"; readonly DECLARED_IN_TRANSPORT_CARGO: "DECLARED_IN_TRANSPORT_CARGO"; }; export type CargoesV2CargoesGetResponseSuppliesCargoesTrackingInfoStatusEnum = typeof CargoesV2CargoesGetResponseSuppliesCargoesTrackingInfoStatusEnum[keyof typeof CargoesV2CargoesGetResponseSuppliesCargoesTrackingInfoStatusEnum]; export declare function instanceOfCargoesV2CargoesGetResponseSuppliesCargoesTrackingInfoStatusEnum(value: any): boolean; export declare function CargoesV2CargoesGetResponseSuppliesCargoesTrackingInfoStatusEnumFromJSON(json: any): CargoesV2CargoesGetResponseSuppliesCargoesTrackingInfoStatusEnum; export declare function CargoesV2CargoesGetResponseSuppliesCargoesTrackingInfoStatusEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): CargoesV2CargoesGetResponseSuppliesCargoesTrackingInfoStatusEnum; export declare function CargoesV2CargoesGetResponseSuppliesCargoesTrackingInfoStatusEnumToJSON(value?: CargoesV2CargoesGetResponseSuppliesCargoesTrackingInfoStatusEnum | null): any;