Skip to content

Commit 8dc415c

Browse files
committed
feat: update generated APIs
1 parent 39058d2 commit 8dc415c

File tree

2 files changed

+2
-0
lines changed
  • scaleway-async/scaleway_async/product_catalog/v2alpha1
  • scaleway/scaleway/product_catalog/v2alpha1

2 files changed

+2
-0
lines changed

scaleway-async/scaleway_async/product_catalog/v2alpha1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class PublicCatalogProductStatus(str, Enum, metaclass=StrEnumMeta):
4747
GENERAL_AVAILABILITY = "general_availability"
4848
END_OF_DEPLOYMENT = "end_of_deployment"
4949
END_OF_SUPPORT = "end_of_support"
50+
END_OF_SALE = "end_of_sale"
5051

5152
def __str__(self) -> str:
5253
return str(self.value)

scaleway/scaleway/product_catalog/v2alpha1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class PublicCatalogProductStatus(str, Enum, metaclass=StrEnumMeta):
4747
GENERAL_AVAILABILITY = "general_availability"
4848
END_OF_DEPLOYMENT = "end_of_deployment"
4949
END_OF_SUPPORT = "end_of_support"
50+
END_OF_SALE = "end_of_sale"
5051

5152
def __str__(self) -> str:
5253
return str(self.value)

0 commit comments

Comments
 (0)