diff --git a/.changeset/inbound-verdicts-doc.md b/.changeset/inbound-verdicts-doc.md new file mode 100644 index 0000000..9a4c88c --- /dev/null +++ b/.changeset/inbound-verdicts-doc.md @@ -0,0 +1,5 @@ +--- +"@senderkit/sdk": patch +--- + +Make the inbound `verdicts` field documentation provider-neutral: it now describes the map as "scanning verdicts (e.g. spam/virus/SPF/DKIM), as reported" without naming the underlying receiving infrastructure. The shipped type and its runtime shape are unchanged. diff --git a/packages/sdk/src/types.ts b/packages/sdk/src/types.ts index 360b93a..581d7e8 100644 --- a/packages/sdk/src/types.ts +++ b/packages/sdk/src/types.ts @@ -447,7 +447,7 @@ export interface InboundMessage { truncated: boolean; headers: Record; attachments: InboundAttachment[]; - /** SES scanning verdicts (e.g. spam/virus/SPF/DKIM), as reported. */ + /** Scanning verdicts (e.g. spam/virus/SPF/DKIM), as reported. */ verdicts: Record; sizeBytes: number; /** Authenticated API URL for the raw RFC 822 source. */