tencentcloud-sdk-nodejs-dlc 4.1.203 → 4.1.206

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-dlc",
3
- "version": "4.1.203",
3
+ "version": "4.1.206",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -11852,13 +11852,17 @@ export interface WrittenAdvancePolicy {
11852
11852
  */
11853
11853
  export interface Filter {
11854
11854
  /**
11855
- * 属性名称, 若存在多个Filter时,Filter间的关系为逻辑或(OR)关系。
11855
+ * 筛选字段名,对应实体属性名(驼峰命名)
11856
11856
  */
11857
- Name: string;
11857
+ Name?: string;
11858
+ /**
11859
+ * 筛选操作符:EQ/NE/GT/GE/LT/LE/LIKE/IN,默认EQ
11860
+ */
11861
+ Operator?: string;
11858
11862
  /**
11859
- * 属性值, 若同一个Filter存在多个Values,同一Filter下Values间的关系为逻辑或(OR)关系。
11863
+ * 筛选值列表,EQ/NE/GT/GE/LT/LE/LIKE取第一个值,IN使用完整列表
11860
11864
  */
11861
- Values: Array<string>;
11865
+ Values?: Array<string>;
11862
11866
  }
11863
11867
  /**
11864
11868
  * DescribeLakeFsDirSummary返回参数结构体