/** * 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 EngineRoutingOutboundCall */ export interface EngineRoutingOutboundCall { /** * * @type {string} * @memberof EngineRoutingOutboundCall */ created_at?: string; /** * * @type {EngineLookup} * @memberof EngineRoutingOutboundCall */ created_by?: EngineLookup; /** * * @type {string} * @memberof EngineRoutingOutboundCall */ description?: string; /** * * @type {boolean} * @memberof EngineRoutingOutboundCall */ disabled?: boolean; /** * * @type {string} * @memberof EngineRoutingOutboundCall */ domain_id?: string; /** * * @type {string} * @memberof EngineRoutingOutboundCall */ id?: string; /** * * @type {string} * @memberof EngineRoutingOutboundCall */ name?: string; /** * * @type {string} * @memberof EngineRoutingOutboundCall */ pattern?: string; /** * * @type {EngineLookup} * @memberof EngineRoutingOutboundCall */ schema?: EngineLookup; /** * * @type {string} * @memberof EngineRoutingOutboundCall */ updated_at?: string; /** * * @type {EngineLookup} * @memberof EngineRoutingOutboundCall */ updated_by?: EngineLookup; } //# sourceMappingURL=engine-routing-outbound-call.d.ts.map