/** * 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 SearchSchemaVariableQueryParams: zod.ZodObject<{ page: zod.ZodOptional; size: zod.ZodOptional; q: zod.ZodOptional; sort: zod.ZodOptional; fields: zod.ZodOptional>; }, zod.z.core.$strip>; export declare const SearchSchemaVariableResponse: zod.ZodObject<{ items: zod.ZodOptional; id: zod.ZodOptional; name: zod.ZodOptional; }, zod.z.core.$strip>>>; next: zod.ZodOptional; }, zod.z.core.$strip>; export declare const CreateSchemaVariableBody: zod.ZodObject<{ encrypt: zod.ZodOptional; name: zod.ZodOptional; }, zod.z.core.$strip>; export declare const CreateSchemaVariableResponse: zod.ZodObject<{ encrypt: zod.ZodOptional; id: zod.ZodOptional; name: zod.ZodOptional; }, zod.z.core.$strip>; export declare const DeleteSchemaVariableParams: zod.ZodObject<{ id: zod.ZodNumber; }, zod.z.core.$strip>; export declare const DeleteSchemaVariableResponse: zod.ZodObject<{ encrypt: zod.ZodOptional; id: zod.ZodOptional; name: zod.ZodOptional; }, zod.z.core.$strip>; export declare const ReadSchemaVariableParams: zod.ZodObject<{ id: zod.ZodNumber; }, zod.z.core.$strip>; export declare const ReadSchemaVariableResponse: zod.ZodObject<{ encrypt: zod.ZodOptional; id: zod.ZodOptional; name: zod.ZodOptional; }, zod.z.core.$strip>; export declare const PatchSchemaVariableParams: zod.ZodObject<{ id: zod.ZodNumber; }, zod.z.core.$strip>; export declare const PatchSchemaVariableBody: zod.ZodObject<{ encrypt: zod.ZodOptional; fields: zod.ZodOptional>; name: zod.ZodOptional; }, zod.z.core.$strip>; export declare const PatchSchemaVariableResponse: zod.ZodObject<{ encrypt: zod.ZodOptional; id: zod.ZodOptional; name: zod.ZodOptional; }, zod.z.core.$strip>; export declare const UpdateSchemaVariableParams: zod.ZodObject<{ id: zod.ZodNumber; }, zod.z.core.$strip>; export declare const UpdateSchemaVariableBody: zod.ZodObject<{ encrypt: zod.ZodOptional; name: zod.ZodOptional; }, zod.z.core.$strip>; export declare const UpdateSchemaVariableResponse: zod.ZodObject<{ encrypt: zod.ZodOptional; id: zod.ZodOptional; name: zod.ZodOptional; }, zod.z.core.$strip>;