tencentcloud-sdk-nodejs-tsf 4.1.166 → 4.1.179

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-tsf",
3
- "version": "4.1.166",
3
+ "version": "4.1.179",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -11256,6 +11256,10 @@ export interface DescribeLaneRulesRequest {
11256
11256
  * 灰度发布规则ID。该参数可以通过调用 [DescribeLaneRules](https://cloud.tencent.com/document/product/649/44505) 的返回值中的 RuleId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=grayscale&subTab=lanerule)查看;也可以调用[CreateLaneRule](https://cloud.tencent.com/document/product/649/44507)创建新的灰度发布规则。
11257
11257
  */
11258
11258
  RuleIdList?: Array<string>;
11259
+ /**
11260
+ * 查询全部标记
11261
+ */
11262
+ QueryAll?: boolean;
11259
11263
  }
11260
11264
  /**
11261
11265
  * DescribeContainerEvents返回参数结构体