@remit/api-http-client 0.0.12 → 0.0.13
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.gen.ts +2 -2
package/package.json
CHANGED
package/types.gen.ts
CHANGED
|
@@ -973,9 +973,9 @@ export type RemitImapFilterClause = {
|
|
|
973
973
|
};
|
|
974
974
|
|
|
975
975
|
/**
|
|
976
|
-
* Message attribute a FilterClause matches against — RFC 031's Tier 0 literal predicates (
|
|
976
|
+
* Message attribute a FilterClause matches against — RFC 031's Tier 0 literal predicates plus the RFC 038 D2 additions (list membership and sender domain). Every member is matched vector-free at index time and in the back-apply corpus projection.
|
|
977
977
|
*/
|
|
978
|
-
export type RemitImapFilterClauseField = 'From' | 'Subject' | 'HasWords';
|
|
978
|
+
export type RemitImapFilterClauseField = 'From' | 'Subject' | 'HasWords' | 'ListId' | 'FromDomain';
|
|
979
979
|
|
|
980
980
|
/**
|
|
981
981
|
* How a Filter's literalClauses combine (RFC 031 "literal predicates, AND/OR"). Ignored when literalClauses is empty.
|