/** * 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 ShiftTemplateServiceSearchShiftTemplateQueryParams: zod.ZodObject<{ q: zod.ZodOptional; page: zod.ZodOptional; size: zod.ZodOptional; sort: zod.ZodOptional; fields: zod.ZodOptional>; }, zod.z.core.$strip>; export declare const ShiftTemplateServiceSearchShiftTemplateResponse: zod.ZodObject<{ items: zod.ZodOptional; createdBy: zod.ZodOptional; name: zod.ZodOptional; }, zod.z.core.$strip>>; description: zod.ZodOptional; domainId: zod.ZodOptional; id: zod.ZodOptional; name: zod.ZodOptional; times: zod.ZodOptional; start: zod.ZodOptional; }, zod.z.core.$strip>>>; updatedAt: zod.ZodOptional; updatedBy: zod.ZodOptional; name: zod.ZodOptional; }, zod.z.core.$strip>>; }, zod.z.core.$strip>>>; next: zod.ZodOptional; }, zod.z.core.$strip>; export declare const ShiftTemplateServiceCreateShiftTemplateBody: zod.ZodObject<{ item: zod.ZodOptional; createdBy: zod.ZodOptional; name: zod.ZodOptional; }, zod.z.core.$strip>>; description: zod.ZodOptional; domainId: zod.ZodOptional; id: zod.ZodOptional; name: zod.ZodOptional; times: zod.ZodOptional; start: zod.ZodOptional; }, zod.z.core.$strip>>>; updatedAt: zod.ZodOptional; updatedBy: zod.ZodOptional; name: zod.ZodOptional; }, zod.z.core.$strip>>; }, zod.z.core.$strip>>; }, zod.z.core.$strip>; export declare const ShiftTemplateServiceCreateShiftTemplateResponse: zod.ZodObject<{ item: zod.ZodOptional; createdBy: zod.ZodOptional; name: zod.ZodOptional; }, zod.z.core.$strip>>; description: zod.ZodOptional; domainId: zod.ZodOptional; id: zod.ZodOptional; name: zod.ZodOptional; times: zod.ZodOptional; start: zod.ZodOptional; }, zod.z.core.$strip>>>; updatedAt: zod.ZodOptional; updatedBy: zod.ZodOptional; name: zod.ZodOptional; }, zod.z.core.$strip>>; }, zod.z.core.$strip>>; }, zod.z.core.$strip>; export declare const ShiftTemplateServiceDeleteShiftTemplateParams: zod.ZodObject<{ id: zod.ZodString; }, zod.z.core.$strip>; export declare const ShiftTemplateServiceDeleteShiftTemplateResponse: zod.ZodObject<{ id: zod.ZodOptional; }, zod.z.core.$strip>; export declare const ShiftTemplateServiceReadShiftTemplateParams: zod.ZodObject<{ id: zod.ZodString; }, zod.z.core.$strip>; export declare const ShiftTemplateServiceReadShiftTemplateQueryParams: zod.ZodObject<{ fields: zod.ZodOptional>; }, zod.z.core.$strip>; export declare const ShiftTemplateServiceReadShiftTemplateResponse: zod.ZodObject<{ item: zod.ZodOptional; createdBy: zod.ZodOptional; name: zod.ZodOptional; }, zod.z.core.$strip>>; description: zod.ZodOptional; domainId: zod.ZodOptional; id: zod.ZodOptional; name: zod.ZodOptional; times: zod.ZodOptional; start: zod.ZodOptional; }, zod.z.core.$strip>>>; updatedAt: zod.ZodOptional; updatedBy: zod.ZodOptional; name: zod.ZodOptional; }, zod.z.core.$strip>>; }, zod.z.core.$strip>>; }, zod.z.core.$strip>; /** * @summary UpdateShiftTemplate updates a shift template with a list times. Update existing time, create that not exists in database and delete that not exists in the list. */ export declare const ShiftTemplateServiceUpdateShiftTemplateParams: zod.ZodObject<{ 'item.id': zod.ZodString; }, zod.z.core.$strip>; export declare const ShiftTemplateServiceUpdateShiftTemplateBody: zod.ZodObject<{ item: zod.ZodOptional; createdBy: zod.ZodOptional; name: zod.ZodOptional; }, zod.z.core.$strip>>; description: zod.ZodOptional; domainId: zod.ZodOptional; name: zod.ZodOptional; times: zod.ZodOptional; start: zod.ZodOptional; }, zod.z.core.$strip>>>; updatedAt: zod.ZodOptional; updatedBy: zod.ZodOptional; name: zod.ZodOptional; }, zod.z.core.$strip>>; }, zod.z.core.$strip>>; }, zod.z.core.$strip>; export declare const ShiftTemplateServiceUpdateShiftTemplateResponse: zod.ZodObject<{ item: zod.ZodOptional; createdBy: zod.ZodOptional; name: zod.ZodOptional; }, zod.z.core.$strip>>; description: zod.ZodOptional; domainId: zod.ZodOptional; id: zod.ZodOptional; name: zod.ZodOptional; times: zod.ZodOptional; start: zod.ZodOptional; }, zod.z.core.$strip>>>; updatedAt: zod.ZodOptional; updatedBy: zod.ZodOptional; name: zod.ZodOptional; }, zod.z.core.$strip>>; }, zod.z.core.$strip>>; }, zod.z.core.$strip>;