Skip to content

Commit 524b88c

Browse files
authored
feat(tem): deprecate accept tos on create domain (#1892)
1 parent 174f440 commit 524b88c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/clients/src/api/tem/v1alpha1/types.gen.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export interface Email {
214214
projectId: string
215215
/** Email address of the sender. */
216216
mailFrom: string
217-
/** @deprecated Email address of the recipient. */
217+
/** @deprecated Deprecated. Email address of the recipient. */
218218
rcptTo?: string
219219
/** Email address of the recipient. */
220220
mailRcpt: string
@@ -296,7 +296,7 @@ export interface Domain {
296296
lastValidAt?: Date
297297
/** Date and time of the domain's deletion. */
298298
revokedAt?: Date
299-
/** @deprecated Error message returned if the last check failed. */
299+
/** @deprecated Deprecated. Error message returned if the last check failed. */
300300
lastError?: string
301301
/** Snippet of the SPF record to register in the DNS zone. */
302302
spfConfig: string
@@ -445,8 +445,8 @@ export type CreateDomainRequest = {
445445
projectId?: string
446446
/** Fully qualified domain dame. */
447447
domainName: string
448-
/** Accept Scaleway's Terms of Service. */
449-
acceptTos: boolean
448+
/** @deprecated Deprecated. Accept Scaleway's Terms of Service. */
449+
acceptTos?: boolean
450450
/** Activate auto-configuration of the domain's DNS zone. */
451451
autoconfig: boolean
452452
}
@@ -689,7 +689,7 @@ export type ListEmailsRequest = {
689689
until?: Date
690690
/** (Optional) List emails sent with this sender's email address. */
691691
mailFrom?: string
692-
/** @deprecated List emails sent to this recipient's email address. */
692+
/** @deprecated Deprecated. List emails sent to this recipient's email address. */
693693
mailTo?: string
694694
/** (Optional) List emails sent to this recipient's email address. */
695695
mailRcpt?: string

0 commit comments

Comments
 (0)