jeeves-meta-monorepo
    Preparing search index...

    Type Alias ProgressReporterConfig

    type ProgressReporterConfig = {
        gatewayApiKey?: string;
        gatewayUrl: string;
        reportChannel?: string;
        reportTarget?: string;
        serverBaseUrl?: string;
    }
    Index

    Properties

    gatewayApiKey?: string
    gatewayUrl: string
    reportChannel?: string

    Messaging channel name (e.g. 'slack'). When set alongside reportTarget, included in the gateway message payload as channel. Legacy: if reportTarget is unset, reportChannel is used as the target (single-channel mode, backward compatible).

    reportTarget?: string

    Channel/user ID to send messages to. Takes priority over reportChannel as target.

    serverBaseUrl?: string

    Optional base URL for the service, used to construct entity links.