From 1fe646ccd7ba7e43907aa194fceb24a163f2a123 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Tue, 7 Nov 2023 15:31:17 +0000 Subject: [PATCH] feat: update generated APIs --- packages/clients/src/api/domain/v2beta1/types.gen.ts | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/packages/clients/src/api/domain/v2beta1/types.gen.ts b/packages/clients/src/api/domain/v2beta1/types.gen.ts index ff87dc52f..6a907622b 100644 --- a/packages/clients/src/api/domain/v2beta1/types.gen.ts +++ b/packages/clients/src/api/domain/v2beta1/types.gen.ts @@ -1273,13 +1273,17 @@ export type RegistrarApiUpdateDomainRequest = { */ technicalContact?: NewContact /** - * One-of ('ownerContactInfo'): at most one of 'ownerContactId', - * 'ownerContact' could be set. + * @deprecated + * + * One-of ('ownerContactInfo'): at most one of 'ownerContactId', + * 'ownerContact' could be set. */ ownerContactId?: string /** - * One-of ('ownerContactInfo'): at most one of 'ownerContactId', - * 'ownerContact' could be set. + * @deprecated + * + * One-of ('ownerContactInfo'): at most one of 'ownerContactId', + * 'ownerContact' could be set. */ ownerContact?: NewContact /**