/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import * as zod from 'zod'; export declare const SearchPresetQueryQueryParams: zod.ZodObject<{ page: zod.ZodOptional; size: zod.ZodOptional; q: zod.ZodOptional; sort: zod.ZodOptional; fields: zod.ZodOptional>; id: zod.ZodOptional>; section: zod.ZodOptional>; }, zod.z.core.$strip>; export declare const SearchPresetQueryResponse: zod.ZodObject<{ items: zod.ZodOptional; description: zod.ZodOptional; id: zod.ZodOptional; name: zod.ZodOptional; section: zod.ZodOptional; updatedAt: zod.ZodOptional; }, zod.z.core.$strip>>>; next: zod.ZodOptional; }, zod.z.core.$strip>; export declare const CreatePresetQueryBody: zod.ZodObject<{ description: zod.ZodOptional; name: zod.ZodOptional; section: zod.ZodOptional; }, zod.z.core.$strip>; export declare const CreatePresetQueryResponse: zod.ZodObject<{ createdAt: zod.ZodOptional; description: zod.ZodOptional; id: zod.ZodOptional; name: zod.ZodOptional; section: zod.ZodOptional; updatedAt: zod.ZodOptional; }, zod.z.core.$strip>; export declare const DeletePresetQueryParams: zod.ZodObject<{ id: zod.ZodNumber; }, zod.z.core.$strip>; export declare const DeletePresetQueryResponse: zod.ZodObject<{ createdAt: zod.ZodOptional; description: zod.ZodOptional; id: zod.ZodOptional; name: zod.ZodOptional; section: zod.ZodOptional; updatedAt: zod.ZodOptional; }, zod.z.core.$strip>; export declare const ReadPresetQueryParams: zod.ZodObject<{ id: zod.ZodNumber; }, zod.z.core.$strip>; export declare const ReadPresetQueryResponse: zod.ZodObject<{ createdAt: zod.ZodOptional; description: zod.ZodOptional; id: zod.ZodOptional; name: zod.ZodOptional; section: zod.ZodOptional; updatedAt: zod.ZodOptional; }, zod.z.core.$strip>; export declare const PatchPresetQueryParams: zod.ZodObject<{ id: zod.ZodNumber; }, zod.z.core.$strip>; export declare const PatchPresetQueryBody: zod.ZodObject<{ description: zod.ZodOptional; fields: zod.ZodOptional>; name: zod.ZodOptional; section: zod.ZodOptional; }, zod.z.core.$strip>; export declare const PatchPresetQueryResponse: zod.ZodObject<{ createdAt: zod.ZodOptional; description: zod.ZodOptional; id: zod.ZodOptional; name: zod.ZodOptional; section: zod.ZodOptional; updatedAt: zod.ZodOptional; }, zod.z.core.$strip>; export declare const UpdatePresetQueryParams: zod.ZodObject<{ id: zod.ZodNumber; }, zod.z.core.$strip>; export declare const UpdatePresetQueryBody: zod.ZodObject<{ description: zod.ZodOptional; name: zod.ZodOptional; section: zod.ZodOptional; }, zod.z.core.$strip>; export declare const UpdatePresetQueryResponse: zod.ZodObject<{ createdAt: zod.ZodOptional; description: zod.ZodOptional; id: zod.ZodOptional; name: zod.ZodOptional; section: zod.ZodOptional; updatedAt: zod.ZodOptional; }, zod.z.core.$strip>;