tencentcloud-sdk-nodejs-wedata 4.1.170 → 4.1.176

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-wedata",
3
- "version": "4.1.170",
3
+ "version": "4.1.176",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7306,7 +7306,7 @@ export interface ListCatalogRequest {
7306
7306
  */
7307
7307
  PageSize: number;
7308
7308
  /**
7309
- * 父目录ID
7309
+ * 父目录ID(此参数还未支持)
7310
7310
  */
7311
7311
  ParentCatalogId?: string;
7312
7312
  }
@@ -8006,6 +8006,21 @@ export interface TableInfo {
8006
8006
  注意:此字段可能返回 null,表示取不到有效值。
8007
8007
  */
8008
8008
  BusinessMetadata?: BusinessMetadata;
8009
+ /**
8010
+ * 数据目录
8011
+ 注意:此字段可能返回 null,表示取不到有效值。
8012
+ */
8013
+ CatalogName?: string;
8014
+ /**
8015
+ * 数据源ID
8016
+ 注意:此字段可能返回 null,表示取不到有效值。
8017
+ */
8018
+ DatasourceId?: number;
8019
+ /**
8020
+ * 数据源类型
8021
+ 注意:此字段可能返回 null,表示取不到有效值。
8022
+ */
8023
+ DatasourceType?: string;
8009
8024
  }
8010
8025
  /**
8011
8026
  * ListResourceFiles请求参数结构体
@@ -16590,6 +16605,16 @@ export interface DatabaseInfo {
16590
16605
  注意:此字段可能返回 null,表示取不到有效值。
16591
16606
  */
16592
16607
  StorageSize?: number;
16608
+ /**
16609
+ * 数据源ID
16610
+ 注意:此字段可能返回 null,表示取不到有效值。
16611
+ */
16612
+ DatasourceId?: number;
16613
+ /**
16614
+ * 数据源类型
16615
+ 注意:此字段可能返回 null,表示取不到有效值。
16616
+ */
16617
+ DatasourceType?: string;
16593
16618
  }
16594
16619
  /**
16595
16620
  * 工作流调度配置