item/updated
An open item changed non-terminally: full re-emission at a higher revision.
Parameters
Section titled “Parameters”Type: ItemUpdatedParams
item/updated params: an open item changed non-terminally
in a way deltas cannot express — the full item re-emitted at a higher
revision (apply rule: replace iff higher).
| Field | Type | Stability | Presence | Description |
|---|---|---|---|---|
item |
Item | required | The full item at a higher revision. | |
sessionId |
string |
required | The owning session. | |
sourceRange |
SourceRange | required | The durable records this event folded from. | |
viewCursor |
string |
required | Opaque, strictly monotonic view cursor. |
Source
schema/msp/experimental/msp.schema.json#/notifications/item~2Fupdated
{ "description": "An open item changed non-terminally: full re-emission at a higher revision.", "params": { "$ref": "#/$defs/ItemUpdatedParams" }}