From 76544e679f9b99c83ecabba8e0cc5527fb5d6f7a Mon Sep 17 00:00:00 2001 From: Estelle Soulard Date: Thu, 26 Mar 2026 17:49:55 +0100 Subject: [PATCH] chore(tem): handle deprecated_optional fields --- scaleway-async/scaleway_async/tem/v1alpha1/types.py | 2 +- scaleway/scaleway/tem/v1alpha1/types.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scaleway-async/scaleway_async/tem/v1alpha1/types.py b/scaleway-async/scaleway_async/tem/v1alpha1/types.py index f1cfe51bb..c1939c1ec 100644 --- a/scaleway-async/scaleway_async/tem/v1alpha1/types.py +++ b/scaleway-async/scaleway_async/tem/v1alpha1/types.py @@ -1066,7 +1066,7 @@ class CreateDomainRequest: ID of the project to which the domain belongs. """ - accept_tos: Optional[bool] = False + accept_tos: Optional[bool] = None """ Deprecated. Accept Scaleway's Terms of Service. """ diff --git a/scaleway/scaleway/tem/v1alpha1/types.py b/scaleway/scaleway/tem/v1alpha1/types.py index f1cfe51bb..c1939c1ec 100644 --- a/scaleway/scaleway/tem/v1alpha1/types.py +++ b/scaleway/scaleway/tem/v1alpha1/types.py @@ -1066,7 +1066,7 @@ class CreateDomainRequest: ID of the project to which the domain belongs. """ - accept_tos: Optional[bool] = False + accept_tos: Optional[bool] = None """ Deprecated. Accept Scaleway's Terms of Service. """