diff --git a/scaleway-async/scaleway_async/product_catalog/v2alpha1/api.py b/scaleway-async/scaleway_async/product_catalog/v2alpha1/api.py index 72e75adcb..1eceff616 100644 --- a/scaleway-async/scaleway_async/product_catalog/v2alpha1/api.py +++ b/scaleway-async/scaleway_async/product_catalog/v2alpha1/api.py @@ -55,7 +55,7 @@ async def list_public_catalog_products( One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set. :param datacenter: Filter products by datacenter. One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set. - :param status: The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned. + :param status: The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_new_features, end_of_growth, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned. :return: :class:`ListPublicCatalogProductsResponse ` Usage: @@ -114,7 +114,7 @@ async def list_public_catalog_products_all( One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set. :param datacenter: Filter products by datacenter. One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set. - :param status: The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned. + :param status: The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_new_features, end_of_growth, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned. :return: :class:`list[PublicCatalogProduct] ` Usage: diff --git a/scaleway-async/scaleway_async/product_catalog/v2alpha1/types.py b/scaleway-async/scaleway_async/product_catalog/v2alpha1/types.py index 03446ad9e..360f34aed 100644 --- a/scaleway-async/scaleway_async/product_catalog/v2alpha1/types.py +++ b/scaleway-async/scaleway_async/product_catalog/v2alpha1/types.py @@ -37,6 +37,8 @@ class ListPublicCatalogProductsRequestStatus(str, Enum, metaclass=StrEnumMeta): PUBLIC_BETA = "public_beta" PREVIEW = "preview" GENERAL_AVAILABILITY = "general_availability" + END_OF_NEW_FEATURES = "end_of_new_features" + END_OF_GROWTH = "end_of_growth" END_OF_DEPLOYMENT = "end_of_deployment" END_OF_SUPPORT = "end_of_support" END_OF_SALE = "end_of_sale" @@ -85,6 +87,8 @@ class PublicCatalogProductStatus(str, Enum, metaclass=StrEnumMeta): PUBLIC_BETA = "public_beta" PREVIEW = "preview" GENERAL_AVAILABILITY = "general_availability" + END_OF_NEW_FEATURES = "end_of_new_features" + END_OF_GROWTH = "end_of_growth" END_OF_DEPLOYMENT = "end_of_deployment" END_OF_SUPPORT = "end_of_support" END_OF_SALE = "end_of_sale" @@ -550,7 +554,7 @@ class PublicCatalogApiListPublicCatalogProductsRequest: default_factory=list ) """ - The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned. + The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_new_features, end_of_growth, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned. """ global_: Optional[bool] = False diff --git a/scaleway/scaleway/product_catalog/v2alpha1/api.py b/scaleway/scaleway/product_catalog/v2alpha1/api.py index 9cafb5f30..bf404bbf0 100644 --- a/scaleway/scaleway/product_catalog/v2alpha1/api.py +++ b/scaleway/scaleway/product_catalog/v2alpha1/api.py @@ -55,7 +55,7 @@ def list_public_catalog_products( One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set. :param datacenter: Filter products by datacenter. One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set. - :param status: The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned. + :param status: The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_new_features, end_of_growth, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned. :return: :class:`ListPublicCatalogProductsResponse ` Usage: @@ -114,7 +114,7 @@ def list_public_catalog_products_all( One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set. :param datacenter: Filter products by datacenter. One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set. - :param status: The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned. + :param status: The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_new_features, end_of_growth, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned. :return: :class:`list[PublicCatalogProduct] ` Usage: diff --git a/scaleway/scaleway/product_catalog/v2alpha1/types.py b/scaleway/scaleway/product_catalog/v2alpha1/types.py index 03446ad9e..360f34aed 100644 --- a/scaleway/scaleway/product_catalog/v2alpha1/types.py +++ b/scaleway/scaleway/product_catalog/v2alpha1/types.py @@ -37,6 +37,8 @@ class ListPublicCatalogProductsRequestStatus(str, Enum, metaclass=StrEnumMeta): PUBLIC_BETA = "public_beta" PREVIEW = "preview" GENERAL_AVAILABILITY = "general_availability" + END_OF_NEW_FEATURES = "end_of_new_features" + END_OF_GROWTH = "end_of_growth" END_OF_DEPLOYMENT = "end_of_deployment" END_OF_SUPPORT = "end_of_support" END_OF_SALE = "end_of_sale" @@ -85,6 +87,8 @@ class PublicCatalogProductStatus(str, Enum, metaclass=StrEnumMeta): PUBLIC_BETA = "public_beta" PREVIEW = "preview" GENERAL_AVAILABILITY = "general_availability" + END_OF_NEW_FEATURES = "end_of_new_features" + END_OF_GROWTH = "end_of_growth" END_OF_DEPLOYMENT = "end_of_deployment" END_OF_SUPPORT = "end_of_support" END_OF_SALE = "end_of_sale" @@ -550,7 +554,7 @@ class PublicCatalogApiListPublicCatalogProductsRequest: default_factory=list ) """ - The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned. + The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_new_features, end_of_growth, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned. """ global_: Optional[bool] = False