From e3fa93e94e79eb92d2548f4d7d8002be458f1bbf Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Tue, 4 Feb 2025 15:20:16 +0000 Subject: [PATCH] feat: update generated APIs --- packages/clients/src/api/webhosting/v1/index.gen.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/clients/src/api/webhosting/v1/index.gen.ts b/packages/clients/src/api/webhosting/v1/index.gen.ts index f82f79689..bf28767b8 100644 --- a/packages/clients/src/api/webhosting/v1/index.gen.ts +++ b/packages/clients/src/api/webhosting/v1/index.gen.ts @@ -32,12 +32,22 @@ export type { DatabaseUser, DnsApiCheckUserOwnsDomainRequest, DnsApiGetDomainDnsRecordsRequest, + DnsApiGetDomainRequest, + DnsApiSearchDomainsRequest, DnsApiSyncDomainDnsRecordsRequest, DnsRecord, DnsRecordStatus, DnsRecordType, DnsRecords, DnsRecordsStatus, + Domain, + DomainAction, + DomainAvailability, + DomainAvailabilityAction, + DomainAvailabilityStatus, + DomainDnsAction, + DomainStatus, + DomainZoneOwner, FtpAccount, FtpAccountApiChangeFtpAccountPasswordRequest, FtpAccountApiCreateFtpAccountRequest, @@ -90,6 +100,7 @@ export type { PlatformPlatformGroup, ResetHostingPasswordResponse, ResourceSummary, + SearchDomainsResponse, Session, SyncDomainDnsRecordsRequestRecord, Website,