Skip to content

Commit 6ca0469

Browse files
authored
feat(webhosting): add option support (scaleway#824)
1 parent 5cf847c commit 6ca0469

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
@@ -154,6 +154,7 @@ class OfferOptionName(str, Enum, metaclass=StrEnumMeta):
154154
DEDICATED_IP = "dedicated_ip"
155155
EMAIL_STORAGE_GB = "email_storage_gb"
156156
DATABASE_COUNT = "database_count"
157+
SUPPORT = "support"
157158

158159
def __str__(self) -> str:
159160
return str(self.value)

scaleway/scaleway/webhosting/v1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ class OfferOptionName(str, Enum, metaclass=StrEnumMeta):
154154
DEDICATED_IP = "dedicated_ip"
155155
EMAIL_STORAGE_GB = "email_storage_gb"
156156
DATABASE_COUNT = "database_count"
157+
SUPPORT = "support"
157158

158159
def __str__(self) -> str:
159160
return str(self.value)

0 commit comments

Comments
 (0)