Skip to content

Commit cb2ece5

Browse files
committed
feat: update generated APIs
1 parent 9670241 commit cb2ece5

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)