diff --git a/scaleway-async/scaleway_async/tem/v1alpha1/types.py b/scaleway-async/scaleway_async/tem/v1alpha1/types.py index be59f205..09bde003 100644 --- a/scaleway-async/scaleway_async/tem/v1alpha1/types.py +++ b/scaleway-async/scaleway_async/tem/v1alpha1/types.py @@ -77,6 +77,7 @@ class EmailFlag(str, Enum, metaclass=StrEnumMeta): MAILBOX_NOT_FOUND = "mailbox_not_found" GREYLISTED = "greylisted" SEND_BEFORE_EXPIRATION = "send_before_expiration" + BLOCKLISTED = "blocklisted" 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 be59f205..09bde003 100644 --- a/scaleway/scaleway/tem/v1alpha1/types.py +++ b/scaleway/scaleway/tem/v1alpha1/types.py @@ -77,6 +77,7 @@ class EmailFlag(str, Enum, metaclass=StrEnumMeta): MAILBOX_NOT_FOUND = "mailbox_not_found" GREYLISTED = "greylisted" SEND_BEFORE_EXPIRATION = "send_before_expiration" + BLOCKLISTED = "blocklisted" def __str__(self) -> str: return str(self.value)