diff --git a/scaleway-async/scaleway_async/product_catalog/v2alpha1/types.py b/scaleway-async/scaleway_async/product_catalog/v2alpha1/types.py index 2ce5d8014..b44dfd6a0 100644 --- a/scaleway-async/scaleway_async/product_catalog/v2alpha1/types.py +++ b/scaleway-async/scaleway_async/product_catalog/v2alpha1/types.py @@ -47,6 +47,7 @@ class PublicCatalogProductStatus(str, Enum, metaclass=StrEnumMeta): GENERAL_AVAILABILITY = "general_availability" END_OF_DEPLOYMENT = "end_of_deployment" END_OF_SUPPORT = "end_of_support" + END_OF_SALE = "end_of_sale" 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 2ce5d8014..b44dfd6a0 100644 --- a/scaleway/scaleway/product_catalog/v2alpha1/types.py +++ b/scaleway/scaleway/product_catalog/v2alpha1/types.py @@ -47,6 +47,7 @@ class PublicCatalogProductStatus(str, Enum, metaclass=StrEnumMeta): GENERAL_AVAILABILITY = "general_availability" END_OF_DEPLOYMENT = "end_of_deployment" END_OF_SUPPORT = "end_of_support" + END_OF_SALE = "end_of_sale" def __str__(self) -> str: return str(self.value)