diff --git a/packages/clients/src/api/webhosting/v1/marshalling.gen.ts b/packages/clients/src/api/webhosting/v1/marshalling.gen.ts index c78292693..f32e305ec 100644 --- a/packages/clients/src/api/webhosting/v1/marshalling.gen.ts +++ b/packages/clients/src/api/webhosting/v1/marshalling.gen.ts @@ -489,6 +489,7 @@ export const marshalHostingApiCreateHostingRequest = ( ) : undefined, project_id: request.projectId ?? defaults.defaultProjectId, + skip_welcome_email: request.skipWelcomeEmail, tags: request.tags, }) diff --git a/packages/clients/src/api/webhosting/v1/types.gen.ts b/packages/clients/src/api/webhosting/v1/types.gen.ts index 05440a163..9036ec6ee 100644 --- a/packages/clients/src/api/webhosting/v1/types.gen.ts +++ b/packages/clients/src/api/webhosting/v1/types.gen.ts @@ -502,6 +502,11 @@ export type HostingApiCreateHostingRequest = { * domains managed by Scaleway Elements. */ domainConfiguration?: CreateHostingRequestDomainConfiguration + /** + * Indicates whether to skip a welcome email to the contact email containing + * hosting info. + */ + skipWelcomeEmail?: boolean } export type HostingApiCreateSessionRequest = {