docs: README + component cross-references for Transport (#24)

This commit is contained in:
Joseph Doherty
2026-05-24 04:52:55 -04:00
parent 268a847ef3
commit b1daf9abb8
7 changed files with 11 additions and 1 deletions

View File

@@ -183,6 +183,7 @@ Template Engine: Update Template
| **EntityId** | String | Unique identifier of the entity. |
| **EntityName** | String | Human-readable name (for display without deserializing state). |
| **State** | nvarchar(max) | Entity state after the change, serialized as JSON. Null for deletes. |
| **BundleImportId** | uniqueidentifier NULL | Correlation column threading every per-entity audit row written during a Transport bundle import back to the parent `BundleImported` event. Indexed via `IX_AuditLogEntries_BundleImportId`. Null for all rows not written as part of a bundle import. |
### State Serialization