/** * 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 { ApiLDAPObjentry } from './api-ldapobjentry'; import { ApiLDAProcessOptions } from './api-ldaprocess-options'; import { ApiRoleId } from './api-role-id'; /** * * @export * @interface ApiLDAProcess */ export interface ApiLDAProcess { /** * Optional. If not indicates that this process is completed. * @type {string} * @memberof ApiLDAProcess */ complete_at?: string; /** * * @type {string} * @memberof ApiLDAProcess */ execute_at?: string; /** * * @type {ApiRoleId} * @memberof ApiLDAProcess */ execute_by?: ApiRoleId; /** * * @type {string} * @memberof ApiLDAProcess */ id?: string; /** * * @type {ApiLDAProcessOptions} * @memberof ApiLDAProcess */ options?: ApiLDAProcessOptions; /** * * @type {Array} * @memberof ApiLDAProcess */ progress?: Array; /** * * @type {string} * @memberof ApiLDAProcess */ status?: string; } //# sourceMappingURL=api-ldaprocess.d.ts.map