tencentcloud-sdk-nodejs-wedata 4.1.130 → 4.1.132
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
|
@@ -187,7 +187,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
187
187
|
*/
|
|
188
188
|
ListUpstreamTaskInstances(req: ListUpstreamTaskInstancesRequest, cb?: (error: string, rep: ListUpstreamTaskInstancesResponse) => void): Promise<ListUpstreamTaskInstancesResponse>;
|
|
189
189
|
/**
|
|
190
|
-
*
|
|
190
|
+
* 获取任务详情接口
|
|
191
191
|
*/
|
|
192
192
|
GetTask(req: GetTaskRequest, cb?: (error: string, rep: GetTaskResponse) => void): Promise<GetTaskResponse>;
|
|
193
193
|
/**
|
|
@@ -331,11 +331,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
331
331
|
*/
|
|
332
332
|
CreateCodeFile(req: CreateCodeFileRequest, cb?: (error: string, rep: CreateCodeFileResponse) => void): Promise<CreateCodeFileResponse>;
|
|
333
333
|
/**
|
|
334
|
-
*
|
|
334
|
+
* 更新工作流文件夹
|
|
335
335
|
*/
|
|
336
336
|
UpdateWorkflowFolder(req: UpdateWorkflowFolderRequest, cb?: (error: string, rep: UpdateWorkflowFolderResponse) => void): Promise<UpdateWorkflowFolderResponse>;
|
|
337
337
|
/**
|
|
338
|
-
*
|
|
338
|
+
* 更新任务接口
|
|
339
339
|
*/
|
|
340
340
|
UpdateTask(req: UpdateTaskRequest, cb?: (error: string, rep: UpdateTaskResponse) => void): Promise<UpdateTaskResponse>;
|
|
341
341
|
/**
|
|
@@ -299,7 +299,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
299
299
|
return this.request("ListUpstreamTaskInstances", req, cb);
|
|
300
300
|
}
|
|
301
301
|
/**
|
|
302
|
-
*
|
|
302
|
+
* 获取任务详情接口
|
|
303
303
|
*/
|
|
304
304
|
async GetTask(req, cb) {
|
|
305
305
|
return this.request("GetTask", req, cb);
|
|
@@ -515,13 +515,13 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
515
515
|
return this.request("CreateCodeFile", req, cb);
|
|
516
516
|
}
|
|
517
517
|
/**
|
|
518
|
-
*
|
|
518
|
+
* 更新工作流文件夹
|
|
519
519
|
*/
|
|
520
520
|
async UpdateWorkflowFolder(req, cb) {
|
|
521
521
|
return this.request("UpdateWorkflowFolder", req, cb);
|
|
522
522
|
}
|
|
523
523
|
/**
|
|
524
|
-
*
|
|
524
|
+
* 更新任务接口
|
|
525
525
|
*/
|
|
526
526
|
async UpdateTask(req, cb) {
|
|
527
527
|
return this.request("UpdateTask", req, cb);
|