diff --git a/scaleway-async/scaleway_async/tem/v1alpha1/types.py b/scaleway-async/scaleway_async/tem/v1alpha1/types.py index eedb4ceb9..e0c63211b 100644 --- a/scaleway-async/scaleway_async/tem/v1alpha1/types.py +++ b/scaleway-async/scaleway_async/tem/v1alpha1/types.py @@ -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) diff --git a/scaleway/scaleway/tem/v1alpha1/types.py b/scaleway/scaleway/tem/v1alpha1/types.py index eedb4ceb9..e0c63211b 100644 --- a/scaleway/scaleway/tem/v1alpha1/types.py +++ b/scaleway/scaleway/tem/v1alpha1/types.py @@ -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)