@remit/api-openapi-spec 0.0.28 → 0.0.29

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 +2 -1
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -4407,10 +4407,11 @@
4407
4407
  "enum": [
4408
4408
  "Corresponds",
4409
4409
  "Lookalike",
4410
+ "ForeignAddress",
4410
4411
  "Unrelated",
4411
4412
  "NoClaim"
4412
4413
  ],
4413
- "description": "How the From display name relates to the From domain. `Corresponds` — the name is contained in the domain. `Lookalike` — the name is one or two characters away from a domain label. `Unrelated` — no relation. `NoClaim` — the name is empty or is the address itself, so it claims no identity."
4414
+ "description": "How the From display name relates to the From domain. `Corresponds` — the name is contained in the domain. `Lookalike` — the name is one or two characters away from a domain label. `ForeignAddress` — the name spells out an email address at a domain the sender does not send from. `Unrelated` — no relation. `NoClaim` — the name is empty, or is an address at the sending domain, so it claims no other identity."
4414
4415
  },
4415
4416
  "RemitImap.EmptyTrashResponse": {
4416
4417
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/api-openapi-spec",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "description": "Remit API OpenAPI 3 document, generated from TypeSpec.",
5
5
  "exports": {
6
6
  ".": "./openapi.json",