44 lines
3.0 KiB
TypeScript
44 lines
3.0 KiB
TypeScript
/**
|
||
* Документация Ozon Seller API
|
||
* По вопросам работы с Seller API обращайтесь в поддержку через личный кабинет. <aside class=\"warning\">Обновляем корневой TLS/SSL-сертификат GlobalSign — вместо него будем использовать <a href=\"https://app.harica.gr/\">HARICA</a>.<br><a href=\"https://dev.ozon.ru/news/775-Izmeneniia-v-Ozon-API-migratsiia-kornevogo-sertifikata-UTs-Ozon/\">Подробнее о переходе на HARICA на платформе разработчиков Ozon for dev</a></aside> > [Инструкции по работе с маркетплейсом](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.
|
||
*/
|
||
/**
|
||
*
|
||
* @export
|
||
*/
|
||
export declare const NotificationV1SetNotificationRequestTypeEnum: {
|
||
readonly NEW_MESSAGE: "TYPE_NEW_MESSAGE";
|
||
readonly UPDATE_MESSAGE: "TYPE_UPDATE_MESSAGE";
|
||
readonly MESSAGE_READ: "TYPE_MESSAGE_READ";
|
||
readonly CHAT_CLOSED: "TYPE_CHAT_CLOSED";
|
||
readonly NEW_POSTING: "TYPE_NEW_POSTING";
|
||
readonly POSTING_CANCELLED: "TYPE_POSTING_CANCELLED";
|
||
readonly STATE_CHANGED: "TYPE_STATE_CHANGED";
|
||
readonly DELIVERY_DATE_CHANGED: "TYPE_DELIVERY_DATE_CHANGED";
|
||
readonly CUTOFF_DATE_CHANGED: "TYPE_CUTOFF_DATE_CHANGED";
|
||
readonly CREATE_ITEM: "TYPE_CREATE_ITEM";
|
||
readonly UPDATE_ITEM: "TYPE_UPDATE_ITEM";
|
||
readonly CREATE_OR_UPDATE_ITEM: "TYPE_CREATE_OR_UPDATE_ITEM";
|
||
readonly STOCKS_CHANGED: "TYPE_STOCKS_CHANGED";
|
||
readonly FBO_POSTING_NEW: "TYPE_FBO_POSTING_NEW";
|
||
readonly FBO_POSTING_CANCELLED: "TYPE_FBO_POSTING_CANCELLED";
|
||
readonly FBO_POSTING_STATE_CHANGED: "TYPE_FBO_POSTING_STATE_CHANGED";
|
||
readonly FBO_POSTING_DELIVERY_DATE_CHANGED: "TYPE_FBO_POSTING_DELIVERY_DATE_CHANGED";
|
||
readonly FBO_STOCKS_CHANGED: "TYPE_FBO_STOCKS_CHANGED";
|
||
readonly ORDER_NEW: "TYPE_ORDER_NEW";
|
||
readonly ORDER_CANCELLED: "TYPE_ORDER_CANCELLED";
|
||
readonly ORDER_STATE_CHANGED: "TYPE_ORDER_STATE_CHANGED";
|
||
};
|
||
export type NotificationV1SetNotificationRequestTypeEnum = typeof NotificationV1SetNotificationRequestTypeEnum[keyof typeof NotificationV1SetNotificationRequestTypeEnum];
|
||
export declare function instanceOfNotificationV1SetNotificationRequestTypeEnum(value: any): boolean;
|
||
export declare function NotificationV1SetNotificationRequestTypeEnumFromJSON(json: any): NotificationV1SetNotificationRequestTypeEnum;
|
||
export declare function NotificationV1SetNotificationRequestTypeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): NotificationV1SetNotificationRequestTypeEnum;
|
||
export declare function NotificationV1SetNotificationRequestTypeEnumToJSON(value?: NotificationV1SetNotificationRequestTypeEnum | null): any;
|