diff --git a/scaleway-async/scaleway_async/account/v3/types.py b/scaleway-async/scaleway_async/account/v3/types.py index c07be2574..cce954169 100644 --- a/scaleway-async/scaleway_async/account/v3/types.py +++ b/scaleway-async/scaleway_async/account/v3/types.py @@ -26,6 +26,8 @@ class ContractType(str, Enum, metaclass=StrEnumMeta): NETWORK = "network" CORE = "core" VPS = "vps" + STORAGE = "storage" + TRANSACTIONAL_EMAIL = "transactional_email" def __str__(self) -> str: return str(self.value) diff --git a/scaleway/scaleway/account/v3/types.py b/scaleway/scaleway/account/v3/types.py index c07be2574..cce954169 100644 --- a/scaleway/scaleway/account/v3/types.py +++ b/scaleway/scaleway/account/v3/types.py @@ -26,6 +26,8 @@ class ContractType(str, Enum, metaclass=StrEnumMeta): NETWORK = "network" CORE = "core" VPS = "vps" + STORAGE = "storage" + TRANSACTIONAL_EMAIL = "transactional_email" def __str__(self) -> str: return str(self.value)