tencentcloud-sdk-nodejs-cls 4.1.16 → 4.1.22

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-cls",
3
- "version": "4.1.16",
3
+ "version": "4.1.22",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -120,6 +120,10 @@ export interface AlarmInfo {
120
120
  * 分组触发条件。
121
121
  */
122
122
  GroupTriggerCondition?: Array<string>;
123
+ /**
124
+ * 告警策略绑定的标签信息。
125
+ */
126
+ Tags?: Array<Tag>;
123
127
  /**
124
128
  * 监控对象类型。0:执行语句共用监控对象;1:每个执行语句单独选择监控对象。
125
129
  */
@@ -5315,6 +5319,10 @@ export interface ValueInfo {
5315
5319
  * 是否包含中文,long及double类型字段需为false
5316
5320
  */
5317
5321
  ContainZH?: boolean;
5322
+ /**
5323
+ * 字段别名
5324
+ */
5325
+ Alias?: string;
5318
5326
  }
5319
5327
  /**
5320
5328
  * DescribeDataTransformInfo请求参数结构体