Skip to content
Developer Preview

approval/resolved

The first durable approval terminal landed; protected delivery.

Type: ApprovalResolvedParams

approval/resolved params: the first durable terminal decision.

Field Type Stability Presence Description
amendment ApprovalAmendment optional
approvalId string required
decidedByCommandId string optional
decision ApprovalDecision required
itemId string required
policyResult ApprovalPolicyResult required
resolvedBy ApprovalResolvedBy required
sessionId string required
sourceRange SourceRange required
stageEvidence ApprovalStageEvidence[] required
turnId string required
viewCursor string required
Source

schema/msp/experimental/msp.schema.json#/notifications/approval~2Fresolved

{
"description": "The first durable approval terminal landed; protected delivery.",
"params": {
"$ref": "#/$defs/ApprovalResolvedParams"
}
}