tencentcloud-sdk-nodejs-cls 4.1.111 → 4.1.112

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.111",
3
+ "version": "4.1.112",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2349,8 +2349,9 @@ export interface DataTransformResouceInfo {
2349
2349
  TopicId: string;
2350
2350
  /**
2351
2351
  * 别名
2352
+ 限制:不能包含字符 |。
2352
2353
  */
2353
- Alias: string;
2354
+ Alias?: string;
2354
2355
  }
2355
2356
  /**
2356
2357
  * CreateDashboardSubscribe请求参数结构体