Domain payload shape a server handler returns for a generated wire response.
Use this when a generated *Response type includes protocol-envelope fields
the SDK owns. Domain-level status fields are preserved unless their entire
type is the protocol TaskStatus vocabulary.
Write-only legacy webhook credentials and billing bank coordinates are
also removed from nested objects. Runtime response projection already
strips these; this keeps public server payload annotations aligned with
what can safely appear on response wires and in adopter logs.
Domain payload shape a server handler returns for a generated wire response.
Use this when a generated
*Responsetype includes protocol-envelope fields the SDK owns. Domain-levelstatusfields are preserved unless their entire type is the protocolTaskStatusvocabulary.Write-only legacy webhook credentials and billing bank coordinates are also removed from nested objects. Runtime response projection already strips these; this keeps public server payload annotations aligned with what can safely appear on response wires and in adopter logs.