/** * Webitel API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 24.04.0 * Contact: support@webitel.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * An input of the Space\'s Articles. * @export * @interface WebitelKnowledgebaseInputArticle */ export interface WebitelKnowledgebaseInputArticle { /** * Unique ID of the latest version of an existing resource. * @type {string} * @memberof WebitelKnowledgebaseInputArticle */ etag: string; /** * The parent article ID. * @type {string} * @memberof WebitelKnowledgebaseInputArticle */ parent_article?: string; /** * Indicates that the article is pinned on the top of list. * @type {boolean} * @memberof WebitelKnowledgebaseInputArticle */ pinned?: boolean; /** * [VALUE]: -------------------------------------- Space ID associated with. * @type {string} * @memberof WebitelKnowledgebaseInputArticle */ space_id?: string; /** * Indicates if article is active and actual. * @type {boolean} * @memberof WebitelKnowledgebaseInputArticle */ state?: boolean; /** * Tags associated with the article. * @type {Array} * @memberof WebitelKnowledgebaseInputArticle */ tags?: Array; /** * The text content of the article. * @type {string} * @memberof WebitelKnowledgebaseInputArticle */ text?: string; /** * The title of the article. * @type {string} * @memberof WebitelKnowledgebaseInputArticle */ title?: string; } //# sourceMappingURL=webitel-knowledgebase-input-article.d.ts.map