@remit/api-openapi-types 0.0.19 → 0.0.20
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 +1 -1
- package/types.d.ts +4 -0
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -2420,6 +2420,10 @@ standing to persist.
|
|
|
2420
2420
|
* Trust level for the From address, derived from AddressFlags at read time. Defaults to `unknown` when no Address row resolves.
|
|
2421
2421
|
*/
|
|
2422
2422
|
senderTrust: SenderTrust;
|
|
2423
|
+
/**
|
|
2424
|
+
* Whether the From address is muted, derived from AddressFlags at read time. Defaults to `false` when no Address row resolves. Muting hides the sender from the daily brief; it does not affect mailbox listings.
|
|
2425
|
+
*/
|
|
2426
|
+
muted: boolean;
|
|
2423
2427
|
/**
|
|
2424
2428
|
* Structured sender-authenticity signal derived from DKIM headers at classification time (from the underlying Message). Absent for messages classified before this field was introduced — absence means no signal.
|
|
2425
2429
|
*/
|