tencentcloud-sdk-nodejs-tcss 4.1.56 → 4.1.65

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-tcss",
3
- "version": "4.1.56",
3
+ "version": "4.1.65",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -20582,6 +20582,10 @@ export interface DescribeNewestVulResponse {
20582
20582
  * 漏洞CVEID
20583
20583
  */
20584
20584
  CVEID?: string;
20585
+ /**
20586
+ * 漏洞是否支持防御 0:不支持 1:支持
20587
+ */
20588
+ SupportDefense?: number;
20585
20589
  /**
20586
20590
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20587
20591
  */