tencentcloud-sdk-nodejs-cls 4.1.44 → 4.1.60

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.44",
3
+ "version": "4.1.60",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -636,6 +636,10 @@ export interface CreateLogsetRequest {
636
636
  * 标签描述列表。最大支持10个标签键值对,并且不能有重复的键值对
637
637
  */
638
638
  Tags?: Array<Tag>;
639
+ /**
640
+ * 日志集ID,格式为:用户自定义部分-用户appid,用户自定义部分仅支持小写字母、数字和-,且不能以-开头和结尾,长度为3至40字符,尾部需要使用-拼接用户appid
641
+ */
642
+ LogsetId?: string;
639
643
  }
640
644
  /**
641
645
  * DescribeShippers请求参数结构体