tencentcloud-sdk-nodejs-ses 4.1.29 → 4.1.45

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.29",
3
+ "version": "4.1.45",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -649,6 +649,10 @@ export interface CreateEmailIdentityRequest {
649
649
  * 您的发信域名,建议使用三级以上域名。例如:mail.qcloud.com。
650
650
  */
651
651
  EmailIdentity: string;
652
+ /**
653
+ * 生成的dkim密钥长度。0:1024,1:2048
654
+ */
655
+ DKIMOption?: number;
652
656
  }
653
657
  /**
654
658
  * ListCustomBlacklist请求参数结构体