From 8dc415c7c2d477378479f96a7eea90e3898cf3da Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Fri, 8 Aug 2025 12:31:32 +0000 Subject: [PATCH] feat: update generated APIs --- scaleway-async/scaleway_async/product_catalog/v2alpha1/types.py | 1 + scaleway/scaleway/product_catalog/v2alpha1/types.py | 1 + 2 files changed, 2 insertions(+) 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)