tencentcloud-sdk-nodejs-ssl 4.1.95 → 4.1.98

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.95",
3
+ "version": "4.1.98",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4582,7 +4582,7 @@ export interface DescribeDownloadCertificateUrlRequest {
4582
4582
  */
4583
4583
  CertificateId: string;
4584
4584
  /**
4585
- * 必填选项,下载的服务类型: nginx tomcat apache iis jks other root
4585
+ * 下载的服务类型: nginx tomcat apache iis jks other root, 不传则默认下载nginx格式
4586
4586
  */
4587
4587
  ServiceType?: string;
4588
4588
  }