Rulvar API reference / @rulvar/rulvar / DecisionChainRow
Interface: DecisionChainRow
Defined in: packages/core/dist/index.d.ts
One authority record of the chain, seq-ordered.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
authorizedBy? | number | Present on abandons: the seq of the sanctioning entry (canonical entry.abandon). | packages/core/dist/index.d.ts |
by? | ResolutionBy | Present on resolutions: who resolved (canonical entry.resolution.by first). | packages/core/dist/index.d.ts |
decisionRef? | number | Present on class-decision resolutions: the class decision's seq. | packages/core/dist/index.d.ts |
decisionType? | string | Present when the journaled value names its decision type. | packages/core/dist/index.d.ts |
key | string | - | packages/core/dist/index.d.ts |
kind | EntryKind | - | packages/core/dist/index.d.ts |
scope | string | - | packages/core/dist/index.d.ts |
seq | number | - | packages/core/dist/index.d.ts |
status | EntryStatus | - | packages/core/dist/index.d.ts |
target? | number | Present on resolutions and abandons: the referenced seq. | packages/core/dist/index.d.ts |
value? | Json | The journaled value verbatim when the entry carries one; on a canonical resolution with no entry value, the resolution's own decision value (what the ask was resolved WITH). | packages/core/dist/index.d.ts |