File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
packages/clients/src/api/domain/v2beta1 Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -1273,13 +1273,17 @@ export type RegistrarApiUpdateDomainRequest = {
1273
1273
*/
1274
1274
technicalContact ?: NewContact
1275
1275
/**
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.
1278
1280
*/
1279
1281
ownerContactId ?: string
1280
1282
/**
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.
1283
1287
*/
1284
1288
ownerContact ?: NewContact
1285
1289
/**
You can’t perform that action at this time.
0 commit comments