Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/sessions / / SessionExportAuditRecord
Interface: SessionExportAuditRecord
Defined in: packages/sessions/src/export/types.ts:166
Single audit row. Includes the audit-chain prevHash / hash when the row was sourced from a tamper-evident audit DB so importers can verify the chain segment.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
action | readonly | string | packages/sessions/src/export/types.ts:169 |
actor? | readonly | { id: string; kind: string; label?: string; } | packages/sessions/src/export/types.ts:171 |
actor.id | readonly | string | packages/sessions/src/export/types.ts:173 |
actor.kind | readonly | string | packages/sessions/src/export/types.ts:172 |
actor.label? | readonly | string | packages/sessions/src/export/types.ts:174 |
at | readonly | string | packages/sessions/src/export/types.ts:170 |
hash? | readonly | string | packages/sessions/src/export/types.ts:178 |
kind | readonly | "audit" | packages/sessions/src/export/types.ts:167 |
metadata? | readonly | Readonly<Record<string, unknown>> | packages/sessions/src/export/types.ts:176 |
prevHash? | readonly | string | packages/sessions/src/export/types.ts:177 |
sessionId | readonly | string | packages/sessions/src/export/types.ts:168 |