Skip to content

Commit 7361ac0

Browse files
authored
feat(tem): add spam flag (#267)
1 parent 4f2edb3 commit 7361ac0

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
@@ -39,6 +39,7 @@ class EmailFlag(str, Enum):
3939
UNKNOWN_FLAG = "unknown_flag"
4040
SOFT_BOUNCE = "soft_bounce"
4141
HARD_BOUNCE = "hard_bounce"
42+
SPAM = "spam"
4243

4344
def __str__(self) -> str:
4445
return str(self.value)

scaleway/scaleway/tem/v1alpha1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class EmailFlag(str, Enum):
3939
UNKNOWN_FLAG = "unknown_flag"
4040
SOFT_BOUNCE = "soft_bounce"
4141
HARD_BOUNCE = "hard_bounce"
42+
SPAM = "spam"
4243

4344
def __str__(self) -> str:
4445
return str(self.value)

0 commit comments

Comments
 (0)