/** * 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 { EngineLookup } from './engine-lookup'; /** * * @export * @interface EngineRoutingOutboundCallCompact */ export interface EngineRoutingOutboundCallCompact { /** * * @type {string} * @memberof EngineRoutingOutboundCallCompact */ description?: string; /** * * @type {boolean} * @memberof EngineRoutingOutboundCallCompact */ disabled?: boolean; /** * * @type {string} * @memberof EngineRoutingOutboundCallCompact */ domain_id?: string; /** * * @type {string} * @memberof EngineRoutingOutboundCallCompact */ id?: string; /** * * @type {string} * @memberof EngineRoutingOutboundCallCompact */ name?: string; /** * * @type {string} * @memberof EngineRoutingOutboundCallCompact */ pattern?: string; /** * * @type {number} * @memberof EngineRoutingOutboundCallCompact */ position?: number; /** * * @type {EngineLookup} * @memberof EngineRoutingOutboundCallCompact */ schema?: EngineLookup; } //# sourceMappingURL=engine-routing-outbound-call-compact.d.ts.map