@arc-mcp/adt-ls - v0.6.1
    Preparing search index...

    Interface TransportDiffPage

    A single transport-diff page, as returned by the current SAP MCP tool.

    interface TransportDiffPage {
        batchInfo?: {
            batchHasChanges?: boolean;
            currentBatchSize?: number;
            processedCount?: number;
            remainingCount?: number;
            status?: "processing" | "completed";
            totalObjects?: number;
        };
        diffResult?: string;
        message?: string;
        nextCursor?: string;
    }
    Index

    Properties

    batchInfo?: {
        batchHasChanges?: boolean;
        currentBatchSize?: number;
        processedCount?: number;
        remainingCount?: number;
        status?: "processing" | "completed";
        totalObjects?: number;
    }
    diffResult?: string
    message?: string
    nextCursor?: string