Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...

    Outcome of one file-level repair pass.

    • changed โ€“ at least one block was rewritten by the repair pipeline (file content differs).
    • repairedBlocks โ€“ list of block start-lines (1-indexed) that were rewritten.
    • unrepairedViolations โ€“ violations that survived all repair rules; the caller should surface these for manual review.
    interface MermaidRepairResult {
    ย ย ย ย file: string;
    ย ย ย ย changed: boolean;
    ย ย ย ย repairedBlocks: readonly number[];
    ย ย ย ย unrepairedViolations: readonly MermaidFileViolation[];
    }
    Index
    file: string
    changed: boolean
    repairedBlocks: readonly number[]
    unrepairedViolations: readonly MermaidFileViolation[]