File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
packages/clients/src/api/webhosting/v1 Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,22 @@ export type {
3232 DatabaseUser ,
3333 DnsApiCheckUserOwnsDomainRequest ,
3434 DnsApiGetDomainDnsRecordsRequest ,
35+ DnsApiGetDomainRequest ,
36+ DnsApiSearchDomainsRequest ,
3537 DnsApiSyncDomainDnsRecordsRequest ,
3638 DnsRecord ,
3739 DnsRecordStatus ,
3840 DnsRecordType ,
3941 DnsRecords ,
4042 DnsRecordsStatus ,
43+ Domain ,
44+ DomainAction ,
45+ DomainAvailability ,
46+ DomainAvailabilityAction ,
47+ DomainAvailabilityStatus ,
48+ DomainDnsAction ,
49+ DomainStatus ,
50+ DomainZoneOwner ,
4151 FtpAccount ,
4252 FtpAccountApiChangeFtpAccountPasswordRequest ,
4353 FtpAccountApiCreateFtpAccountRequest ,
@@ -90,6 +100,7 @@ export type {
90100 PlatformPlatformGroup ,
91101 ResetHostingPasswordResponse ,
92102 ResourceSummary ,
103+ SearchDomainsResponse ,
93104 Session ,
94105 SyncDomainDnsRecordsRequestRecord ,
95106 Website ,
You can’t perform that action at this time.
0 commit comments