Skip to content

Commit d87caa7

Browse files
authored
feat(domain): deprecate owner_contact_info in updateDomain (#979)
1 parent 633743d commit d87caa7

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

packages/clients/src/api/domain/v2beta1/types.gen.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,13 +1273,17 @@ export type RegistrarApiUpdateDomainRequest = {
12731273
*/
12741274
technicalContact?: NewContact
12751275
/**
1276-
* One-of ('ownerContactInfo'): at most one of 'ownerContactId',
1277-
* 'ownerContact' could be set.
1276+
* @deprecated
1277+
*
1278+
* One-of ('ownerContactInfo'): at most one of 'ownerContactId',
1279+
* 'ownerContact' could be set.
12781280
*/
12791281
ownerContactId?: string
12801282
/**
1281-
* One-of ('ownerContactInfo'): at most one of 'ownerContactId',
1282-
* 'ownerContact' could be set.
1283+
* @deprecated
1284+
*
1285+
* One-of ('ownerContactInfo'): at most one of 'ownerContactId',
1286+
* 'ownerContact' could be set.
12831287
*/
12841288
ownerContact?: NewContact
12851289
/**

0 commit comments

Comments
 (0)