Circle V2 API Docs
    Preparing search index...
    zUpdateActionItemInput: 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",
                    >,
                >,
            >;
            auditQuestionId: ZodPipe<ZodString, ZodTransform<AuditQuestionId, number>> & zIdInnerType<
                ZodString,
            >;
            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";
                    },
                >,
            >;
            patientId: ZodPipe<ZodString, ZodTransform<PatientId, number>> & zIdInnerType<
                ZodString,
            >;
        },
        $strip,
    > = ...