Skip to content

Interface: AppendRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Compliance / AppendRequest

Interface: AppendRequest

Defined in: src/types/compliance.ts:25

Body for POST /api/v1/compliance/audit/append — record one event in the tenant’s audit ledger.

Properties

dataVersions?

optional dataVersions: Record<string, string>

Defined in: src/types/compliance.ts:33

Optional map of input-data versions in effect at request time.


extra?

optional extra: Record<string, unknown>

Defined in: src/types/compliance.ts:35

Optional bag of caller-defined metadata.


requestHash

requestHash: string

Defined in: src/types/compliance.ts:27

Hash of the request body (caller chooses the hashing scheme).


requestPath

requestPath: string

Defined in: src/types/compliance.ts:29

Path of the request being audited (e.g. /api/v1/inference/backward-chain).


responseHash

responseHash: string

Defined in: src/types/compliance.ts:31

Hash of the response body.