tencentcloud-sdk-nodejs 4.1.55 → 4.1.57

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.
Files changed (53) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/ess/v20201111/ess_client.js +3 -0
  3. package/es/services/gs/v20191118/gs_client.js +9 -0
  4. package/es/services/ioa/v20220601/ioa_client.js +10 -4
  5. package/es/services/lke/v20231130/lke_client.js +25 -10
  6. package/es/services/tke/v20180525/tke_client.js +6 -0
  7. package/package.json +1 -1
  8. package/tencentcloud/common/sdk_version.d.ts +1 -1
  9. package/tencentcloud/common/sdk_version.js +1 -1
  10. package/tencentcloud/services/as/v20180419/as_models.d.ts +3 -5
  11. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -0
  12. package/tencentcloud/services/bmvpc/v20180625/bmvpc_client.d.ts +54 -18
  13. package/tencentcloud/services/bmvpc/v20180625/bmvpc_client.js +54 -18
  14. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +32 -22
  15. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +2 -2
  16. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
  17. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +4 -0
  18. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +6 -2
  19. package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -2
  20. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +16 -0
  21. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +3 -1
  22. package/tencentcloud/services/emr/v20190103/emr_client.js +3 -1
  23. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  24. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  25. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +32 -0
  26. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -1
  27. package/tencentcloud/services/goosefs/v20220519/goosefs_client.d.ts +3 -1
  28. package/tencentcloud/services/goosefs/v20220519/goosefs_client.js +3 -1
  29. package/tencentcloud/services/gs/v20191118/gs_client.d.ts +13 -1
  30. package/tencentcloud/services/gs/v20191118/gs_client.js +18 -0
  31. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +106 -4
  32. package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +13 -5
  33. package/tencentcloud/services/ioa/v20220601/ioa_client.js +18 -6
  34. package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +257 -72
  35. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +3 -3
  36. package/tencentcloud/services/live/v20180801/live_client.d.ts +0 -1
  37. package/tencentcloud/services/live/v20180801/live_client.js +0 -1
  38. package/tencentcloud/services/live/v20180801/live_models.d.ts +2 -2
  39. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +32 -11
  40. package/tencentcloud/services/lke/v20231130/lke_client.js +46 -15
  41. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +575 -98
  42. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  43. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  44. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -3
  45. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +2 -2
  46. package/tencentcloud/services/ssl/v20191205/ssl_client.js +2 -2
  47. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +3 -4
  48. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +12 -0
  49. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +9 -1
  50. package/tencentcloud/services/tke/v20180525/tke_client.js +12 -0
  51. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +64 -4
  52. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +4 -4
  53. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +5 -5
