Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / AuditRecord

Interface: AuditRecord

Defined in: packages/core/dist/index.d.ts

One reviewable authority event, in journal order.

Properties

PropertyTypeDescriptionDefined in
atstringThe entry's startedAt timestamp.packages/core/dist/index.d.ts
by?stringWho acted: a ResolutionBy for resolutions, 'engine' for decisions.packages/core/dist/index.d.ts
categoryAuditCategory-packages/core/dist/index.d.ts
scopestring-packages/core/dist/index.d.ts
seqnumberThe journal seq of the entry behind this record.packages/core/dist/index.d.ts
summarystringOne deterministic reviewable line.packages/core/dist/index.d.ts
target?numberThe seq of the entry this record acts on (resolution/abandon target).packages/core/dist/index.d.ts
type?stringThe finer type: the suspension kind ('external''approval') for suspensions, the journaled decisionType for decisions.
value?JsonThe journaled payload, verbatim (plaintext through Engine.stores).packages/core/dist/index.d.ts