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

    Interface KnowledgeRefreshLineageReceipt

    interface KnowledgeRefreshLineageReceipt {
        affectedScores: KnowledgeRefreshAffectedScore[];
        agentId: string;
        corpus: {
            corpusId: string;
            previousVersion: string;
            refreshedVersion: string;
        };
        createdAt: string;
        deletionRequests: KnowledgeRefreshDeletionRequest[];
        evidenceRefs: string[];
        failClosed: boolean;
        failClosedReasons: string[];
        ingestion: { jobId: string; receiptId: string };
        receiptHash: string;
        receiptId: string;
        receiptPath: string | null;
        receiptType: "knowledge-refresh-lineage";
        schemaVersion: "2026-06-25";
        scoreImpact: {
            averageAbsDelta0to100: number;
            changedScoreCount: number;
            maxAbsDelta0to100: number;
        };
        signaturePath: string
        | null;
        sourceApprovals: KnowledgeRefreshSourceApproval[];
        sourceRefs: string[];
        surfaces: KnowledgeRefreshSurface[];
    }
    Index
    agentId: string
    corpus: { corpusId: string; previousVersion: string; refreshedVersion: string }
    createdAt: string
    evidenceRefs: string[]
    failClosed: boolean
    failClosedReasons: string[]
    ingestion: { jobId: string; receiptId: string }
    receiptHash: string
    receiptId: string
    receiptPath: string | null
    receiptType: "knowledge-refresh-lineage"
    schemaVersion: "2026-06-25"
    scoreImpact: {
        averageAbsDelta0to100: number;
        changedScoreCount: number;
        maxAbsDelta0to100: number;
    }
    signaturePath: string | null
    sourceRefs: string[]