tencentcloud-sdk-nodejs-waf 4.0.735 → 4.0.736

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.0.735",
3
+ "version": "4.0.736",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -231,7 +231,7 @@
231
231
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-11-16 01:35:27 |
232
232
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-11-15 02:39:18 |
233
233
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-16 01:37:19 |
234
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-11-14 15:28:58 |
234
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-11-16 17:58:08 |
235
235
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
236
236
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-11-14 01:33:54 |
237
237
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-11-15 02:45:47 |
@@ -4680,31 +4680,51 @@ export interface SessionItem {
4680
4680
  /**
4681
4681
  * 匹配类型
4682
4682
  */
4683
- Category: string
4683
+ Category?: string
4684
4684
  /**
4685
4685
  * 起始模式
4686
4686
  */
4687
- KeyOrStartMat: string
4687
+ KeyOrStartMat?: string
4688
4688
  /**
4689
4689
  * 结束模式
4690
4690
  */
4691
- EndMat: string
4691
+ EndMat?: string
4692
4692
  /**
4693
4693
  * 起始偏移
4694
4694
  */
4695
- StartOffset: string
4695
+ StartOffset?: string
4696
4696
  /**
4697
4697
  * 结束偏移
4698
4698
  */
4699
- EndOffset: string
4699
+ EndOffset?: string
4700
4700
  /**
4701
4701
  * 数据源
4702
4702
  */
4703
- Source: string
4703
+ Source?: string
4704
4704
  /**
4705
4705
  * 更新时间戳
4706
4706
  */
4707
- TsVersion: string
4707
+ TsVersion?: string
4708
+ /**
4709
+ * SessionID
4710
+ 注意:此字段可能返回 null,表示取不到有效值。
4711
+ */
4712
+ SessionId?: number
4713
+ /**
4714
+ * Session名
4715
+ 注意:此字段可能返回 null,表示取不到有效值。
4716
+ */
4717
+ SessionName?: string
4718
+ /**
4719
+ * Session是否正在被启用
4720
+ 注意:此字段可能返回 null,表示取不到有效值。
4721
+ */
4722
+ SessionInUsed?: boolean
4723
+ /**
4724
+ * Session关联的CC规则ID
4725
+ 注意:此字段可能返回 null,表示取不到有效值。
4726
+ */
4727
+ RelatedRuleID?: Array<number | bigint>
4708
4728
  }
4709
4729
 
4710
4730
  /**
@@ -4471,31 +4471,51 @@ export interface SessionItem {
4471
4471
  /**
4472
4472
  * 匹配类型
4473
4473
  */
4474
- Category: string;
4474
+ Category?: string;
4475
4475
  /**
4476
4476
  * 起始模式
4477
4477
  */
4478
- KeyOrStartMat: string;
4478
+ KeyOrStartMat?: string;
4479
4479
  /**
4480
4480
  * 结束模式
4481
4481
  */
4482
- EndMat: string;
4482
+ EndMat?: string;
4483
4483
  /**
4484
4484
  * 起始偏移
4485
4485
  */
4486
- StartOffset: string;
4486
+ StartOffset?: string;
4487
4487
  /**
4488
4488
  * 结束偏移
4489
4489
  */
4490
- EndOffset: string;
4490
+ EndOffset?: string;
4491
4491
  /**
4492
4492
  * 数据源
4493
4493
  */
4494
- Source: string;
4494
+ Source?: string;
4495
4495
  /**
4496
4496
  * 更新时间戳
4497
4497
  */
4498
- TsVersion: string;
4498
+ TsVersion?: string;
4499
+ /**
4500
+ * SessionID
4501
+ 注意:此字段可能返回 null,表示取不到有效值。
4502
+ */
4503
+ SessionId?: number;
4504
+ /**
4505
+ * Session名
4506
+ 注意:此字段可能返回 null,表示取不到有效值。
4507
+ */
4508
+ SessionName?: string;
4509
+ /**
4510
+ * Session是否正在被启用
4511
+ 注意:此字段可能返回 null,表示取不到有效值。
4512
+ */
4513
+ SessionInUsed?: boolean;
4514
+ /**
4515
+ * Session关联的CC规则ID
4516
+ 注意:此字段可能返回 null,表示取不到有效值。
4517
+ */
4518
+ RelatedRuleID?: Array<number | bigint>;
4499
4519
  }
4500
4520
  /**
4501
4521
  * ModifyObject请求参数结构体