Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface FeedCheckResult

    interface FeedCheckResult {
        changes: RegulatoryChange[];
        error?: string;
        feedId: string;
        responseTimeMs: number;
        status: "unchanged" | "error" | "changed" | "new_content";
        timestamp: number;
    }
    Index
    changes: RegulatoryChange[]
    error?: string
    feedId: string
    responseTimeMs: number
    status: "unchanged" | "error" | "changed" | "new_content"
    timestamp: number