@remit/ui 0.0.127 → 0.0.128
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/package.json
CHANGED
|
@@ -98,6 +98,8 @@ export interface EventSuggestion {
|
|
|
98
98
|
threadId: string;
|
|
99
99
|
threadSubject: string;
|
|
100
100
|
sender: string;
|
|
101
|
+
/** The address a rule about this sender is written against. */
|
|
102
|
+
senderAddress: string;
|
|
101
103
|
/** 0–1. The component derives its own wording; the seam carries the value. */
|
|
102
104
|
confidence: number;
|
|
103
105
|
/** What the parse could not settle, empty when nothing. */
|