diff --git a/scaleway-async/scaleway_async/function/v1beta1/types.py b/scaleway-async/scaleway_async/function/v1beta1/types.py index 7fe7a05d4..69b501ceb 100644 --- a/scaleway-async/scaleway_async/function/v1beta1/types.py +++ b/scaleway-async/scaleway_async/function/v1beta1/types.py @@ -77,6 +77,7 @@ class FunctionRuntime(str, Enum): GO119 = "go119" PYTHON311 = "python311" PHP82 = "php82" + NODE19 = "node19" 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 7fe7a05d4..69b501ceb 100644 --- a/scaleway/scaleway/function/v1beta1/types.py +++ b/scaleway/scaleway/function/v1beta1/types.py @@ -77,6 +77,7 @@ class FunctionRuntime(str, Enum): GO119 = "go119" PYTHON311 = "python311" PHP82 = "php82" + NODE19 = "node19" def __str__(self) -> str: return str(self.value)