@@ -2186,7 +2186,7 @@ export interface GenSingleDeviceSignatureOfPublicResponse {
2186
2186
  /**
2187
2187
  * 设备签名
2188
2188
  */
2189
- DeviceSignature: DeviceSignatureInfo;
2189
+ DeviceSignature?: DeviceSignatureInfo;
2190
2190
  /**
2191
2191
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2192
2192
  */
@@ -7002,7 +7002,7 @@ export interface GetDeviceLocationHistoryResponse {
7002
7002
  /**
7003
7003
  * 历史位置列表
7004
7004
  */
7005
- Positions: Array<PositionItem>;
7005
+ Positions?: Array<PositionItem>;
7006
7006
  /**
7007
7007
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7008
7008
  */
@@ -7103,7 +7103,7 @@ export interface DeleteFenceBindResponse {
7103
7103
  */
7104
7104
  export interface ActivateTWeCallLicenseRequest {
7105
7105
  /**
7106
- * TWecall类型:0-体验套餐;1-家庭安防场景; 2-穿戴类场景; 3-生活娱乐场景; 4-对讲及其它场景
7106
+ * TWecall类型:0-体验套餐;1-基础版;3-高级版;
7107
7107
  */
7108
7108
  PkgType: number;
7109
7109
  /**
@@ -56,7 +56,6 @@ export declare class Client extends AbstractClient {
56
56
  - 使用前提
57
57
  1. 仅用于查询由 CreateRecordTask 接口创建的录制任务。
58
58
  2. 不能查询被 DeleteRecordTask 接口删除以及已过期(平台侧保留3个月)的录制任务。
59
-
60
59
  */
61
60
  DescribeRecordTask(req: DescribeRecordTaskRequest, cb?: (error: string, rep: DescribeRecordTaskResponse) => void): Promise<DescribeRecordTaskResponse>;
62
61
  /**
@@ -90,7 +90,6 @@ class Client extends abstract_client_1.AbstractClient {
90
90
  - 使用前提
91
91
  1. 仅用于查询由 CreateRecordTask 接口创建的录制任务。
92
92
  2. 不能查询被 DeleteRecordTask 接口删除以及已过期(平台侧保留3个月)的录制任务。
93
-
94
93
  */
95
94
  async DescribeRecordTask(req, cb) {
96
95
  return this.request("DescribeRecordTask", req, cb);
@@ -10441,11 +10441,11 @@ export interface DescribeRecordTaskResponse {
10441
10441
  /**
10442
10442
  * 翻页标识,当请求未返回所有数据,该字段表示下一条记录的 Token。当该字段为空,说明已无更多数据。
10443
10443
  */
10444
- ScrollToken: string;
10444
+ ScrollToken?: string;
10445
10445
  /**
10446
10446
  * 录制任务列表。当该字段为空,说明已返回所有数据。
10447
10447
  */
10448
- TaskList: Array<RecordTask>;
10448
+ TaskList?: Array<RecordTask>;
10449
10449
  /**
10450
10450
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10451
10451
  */
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { ModifyQAAttrRangeResponse, GetWsTokenResponse, ListUsageCallDetailRequest, CheckAttributeLabelExistRequest, DescribeQAResponse, GetAppKnowledgeCountRequest, StopDocParseResponse, ListSelectDocResponse, DescribeReleaseInfoRequest, DeleteDocRequest, GetAnswerTypeDataCountRequest, UploadAttributeLabelResponse, CreateDocCateResponse, DeleteDocCateResponse, ExportAttributeLabelResponse, ModifyAppResponse, ExportQAListResponse, GetAppSecretResponse, ListRejectedQuestionRequest, CreateQACateResponse, ModifyDocAttrRangeResponse, CreateSharedKnowledgeRequest, DescribeQARequest, ReferShareKnowledgeResponse, DescribeUnsatisfiedReplyContextRequest, GetEmbeddingRequest, ListAppRequest, UpdateSharedKnowledgeRequest, ModifyQAAttrRangeRequest, ModifyDocResponse, CreateCorpResponse, ListQARequest, DescribeKnowledgeUsageResponse, DeleteSharedKnowledgeResponse, ListUnsatisfiedReplyRequest, DeleteQARequest, GetLikeDataCountResponse, IsTransferIntentResponse, CreateDocCateRequest, ListReferShareKnowledgeResponse, ListDocResponse, GetDocPreviewRequest, ModifyQARequest, ExportUnsatisfiedReplyResponse, ListDocCateResponse, ListRejectedQuestionPreviewResponse, DescribeCorpRequest, ListAppCategoryResponse, CreateAppResponse, DescribeAttributeLabelRequest, CreateQARequest, CreateCorpRequest, QueryRewriteResponse, ListQAResponse, DeleteAttributeLabelRequest, DescribeRobotBizIDByAppKeyResponse, RenameDocResponse, ReconstructDocumentResponse, ListDocCateRequest, DescribeDocResponse, CreateReleaseRequest, ModifyRejectedQuestionRequest, GroupDocRequest, CheckAttributeLabelReferRequest, CreateSharedKnowledgeResponse, ModifyQACateRequest, ModifyAttributeLabelRequest, ConvertDocumentRequest, ListUnsatisfiedReplyResponse, GetAppSecretRequest, DeleteQACateResponse, SaveDocResponse, ListReleaseDocPreviewResponse, RenameDocRequest, GenerateQAResponse, GetTaskStatusResponse, DescribeConcurrencyUsageGraphRequest, DescribeDocRequest, DescribeTokenUsageGraphRequest, ListSharedKnowledgeRequest, ConvertDocumentResponse, RetryDocAuditRequest, SaveDocRequest, RetryDocParseRequest, ListAppKnowledgeDetailResponse, ModifyQACateResponse, DescribeAttributeLabelResponse, ListQACateResponse, GetVarListRequest, RetryDocParseResponse, CreateRejectedQuestionResponse, GetEmbeddingResponse, ExportUnsatisfiedReplyRequest, GroupQAResponse, CreateAppRequest, DescribeReleaseRequest, ListAppCategoryRequest, ListReleaseConfigPreviewRequest, ListReleaseDocPreviewRequest, DescribeUnsatisfiedReplyContextResponse, CreateRejectedQuestionRequest, DescribeKnowledgeUsagePieGraphRequest, DescribeReferResponse, ListDocRequest, ReconstructDocumentRequest, GetAnswerTypeDataCountResponse, GroupQARequest, RateMsgRecordRequest, DescribeCallStatsGraphRequest, GetMsgRecordResponse, DescribeAppRequest, GetReconstructDocumentResultRequest, DescribeKnowledgeUsageRequest, DeleteSharedKnowledgeRequest, IgnoreUnsatisfiedReplyRequest, DescribeReleaseResponse, DescribeConcurrencyUsageGraphResponse, VerifyQARequest, DescribeKnowledgeUsagePieGraphResponse, ListRejectedQuestionResponse, ListReleaseQAPreviewResponse, DescribeTokenUsageGraphResponse, RetryDocAuditResponse, GetReconstructDocumentResultResponse, ModifyDocCateRequest, GetLikeDataCountRequest, ModifyAttributeLabelResponse, DeleteRejectedQuestionResponse, CreateAttributeLabelRequest, ListAppResponse, DescribeSharedKnowledgeResponse, RunReRankResponse, ListRejectedQuestionPreviewRequest, ListReleaseConfigPreviewResponse, DeleteRejectedQuestionRequest, ExportQAListRequest, GetDocPreviewResponse, DescribeConcurrencyUsageResponse, CreateReleaseResponse, QueryRewriteRequest, ModifyAppRequest, RunReRankRequest, DeleteAttributeLabelResponse, RetryReleaseRequest, ListSharedKnowledgeResponse, DeleteQACateRequest, GenerateQARequest, GetWsTokenRequest, DescribeSharedKnowledgeRequest, ListReferShareKnowledgeRequest, ModifyDocRequest, DescribeTokenUsageResponse, DeleteAppResponse, ListAttributeLabelRequest, DeleteDocCateRequest, DeleteDocResponse, DescribeSegmentsResponse, DescribeConcurrencyUsageRequest, GroupDocResponse, UploadAttributeLabelRequest, ListUsageCallDetailResponse, ExportAttributeLabelRequest, DescribeTokenUsageRequest, GetAppKnowledgeCountResponse, RetryReleaseResponse, CreateAttributeLabelResponse, ListAppKnowledgeDetailRequest, CreateQAResponse, ListQACateRequest, ListReleaseQAPreviewRequest, DescribeReleaseInfoResponse, IsTransferIntentRequest, DescribeAppResponse, DeleteAppRequest, ModifyRejectedQuestionResponse, GetVarListResponse, UpdateSharedKnowledgeResponse, DescribeStorageCredentialRequest, DescribeCorpResponse, ModifyDocCateResponse, ListReleaseResponse, ListModelResponse, ListAttributeLabelResponse, ModifyQAResponse, DeleteQAResponse, DescribeCallStatsGraphResponse, GetMsgRecordRequest, DescribeStorageCredentialResponse, CheckAttributeLabelExistResponse, GetTaskStatusRequest, CheckAttributeLabelReferResponse, RateMsgRecordResponse, CreateVarResponse, ModifyDocAttrRangeRequest, CreateQACateRequest, DescribeRobotBizIDByAppKeyRequest, CreateVarRequest, StopDocParseRequest, VerifyQAResponse, DescribeSegmentsRequest, DescribeSearchStatsGraphRequest, DescribeSearchStatsGraphResponse, DescribeReferRequest, IgnoreUnsatisfiedReplyResponse, ListReleaseRequest, ListModelRequest, ReferShareKnowledgeRequest, ListSelectDocRequest } from "./lke_models";
3
+ import { ModifyQAAttrRangeResponse, GetWsTokenResponse, ListUsageCallDetailRequest, CheckAttributeLabelExistRequest, DescribeQAResponse, GetAppKnowledgeCountRequest, StopDocParseResponse, ListSelectDocResponse, DescribeReleaseInfoRequest, DeleteDocRequest, CreateWorkflowRunResponse, GetAnswerTypeDataCountRequest, UploadAttributeLabelResponse, CreateDocCateResponse, DeleteDocCateResponse, ExportAttributeLabelResponse, ModifyAppResponse, ExportQAListResponse, GetAppSecretResponse, CreateWorkflowRunRequest, CreateQACateResponse, ModifyDocAttrRangeResponse, CreateSharedKnowledgeRequest, DescribeQARequest, DescribeWorkflowRunRequest, DescribeUnsatisfiedReplyContextRequest, GetEmbeddingRequest, ListAppRequest, UpdateSharedKnowledgeRequest, ModifyQAAttrRangeRequest, ModifyDocResponse, CreateCorpResponse, ListQARequest, DescribeKnowledgeUsageResponse, DeleteSharedKnowledgeResponse, ListUnsatisfiedReplyRequest, DeleteQARequest, GetLikeDataCountResponse, IsTransferIntentResponse, CreateDocCateRequest, ListReferShareKnowledgeResponse, ListDocResponse, GetDocPreviewRequest, ModifyQARequest, ExportUnsatisfiedReplyResponse, ListDocCateResponse, ListRejectedQuestionPreviewResponse, DescribeCorpRequest, ListAppCategoryResponse, CreateAppResponse, DescribeAttributeLabelRequest, CreateQARequest, CreateCorpRequest, QueryRewriteResponse, ListQAResponse, DeleteAttributeLabelRequest, DescribeRobotBizIDByAppKeyResponse, RenameDocResponse, ReconstructDocumentResponse, IgnoreUnsatisfiedReplyRequest, ListDocCateRequest, DescribeDocResponse, CreateReleaseRequest, ModifyRejectedQuestionRequest, GroupDocRequest, CheckAttributeLabelReferRequest, CreateSharedKnowledgeResponse, ModifyQACateRequest, ModifyAttributeLabelRequest, ConvertDocumentRequest, ListWorkflowRunsRequest, ListUnsatisfiedReplyResponse, GetAppSecretRequest, DeleteQACateResponse, SaveDocResponse, ListReleaseDocPreviewResponse, StopWorkflowRunRequest, RenameDocRequest, StopWorkflowRunResponse, GenerateQAResponse, GetTaskStatusResponse, DescribeConcurrencyUsageGraphRequest, DescribeDocRequest, DescribeTokenUsageGraphRequest, ListSharedKnowledgeRequest, ConvertDocumentResponse, RetryDocAuditRequest, SaveDocRequest, RetryDocParseRequest, ListAppKnowledgeDetailResponse, ModifyQACateResponse, DescribeAttributeLabelResponse, ListQACateResponse, GetVarListRequest, RetryDocParseResponse, CreateRejectedQuestionResponse, GetEmbeddingResponse, ExportUnsatisfiedReplyRequest, GroupQAResponse, CreateAppRequest, DescribeReleaseRequest, ListAppCategoryRequest, ListReleaseConfigPreviewRequest, ListReleaseDocPreviewRequest, DescribeUnsatisfiedReplyContextResponse, CreateRejectedQuestionRequest, DescribeKnowledgeUsagePieGraphRequest, DescribeReferResponse, ListDocRequest, ReconstructDocumentRequest, GetAnswerTypeDataCountResponse, GroupQARequest, RateMsgRecordRequest, DescribeCallStatsGraphRequest, GetMsgRecordResponse, DescribeAppRequest, GetReconstructDocumentResultRequest, DescribeKnowledgeUsageRequest, DeleteSharedKnowledgeRequest, DescribeNodeRunRequest, DescribeReleaseResponse, DescribeConcurrencyUsageGraphResponse, VerifyQARequest, DescribeKnowledgeUsagePieGraphResponse, ListRejectedQuestionResponse, ListReleaseQAPreviewResponse, DescribeTokenUsageGraphResponse, RetryDocAuditResponse, GetReconstructDocumentResultResponse, ModifyDocCateRequest, ReferShareKnowledgeResponse, GetLikeDataCountRequest, ModifyAttributeLabelResponse, DeleteRejectedQuestionResponse, CreateAttributeLabelRequest, ListAppResponse, DescribeSharedKnowledgeResponse, RunReRankResponse, ListRejectedQuestionPreviewRequest, ListReleaseConfigPreviewResponse, DeleteRejectedQuestionRequest, ExportQAListRequest, GetDocPreviewResponse, DescribeConcurrencyUsageResponse, CreateReleaseResponse, QueryRewriteRequest, ModifyAppRequest, RunReRankRequest, DeleteAttributeLabelResponse, RetryReleaseRequest, ListSharedKnowledgeResponse, DeleteQACateRequest, GenerateQARequest, GetWsTokenRequest, DescribeSharedKnowledgeRequest, ListReferShareKnowledgeRequest, ModifyDocRequest, DescribeTokenUsageResponse, DeleteAppResponse, ListWorkflowRunsResponse, ListAttributeLabelRequest, DeleteDocCateRequest, DeleteDocResponse, DescribeSegmentsResponse, DescribeConcurrencyUsageRequest, GroupDocResponse, UploadAttributeLabelRequest, ListUsageCallDetailResponse, ExportAttributeLabelRequest, DescribeTokenUsageRequest, GetAppKnowledgeCountResponse, RetryReleaseResponse, CreateAttributeLabelResponse, DescribeWorkflowRunResponse, ListAppKnowledgeDetailRequest, CreateQAResponse, ListQACateRequest, ListReleaseQAPreviewRequest, DescribeReleaseInfoResponse, IsTransferIntentRequest, DescribeAppResponse, DeleteAppRequest, ModifyRejectedQuestionResponse, GetVarListResponse, ListRejectedQuestionRequest, UpdateSharedKnowledgeResponse, DescribeStorageCredentialRequest, DescribeCorpResponse, ModifyDocCateResponse, ListReleaseResponse, ListModelResponse, DescribeNodeRunResponse, ListAttributeLabelResponse, ModifyQAResponse, DeleteQAResponse, DescribeCallStatsGraphResponse, GetMsgRecordRequest, DescribeStorageCredentialResponse, CheckAttributeLabelExistResponse, GetTaskStatusRequest, CheckAttributeLabelReferResponse, RateMsgRecordResponse, CreateVarResponse, ModifyDocAttrRangeRequest, CreateQACateRequest, DescribeRobotBizIDByAppKeyRequest, CreateVarRequest, StopDocParseRequest, VerifyQAResponse, DescribeSegmentsRequest, DescribeSearchStatsGraphRequest, DescribeSearchStatsGraphResponse, DescribeReferRequest, IgnoreUnsatisfiedReplyResponse, ListReleaseRequest, ListModelRequest, ReferShareKnowledgeRequest, ListSelectDocRequest } from "./lke_models";
4
4
  /**
5
5
  * lke client
6
6
  * @class
@@ -47,6 +47,10 @@ export declare class Client extends AbstractClient {
47
47
  * 删除问答
48
48
  */
49
49
  DeleteQA(req: DeleteQARequest, cb?: (error: string, rep: DeleteQAResponse) => void): Promise<DeleteQAResponse>;
50
+ /**
51
+ * 此接口用来停止正在进行的工作流异步运行实例。
52
+ */
53
+ StopWorkflowRun(req: StopWorkflowRunRequest, cb?: (error: string, rep: StopWorkflowRunResponse) => void): Promise<StopWorkflowRunResponse>;
50
54
  /**
51
55
  * 创建标签
52
56
  */
@@ -118,9 +122,9 @@ export declare class Client extends AbstractClient {
118
122
  */
119
123
  DescribeSearchStatsGraph(req: DescribeSearchStatsGraphRequest, cb?: (error: string, rep: DescribeSearchStatsGraphResponse) => void): Promise<DescribeSearchStatsGraphResponse>;
120
124
  /**
121
- * Doc分类删除
125
+ * 此接口可查询已创建的所有工作流异步运行实例。
122
126
  */
123
- DeleteDocCate(req: DeleteDocCateRequest, cb?: (error: string, rep: DeleteDocCateResponse) => void): Promise<DeleteDocCateResponse>;
127
+ ListWorkflowRuns(req: ListWorkflowRunsRequest, cb?: (error: string, rep: ListWorkflowRunsResponse) => void): Promise<ListWorkflowRunsResponse>;
124
128
  /**
125
129
  * 校验问答
126
130
  */
@@ -193,6 +197,14 @@ export declare class Client extends AbstractClient {
193
197
  * 接口调用token详情
194
198
  */
195
199
  DescribeTokenUsage(req: DescribeTokenUsageRequest, cb?: (error: string, rep: DescribeTokenUsageResponse) => void): Promise<DescribeTokenUsageResponse>;
200
+ /**
201
+ * 通过DescribeWorkflowRun接口获取了工作流异步运行的整体内容,其中包含了基本的节点信息,再通用本接口可查看节点的运行详情(包括输入、输出、日志等)。
202
+ */
203
+ DescribeNodeRun(req: DescribeNodeRunRequest, cb?: (error: string, rep: DescribeNodeRunResponse) => void): Promise<DescribeNodeRunResponse>;
204
+ /**
205
+ * Doc分类删除
206
+ */
207
+ DeleteDocCate(req: DeleteDocCateRequest, cb?: (error: string, rep: DeleteDocCateResponse) => void): Promise<DeleteDocCateResponse>;
196
208
  /**
197
209
  * 获取QA分类
198
210
  */
@@ -238,13 +250,18 @@ export declare class Client extends AbstractClient {
238
250
  */
239
251
  DeleteSharedKnowledge(req: DeleteSharedKnowledgeRequest, cb?: (error: string, rep: DeleteSharedKnowledgeResponse) => void): Promise<DeleteSharedKnowledgeResponse>;
240
252
  /**
241
- * 通过appKey获取应用业务ID
253
+ * 修改Doc分类
242
254
  */
243
- DescribeRobotBizIDByAppKey(req: DescribeRobotBizIDByAppKeyRequest, cb?: (error: string, rep: DescribeRobotBizIDByAppKeyResponse) => void): Promise<DescribeRobotBizIDByAppKeyResponse>;
255
+ ModifyDocCate(req: ModifyDocCateRequest, cb?: (error: string, rep: ModifyDocCateResponse) => void): Promise<ModifyDocCateResponse>;
244
256
  /**
245
257
  * 文档列表
246
258
  */
247
259
  ListDoc(req: ListDocRequest, cb?: (error: string, rep: ListDocResponse) => void): Promise<ListDocResponse>;
260
+ /**
261
+ * 本接口用来创建工作流的异步运行实例,创建成功后工作流会在后台异步运行,接口返回工作流运行实例ID(WorkflowRunId)等信息。后面可通过调用DescribeWorkflowRun接口查工作流运行的详情。
262
+ 注意:工作流的异步运行是基于应用的,需要先把对应的应用配置成“单工作流模式”,并且打开“异步调用”的开关,才能创建成功。
263
+ */
264
+ CreateWorkflowRun(req: CreateWorkflowRunRequest, cb?: (error: string, rep: CreateWorkflowRunResponse) => void): Promise<CreateWorkflowRunResponse>;
248
265
  /**
249
266
  * 问答列表
250
267
  */
@@ -258,9 +275,9 @@ export declare class Client extends AbstractClient {
258
275
  */
259
276
  GetLikeDataCount(req: GetLikeDataCountRequest, cb?: (error: string, rep: GetLikeDataCountResponse) => void): Promise<GetLikeDataCountResponse>;
260
277
  /**
261
- * 修改Doc分类
278
+ * 通过appKey获取应用业务ID
262
279
  */
263
- ModifyDocCate(req: ModifyDocCateRequest, cb?: (error: string, rep: ModifyDocCateResponse) => void): Promise<ModifyDocCateResponse>;
280
+ DescribeRobotBizIDByAppKey(req: DescribeRobotBizIDByAppKeyRequest, cb?: (error: string, rep: DescribeRobotBizIDByAppKeyResponse) => void): Promise<DescribeRobotBizIDByAppKeyResponse>;
264
281
  /**
265
282
  * 导出QA列表
266
283
  */
@@ -286,9 +303,9 @@ export declare class Client extends AbstractClient {
286
303
  */
287
304
  IsTransferIntent(req: IsTransferIntentRequest, cb?: (error: string, rep: IsTransferIntentResponse) => void): Promise<IsTransferIntentResponse>;
288
305
  /**
289
- * 拉取发布按钮状态、最后发布时间
306
+ * 忽略不满意回复
290
307
  */
291
- DescribeReleaseInfo(req: DescribeReleaseInfoRequest, cb?: (error: string, rep: DescribeReleaseInfoResponse) => void): Promise<DescribeReleaseInfoResponse>;
308
+ IgnoreUnsatisfiedReply(req: IgnoreUnsatisfiedReplyRequest, cb?: (error: string, rep: IgnoreUnsatisfiedReplyResponse) => void): Promise<IgnoreUnsatisfiedReplyResponse>;
292
309
  /**
293
310
  * 应用引用共享知识库,可以引用一个或多个,每次都是全量覆盖
294
311
  */
@@ -369,6 +386,10 @@ export declare class Client extends AbstractClient {
369
386
  * 回答类型数据统计
370
387
  */
371
388
  GetAnswerTypeDataCount(req: GetAnswerTypeDataCountRequest, cb?: (error: string, rep: GetAnswerTypeDataCountResponse) => void): Promise<GetAnswerTypeDataCountResponse>;
389
+ /**
390
+ * 创建了工作流的异步运行实例后,通过本接口可以查询整体的运行详情。
391
+ */
392
+ DescribeWorkflowRun(req: DescribeWorkflowRunRequest, cb?: (error: string, rep: DescribeWorkflowRunResponse) => void): Promise<DescribeWorkflowRunResponse>;
372
393
  /**
373
394
  * 发布文档预览
374
395
  */
@@ -433,7 +454,7 @@ export declare class Client extends AbstractClient {
433
454
  */
434
455
  ListAppKnowledgeDetail(req: ListAppKnowledgeDetailRequest, cb?: (error: string, rep: ListAppKnowledgeDetailResponse) => void): Promise<ListAppKnowledgeDetailResponse>;
435
456
  /**
436
- * 忽略不满意回复
457
+ * 拉取发布按钮状态、最后发布时间
437
458
  */
438
- IgnoreUnsatisfiedReply(req: IgnoreUnsatisfiedReplyRequest, cb?: (error: string, rep: IgnoreUnsatisfiedReplyResponse) => void): Promise<IgnoreUnsatisfiedReplyResponse>;
459
+ DescribeReleaseInfo(req: DescribeReleaseInfoRequest, cb?: (error: string, rep: DescribeReleaseInfoResponse) => void): Promise<DescribeReleaseInfoResponse>;
439
460
  }
@@ -87,6 +87,12 @@ class Client extends abstract_client_1.AbstractClient {
87
87
  async DeleteQA(req, cb) {
88
88
  return this.request("DeleteQA", req, cb);
89
89
  }
90
+ /**
91
+ * 此接口用来停止正在进行的工作流异步运行实例。
92
+ */
93
+ async StopWorkflowRun(req, cb) {
94
+ return this.request("StopWorkflowRun", req, cb);
95
+ }
90
96
  /**
91
97
  * 创建标签
92
98
  */
@@ -192,10 +198,10 @@ class Client extends abstract_client_1.AbstractClient {
192
198
  return this.request("DescribeSearchStatsGraph", req, cb);
193
199
  }
194
200
  /**
195
- * Doc分类删除
201
+ * 此接口可查询已创建的所有工作流异步运行实例。
196
202
  */
197
- async DeleteDocCate(req, cb) {
198
- return this.request("DeleteDocCate", req, cb);
203
+ async ListWorkflowRuns(req, cb) {
204
+ return this.request("ListWorkflowRuns", req, cb);
199
205
  }
200
206
  /**
201
207
  * 校验问答
@@ -305,6 +311,18 @@ class Client extends abstract_client_1.AbstractClient {
305
311
  async DescribeTokenUsage(req, cb) {
306
312
  return this.request("DescribeTokenUsage", req, cb);
307
313
  }
314
+ /**
315
+ * 通过DescribeWorkflowRun接口获取了工作流异步运行的整体内容,其中包含了基本的节点信息,再通用本接口可查看节点的运行详情(包括输入、输出、日志等)。
316
+ */
317
+ async DescribeNodeRun(req, cb) {
318
+ return this.request("DescribeNodeRun", req, cb);
319
+ }
320
+ /**
321
+ * Doc分类删除
322
+ */
323
+ async DeleteDocCate(req, cb) {
324
+ return this.request("DeleteDocCate", req, cb);
325
+ }
308
326
  /**
309
327
  * 获取QA分类
310
328
  */
@@ -372,10 +390,10 @@ class Client extends abstract_client_1.AbstractClient {
372
390
  return this.request("DeleteSharedKnowledge", req, cb);
373
391
  }
374
392
  /**
375
- * 通过appKey获取应用业务ID
393
+ * 修改Doc分类
376
394
  */
377
- async DescribeRobotBizIDByAppKey(req, cb) {
378
- return this.request("DescribeRobotBizIDByAppKey", req, cb);
395
+ async ModifyDocCate(req, cb) {
396
+ return this.request("ModifyDocCate", req, cb);
379
397
  }
380
398
  /**
381
399
  * 文档列表
@@ -383,6 +401,13 @@ class Client extends abstract_client_1.AbstractClient {
383
401
  async ListDoc(req, cb) {
384
402
  return this.request("ListDoc", req, cb);
385
403
  }
404
+ /**
405
+ * 本接口用来创建工作流的异步运行实例,创建成功后工作流会在后台异步运行,接口返回工作流运行实例ID(WorkflowRunId)等信息。后面可通过调用DescribeWorkflowRun接口查工作流运行的详情。
406
+ 注意:工作流的异步运行是基于应用的,需要先把对应的应用配置成“单工作流模式”,并且打开“异步调用”的开关,才能创建成功。
407
+ */
408
+ async CreateWorkflowRun(req, cb) {
409
+ return this.request("CreateWorkflowRun", req, cb);
410
+ }
386
411
  /**
387
412
  * 问答列表
388
413
  */
@@ -402,10 +427,10 @@ class Client extends abstract_client_1.AbstractClient {
402
427
  return this.request("GetLikeDataCount", req, cb);
403
428
  }
404
429
  /**
405
- * 修改Doc分类
430
+ * 通过appKey获取应用业务ID
406
431
  */
407
- async ModifyDocCate(req, cb) {
408
- return this.request("ModifyDocCate", req, cb);
432
+ async DescribeRobotBizIDByAppKey(req, cb) {
433
+ return this.request("DescribeRobotBizIDByAppKey", req, cb);
409
434
  }
410
435
  /**
411
436
  * 导出QA列表
@@ -444,10 +469,10 @@ class Client extends abstract_client_1.AbstractClient {
444
469
  return this.request("IsTransferIntent", req, cb);
445
470
  }
446
471
  /**
447
- * 拉取发布按钮状态、最后发布时间
472
+ * 忽略不满意回复
448
473
  */
449
- async DescribeReleaseInfo(req, cb) {
450
- return this.request("DescribeReleaseInfo", req, cb);
474
+ async IgnoreUnsatisfiedReply(req, cb) {
475
+ return this.request("IgnoreUnsatisfiedReply", req, cb);
451
476
  }
452
477
  /**
453
478
  * 应用引用共享知识库,可以引用一个或多个,每次都是全量覆盖
@@ -565,6 +590,12 @@ class Client extends abstract_client_1.AbstractClient {
565
590
  async GetAnswerTypeDataCount(req, cb) {
566
591
  return this.request("GetAnswerTypeDataCount", req, cb);
567
592
  }
593
+ /**
594
+ * 创建了工作流的异步运行实例后,通过本接口可以查询整体的运行详情。
595
+ */
596
+ async DescribeWorkflowRun(req, cb) {
597
+ return this.request("DescribeWorkflowRun", req, cb);
598
+ }
568
599
  /**
569
600
  * 发布文档预览
570
601
  */
@@ -659,10 +690,10 @@ class Client extends abstract_client_1.AbstractClient {
659
690
  return this.request("ListAppKnowledgeDetail", req, cb);
660
691
  }
661
692
  /**
662
- * 忽略不满意回复
693
+ * 拉取发布按钮状态、最后发布时间
663
694
  */
664
- async IgnoreUnsatisfiedReply(req, cb) {
665
- return this.request("IgnoreUnsatisfiedReply", req, cb);
695
+ async DescribeReleaseInfo(req, cb) {
696
+ return this.request("DescribeReleaseInfo", req, cb);
666
697
  }
667
698
  }
668
699
  exports.Client = Client;