tencentcloud-sdk-nodejs-ses 4.1.70 → 4.1.73

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.70",
3
+ "version": "4.1.73",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -553,8 +553,13 @@ export interface SendEmailStatus {
553
553
  UserUnsubscribed?: boolean;
554
554
  /**
555
555
  * 用户是否举报该发送者
556
+ * @deprecated
556
557
  */
557
558
  UserComplainted?: boolean;
559
+ /**
560
+ * 用户是否举报该发送者
561
+ */
562
+ UserComplained?: boolean;
558
563
  }
559
564
  /**
560
565
  * ListEmailTemplates请求参数结构体