Skip to content

Commit

Permalink
feat(tem): add two new WebhookEventType (scaleway#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Dec 5, 2024
1 parent 419bdcb commit a2946f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scaleway-async/scaleway_async/tem/v1alpha1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ class WebhookEventType(str, Enum, metaclass=StrEnumMeta):
EMAIL_DELIVERED = "email_delivered"
EMAIL_SPAM = "email_spam"
EMAIL_MAILBOX_NOT_FOUND = "email_mailbox_not_found"
EMAIL_BLOCKLISTED = "email_blocklisted"
BLOCKLIST_CREATED = "blocklist_created"

def __str__(self) -> str:
return str(self.value)
Expand Down
2 changes: 2 additions & 0 deletions scaleway/scaleway/tem/v1alpha1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ class WebhookEventType(str, Enum, metaclass=StrEnumMeta):
EMAIL_DELIVERED = "email_delivered"
EMAIL_SPAM = "email_spam"
EMAIL_MAILBOX_NOT_FOUND = "email_mailbox_not_found"
EMAIL_BLOCKLISTED = "email_blocklisted"
BLOCKLIST_CREATED = "blocklist_created"

def __str__(self) -> str:
return str(self.value)
Expand Down

0 comments on commit a2946f9

Please sign in to comment.