@webitel/api-services
    Preparing search index...
    AgentAbsenceServiceCreateAgentsAbsencesBody: ZodObject<
        {
            agentIds: ZodOptional<ZodArray<ZodString>>;
            items: ZodOptional<
                ZodArray<
                    ZodObject<
                        {
                            dateFrom: ZodOptional<ZodString>;
                            dateTo: ZodOptional<ZodString>;
                            typeId: ZodDefault<
                                ZodEnum<
                                    {
                                        ABSENCE_TYPE_DAYOFF: "ABSENCE_TYPE_DAYOFF";
                                        ABSENCE_TYPE_SICKDAY: "ABSENCE_TYPE_SICKDAY";
                                        ABSENCE_TYPE_UNSPECIFIED: "ABSENCE_TYPE_UNSPECIFIED";
                                        ABSENCE_TYPE_VACATION: "ABSENCE_TYPE_VACATION";
                                    },
                                >,
                            >;
                        },
                        $strip,
                    >,
                >,
            >;
        },
        $strip,
    > = ...