@remit/api-openapi-spec 0.0.18 → 0.0.19

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.
Files changed (2) hide show
  1. package/openapi.json +6 -1
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -6249,7 +6249,8 @@
6249
6249
  "createdAt",
6250
6250
  "updatedAt",
6251
6251
  "category",
6252
- "senderTrust"
6252
+ "senderTrust",
6253
+ "muted"
6253
6254
  ],
6254
6255
  "properties": {
6255
6256
  "threadMessageId": {
@@ -6383,6 +6384,10 @@
6383
6384
  ],
6384
6385
  "description": "Trust level for the From address, derived from AddressFlags at read time. Defaults to `unknown` when no Address row resolves."
6385
6386
  },
6387
+ "muted": {
6388
+ "type": "boolean",
6389
+ "description": "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."
6390
+ },
6386
6391
  "authenticity": {
6387
6392
  "allOf": [
6388
6393
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/api-openapi-spec",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "Remit API OpenAPI 3 document, generated from TypeSpec.",
5
5
  "exports": {
6
6
  ".": "./openapi.json",