diff --git a/scaleway-async/scaleway_async/product_catalog/v2alpha1/types.py b/scaleway-async/scaleway_async/product_catalog/v2alpha1/types.py index bf83296d3..b7f1948a9 100644 --- a/scaleway-async/scaleway_async/product_catalog/v2alpha1/types.py +++ b/scaleway-async/scaleway_async/product_catalog/v2alpha1/types.py @@ -23,6 +23,7 @@ class ListPublicCatalogProductsRequestProductType(str, Enum, metaclass=StrEnumMe APPLE_SILICON = "apple_silicon" ELASTIC_METAL = "elastic_metal" DEDIBOX = "dedibox" + BLOCK_STORAGE = "block_storage" def __str__(self) -> str: return str(self.value) diff --git a/scaleway/scaleway/product_catalog/v2alpha1/types.py b/scaleway/scaleway/product_catalog/v2alpha1/types.py index bf83296d3..b7f1948a9 100644 --- a/scaleway/scaleway/product_catalog/v2alpha1/types.py +++ b/scaleway/scaleway/product_catalog/v2alpha1/types.py @@ -23,6 +23,7 @@ class ListPublicCatalogProductsRequestProductType(str, Enum, metaclass=StrEnumMe APPLE_SILICON = "apple_silicon" ELASTIC_METAL = "elastic_metal" DEDIBOX = "dedibox" + BLOCK_STORAGE = "block_storage" def __str__(self) -> str: return str(self.value)