tencentcloud-sdk-nodejs-ssl 4.1.85 → 4.1.87

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-ssl",
3
- "version": "4.1.85",
3
+ "version": "4.1.87",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1036,6 +1036,10 @@ export interface UploadCertificateRequest {
1036
1036
  * 相同的证书是否允许重复上传; true:允许上传相同指纹的证书; false:不允许上传相同指纹的证书; 默认值:true
1037
1037
  */
1038
1038
  Repeatable?: boolean;
1039
+ /**
1040
+ * 私钥密码
1041
+ */
1042
+ KeyPassword?: string;
1039
1043
  }
1040
1044
  /**
1041
1045
  * TCB静态托管服务实例