Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/server / / DeliveryCommentaryDecision
Interface: DeliveryCommentaryDecision
Defined in: packages/server/src/commentary/types.ts:80
Per-emission decision recorded by the sanitizer. Mirrored on the audit row + the counter increment.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
applied | readonly | boolean | packages/server/src/commentary/types.ts:84 |
boundary | readonly | "event-emission" | packages/server/src/commentary/types.ts:82 |
eventType | readonly | string | packages/server/src/commentary/types.ts:89 |
matchedPattern | readonly | string | undefined | packages/server/src/commentary/types.ts:86 |
policy | readonly | DeliveryCommentaryPolicy | packages/server/src/commentary/types.ts:83 |
reasons | readonly | readonly DeliveryCommentaryReason[] | packages/server/src/commentary/types.ts:85 |
sha256OfAfter | readonly | string | packages/server/src/commentary/types.ts:88 |
sha256OfBefore | readonly | string | packages/server/src/commentary/types.ts:87 |
transport | readonly | DeliveryCommentaryTransport | packages/server/src/commentary/types.ts:81 |