Circle V2 API Docs
    Preparing search index...
    zBulkApplyActionItemsInput: ZodObject<
        {
            assignee: ZodOptional<
                ZodNullable<
                    ZodDiscriminatedUnion<
                        [
                            ZodObject<
                                {
                                    id: ZodPipe<ZodString, ZodTransform<(...), (...)>> & zIdInnerType<
                                        ZodString,
                                    >;
                                    type: ZodLiteral<"profile">;
                                },
                                $strip,
                            >,
                            ZodObject<
                                {
                                    id: ZodPipe<ZodString, ZodTransform<(...), (...)>> & zIdInnerType<
                                        ZodString,
                                    >;
                                    type: ZodLiteral<"contact">;
                                },
                                $strip,
                            >,
                        ],
                        "type",
                    >,
                >,
            >;
            items: ZodArray<
                ZodObject<
                    {
                        auditQuestionId: ZodPipe<
                            ZodString,
                            ZodTransform<AuditQuestionId, number>,
                        > & zIdInnerType<ZodString>;
                        auditResponseId: ZodPipe<
                            ZodString,
                            ZodTransform<AuditResponseId, number>,
                        > & zIdInnerType<ZodString>;
                        patientId: ZodPipe<ZodString, ZodTransform<PatientId, number>> & zIdInnerType<
                            ZodString,
                        >;
                    },
                    $strip,
                >,
            >;
            nextStep: ZodOptional<
                ZodEnum<
                    {
                        needs_clarification: "needs_clarification";
                        no_action_needed: "no_action_needed";
                        resolved: "resolved";
                        sent_to_clinician: "sent_to_clinician";
                        to_do: "to_do";
                    },
                >,
            >;
            status: ZodOptional<
                ZodEnum<
                    {
                        fail: "fail";
                        late: "late";
                        missing: "missing";
                        needs_review: "needs_review";
                        not_applicable: "not_applicable";
                        not_due_yet: "not_due_yet";
                        pass: "pass";
                    },
                >,
            >;
        },
        $strip,
    > = ...