@remit/api-openapi-spec 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/openapi.json +4 -2
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -4054,9 +4054,11 @@
|
|
|
4054
4054
|
"enum": [
|
|
4055
4055
|
"From",
|
|
4056
4056
|
"Subject",
|
|
4057
|
-
"HasWords"
|
|
4057
|
+
"HasWords",
|
|
4058
|
+
"ListId",
|
|
4059
|
+
"FromDomain"
|
|
4058
4060
|
],
|
|
4059
|
-
"description": "Message attribute a FilterClause matches against — RFC 031's Tier 0 literal predicates (
|
|
4061
|
+
"description": "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."
|
|
4060
4062
|
},
|
|
4061
4063
|
"RemitImap.FilterMatchOperator": {
|
|
4062
4064
|
"type": "string",
|