Skip to content

Commit 3d9eb1c

Browse files
authored
feat(webhosting): add offer option (#1347)
1 parent e2f15cc commit 3d9eb1c

File tree

2 files changed

+2
-0
lines changed
  • scaleway-async/scaleway_async/webhosting/v1
  • scaleway/scaleway/webhosting/v1

2 files changed

+2
-0
lines changed

scaleway-async/scaleway_async/webhosting/v1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ class OfferOptionName(str, Enum, metaclass=StrEnumMeta):
265265
EMAIL_STORAGE_GB = "email_storage_gb"
266266
DATABASE_COUNT = "database_count"
267267
SUPPORT = "support"
268+
ADDITIONAL_EMAIL = "additional_email"
268269

269270
def __str__(self) -> str:
270271
return str(self.value)

scaleway/scaleway/webhosting/v1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ class OfferOptionName(str, Enum, metaclass=StrEnumMeta):
265265
EMAIL_STORAGE_GB = "email_storage_gb"
266266
DATABASE_COUNT = "database_count"
267267
SUPPORT = "support"
268+
ADDITIONAL_EMAIL = "additional_email"
268269

269270
def __str__(self) -> str:
270271
return str(self.value)

0 commit comments

Comments
 (0)