@arc-mcp/adt-ls - v0.6.1
npm
GitHub
Preparing search index...
TransportDiffPage
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
batch
Info?
diff
Result?
message?
next
Cursor?
Properties
Optional
batch
Info
batchInfo
?:
{
batchHasChanges
?:
boolean
;
currentBatchSize
?:
number
;
processedCount
?:
number
;
remainingCount
?:
number
;
status
?:
"processing"
|
"completed"
;
totalObjects
?:
number
;
}
Optional
diff
Result
diffResult
?:
string
Optional
message
message
?:
string
Optional
next
Cursor
nextCursor
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
batch
Info
diff
Result
message
next
Cursor
npm
GitHub
@arc-mcp/adt-ls - v0.6.1
Loading...
A single transport-diff page, as returned by the current SAP MCP tool.