Skip to content

Commit bd863b6

Browse files
authored
fix(domain): deprecate owner_contact_info (#359)
1 parent f5723a7 commit bd863b6

File tree

2 files changed

+4
-0
lines changed
  • scaleway-async/scaleway_async/domain/v2beta1
  • scaleway/scaleway/domain/v2beta1

2 files changed

+4
-0
lines changed

scaleway-async/scaleway_async/domain/v2beta1/types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2075,11 +2075,13 @@ class RegistrarApiUpdateDomainRequest:
20752075
owner_contact_id: Optional[str]
20762076
"""
20772077
One-of ('owner_contact_info'): at most one of 'owner_contact_id', 'owner_contact' could be set.
2078+
:deprecated
20782079
"""
20792080

20802081
owner_contact: Optional[NewContact]
20812082
"""
20822083
One-of ('owner_contact_info'): at most one of 'owner_contact_id', 'owner_contact' could be set.
2084+
:deprecated
20832085
"""
20842086

20852087
administrative_contact_id: Optional[str]

scaleway/scaleway/domain/v2beta1/types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2075,11 +2075,13 @@ class RegistrarApiUpdateDomainRequest:
20752075
owner_contact_id: Optional[str]
20762076
"""
20772077
One-of ('owner_contact_info'): at most one of 'owner_contact_id', 'owner_contact' could be set.
2078+
:deprecated
20782079
"""
20792080

20802081
owner_contact: Optional[NewContact]
20812082
"""
20822083
One-of ('owner_contact_info'): at most one of 'owner_contact_id', 'owner_contact' could be set.
2084+
:deprecated
20832085
"""
20842086

20852087
administrative_contact_id: Optional[str]

0 commit comments

Comments
 (0)