@remit/ui 0.0.87 → 0.0.88

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/ui",
3
- "version": "0.0.87",
3
+ "version": "0.0.88",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src"
@@ -260,6 +260,12 @@ export interface ThreadRowData {
260
260
  accountId?: string;
261
261
  /** Owning mailbox — used by the `in:` search-token filter. */
262
262
  mailboxId?: string;
263
+ /**
264
+ * The conversation this row belongs to. Paired with {@link mailboxId} it is
265
+ * enough to open the row, which is what a row found by a cross-folder search
266
+ * needs: its message is not in the list the reading pane resolves against.
267
+ */
268
+ threadId?: string;
263
269
  fromName: string;
264
270
  fromEmail: string;
265
271
  subject: string;