tencentcloud-sdk-nodejs-rum 4.1.134 → 4.1.166

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-rum",
3
- "version": "4.1.134",
3
+ "version": "4.1.166",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -463,6 +463,10 @@ export interface DescribeScoresRequest {
463
463
  * @deprecated
464
464
  */
465
465
  IsDemo?: number;
466
+ /**
467
+ * 项目 ID 列表
468
+ */
469
+ IDList?: Array<number | bigint>;
466
470
  }
467
471
  /**
468
472
  * DescribeDataReportCount请求参数结构体