tencentcloud-sdk-nodejs-ses 4.1.188 → 4.1.200

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ses",
3
- "version": "4.1.188",
3
+ "version": "4.1.200",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -425,62 +425,59 @@ export interface ListAddressUnsubscribeConfigResponse {
425
425
  */
426
426
  export interface SendEmailRequest {
427
427
  /**
428
- * 发件人邮箱地址。不使用别名时请直接填写发件人邮箱地址,例如:noreply@mail.qcloud.com如需填写发件人别名时,请按照如下方式(注意别名与邮箱地址之间必须使用一个空格隔开):别名+一个空格+<邮箱地址>,别名中不能带有冒号(:)
428
+ * <p>发件人邮箱地址。不使用别名时请直接填写发件人邮箱地址,例如:noreply@mail.qcloud.com如需填写发件人别名时,请按照如下方式(注意别名与邮箱地址之间必须使用一个空格隔开):别名+一个空格+&lt;邮箱地址&gt;,别名中不能带有冒号(:)。</p>
429
429
  */
430
430
  FromEmailAddress: string;
431
431
  /**
432
- * 邮件主题
432
+ * <p>邮件主题</p>
433
433
  */
434
434
  Subject: string;
435
435
  /**
436
- * 收信人邮箱地址,最多支持群发50人。注意:邮件内容会显示所有收件人地址,非群发邮件请多次调用API发送。
437
- Destination/Cc/Bcc三个参数必须至少存在一个。
436
+ * <p>收信人邮箱地址,最多支持群发50人。注意:邮件内容会显示所有收件人地址,非群发邮件请多次调用API发送。<br>Destination/Cc/Bcc三个参数必须至少存在一个。</p>
438
437
  */
439
438
  Destination?: Array<string>;
440
439
  /**
441
- * 邮件的“回复”电子邮件地址。可以填写您能收到邮件的邮箱地址,可以是个人邮箱。如果不填,收件人的回复邮件将会发送失败。
440
+ * <p>邮件的“回复”电子邮件地址。可以填写您能收到邮件的邮箱地址,可以是个人邮箱。如果不填,收件人的回复邮件将会发送失败。</p>
442
441
  */
443
442
  ReplyToAddresses?: string;
444
443
  /**
445
- * 抄送人邮箱地址,最多支持抄送20人。
444
+ * <p>抄送人邮箱地址,最多支持抄送20人。</p>
446
445
  */
447
446
  Cc?: Array<string>;
448
447
  /**
449
- * 密送人邮箱地址,最多支持抄送20人,Bcc和Destination不能重复。
448
+ * <p>密送人邮箱地址,最多支持抄送20人,Bcc和Destination不能重复。</p>
450
449
  */
451
450
  Bcc?: Array<string>;
452
451
  /**
453
- * 使用模板发送时,填写模板相关参数。
454
- <dx-alert infotype="notice" title="注意"> 如您未申请过特殊配置,则该字段为必填 </dx-alert>
452
+ * <p>使用模板发送时,填写模板相关参数。</p><blockquote class="rno-document-tips rno-document-tips-notice"> <div class="rno-document-tips-body"> <i class="rno-document-tip-icon"></i> <div class="rno-document-tip-title">注意</div> <div class="rno-document-tip-desc"><p>如您未申请过特殊配置,则该字段为必填</p></div> </div></blockquote>
455
453
  */
456
454
  Template?: Template;
457
455
  /**
458
- * 已废弃
459
- <dx-alert infotype="notice" title="说明"> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>
456
+ * <p>已废弃</p><blockquote class="rno-document-tips rno-document-tips-notice"> <div class="rno-document-tips-body"> <i class="rno-document-tip-icon"></i> <div class="rno-document-tip-title">说明</div> <div class="rno-document-tip-desc"><p>仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</p></div> </div></blockquote>
460
457
  */
461
458
  Simple?: Simple;
462
459
  /**
463
- * 需要发送附件时,填写附件相关参数。腾讯云接口请求最大支持 8M 的请求包,附件内容经过 Base64 预期扩大1.5倍,应该控制所有附件的总大小最大在 4M 以内,整体请求超出 8M 时接口会返回错误
460
+ * <p>需要发送附件时,填写附件相关参数。腾讯云接口请求最大支持 8M 的请求包,附件内容经过 Base64 预期扩大1.5倍,应该控制所有附件的总大小最大在 4M 以内,整体请求超出 8M 时接口会返回错误</p>
464
461
  */
465
462
  Attachments?: Array<Attachment>;
466
463
  /**
467
- * 退订链接选项 0: 不加入退订链接 1: 简体中文 2: 英文 3: 繁体中文 4: 西班牙语 5: 法语 6: 德语 7: 日语 8: 韩语 9: 阿拉伯语 10: 泰语
464
+ * <p>退订链接选项</p><p>枚举值:</p><ul><li>0 不加入退订链接</li><li>1 简体中文</li><li>2 英文</li><li>3 繁体中文</li><li>4 西班牙语</li><li>5 法语</li><li>6 德语</li><li>7 日语</li><li>8 韩语</li><li>9 阿拉伯语</li><li>10 泰语</li><li>11: 印尼语</li></ul>
468
465
  */
469
466
  Unsubscribe?: string;
470
467
  /**
471
- * 邮件触发类型 0:非触发类,默认类型,营销类邮件、非即时类邮件等选择此类型 1:触发类,验证码等即时发送类邮件,若邮件超过一定大小,系统会自动选择非触发类型通道
468
+ * <p>邮件触发类型 0:非触发类,默认类型,营销类邮件、非即时类邮件等选择此类型 1:触发类,验证码等即时发送类邮件,若邮件超过一定大小,系统会自动选择非触发类型通道</p>
472
469
  */
473
470
  TriggerType?: number;
474
471
  /**
475
- * smtp头中的Message-Id字段
472
+ * <p>smtp头中的Message-Id字段</p>
476
473
  */
477
474
  SmtpMessageId?: string;
478
475
  /**
479
- * smtp头中可以设置的其它字段
476
+ * <p>smtp头中可以设置的其它字段</p>
480
477
  */
481
478
  SmtpHeaders?: string;
482
479
  /**
483
- * smtp头中的from字段,建议域名与FromEmailAddress保持一致
480
+ * <p>smtp头中的from字段,建议域名与FromEmailAddress保持一致</p>
484
481
  */
485
482
  HeaderFrom?: string;
486
483
  }
@@ -1141,7 +1138,7 @@ export interface DeleteReceiverResponse {
1141
1138
  */
1142
1139
  export interface SendEmailResponse {
1143
1140
  /**
1144
- * 接受消息生成的唯一消息标识符。
1141
+ * <p>接受消息生成的唯一消息标识符。</p>
1145
1142
  */
1146
1143
  MessageId?: string;
1147
1144
  /**