Circle V2 API Docs
    Preparing search index...
    retryAutomationRunInputSchema: ZodDiscriminatedUnion<
        [
            ZodObject<
                {
                    id: ZodPipe<ZodString, ZodTransform<RpaRunId, number>> & zIdInnerType<
                        ZodString,
                    >;
                    type: ZodLiteral<"rpa">;
                },
                $strip,
            >,
            ZodObject<
                {
                    id: ZodPipe<ZodString, ZodTransform<ExtendRunId, number>> & zIdInnerType<
                        ZodString,
                    >;
                    type: ZodLiteral<"extend">;
                },
                $strip,
            >,
        ],
        "type",
    > = ...