tencentcloud-sdk-nodejs-ses 4.1.221 → 4.1.239

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.221",
3
+ "version": "4.1.239",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -552,55 +552,55 @@ export interface DeleteEmailTemplateRequest {
552
552
  */
553
553
  export interface AbuseReport {
554
554
  /**
555
- * 发送时间
555
+ * <p>发送时间</p>
556
556
  */
557
557
  DeliverTime?: string;
558
558
  /**
559
- * 发信地址
559
+ * <p>发信地址</p>
560
560
  */
561
561
  OriginalMailFrom?: string;
562
562
  /**
563
- * 收信地址
563
+ * <p>收信地址</p>
564
564
  */
565
565
  OriginalRcptTo?: string;
566
566
  /**
567
- * 发信域名
567
+ * <p>发信域名</p>
568
568
  */
569
569
  FromDomain?: string;
570
570
  /**
571
- * 投诉时间
571
+ * <p>投诉时间</p>
572
572
  */
573
573
  ComplainTime?: string;
574
574
  /**
575
- * 收信域名
575
+ * <p>收信域名</p>
576
576
  */
577
577
  Mta?: string;
578
578
  /**
579
- * 来源ip
579
+ * <p>来源ip</p>
580
580
  */
581
581
  SourceIp?: string;
582
582
  /**
583
- * 数据时间
583
+ * <p>数据时间</p>
584
584
  */
585
585
  InsertTime?: string;
586
586
  /**
587
- * 模板id
587
+ * <p>模板ID</p>
588
588
  */
589
589
  TemplateId?: string;
590
590
  /**
591
- * bulkId
591
+ * <p>bulkId</p>
592
592
  */
593
593
  BulkId?: string;
594
594
  /**
595
- * 邮件Message-Id
595
+ * <p>邮件Message-Id</p>
596
596
  */
597
597
  MessageId?: string;
598
598
  /**
599
- * 投诉时间
599
+ * <p>投诉时间</p>
600
600
  */
601
601
  AbuseTime?: string;
602
602
  /**
603
- * 邮件主题
603
+ * <p>邮件主题</p>
604
604
  */
605
605
  Subject?: string;
606
606
  }