Skip to content

Commit 17b6b71

Browse files
feat(dom): add information on domain actions/prices (#1520)
Co-authored-by: Nathanael Demacon <[email protected]>
1 parent b5c2216 commit 17b6b71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/domain/v2beta1/domain_sdk.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,6 +1314,8 @@ type Domain struct {
13141314

13151315
// Precisely one of ExternalDomainRegistrationStatus, TransferRegistrationStatus must be set.
13161316
TransferRegistrationStatus *DomainRegistrationStatusTransfer `json:"transfer_registration_status,omitempty"`
1317+
1318+
Tld *Tld `json:"tld"`
13171319
}
13181320

13191321
type DomainDNSSEC struct {
@@ -1760,6 +1762,8 @@ type RenewableDomain struct {
17601762
LimitRedemptionAt *time.Time `json:"limit_redemption_at"`
17611763

17621764
EstimatedDeleteAt *time.Time `json:"estimated_delete_at"`
1765+
1766+
Tld *Tld `json:"tld"`
17631767
}
17641768

17651769
// RestoreDNSZoneVersionResponse: restore dns zone version response

0 commit comments

Comments
 (0)