Skip to content

Commit f96f2bf

Browse files
authored
feat(tem): add spam flag (#781)
1 parent d2e40ee commit f96f2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clients/src/api/tem/v1alpha1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export type DomainStatus =
1717
| 'revoked'
1818
| 'pending'
1919

20-
export type EmailFlag = 'unknown_flag' | 'soft_bounce' | 'hard_bounce'
20+
export type EmailFlag = 'unknown_flag' | 'soft_bounce' | 'hard_bounce' | 'spam'
2121

2222
export type EmailRcptType = 'unknown_rcpt_type' | 'to' | 'cc' | 'bcc'
2323

0 commit comments

Comments
 (0)