Skip to content

Commit 182423f

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

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ 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"
56+
BGP_ENDPOINT = "bgp_endpoint"
5557

5658
def __str__(self) -> str:
5759
return str(self.value)

scaleway/scaleway/ipam/v1/types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ 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"
56+
BGP_ENDPOINT = "bgp_endpoint"
5557

5658
def __str__(self) -> str:
5759
return str(self.value)

0 commit comments

Comments
 (0)