/** * 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 { ApiUserId } from './api-user-id'; import { OptionalOutputDependsOnAPIEndpoint } from './optional-output-depends-on-apiendpoint'; /** * Template changes. * @export * @interface TemplateChanges */ export interface TemplateChanges { /** * * @type {object} * @memberof TemplateChanges */ agent?: object; /** * * @type {string} * @memberof TemplateChanges */ base_dn?: string; /** * * @type {OptionalOutputDependsOnAPIEndpoint} * @memberof TemplateChanges */ catalog?: OptionalOutputDependsOnAPIEndpoint; /** * unix * @type {string} * @memberof TemplateChanges */ created_at?: string; /** * * @type {ApiUserId} * @memberof TemplateChanges */ created_by?: ApiUserId; /** * * @type {object} * @memberof TemplateChanges */ device?: object; /** * * @type {boolean} * @memberof TemplateChanges */ enabled?: boolean; /** * * @type {string} * @memberof TemplateChanges */ name?: string; /** * * @type {object} * @memberof TemplateChanges */ role?: object; /** * * @type {string} * @memberof TemplateChanges */ search?: string; /** * * @type {string} * @memberof TemplateChanges */ updated_at?: string; /** * * @type {ApiUserId} * @memberof TemplateChanges */ updated_by?: ApiUserId; /** * * @type {object} * @memberof TemplateChanges */ user?: object; } //# sourceMappingURL=template-changes.d.ts.map