Skip to content

Commit be5e568

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

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scaleway-async/scaleway_async/ipam/v1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
5252
SERVERLESS_FUNCTION = "serverless_function"
5353
VPN_GATEWAY = "vpn_gateway"
5454
DDL_DATALAB = "ddl_datalab"
55+
KAFKA_CLUSTER = "kafka_cluster"
5556

5657
def __str__(self) -> str:
5758
return str(self.value)

scaleway/scaleway/ipam/v1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
5252
SERVERLESS_FUNCTION = "serverless_function"
5353
VPN_GATEWAY = "vpn_gateway"
5454
DDL_DATALAB = "ddl_datalab"
55+
KAFKA_CLUSTER = "kafka_cluster"
5556

5657
def __str__(self) -> str:
5758
return str(self.value)

0 commit comments

Comments
 (0)