tencentcloud-sdk-nodejs-waf 4.1.277 → 4.1.292

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.277",
3
+ "version": "4.1.292",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7795,6 +7795,10 @@ export interface ClbObject {
7795
7795
  * <p>api防护开关</p>
7796
7796
  */
7797
7797
  ApiStatus?: number;
7798
+ /**
7799
+ * <p>LLMWAF开关</p>
7800
+ */
7801
+ LLMStatus?: number;
7798
7802
  /**
7799
7803
  * <p>对象接入模式,0表示镜像模式,1表示清洗模式,2表示体检模式,默认为清洗模式</p>
7800
7804
  */