tencentcloud-sdk-nodejs 4.1.193 → 4.1.194

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.
@@ -178,10 +178,10 @@ class Client extends abstract_client_1.AbstractClient {
178
178
  return this.request("DescribeIntegrationNode", req, cb);
179
179
  }
180
180
  /**
181
- * 资源管理-上传资源
181
+ * 质量报告-修改维度权限
182
182
  */
183
- async UploadResource(req, cb) {
184
- return this.request("UploadResource", req, cb);
183
+ async ModifyDimensionWeight(req, cb) {
184
+ return this.request("ModifyDimensionWeight", req, cb);
185
185
  }
186
186
  /**
187
187
  * 根据周期类型 查询所有任务
@@ -654,10 +654,10 @@ class Client extends abstract_client_1.AbstractClient {
654
654
  return this.request("DisableProject", req, cb);
655
655
  }
656
656
  /**
657
- * 质量报告-修改维度权限
657
+ * 查询数据资产列表
658
658
  */
659
- async ModifyDimensionWeight(req, cb) {
660
- return this.request("ModifyDimensionWeight", req, cb);
659
+ async DescribeDataAssets(req, cb) {
660
+ return this.request("DescribeDataAssets", req, cb);
661
661
  }
662
662
  /**
663
663
  * 查询规则执行结果详情
@@ -900,6 +900,12 @@ class Client extends abstract_client_1.AbstractClient {
900
900
  async DescribeDatabaseInfoList(req, cb) {
901
901
  return this.request("DescribeDatabaseInfoList", req, cb);
902
902
  }
903
+ /**
904
+ * 资源管理-上传资源
905
+ */
906
+ async UploadResource(req, cb) {
907
+ return this.request("UploadResource", req, cb);
908
+ }
903
909
  /**
904
910
  * 编辑规则模板
905
911
  */