Platform type referenceType reference11 exported types
Governance audit types
Field-level reference generated from source declarations and SDK export aliases.
AuditEvent
interfacepackages/audit/src/index.ts| Field | Type | Notes |
|---|
| eventId | string | Property · optional |
| runId | string | Property |
| eventType | string | Property |
| actor | string | Property |
| resource | string | Property |
| action | string | Property |
| timestamp | Date | Property |
| metadata | Record<string, unknown> | Property · optional |
CausalEdge
interfacepackages/audit/src/index.ts| Field | Type | Notes |
|---|
| source | string | Property |
| target | string | Property |
| type | EdgeType | Property |
CausalGraph
interfacepackages/audit/src/index.ts| Field | Type | Notes |
|---|
| runId | string | Property |
| nodes | CausalNode[] | Property |
| edges | CausalEdge[] | Property |
| digest | string | Property · optional |
CausalNode
interfacepackages/audit/src/index.ts| Field | Type | Notes |
|---|
| id | string | Property |
| type | string | Property |
| data | Record<string, unknown> | Property |
ComplianceArtifact
interfacepackages/audit/src/index.ts| Field | Type | Notes |
|---|
| proofId | string | Property |
| runId | string | Property |
| schemaVersion | "v1" | "v2" | Property |
| commitment | string | Property |
| proofHash | string | Property |
| layers | ComplianceLayer[] | Property |
| createdAt | Date | Property |
ComplianceLayer
interfacepackages/audit/src/index.ts| Field | Type | Notes |
|---|
| name | string | Property |
| hash | string | Property |
| verified | boolean | Property |
EdgeType
typeAliaspackages/audit/src/index.tsUnion Members
"contains"
"sequence"
"parent"
"provisioned"
"configured"
"authenticated"
"discovered"
"agent_child"
ReplayDriftDiagnostic
interfacepackages/audit/src/index.ts| Field | Type | Notes |
|---|
| field | string | Property |
| expected | unknown | Property |
| actual | unknown | Property |
| severity | "low" | "medium" | "high" | Property |
ReplayResult
interfacepackages/audit/src/index.ts| Field | Type | Notes |
|---|
| replayId | string | Property |
| runId | string | Property |
| steps | ReplayStep[] | Property |
| warnings | string[] | Property |
| driftDiagnostics | ReplayDriftDiagnostic[] | Property |
ReplayStep
interfacepackages/audit/src/index.ts| Field | Type | Notes |
|---|
| index | number | Property |
| eventId | string | Property |
| status | "match" | "drift" | "missing" | Property |
SnapshotBundle
interfacepackages/audit/src/index.ts| Field | Type | Notes |
|---|
| policyHash | string | null | Property |
| modelRoute | string | null | Property |
| toolRegistryHash | string | null | Property |
| configStateHash | string | null | Property |