We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e40ee commit f96f2bfCopy full SHA for f96f2bf
packages/clients/src/api/tem/v1alpha1/types.gen.ts
@@ -17,7 +17,7 @@ export type DomainStatus =
17
| 'revoked'
18
| 'pending'
19
20
-export type EmailFlag = 'unknown_flag' | 'soft_bounce' | 'hard_bounce'
+export type EmailFlag = 'unknown_flag' | 'soft_bounce' | 'hard_bounce' | 'spam'
21
22
export type EmailRcptType = 'unknown_rcpt_type' | 'to' | 'cc' | 'bcc'
23
0 commit comments