tencentcloud-sdk-nodejs-waf 4.1.235 → 4.1.236

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-waf",
3
- "version": "4.1.235",
3
+ "version": "4.1.236",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -13245,7 +13245,7 @@ export interface SkillScanQueryData {
13245
13245
  */
13246
13246
  Mitigation?: string;
13247
13247
  /**
13248
- * <p>安全评分(0-100,100 为最安全)</p><p>取值范围:[0, 100]</p>
13248
+ * <p>安全评分(0-100,分数越高越安全)</p><p>取值范围:[0, 100]</p>
13249
13249
  */
13250
13250
  SecurityScore?: number;
13251
13251
  /**