@@ -902,7 +902,7 @@ type Email struct {
902
902
// MailFrom: email address of the sender.
903
903
MailFrom string `json:"mail_from"`
904
904
905
- // Deprecated: RcptTo: email address of the recipient.
905
+ // Deprecated: RcptTo: deprecated. Email address of the recipient.
906
906
RcptTo * string `json:"rcpt_to,omitempty"`
907
907
908
908
// MailRcpt: email address of the recipient.
@@ -1020,7 +1020,7 @@ type Domain struct {
1020
1020
// RevokedAt: date and time of the domain's deletion.
1021
1021
RevokedAt * time.Time `json:"revoked_at"`
1022
1022
1023
- // Deprecated: LastError: error message returned if the last check failed.
1023
+ // Deprecated: LastError: deprecated. Error message returned if the last check failed.
1024
1024
LastError * string `json:"last_error,omitempty"`
1025
1025
1026
1026
// SpfConfig: snippet of the SPF record to register in the DNS zone.
@@ -1199,8 +1199,8 @@ type CreateDomainRequest struct {
1199
1199
// DomainName: fully qualified domain dame.
1200
1200
DomainName string `json:"domain_name"`
1201
1201
1202
- // AcceptTos: accept Scaleway's Terms of Service.
1203
- AcceptTos bool `json:"accept_tos"`
1202
+ // Deprecated: AcceptTos: deprecated. Accept Scaleway's Terms of Service.
1203
+ AcceptTos * bool `json:"accept_tos,omitempty "`
1204
1204
1205
1205
// Autoconfig: activate auto-configuration of the domain's DNS zone.
1206
1206
Autoconfig bool `json:"autoconfig"`
@@ -1513,7 +1513,7 @@ type ListEmailsRequest struct {
1513
1513
// MailFrom: (Optional) List emails sent with this sender's email address.
1514
1514
MailFrom * string `json:"-"`
1515
1515
1516
- // Deprecated: MailTo: list emails sent to this recipient's email address.
1516
+ // Deprecated: MailTo: deprecated. List emails sent to this recipient's email address.
1517
1517
MailTo * string `json:"-"`
1518
1518
1519
1519
// MailRcpt: (Optional) List emails sent to this recipient's email address.
0 commit comments