/** * 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 { ApiLicenseUser } from './api-license-user'; import { ApiObjectId } from './api-object-id'; import { ApiPermission } from './api-permission'; import { ApiUserId } from './api-user-id'; import { ApiUserPresence } from './api-user-presence'; /** * * @export * @interface BodyModificationsChanges */ export interface BodyModificationsChanges { /** * The \"chat_name\" field is used to store the name displayed externally on the platform. For example, \"chat_name\" is shown when an agent connects to chats with clients. * @type {string} * @memberof BodyModificationsChanges */ chat_name?: string; /** * * @type {ApiObjectId} * @memberof BodyModificationsChanges */ contact?: ApiObjectId; /** * * @type {string} * @memberof BodyModificationsChanges */ created_at?: string; /** * * @type {ApiUserId} * @memberof BodyModificationsChanges */ created_by?: ApiUserId; /** * * @type {string} * @memberof BodyModificationsChanges */ deleted_at?: string; /** * * @type {ApiUserId} * @memberof BodyModificationsChanges */ deleted_by?: ApiUserId; /** * * @type {ApiObjectId} * @memberof BodyModificationsChanges */ device?: ApiObjectId; /** * [editable] list of unique `regular` devices, attached to this user * @type {Array} * @memberof BodyModificationsChanges */ devices?: Array; /** * * @type {string} * @memberof BodyModificationsChanges */ email?: string; /** * * @type {string} * @memberof BodyModificationsChanges */ extension?: string; /** * * @type {Array} * @memberof BodyModificationsChanges */ hotdesks?: Array; /** * * @type {Array} * @memberof BodyModificationsChanges */ license?: Array; /** * * @type {string} * @memberof BodyModificationsChanges */ name?: string; /** * * @type {string} * @memberof BodyModificationsChanges */ password?: string; /** * * @type {Array} * @memberof BodyModificationsChanges */ permissions?: Array; /** * * @type {ApiUserPresence} * @memberof BodyModificationsChanges */ presence?: ApiUserPresence; /** * * @type {{ [key: string]: string; }} * @memberof BodyModificationsChanges */ profile?: { [key: string]: string; }; /** * * @type {Array} * @memberof BodyModificationsChanges */ roles?: Array; /** * * @type {string} * @memberof BodyModificationsChanges */ totp_url?: string; /** * * @type {string} * @memberof BodyModificationsChanges */ updated_at?: string; /** * * @type {ApiUserId} * @memberof BodyModificationsChanges */ updated_by?: ApiUserId; /** * * @type {string} * @memberof BodyModificationsChanges */ username?: string; } //# sourceMappingURL=body-modifications-changes.d.ts.map