Member Junction
    Preparing search index...

    Component response with hash and caching support

    interface ComponentResponse {
        hash: string;
        id: string;
        message?: string;
        name: string;
        namespace: string;
        notModified?: boolean;
        specification?: ComponentSpec;
        version: string;
    }
    Index

    Properties

    hash: string

    SHA-256 hash of the specification

    id: string

    Component ID

    message?: string

    Message from server (e.g., "Not modified")

    name: string

    Component name

    namespace: string

    Component namespace

    notModified?: boolean

    Indicates if the component was not modified (304 response)

    specification?: ComponentSpec

    Component specification (undefined if not modified - 304 response)

    version: string

    Component version