From 65bfd93b48043bb6f97121497dee8c25083414a5 Mon Sep 17 00:00:00 2001 From: Prototool Bot Date: Thu, 28 May 2026 14:05:22 +0000 Subject: [PATCH] feat: update generated APIs --- scaleway-async/scaleway_async/account/v3/types.py | 2 ++ scaleway/scaleway/account/v3/types.py | 2 ++ 2 files changed, 4 insertions(+) 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)