/** * 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. */ /** * * @export * @interface EngineAgentServiceUpdateAgentStatusBody */ export interface EngineAgentServiceUpdateAgentStatusBody { /** * * @type {Array} * @memberof EngineAgentServiceUpdateAgentStatusBody */ channels?: Array; /** * * @type {string} * @memberof EngineAgentServiceUpdateAgentStatusBody */ domain_id?: string; /** * * @type {boolean} * @memberof EngineAgentServiceUpdateAgentStatusBody */ on_demand?: boolean; /** * * @type {string} * @memberof EngineAgentServiceUpdateAgentStatusBody */ payload?: string; /** * * @type {string} * @memberof EngineAgentServiceUpdateAgentStatusBody */ status?: string; } //# sourceMappingURL=engine-agent-service-update-agent-status-body.d.ts.map