polarity-integration-utils
    Preparing search index...

    Interface IntegrationContext

    Integration context provided to integration functions

    interface IntegrationContext {
        cache: PolarityCache;
        integrationId: string;
        logger: Logger;
        userId?: string;
    }
    Index

    Properties

    Cache client for hierarchical caching operations

    integrationId: string

    Integration identifier

    logger: Logger

    Logger instance

    userId?: string

    User identifier