tencentcloud-sdk-nodejs-waf 4.1.225 → 4.1.227

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.225",
3
+ "version": "4.1.227",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -661,6 +661,10 @@ export interface LLMDetectResult {
661
661
  * <p>图片检测结果</p>
662
662
  */
663
663
  ImageResult?: Array<ImageResult>;
664
+ /**
665
+ * <p>要代答的消息id,此消息id用于作为GenerateLLMSecAnswer接口的入参</p>
666
+ */
667
+ MsgID?: string;
664
668
  }
665
669
  /**
666
670
  * ModifyApiSecSensitiveRule返回参数结构体