tencentcloud-sdk-nodejs-dlc 4.1.151 → 4.1.158

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.151",
3
+ "version": "4.1.158",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3028,6 +3028,10 @@ export interface QueryInternalTableWarehouseRequest {
3028
3028
  * 表名
3029
3029
  */
3030
3030
  TableName: string;
3031
+ /**
3032
+ * catalog名称
3033
+ */
3034
+ DatasourceConnectionName?: string;
3031
3035
  }
3032
3036
  /**
3033
3037
  * CreateResultDownload请求参数结构体
@@ -6637,7 +6641,7 @@ export interface QueryInternalTableWarehouseResponse {
6637
6641
  /**
6638
6642
  * warehouse路径
6639
6643
  */
6640
- WarehousePath: string;
6644
+ WarehousePath?: string;
6641
6645
  /**
6642
6646
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6643
6647
  */
@@ -10388,6 +10392,14 @@ export interface DescribeNativeSparkSessionsRequest {
10388
10392
  * 资源组ID
10389
10393
  */
10390
10394
  ResourceGroupId?: string;
10395
+ /**
10396
+ * 项目ID
10397
+ */
10398
+ ProjectId?: string;
10399
+ /**
10400
+ * 用户Uin
10401
+ */
10402
+ UserUin?: string;
10391
10403
  }
10392
10404
  /**
10393
10405
  * DescribeSessionImageVersion请求参数结构体