@validation-os/dashboard 0.15.3 → 0.15.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1185,6 +1185,8 @@ interface BeliefVerdict {
1185
1185
  /** Derived per-belief strength (signed −100…100). */
1186
1186
  strength: number | null;
1187
1187
  justification: string;
1188
+ /** Verbatim quote/excerpt for this belief, if recorded. */
1189
+ excerpt: string;
1188
1190
  }
1189
1191
  /** The per-belief verdicts a reading carries, in stored order — the reading
1190
1192
  * detail's answer to "what did this artifact say about each belief?". Pure: