release 0.1.0
This commit is contained in:
43
dist/models/NotificationV1UpdateNotificationRequestTypeEnum.d.ts
vendored
Normal file
43
dist/models/NotificationV1UpdateNotificationRequestTypeEnum.d.ts
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
/**
|
||||
* Документация 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 NotificationV1UpdateNotificationRequestTypeEnum: {
|
||||
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 NotificationV1UpdateNotificationRequestTypeEnum = typeof NotificationV1UpdateNotificationRequestTypeEnum[keyof typeof NotificationV1UpdateNotificationRequestTypeEnum];
|
||||
export declare function instanceOfNotificationV1UpdateNotificationRequestTypeEnum(value: any): boolean;
|
||||
export declare function NotificationV1UpdateNotificationRequestTypeEnumFromJSON(json: any): NotificationV1UpdateNotificationRequestTypeEnum;
|
||||
export declare function NotificationV1UpdateNotificationRequestTypeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): NotificationV1UpdateNotificationRequestTypeEnum;
|
||||
export declare function NotificationV1UpdateNotificationRequestTypeEnumToJSON(value?: NotificationV1UpdateNotificationRequestTypeEnum | null): any;
|
||||
Reference in New Issue
Block a user