tencentcloud-sdk-nodejs-ssl 4.1.82 → 4.1.86

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.82",
3
+ "version": "4.1.86",
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静态托管服务实例
@@ -3864,7 +3868,7 @@ export interface ReplaceCertificateRequest {
3864
3868
  */
3865
3869
  ValidType: string;
3866
3870
  /**
3867
- * 类型,默认 Original。可选项:Original = 原证书 CSR,Upload = 手动上传,Online = 在线生成。
3871
+ * 类型,默认 original。可选项:original = 原证书 CSR,upload = 手动上传,online = 在线生成。
3868
3872
  */
3869
3873
  CsrType?: string;
3870
3874
  /**
@@ -3888,6 +3892,10 @@ export interface ReplaceCertificateRequest {
3888
3892
  * CSR加密参数,CsrEncryptAlgo为RSA时, 可选2048、4096等默认为2048;CsrEncryptAlgo为ECC时,可选prime256v1,secp384r1等,默认为prime256v1;
3889
3893
  */
3890
3894
  CertCSRKeyParameter?: string;
3895
+ /**
3896
+ * 签名算法
3897
+ */
3898
+ SignAlgo?: string;
3891
3899
  }
3892
3900
  /**
3893
3901
  * 批量删除失败的项
@@ -6105,6 +6113,10 @@ export interface CertificateInfoSubmitRequest {
6105
6113
  * 只针对Dnspod系列证书有效,ca机构类型可为sectigo和digicert
6106
6114
  */
6107
6115
  CaType?: string;
6116
+ /**
6117
+ * 签名算法
6118
+ */
6119
+ SignAlgo?: string;
6108
6120
  }
6109
6121
  /**
6110
6122
  * clb实例详情 - 异步关联云资源数据结构