tencentcloud-sdk-nodejs-ses 4.1.222 → 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
|
@@ -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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
}
|