Skip to content

Commit 7ef1390

Browse files
authored
feat: update generated APIs (#977)
1 parent 0c0f34d commit 7ef1390

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
@@ -51,6 +51,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
5151
SERVERLESS_CONTAINER = "serverless_container"
5252
SERVERLESS_FUNCTION = "serverless_function"
5353
VPN_GATEWAY = "vpn_gateway"
54+
DDL_DATALAB = "ddl_datalab"
5455

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

scaleway/scaleway/ipam/v1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
5151
SERVERLESS_CONTAINER = "serverless_container"
5252
SERVERLESS_FUNCTION = "serverless_function"
5353
VPN_GATEWAY = "vpn_gateway"
54+
DDL_DATALAB = "ddl_datalab"
5455

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

0 commit comments

Comments
 (0)