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

    Interface IndustryPackScoreResult

    interface IndustryPackScoreResult {
        certified: boolean;
        complianceGaps: string[];
        level: number;
        packId: IndustryPackId;
        packName: string;
        percentage: number;
        questionResults: {
            dimension: string;
            id: string;
            percentage: number;
            score: number;
            weight: number;
        }[];
        riskTier: string;
        stationId: Domain;
    }
    Index
    certified: boolean
    complianceGaps: string[]
    level: number
    packName: string
    percentage: number
    questionResults: {
        dimension: string;
        id: string;
        percentage: number;
        score: number;
        weight: number;
    }[]
    riskTier: string
    stationId: Domain