tencentcloud-sdk-nodejs-dlc 4.1.150 → 4.1.157

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-dlc",
3
- "version": "4.1.150",
3
+ "version": "4.1.157",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -10388,6 +10388,14 @@ export interface DescribeNativeSparkSessionsRequest {
10388
10388
  * 资源组ID
10389
10389
  */
10390
10390
  ResourceGroupId?: string;
10391
+ /**
10392
+ * 项目ID
10393
+ */
10394
+ ProjectId?: string;
10395
+ /**
10396
+ * 用户Uin
10397
+ */
10398
+ UserUin?: string;
10391
10399
  }
10392
10400
  /**
10393
10401
  * DescribeSessionImageVersion请求参数结构体