/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import * as zod from 'zod'; /** * @summary CreateContactFromConversation creates new contact from the data existing in the conversation and after that links this contact to the external user. */ export declare const ContactLinkingServiceCreateContactFromConversationParams: zod.ZodObject<{ conversation_id: zod.ZodString; }, zod.z.core.$strip>; export declare const ContactLinkingServiceCreateContactFromConversationQueryParams: zod.ZodObject<{ 'timezone.id': zod.ZodOptional; 'timezone.name': zod.ZodOptional; 'owner.id': zod.ZodOptional; 'owner.name': zod.ZodOptional; label: zod.ZodOptional>; name: zod.ZodOptional; description: zod.ZodOptional; }, zod.z.core.$strip>; export declare const ContactLinkingServiceCreateContactFromConversationResponse: zod.ZodObject<{ id: zod.ZodOptional; name: zod.ZodOptional; }, zod.z.core.$strip>; /** * @summary LinkContactToClient creates connection between existing internal contact and external client. */ export declare const ContactLinkingServiceLinkContactToClientParams: zod.ZodObject<{ conversation_id: zod.ZodString; }, zod.z.core.$strip>; export declare const ContactLinkingServiceLinkContactToClientQueryParams: zod.ZodObject<{ contactId: zod.ZodOptional; }, zod.z.core.$strip>; export declare const ContactLinkingServiceLinkContactToClientResponse: zod.ZodObject<{}, zod.z.core.$loose>;