Optionaloptions: { checksumConfig?: TCoreChecksumConfig; generateId?: () => string }Protected OptionalchecksumProtected ReadonlychecksumProtectedentitiesProtected ReadonlyentityProtected ReadonlyentityProtected ReadonlyfrozenProtected ReadonlyschemaProtected ReadonlyschemaReturns a specific version of an entity, or undefined if not found.
Returns every entity across all IDs and versions.
Returns the latest (highest-version) entity for the given ID, or undefined if not found.
Returns all versions of an entity sorted ascending by version number.
ProtectedrestoreReturns a serializable snapshot of all claims in the library.
The claim library snapshot.
Validates all entities against the schema and checks that frozen versions have successors.
ProtectedwithStaticfromRestores a claim library from a previously captured snapshot.
Pre-screens for legacy (pre-v0.10.0) claim entries that lack the
required type field and emits LEGACY_CLAIM_MISSING_TYPE so
the caller gets a clear migration signal rather than a generic schema
error.
Optionaloptions: { checksumConfig?: TCoreChecksumConfig; generateId?: () => string }
Full management interface for a versioned claim library. Extends
TClaimLookupwith mutation, query, and snapshot methods.