tencentcloud-sdk-nodejs-waf 4.1.227 → 4.1.228

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.227",
3
+ "version": "4.1.228",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -6438,13 +6438,17 @@ export interface CreateRateLimitV2Response {
6438
6438
  */
6439
6439
  export interface PromptDetectResult {
6440
6440
  /**
6441
- * 检测结果
6441
+ * <p>检测结果</p>
6442
6442
  */
6443
6443
  Result?: string;
6444
6444
  /**
6445
- * 置信度
6445
+ * <p>置信度</p>
6446
6446
  */
6447
6447
  Confidence?: number;
6448
+ /**
6449
+ * <p>检出类别</p>
6450
+ */
6451
+ Category?: Array<string>;
6448
6452
  }
6449
6453
  /**
6450
6454
  * ModifyOwaspRuleTypeAction请求参数结构体