Skip to content

Commit c3ac970

Browse files
committed
feat: update generated APIs
1 parent 9306d13 commit c3ac970

File tree

2 files changed

+6
-0
lines changed
  • scaleway-async/scaleway_async/function/v1beta1
  • scaleway/scaleway/function/v1beta1

2 files changed

+6
-0
lines changed

scaleway-async/scaleway_async/function/v1beta1/types.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ class FunctionRuntime(str, Enum, metaclass=StrEnumMeta):
9191
RUST179 = "rust179"
9292
GO123 = "go123"
9393
GO124 = "go124"
94+
PYTHON313 = "python313"
95+
RUST185 = "rust185"
96+
PHP84 = "php84"
9497

9598
def __str__(self) -> str:
9699
return str(self.value)

scaleway/scaleway/function/v1beta1/types.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ class FunctionRuntime(str, Enum, metaclass=StrEnumMeta):
9191
RUST179 = "rust179"
9292
GO123 = "go123"
9393
GO124 = "go124"
94+
PYTHON313 = "python313"
95+
RUST185 = "rust185"
96+
PHP84 = "php84"
9497

9598
def __str__(self) -> str:
9699
return str(self.value)

0 commit comments

Comments
 (0)