Skip to content

Commit 6209e30

Browse files
committed
feat: update generated APIs
1 parent 4e6bf2e commit 6209e30

File tree

2 files changed

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

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ class EmailFlag(str, Enum, metaclass=StrEnumMeta):
7777
MAILBOX_NOT_FOUND = "mailbox_not_found"
7878
GREYLISTED = "greylisted"
7979
SEND_BEFORE_EXPIRATION = "send_before_expiration"
80+
BLOCKLISTED = "blocklisted"
8081

8182
def __str__(self) -> str:
8283
return str(self.value)

scaleway/scaleway/tem/v1alpha1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ class EmailFlag(str, Enum, metaclass=StrEnumMeta):
7777
MAILBOX_NOT_FOUND = "mailbox_not_found"
7878
GREYLISTED = "greylisted"
7979
SEND_BEFORE_EXPIRATION = "send_before_expiration"
80+
BLOCKLISTED = "blocklisted"
8081

8182
def __str__(self) -> str:
8283
return str(self.value)

0 commit comments

Comments
 (0)