FP-Devicer - v2.0.2
    Preparing search index...

    Interface IdentifyEnrichmentInfo

    Plugin-provided enrichment metadata merged into the final identify result.

    interface IdentifyEnrichmentInfo {
        details: Record<string, Record<string, unknown>>;
        failures: { message: string; plugin: string }[];
        plugins: string[];
    }
    Index

    Properties

    details: Record<string, Record<string, unknown>>

    Per-plugin structured enrichment payloads exposed to callers.

    failures: { message: string; plugin: string }[]

    Non-fatal plugin failures captured during post-processing.

    plugins: string[]

    Ordered list of plugins that successfully contributed to the result.