Skip to content

Commit 80d65a6

Browse files
authored
feat(tem): add flag mailbox_full (#789)
1 parent a21da9b commit 80d65a6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

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

20-
export type EmailFlag = 'unknown_flag' | 'soft_bounce' | 'hard_bounce' | 'spam'
20+
export type EmailFlag =
21+
| 'unknown_flag'
22+
| 'soft_bounce'
23+
| 'hard_bounce'
24+
| 'spam'
25+
| 'mailbox_full'
2126

2227
export type EmailRcptType = 'unknown_rcpt_type' | 'to' | 'cc' | 'bcc'
2328

0 commit comments

Comments
 (0)