@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Interface NormalizedGovernanceConditions

    Compatibility surface for callers that consumed the pre-3.2 normalized conditions type. Runtime normalization returns one of the stricter arms below, but this broad interface remains source-compatible.

    interface NormalizedGovernanceConditions {
        checkId: string;
        explanation: string;
        raw: CheckGovernanceResponse;
        verdict: "conditions";
        checkType: "legacy" | "intent" | "execution";
        governanceContext?: string;
        consultationContext?: string;
    }

    Hierarchy

    • NormalizedGovernanceVerdictBase
      • NormalizedGovernanceConditions
    Index

    Properties

    checkId: string
    explanation: string
    verdict: "conditions"
    checkType: "legacy" | "intent" | "execution"
    governanceContext?: string
    consultationContext?: string