/** * 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. */ /** * Input of the contact IM client. * @export * @interface WebitelContactsInputIMClient */ export interface WebitelContactsInputIMClient { /** * Id of Agent created this IM client. * @type {string} * @memberof WebitelContactsInputIMClient */ created_by?: string; /** * * @type {string} * @memberof WebitelContactsInputIMClient */ external_user?: string; /** * App (Text-Gateway) used to connect the IM client. * @type {string} * @memberof WebitelContactsInputIMClient */ gateway_id?: string; /** * * @type {string} * @memberof WebitelContactsInputIMClient */ protocol?: string; /** * [Via] App(-specific) peer(-id) to connect[from] the IM client. * @type {string} * @memberof WebitelContactsInputIMClient */ via?: string; } //# sourceMappingURL=webitel-contacts-input-imclient.d.ts.map