Skip to content

Commit e395e5e

Browse files
authored
feat(tem): update email flag (#849)
1 parent c7526ee commit e395e5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ export type EmailFlag =
2323
| 'hard_bounce'
2424
| 'spam'
2525
| 'mailbox_full'
26+
| 'mailbox_not_found'
27+
| 'greylisted'
28+
| 'send_before_expiration'
2629

2730
export type EmailRcptType = 'unknown_rcpt_type' | 'to' | 'cc' | 'bcc'
2831

0 commit comments

Comments
 (0)