tencentcloud-sdk-nodejs-waf 4.1.255 → 4.1.267

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.255",
3
+ "version": "4.1.267",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -11481,31 +11481,35 @@ export interface DeleteBatchIpAccessControlResponse {
11481
11481
  RequestId?: string;
11482
11482
  }
11483
11483
  /**
11484
- * 有效大模型安全包信息
11484
+ * 大模型安全「后付费」资源信息(数据源:tb_waf_llm_resource),与 DescribeInstances 的 InstanceDetail.LLMPkg 保持一致
11485
11485
  */
11486
11486
  export interface LLMPkg {
11487
11487
  /**
11488
- * 资源id
11488
+ * <p>资源id</p>
11489
11489
  */
11490
11490
  ResourceIds?: string;
11491
11491
  /**
11492
- * 状态
11492
+ * <p>状态</p>
11493
11493
  */
11494
11494
  Status?: number;
11495
11495
  /**
11496
- * 地域
11496
+ * <p>地域</p>
11497
11497
  */
11498
11498
  Region?: number;
11499
11499
  /**
11500
- * 开始时间
11500
+ * <p>开始时间</p>
11501
11501
  */
11502
11502
  BeginTime?: string;
11503
11503
  /**
11504
- * 结束时间
11504
+ * <p>结束时间</p>
11505
11505
  */
11506
11506
  EndTime?: string;
11507
11507
  /**
11508
- * 计费项
11508
+ * <p>申请数量</p>
11509
+ */
11510
+ InquireNum?: number;
11511
+ /**
11512
+ * <p>计费项标签,如 sv_wsm_waf_llm_prompt_attack</p>
11509
11513
  */
11510
11514
  InquireKey?: string;
11511
11515
  }