Skip to content

Commit 60c3a9d

Browse files
committed
feat: update generated APIs
1 parent 2b3071f commit 60c3a9d

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
@@ -23,6 +23,7 @@ class ListPublicCatalogProductsRequestProductType(str, Enum, metaclass=StrEnumMe
2323
APPLE_SILICON = "apple_silicon"
2424
ELASTIC_METAL = "elastic_metal"
2525
DEDIBOX = "dedibox"
26+
BLOCK_STORAGE = "block_storage"
2627

2728
def __str__(self) -> str:
2829
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
@@ -23,6 +23,7 @@ class ListPublicCatalogProductsRequestProductType(str, Enum, metaclass=StrEnumMe
2323
APPLE_SILICON = "apple_silicon"
2424
ELASTIC_METAL = "elastic_metal"
2525
DEDIBOX = "dedibox"
26+
BLOCK_STORAGE = "block_storage"
2627

2728
def __str__(self) -> str:
2829
return str(self.value)

0 commit comments

Comments
 (0)