@karmaniverous/jeeves
    Preparing search index...

    Interface RefreshPlatformContentOptions

    Options for refreshPlatformContent.

    interface RefreshPlatformContentOptions {
        componentName?: string;
        componentVersion?: string;
        coreVersion: string;
        pluginPackage?: string;
        servicePackage?: string;
        stalenessThresholdMs?: number;
    }
    Index

    Properties

    componentName?: string

    Component name (for registry cache directory).

    componentVersion?: string

    Component plugin version (e.g., '0.2.0').

    coreVersion: string

    Core library version for version-stamp convergence.

    pluginPackage?: string

    npm package name for the plugin (for registry update check).

    servicePackage?: string

    npm package name for the service (for registry update check).

    stalenessThresholdMs?: number

    Staleness threshold override in ms.