/** * 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 { GeneralLookup } from './general-lookup'; /** * Represents a single case communication. * @export * @interface WebitelCasesCaseCommunication */ export interface WebitelCasesCaseCommunication { /** * External communication ID. * @type {string} * @memberof WebitelCasesCaseCommunication */ communication_id?: string; /** * * @type {GeneralLookup} * @memberof WebitelCasesCaseCommunication */ communication_type?: GeneralLookup; /** * Version of the communication record. * @type {string} * @memberof WebitelCasesCaseCommunication */ etag?: string; /** * Database ID of the communication. * @type {string} * @memberof WebitelCasesCaseCommunication */ id?: string; /** * Version of the communication record. * @type {number} * @memberof WebitelCasesCaseCommunication */ ver?: number; } //# sourceMappingURL=webitel-cases-case-communication.d.ts.map