tencentcloud-sdk-nodejs-ses 4.1.240 → 4.1.246

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.240",
3
+ "version": "4.1.246",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1520,35 +1520,35 @@ export interface ListSendTasksResponse {
1520
1520
  */
1521
1521
  export interface Volume {
1522
1522
  /**
1523
- * 日期
1523
+ * <p>日期</p>
1524
1524
  */
1525
1525
  SendDate?: string;
1526
1526
  /**
1527
- * 邮件请求数量
1527
+ * <p>邮件请求数量</p>
1528
1528
  */
1529
1529
  RequestCount?: number;
1530
1530
  /**
1531
- * 腾讯云通过数量
1531
+ * <p>腾讯云通过数量</p>
1532
1532
  */
1533
1533
  AcceptedCount?: number;
1534
1534
  /**
1535
- * 送达数量
1535
+ * <p>送达数量</p>
1536
1536
  */
1537
1537
  DeliveredCount?: number;
1538
1538
  /**
1539
- * 打开邮件的用户数量,根据收件人去重
1539
+ * <p>打开邮件总次数</p>
1540
1540
  */
1541
1541
  OpenedCount?: number;
1542
1542
  /**
1543
- * 点击了邮件中的链接数量用户数量
1543
+ * <p>点击了邮件中的链接数量用户数量</p>
1544
1544
  */
1545
1545
  ClickedCount?: number;
1546
1546
  /**
1547
- * 退信数量
1547
+ * <p>退信数量</p>
1548
1548
  */
1549
1549
  BounceCount?: number;
1550
1550
  /**
1551
- * 取消订阅的用户数量
1551
+ * <p>取消订阅的用户数量</p>
1552
1552
  */
1553
1553
  UnsubscribeCount?: number;
1554
1554
  }