tencentcloud-sdk-nodejs-waf 4.1.302 → 4.1.304

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.302",
3
+ "version": "4.1.304",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3714,7 +3714,7 @@ export interface DescribeUserDomainInfoResponse {
3714
3714
  */
3715
3715
  export interface QueryBypassAllStatusResponse {
3716
3716
  /**
3717
- * 该用户是否被加入了全局的bypass列表
3717
+ * <p>该用户是否被加入了全局的bypass列表</p>
3718
3718
  */
3719
3719
  Result: boolean;
3720
3720
  /**