/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ export type WebitelChatServerCloseConversationCause = (typeof WebitelChatServerCloseConversationCause)[keyof typeof WebitelChatServerCloseConversationCause]; export const WebitelChatServerCloseConversationCause = { NoCause: 'no_cause', FlowEnd: 'flow_end', ClientLeave: 'client_leave', FlowErr: 'flow_err', BroadcastEnd: 'broadcast_end', } as const;