tencentcloud-sdk-nodejs-ssl 4.1.82 → 4.1.85

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.85",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3864,7 +3864,7 @@ export interface ReplaceCertificateRequest {
3864
3864
  */
3865
3865
  ValidType: string;
3866
3866
  /**
3867
- * 类型,默认 Original。可选项:Original = 原证书 CSR,Upload = 手动上传,Online = 在线生成。
3867
+ * 类型,默认 original。可选项:original = 原证书 CSR,upload = 手动上传,online = 在线生成。
3868
3868
  */
3869
3869
  CsrType?: string;
3870
3870
  /**
@@ -3888,6 +3888,10 @@ export interface ReplaceCertificateRequest {
3888
3888
  * CSR加密参数,CsrEncryptAlgo为RSA时, 可选2048、4096等默认为2048;CsrEncryptAlgo为ECC时,可选prime256v1,secp384r1等,默认为prime256v1;
3889
3889
  */
3890
3890
  CertCSRKeyParameter?: string;
3891
+ /**
3892
+ * 签名算法
3893
+ */
3894
+ SignAlgo?: string;
3891
3895
  }
3892
3896
  /**
3893
3897
  * 批量删除失败的项
@@ -6105,6 +6109,10 @@ export interface CertificateInfoSubmitRequest {
6105
6109
  * 只针对Dnspod系列证书有效,ca机构类型可为sectigo和digicert
6106
6110
  */
6107
6111
  CaType?: string;
6112
+ /**
6113
+ * 签名算法
6114
+ */
6115
+ SignAlgo?: string;
6108
6116
  }
6109
6117
  /**
6110
6118
  * clb实例详情 - 异步关联云资源数据结构