/** * 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. */ import { GeneralExtendedLookup } from './general-extended-lookup'; import { GeneralLookup } from './general-lookup'; /** * * @export * @interface WebitelCasesInputCreateService */ export interface WebitelCasesInputCreateService { /** * * @type {GeneralLookup} * @memberof WebitelCasesInputCreateService */ assignee?: GeneralLookup; /** * * @type {string} * @memberof WebitelCasesInputCreateService */ catalog_id?: string; /** * * @type {string} * @memberof WebitelCasesInputCreateService */ code?: string; /** * * @type {string} * @memberof WebitelCasesInputCreateService */ description?: string; /** * * @type {GeneralExtendedLookup} * @memberof WebitelCasesInputCreateService */ group?: GeneralExtendedLookup; /** * * @type {string} * @memberof WebitelCasesInputCreateService */ name?: string; /** * * @type {string} * @memberof WebitelCasesInputCreateService */ root_id?: string; /** * * @type {GeneralLookup} * @memberof WebitelCasesInputCreateService */ sla?: GeneralLookup; /** * * @type {boolean} * @memberof WebitelCasesInputCreateService */ state?: boolean; } //# sourceMappingURL=webitel-cases-input-create-service.d.ts.map