Skip to content

Commit

Permalink
feat(webhosting): add option support (scaleway#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Jan 7, 2025
1 parent 5cf847c commit 6ca0469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scaleway-async/scaleway_async/webhosting/v1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ class OfferOptionName(str, Enum, metaclass=StrEnumMeta):
DEDICATED_IP = "dedicated_ip"
EMAIL_STORAGE_GB = "email_storage_gb"
DATABASE_COUNT = "database_count"
SUPPORT = "support"

def __str__(self) -> str:
return str(self.value)
Expand Down
1 change: 1 addition & 0 deletions scaleway/scaleway/webhosting/v1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ class OfferOptionName(str, Enum, metaclass=StrEnumMeta):
DEDICATED_IP = "dedicated_ip"
EMAIL_STORAGE_GB = "email_storage_gb"
DATABASE_COUNT = "database_count"
SUPPORT = "support"

def __str__(self) -> str:
return str(self.value)
Expand Down

0 comments on commit 6ca0469

Please sign in to comment.