Skip to content

Commit a2946f9

Browse files
authored
feat(tem): add two new WebhookEventType (#778)
1 parent 419bdcb commit a2946f9

File tree

2 files changed

+4
-0
lines changed
  • scaleway/scaleway/tem/v1alpha1
  • scaleway-async/scaleway_async/tem/v1alpha1

2 files changed

+4
-0
lines changed

scaleway-async/scaleway_async/tem/v1alpha1/types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ class WebhookEventType(str, Enum, metaclass=StrEnumMeta):
157157
EMAIL_DELIVERED = "email_delivered"
158158
EMAIL_SPAM = "email_spam"
159159
EMAIL_MAILBOX_NOT_FOUND = "email_mailbox_not_found"
160+
EMAIL_BLOCKLISTED = "email_blocklisted"
161+
BLOCKLIST_CREATED = "blocklist_created"
160162

161163
def __str__(self) -> str:
162164
return str(self.value)

scaleway/scaleway/tem/v1alpha1/types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ class WebhookEventType(str, Enum, metaclass=StrEnumMeta):
157157
EMAIL_DELIVERED = "email_delivered"
158158
EMAIL_SPAM = "email_spam"
159159
EMAIL_MAILBOX_NOT_FOUND = "email_mailbox_not_found"
160+
EMAIL_BLOCKLISTED = "email_blocklisted"
161+
BLOCKLIST_CREATED = "blocklist_created"
160162

161163
def __str__(self) -> str:
162164
return str(self.value)

0 commit comments

Comments
 (0)