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 /**