diff --git a/scaleway-async/scaleway_async/function/v1beta1/types.py b/scaleway-async/scaleway_async/function/v1beta1/types.py index e891ccb94..d0d7b481c 100644 --- a/scaleway-async/scaleway_async/function/v1beta1/types.py +++ b/scaleway-async/scaleway_async/function/v1beta1/types.py @@ -94,6 +94,13 @@ class FunctionRuntime(str, Enum, metaclass=StrEnumMeta): PYTHON313 = "python313" RUST185 = "rust185" PHP84 = "php84" + NODE24 = "node24" + NODE26 = "node26" + GO125 = "go125" + GO126 = "go126" + PHP85 = "php85" + PYTHON314 = "python314" + RUST196 = "rust196" def __str__(self) -> str: return str(self.value) diff --git a/scaleway/scaleway/function/v1beta1/types.py b/scaleway/scaleway/function/v1beta1/types.py index e891ccb94..d0d7b481c 100644 --- a/scaleway/scaleway/function/v1beta1/types.py +++ b/scaleway/scaleway/function/v1beta1/types.py @@ -94,6 +94,13 @@ class FunctionRuntime(str, Enum, metaclass=StrEnumMeta): PYTHON313 = "python313" RUST185 = "rust185" PHP84 = "php84" + NODE24 = "node24" + NODE26 = "node26" + GO125 = "go125" + GO126 = "go126" + PHP85 = "php85" + PYTHON314 = "python314" + RUST196 = "rust196" def __str__(self) -> str: return str(self.value)