tencentcloud-sdk-nodejs-wedata 4.1.224 → 4.1.228
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
|
@@ -119,8 +119,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
119
119
|
*/
|
|
120
120
|
BatchSuspendIntegrationTasks(req: BatchSuspendIntegrationTasksRequest, cb?: (error: string, rep: BatchSuspendIntegrationTasksResponse) => void): Promise<BatchSuspendIntegrationTasksResponse>;
|
|
121
121
|
/**
|
|
122
|
-
|
|
123
|
-
|
|
122
|
+
* 接口已经废弃,调用会产生脏数据
|
|
123
|
+
|
|
124
|
+
提交工作流。本接口已废弃,请使用接口BatchCreateTaskVersionAsync。
|
|
125
|
+
*/
|
|
124
126
|
SubmitWorkflow(req: SubmitWorkflowRequest, cb?: (error: string, rep: SubmitWorkflowResponse) => void): Promise<SubmitWorkflowResponse>;
|
|
125
127
|
/**
|
|
126
128
|
* 根据数据库Id查询数据库元数据,带有数据源和项目信息
|
|
@@ -197,8 +197,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
197
197
|
return this.request("BatchSuspendIntegrationTasks", req, cb);
|
|
198
198
|
}
|
|
199
199
|
/**
|
|
200
|
-
|
|
201
|
-
|
|
200
|
+
* 接口已经废弃,调用会产生脏数据
|
|
201
|
+
|
|
202
|
+
提交工作流。本接口已废弃,请使用接口BatchCreateTaskVersionAsync。
|
|
203
|
+
*/
|
|
202
204
|
async SubmitWorkflow(req, cb) {
|
|
203
205
|
return this.request("SubmitWorkflow", req, cb);
|
|
204
206
|
}
|