Skip to content

Commit

Permalink
feat(tem): update email flag (scaleway#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Sep 10, 2023
1 parent c7526ee commit e395e5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/clients/src/api/tem/v1alpha1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export type EmailFlag =
| 'hard_bounce'
| 'spam'
| 'mailbox_full'
| 'mailbox_not_found'
| 'greylisted'
| 'send_before_expiration'

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

Expand Down

0 comments on commit e395e5e

Please sign in to comment.