tencentcloud-sdk-nodejs 4.1.144 → 4.1.145

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 (63) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/apm/v20210622/apm_client.js +54 -21
  3. package/es/services/ccc/v20200210/ccc_client.js +6 -0
  4. package/es/services/ess/v20201111/ess_client.js +6 -0
  5. package/es/services/mongodb/v20190725/mongodb_client.js +15 -0
  6. package/es/services/mqtt/v20240516/mqtt_client.js +8 -2
  7. package/es/services/postgres/v20170312/postgres_client.js +12 -0
  8. package/es/services/vpc/v20170312/vpc_client.js +3 -0
  9. package/package.json +1 -1
  10. package/tencentcloud/common/sdk_version.d.ts +1 -1
  11. package/tencentcloud/common/sdk_version.js +1 -1
  12. package/tencentcloud/services/ai3d/v20250513/ai3d_models.d.ts +5 -5
  13. package/tencentcloud/services/apm/v20210622/apm_client.d.ts +69 -25
  14. package/tencentcloud/services/apm/v20210622/apm_client.js +102 -36
  15. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +1058 -161
  16. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +4 -0
  17. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +9 -1
  18. package/tencentcloud/services/ccc/v20200210/ccc_client.js +12 -0
  19. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +58 -0
  20. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +6 -6
  21. package/tencentcloud/services/chc/v20230418/chc_models.d.ts +33 -1
  22. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +16 -16
  23. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -9
  24. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +12 -3
  25. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +4 -1
  26. package/tencentcloud/services/cvm/v20170312/cvm_client.js +4 -1
  27. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +9 -8
  28. package/tencentcloud/services/dataagent/v20250513/dataagent_client.d.ts +6 -6
  29. package/tencentcloud/services/dataagent/v20250513/dataagent_client.js +1 -1
  30. package/tencentcloud/services/dataagent/v20250513/dataagent_models.d.ts +223 -14
  31. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +4 -0
  32. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +23 -1
  33. package/tencentcloud/services/ess/v20201111/ess_client.js +26 -0
  34. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +300 -68
  35. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +25 -2
  36. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +5 -7
  37. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +62 -0
  38. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +21 -1
  39. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +30 -0
  40. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +500 -93
  41. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  42. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  43. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +14 -1
  44. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -1
  45. package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +11 -3
  46. package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +15 -3
  47. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +60 -0
  48. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -2
  49. package/tencentcloud/services/ocr/v20181119/ocr_client.js +6 -2
  50. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +29 -28
  51. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +17 -1
  52. package/tencentcloud/services/postgres/v20170312/postgres_client.js +24 -0
  53. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +167 -71
  54. package/tencentcloud/services/svp/v20240125/svp_models.d.ts +4 -0
  55. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -1
  56. package/tencentcloud/services/teo/v20220901/teo_client.js +1 -1
  57. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +3 -3
  58. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -0
  59. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +5 -1
  60. package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -0
  61. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +94 -30
  62. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +166 -14
  63. package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +6 -6
@@ -32,7 +32,7 @@ export interface AddChunkRequest {
32
32
  */
33
33
  Content?: string;
34
34
  /**
35
- * 新 Chunk 插入到目标 Chunk ​之后的位置。插入位置的上一个 chunkId
35
+ * 新 Chunk 插入到目标 Chunk ​之后的位置。插入位置的上一个 chunkId
36
36
  */
37
37
  AfterChunkId?: string;
38
38
  }
@@ -75,6 +75,10 @@ export interface DeleteChunkRequest {
75
75
  * GetSessionDetails返回参数结构体
76
76
  */
77
77
  export interface GetSessionDetailsResponse {
78
+ /**
79
+ * 会话记录详情
80
+ */
81
+ RecordList?: Array<Record>;
78
82
  /**
79
83
  * 记录总数
80
84
  */
@@ -101,6 +105,14 @@ export interface DeleteChunkResponse {
101
105
  * QueryChunkList返回参数结构体
102
106
  */
103
107
  export interface QueryChunkListResponse {
108
+ /**
109
+ * 总数
110
+ */
111
+ Total?: number;
112
+ /**
113
+ * 分片信息
114
+ */
115
+ Chunks?: Array<Chunk>;
104
116
  /**
105
117
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
106
118
  */
@@ -111,22 +123,57 @@ export interface QueryChunkListResponse {
111
123
  */
112
124
  export interface QueryChunkListRequest {
113
125
  /**
114
- * 默认 1 表示第一页
126
+ * 表示第一页
115
127
  */
116
128
  Page?: number;
117
129
  /**
118
- * 默认 10 一页展示 10 条
130
+ * 默认一页展示 10 条
119
131
  */
120
132
  PageSize?: number;
121
133
  }
122
134
  /**
123
135
  * StopChatAI请求参数结构体
124
136
  */
125
- export type StopChatAIRequest = null;
137
+ export interface StopChatAIRequest {
138
+ /**
139
+ * 会话ID
140
+ */
141
+ SessionId?: string;
142
+ /**
143
+ * 实例ID
144
+ */
145
+ InstanceId?: string;
146
+ }
147
+ /**
148
+ * 步骤扩展结构
149
+ */
150
+ export interface StepExpand {
151
+ /**
152
+ * 标题
153
+ */
154
+ Title?: string;
155
+ /**
156
+ * 状态
157
+ */
158
+ Status?: string;
159
+ /**
160
+ * cellid数组
161
+ */
162
+ CellIds?: Array<string>;
163
+ }
126
164
  /**
127
165
  * GetSessionDetails请求参数结构体
128
166
  */
129
- export type GetSessionDetailsRequest = null;
167
+ export interface GetSessionDetailsRequest {
168
+ /**
169
+ * 实例ID
170
+ */
171
+ InstanceId?: string;
172
+ /**
173
+ * 会话ID
174
+ */
175
+ SessionId?: string;
176
+ }
130
177
  /**
131
178
  * ModifyKnowledgeBase请求参数结构体
132
179
  */
@@ -177,6 +224,10 @@ export interface ModifyChunkRequest {
177
224
  * CreateDataAgentSession返回参数结构体
178
225
  */
179
226
  export interface CreateDataAgentSessionResponse {
227
+ /**
228
+ * 会话
229
+ */
230
+ SessionId?: string;
180
231
  /**
181
232
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
182
233
  */
@@ -220,20 +271,114 @@ export interface KnowledgeBase {
220
271
  * StopChatAI返回参数结构体
221
272
  */
222
273
  export interface StopChatAIResponse {
274
+ /**
275
+ * 会话
276
+ */
277
+ SessionId?: string;
223
278
  /**
224
279
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
225
280
  */
226
281
  RequestId?: string;
227
282
  }
283
+ /**
284
+ * 任务信息
285
+ */
286
+ export interface Task {
287
+ /**
288
+ * 任务ID
289
+ */
290
+ Id?: number;
291
+ /**
292
+ * 任务名称
293
+ */
294
+ Name?: string;
295
+ /**
296
+ * 任务状态
297
+ */
298
+ Status?: string;
299
+ /**
300
+ * 任务步骤列表
301
+ */
302
+ StepInfoList?: Array<StepInfo>;
303
+ }
228
304
  /**
229
305
  * DeleteDataAgentSession返回参数结构体
230
306
  */
231
307
  export interface DeleteDataAgentSessionResponse {
308
+ /**
309
+ * 删除的会话ID
310
+ */
311
+ SessionId?: string;
232
312
  /**
233
313
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
234
314
  */
235
315
  RequestId?: string;
236
316
  }
317
+ /**
318
+ * 问答结构
319
+ */
320
+ export interface Record {
321
+ /**
322
+ * 问题内容
323
+ */
324
+ Question: string;
325
+ /**
326
+ * 回答内容
327
+ */
328
+ Answer?: string;
329
+ /**
330
+ * 思考内容
331
+ */
332
+ Think?: string;
333
+ /**
334
+ * 任务列表
335
+ */
336
+ TaskList?: Array<Task>;
337
+ /**
338
+ * 记录创建时间
339
+ */
340
+ CreateTime?: string;
341
+ /**
342
+ * 记录更新时间
343
+ */
344
+ UpdateTime?: string;
345
+ /**
346
+ * 记录id
347
+ */
348
+ RecordId?: string;
349
+ /**
350
+ * 总结内容
351
+ */
352
+ FinalSummary?: string;
353
+ /**
354
+ * 会话ID
355
+ */
356
+ SessionId?: string;
357
+ /**
358
+ * 1=赞,2=踩,0=无反馈
359
+ */
360
+ Feedback?: number;
361
+ /**
362
+ * 数据库信息
363
+ */
364
+ DbInfo?: string;
365
+ /**
366
+ * 错误信息
367
+ */
368
+ ErrorContext?: string;
369
+ /**
370
+ * TaskList的string字符串
371
+ */
372
+ TaskListStr?: string;
373
+ /**
374
+ * 知识库id列表
375
+ */
376
+ KnowledgeBaseIds?: Array<string>;
377
+ /**
378
+ * 上下文
379
+ */
380
+ Context?: string;
381
+ }
237
382
  /**
238
383
  * ChatAI请求参数结构体
239
384
  */
@@ -284,7 +429,7 @@ export interface ChatAIRequest {
284
429
  */
285
430
  export interface AddChunkResponse {
286
431
  /**
287
- * 新增的chunkid
432
+ * 新增的ChunkId
288
433
  */
289
434
  ChunkId?: string;
290
435
  /**
@@ -293,22 +438,64 @@ export interface AddChunkResponse {
293
438
  RequestId?: string;
294
439
  }
295
440
  /**
296
- * GetKnowledgeBaseList返回参数结构体
441
+ * 任务步骤
297
442
  */
298
- export interface GetKnowledgeBaseListResponse {
443
+ export interface StepInfo {
299
444
  /**
300
- * 用户实例所有知识库列表
445
+ * 步骤id
301
446
  */
302
- KnowledgeBaseList?: Array<KnowledgeBase>;
447
+ Id: number;
303
448
  /**
304
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
449
+ * 步骤名称
305
450
  */
306
- RequestId?: string;
451
+ Name: string;
452
+ /**
453
+ * 步骤状态
454
+ */
455
+ Status: string;
456
+ /**
457
+ * 类型(text/expand)
458
+ */
459
+ Type: string;
460
+ /**
461
+ * 总结
462
+ */
463
+ Summary?: string;
464
+ /**
465
+ * 步骤扩展结构
466
+ */
467
+ Expand?: StepExpand;
468
+ /**
469
+ * 描述
470
+ */
471
+ Desc?: string;
472
+ }
473
+ /**
474
+ * 文件分片
475
+ */
476
+ export interface Chunk {
477
+ /**
478
+ * 切片ID
479
+ */
480
+ Id?: string;
481
+ /**
482
+ * 切片内容
483
+ */
484
+ Content?: string;
485
+ /**
486
+ * 切片的字数
487
+ */
488
+ Size?: number;
307
489
  }
308
490
  /**
309
491
  * CreateDataAgentSession请求参数结构体
310
492
  */
311
- export type CreateDataAgentSessionRequest = null;
493
+ export interface CreateDataAgentSessionRequest {
494
+ /**
495
+ * 实例ID
496
+ */
497
+ InstanceId?: string;
498
+ }
312
499
  /**
313
500
  * ModifyKnowledgeBase返回参数结构体
314
501
  */
@@ -325,4 +512,26 @@ export interface ModifyKnowledgeBaseResponse {
325
512
  /**
326
513
  * DeleteDataAgentSession请求参数结构体
327
514
  */
328
- export type DeleteDataAgentSessionRequest = null;
515
+ export interface DeleteDataAgentSessionRequest {
516
+ /**
517
+ * 实例ID
518
+ */
519
+ InstanceId?: string;
520
+ /**
521
+ * 会话ID
522
+ */
523
+ SessionId?: string;
524
+ }
525
+ /**
526
+ * GetKnowledgeBaseList返回参数结构体
527
+ */
528
+ export interface GetKnowledgeBaseListResponse {
529
+ /**
530
+ * 用户实例所有知识库列表
531
+ */
532
+ KnowledgeBaseList?: Array<KnowledgeBase>;
533
+ /**
534
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
535
+ */
536
+ RequestId?: string;
537
+ }
@@ -5622,6 +5622,10 @@ export interface DatasourceConnectionConfig {
5622
5622
  * TccHive数据目录连接信息
5623
5623
  */
5624
5624
  TccHive?: TccHive;
5625
+ /**
5626
+ * MongoDB 数据源
5627
+ */
5628
+ MongoDB?: DataSourceInfo;
5625
5629
  }
5626
5630
  /**
5627
5631
  * UpdateRowFilter请求参数结构体
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { CreateOrganizationGroupInvitationLinkRequest, DescribeCancelFlowsTaskResponse, CreateSealRequest, ModifyIntegrationDepartmentResponse, CancelFlowResponse, DescribeContractReviewWebUrlRequest, DescribeInformationExtractionTaskRequest, CreateDynamicFlowApproverRequest, DisableUserAutoSignRequest, UploadFilesRequest, OperateSealsResponse, CancelUserAutoSignEnableUrlResponse, CreateContractDiffTaskWebUrlResponse, VerifyDigitFileRequest, CreateFlowEvidenceReportRequest, CreateBatchSignUrlResponse, DescribeUserAutoSignStatusResponse, CreateFlowForwardsResponse, DescribeFlowEvidenceReportRequest, DeleteSealPoliciesRequest, CreateFlowGroupByTemplatesResponse, ModifySingleSignOnEmployeesResponse, CreateWebThemeConfigResponse, DescribeFlowInfoRequest, ArchiveDynamicFlowResponse, DescribeSingleSignOnEmployeesRequest, CreateUserNameChangeUrlRequest, UnbindEmployeeUserIdWithClientOpenIdRequest, CreateBatchInformationExtractionTaskRequest, CreateFlowByFilesRequest, OperateSealsRequest, DescribeFileUrlsResponse, DescribeOrganizationSealsResponse, ModifyIntegrationRoleRequest, DescribeUserVerifyStatusRequest, VerifyPdfRequest, CreateEmployeeChangeUrlRequest, DescribeSingleSignOnEmployeesResponse, CreateUserAutoSignEnableUrlRequest, CreateBatchOrganizationRegistrationTasksRequest, CreateContractComparisonTaskRequest, DescribeBatchOrganizationRegistrationTasksResponse, CreatePrepareFlowResponse, DescribeOrganizationVerifyStatusRequest, CancelMultiFlowSignQRCodeRequest, CreateSealResponse, DescribeIntegrationRolesResponse, DescribeBillUsageDetailResponse, DescribeFlowBriefsResponse, DescribeFlowTemplatesResponse, DescribePersonCertificateRequest, CreateBatchOrganizationAuthorizationUrlResponse, ModifyPartnerAutoSignAuthUrlResponse, CreateIntegrationSubOrganizationActiveRecordRequest, CreateOrganizationInfoChangeUrlRequest, DescribePersonCertificateResponse, DescribeFileCounterSignResultRequest, CreateContractDiffTaskWebUrlRequest, DescribeContractReviewTaskRequest, CreateSchemeUrlRequest, CreateFlowApproversResponse, ModifyExtendedServiceRequest, CreateContractReviewWebUrlResponse, DisableUserAutoSignResponse, CreateContractComparisonTaskResponse, DescribeFileUrlsRequest, CreateMiniAppPrepareFlowResponse, CreateConvertTaskApiRequest, OperateTemplateRequest, CreateBatchQuickSignUrlResponse, DeleteSingleSignOnEmployeesResponse, CreateUserMobileChangeUrlResponse, DescribeFlowTemplatesRequest, DescribeFlowEvidenceReportResponse, CreateBatchContractReviewTaskRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateBatchInitOrganizationUrlRequest, DeleteOrganizationAuthorizationsResponse, CreateFlowForwardsRequest, CreateIntegrationDepartmentResponse, DeleteSealPoliciesResponse, DescribeOrganizationAuthStatusResponse, DescribeBatchOrganizationRegistrationTasksRequest, CreateSealPolicyResponse, CreateSchemeUrlResponse, CreateFlowSignUrlResponse, RenewAutoSignLicenseResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, VerifyDigitFileResponse, DeleteIntegrationEmployeesRequest, GetTaskResultApiRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeBillUsageResponse, ModifyIntegrationDepartmentRequest, CreateOrganizationBatchSignUrlResponse, CreatePartnerAutoSignAuthUrlRequest, CreateExtendedServiceAuthInfosResponse, CreateOrganizationBatchSignUrlRequest, DeleteIntegrationDepartmentRequest, DescribeFileCounterSignResultResponse, CreateBatchSignUrlRequest, CreateBatchInformationExtractionTaskResponse, DescribeContractComparisonTaskRequest, DescribeFlowBriefsRequest, CreateInformationExtractionWebUrlResponse, CreateFlowGroupSignReviewRequest, ExportContractComparisonTaskResponse, DescribeContractComparisonTaskResponse, CreateModifyAdminAuthorizationUrlResponse, CreateOrganizationInfoChangeUrlResponse, CreateFlowResponse, CreateUserNameChangeUrlResponse, ModifySingleSignOnEmployeesRequest, DeleteSingleSignOnEmployeesRequest, CancelMultiFlowSignQRCodeResponse, DescribeUserFlowTypeResponse, DescribeExtendedServiceAuthDetailResponse, CreateLegalSealQrCodeResponse, DescribeIntegrationDepartmentsResponse, CreateFileCounterSignRequest, DescribeOrganizationVerifyStatusResponse, DeleteExtendedServiceAuthInfosResponse, ModifyApplicationCallbackInfoResponse, CreateUserVerifyUrlRequest, CreateIntegrationEmployeesRequest, DescribeContractDiffTaskWebUrlResponse, CreateLegalSealQrCodeRequest, CreateOrganizationAuthUrlRequest, CreateIntegrationRoleRequest, DescribeIntegrationRolesRequest, CreateFlowGroupSignReviewResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, DescribeBatchOrganizationRegistrationUrlsRequest, CreateDocumentResponse, CreateIntegrationUserRolesResponse, CreateEmbedWebUrlResponse, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateReleaseFlowResponse, BindEmployeeUserIdWithClientOpenIdRequest, DescribeIntegrationDepartmentsRequest, DescribeExtendedServiceAuthDetailRequest, CreateOrganizationAuthFileRequest, CreateIntegrationSubOrganizationActiveRecordResponse, CreatePersonAuthCertificateImageResponse, DescribeIntegrationEmployeesResponse, ModifyFlowDeadlineResponse, CreateBatchCancelFlowUrlResponse, CreateUserAutoSignEnableUrlResponse, CreatePartnerAutoSignAuthUrlResponse, ArchiveDynamicFlowRequest, ModifyIntegrationRoleResponse, CreateSingleSignOnEmployeesResponse, CreateFlowEvidenceReportResponse, OperateTemplateResponse, CreateOrganizationGroupInvitationLinkResponse, DeleteIntegrationRoleUsersResponse, CreateFlowGroupByFilesRequest, CreatePreparedPersonalEsignResponse, CreateReleaseFlowRequest, CreateIntegrationUserRolesRequest, CreateFlowSignReviewResponse, RenewAutoSignLicenseRequest, CreateWebThemeConfigRequest, CreateEmployeeQualificationSealQrCodeResponse, CreateUserVerifyUrlResponse, GetTaskResultApiResponse, CreatePrepareFlowGroupRequest, CreateFileCounterSignResponse, CreatePrepareFlowRequest, DescribeCancelFlowsTaskRequest, ModifyExtendedServiceResponse, CreateSealPolicyRequest, DescribeContractReviewTaskResponse, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, UpdateIntegrationEmployeesRequest, CreateFlowGroupByTemplatesRequest, CreateBatchContractReviewTaskResponse, DescribeSignFaceVideoRequest, DescribeOrganizationSealsRequest, CreateBatchOrganizationAuthorizationUrlRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, DeleteExtendedServiceAuthInfosRequest, DescribeFlowInfoResponse, DescribeUserAutoSignStatusRequest, CreateFlowBlockchainEvidenceUrlRequest, CreateBatchQuickSignUrlRequest, DescribeExtendedServiceAuthInfosResponse, UpdateIntegrationEmployeesResponse, ModifyPartnerAutoSignAuthUrlRequest, DescribeInformationExtractionWebUrlResponse, CreateExtendedServiceAuthInfosRequest, CreatePrepareFlowGroupResponse, CreateMultiFlowSignQRCodeResponse, DescribeThirdPartyAuthCodeResponse, CreateBatchInitOrganizationUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateOrganizationAuthFileResponse, StartFlowResponse, DescribeContractReviewWebUrlResponse, DescribeInformationExtractionWebUrlRequest, DescribeFlowComponentsResponse, DescribeIntegrationEmployeesRequest, CreateFlowRequest, CreateContractReviewWebUrlRequest, CreateDynamicFlowApproverResponse, CreateBatchOrganizationRegistrationTasksResponse, CreateSingleSignOnEmployeesRequest, DescribeBillUsageDetailRequest, CreateUserAutoSignSealUrlResponse, CreateEmployeeQualificationSealQrCodeRequest, DescribeInformationExtractionTaskResponse, CreateEmployeeChangeUrlResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, DescribeOrganizationAuthStatusRequest, CreateUserAutoSignSealUrlRequest, ModifyFlowDeadlineRequest, CreateFlowApproversRequest, CreatePreparedPersonalEsignRequest, CreateMiniAppPrepareFlowRequest, CreateIntegrationDepartmentRequest, CreateFlowBlockchainEvidenceUrlResponse, CreateDocumentRequest, CreateUserMobileChangeUrlRequest, CreateEmbedWebUrlRequest, CreateFlowGroupByFilesResponse, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateIntegrationEmployeesResponse, CreateModifyAdminAuthorizationUrlRequest, DeleteOrganizationAuthorizationsRequest, CancelUserAutoSignEnableUrlRequest, DescribeUserVerifyStatusResponse, DescribeBillUsageRequest, ModifyApplicationCallbackInfoRequest, DescribeContractDiffTaskWebUrlRequest, StartFlowRequest, DeleteIntegrationEmployeesResponse, CreateFlowRemindsRequest, DescribeSignFaceVideoResponse, VerifyPdfResponse, DescribeBatchOrganizationRegistrationUrlsResponse, ExportContractComparisonTaskRequest, CreateInformationExtractionWebUrlRequest, DescribeUserFlowTypeRequest, DescribeOrganizationGroupOrganizationsResponse } from "./ess_models";
3
+ import { CreateOrganizationGroupInvitationLinkRequest, DescribeCancelFlowsTaskResponse, CreateSealRequest, ModifyIntegrationDepartmentResponse, CancelFlowResponse, DescribeContractReviewWebUrlRequest, DescribeInformationExtractionTaskRequest, CreateDynamicFlowApproverRequest, DisableUserAutoSignRequest, UploadFilesRequest, OperateSealsResponse, CancelUserAutoSignEnableUrlResponse, CreateContractDiffTaskWebUrlResponse, VerifyDigitFileRequest, CreateFlowEvidenceReportRequest, CreateBatchSignUrlResponse, DescribeUserAutoSignStatusResponse, CreateFlowForwardsResponse, DescribeFlowEvidenceReportRequest, DeleteSealPoliciesRequest, CreateFlowGroupByTemplatesResponse, ModifySingleSignOnEmployeesResponse, CreateWebThemeConfigResponse, DescribeFlowInfoRequest, ArchiveDynamicFlowResponse, DescribeSingleSignOnEmployeesRequest, CreateUserNameChangeUrlRequest, UnbindEmployeeUserIdWithClientOpenIdRequest, CreateBatchInformationExtractionTaskRequest, CreateFlowByFilesRequest, OperateSealsRequest, DescribeFileUrlsResponse, CreateBatchAdminChangeInvitationsUrlResponse, DescribeOrganizationSealsResponse, ModifyIntegrationRoleRequest, VerifyPdfRequest, CreateEmployeeChangeUrlRequest, DescribeSingleSignOnEmployeesResponse, CreateUserAutoSignEnableUrlRequest, CreateBatchOrganizationRegistrationTasksRequest, CreateContractComparisonTaskRequest, DescribeBatchOrganizationRegistrationTasksResponse, CreatePrepareFlowResponse, DescribeOrganizationVerifyStatusRequest, CancelMultiFlowSignQRCodeRequest, CreateSealResponse, DescribeIntegrationRolesResponse, DescribeBillUsageDetailResponse, DescribeFlowBriefsResponse, CreateBatchAdminChangeInvitationsRequest, DescribeFlowTemplatesResponse, DescribePersonCertificateRequest, CreateBatchOrganizationAuthorizationUrlResponse, ModifyPartnerAutoSignAuthUrlResponse, CreateIntegrationSubOrganizationActiveRecordRequest, CreateOrganizationInfoChangeUrlRequest, DescribePersonCertificateResponse, CreateBatchAdminChangeInvitationsResponse, DescribeFileCounterSignResultRequest, CreateContractDiffTaskWebUrlRequest, DescribeContractReviewTaskRequest, CreateSchemeUrlRequest, CreateFlowApproversResponse, ModifyExtendedServiceRequest, CreateContractReviewWebUrlResponse, DisableUserAutoSignResponse, CreateContractComparisonTaskResponse, DescribeFileUrlsRequest, CreateMiniAppPrepareFlowResponse, CreateConvertTaskApiRequest, OperateTemplateRequest, CreateBatchQuickSignUrlResponse, DeleteSingleSignOnEmployeesResponse, CreateUserMobileChangeUrlResponse, DescribeFlowTemplatesRequest, DescribeFlowEvidenceReportResponse, CreateBatchContractReviewTaskRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateBatchInitOrganizationUrlRequest, DeleteOrganizationAuthorizationsResponse, CreateFlowForwardsRequest, CreateIntegrationDepartmentResponse, DeleteSealPoliciesResponse, DescribeOrganizationAuthStatusResponse, DescribeBatchOrganizationRegistrationTasksRequest, CreateSealPolicyResponse, CreateSchemeUrlResponse, CreateFlowSignUrlResponse, RenewAutoSignLicenseResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, VerifyDigitFileResponse, DeleteIntegrationEmployeesRequest, GetTaskResultApiRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeBillUsageResponse, ModifyIntegrationDepartmentRequest, CreateOrganizationBatchSignUrlResponse, CreatePartnerAutoSignAuthUrlRequest, CreateExtendedServiceAuthInfosResponse, CreateOrganizationBatchSignUrlRequest, DeleteIntegrationDepartmentRequest, DescribeFileCounterSignResultResponse, CreateBatchSignUrlRequest, CreateBatchInformationExtractionTaskResponse, DescribeContractComparisonTaskRequest, DescribeFlowBriefsRequest, CreateInformationExtractionWebUrlResponse, CreateFlowGroupSignReviewRequest, ExportContractComparisonTaskResponse, DescribeContractComparisonTaskResponse, CreateModifyAdminAuthorizationUrlResponse, CreateOrganizationInfoChangeUrlResponse, CreateFlowResponse, CreateUserNameChangeUrlResponse, ModifySingleSignOnEmployeesRequest, DeleteSingleSignOnEmployeesRequest, CancelMultiFlowSignQRCodeResponse, DescribeUserFlowTypeResponse, DescribeExtendedServiceAuthDetailResponse, CreateLegalSealQrCodeResponse, DescribeIntegrationDepartmentsResponse, CreateFileCounterSignRequest, DescribeOrganizationVerifyStatusResponse, DeleteExtendedServiceAuthInfosResponse, ModifyApplicationCallbackInfoResponse, CreateUserVerifyUrlRequest, CreateIntegrationEmployeesRequest, DescribeContractDiffTaskWebUrlResponse, CreateLegalSealQrCodeRequest, CreateOrganizationAuthUrlRequest, CreateIntegrationRoleRequest, DescribeIntegrationRolesRequest, CreateFlowGroupSignReviewResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, DescribeBatchOrganizationRegistrationUrlsRequest, CreateDocumentResponse, CreateIntegrationUserRolesResponse, CreateEmbedWebUrlResponse, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateReleaseFlowResponse, BindEmployeeUserIdWithClientOpenIdRequest, DescribeIntegrationDepartmentsRequest, DescribeExtendedServiceAuthDetailRequest, CreateOrganizationAuthFileRequest, CreateIntegrationSubOrganizationActiveRecordResponse, CreatePersonAuthCertificateImageResponse, DescribeIntegrationEmployeesResponse, ModifyFlowDeadlineResponse, CreateBatchCancelFlowUrlResponse, CreateUserAutoSignEnableUrlResponse, CreatePartnerAutoSignAuthUrlResponse, ArchiveDynamicFlowRequest, ModifyIntegrationRoleResponse, CreateSingleSignOnEmployeesResponse, CreateFlowEvidenceReportResponse, OperateTemplateResponse, CreateOrganizationGroupInvitationLinkResponse, DeleteIntegrationRoleUsersResponse, CreateFlowGroupByFilesRequest, CreatePreparedPersonalEsignResponse, CreateReleaseFlowRequest, CreateIntegrationUserRolesRequest, CreateFlowSignReviewResponse, RenewAutoSignLicenseRequest, CreateWebThemeConfigRequest, CreateEmployeeQualificationSealQrCodeResponse, CreateUserVerifyUrlResponse, GetTaskResultApiResponse, CreatePrepareFlowGroupRequest, CreateFileCounterSignResponse, CreatePrepareFlowRequest, DescribeCancelFlowsTaskRequest, ModifyExtendedServiceResponse, CreateSealPolicyRequest, DescribeContractReviewTaskResponse, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, UpdateIntegrationEmployeesRequest, CreateFlowGroupByTemplatesRequest, CreateBatchContractReviewTaskResponse, DescribeSignFaceVideoRequest, DescribeOrganizationSealsRequest, CreateBatchOrganizationAuthorizationUrlRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, DeleteExtendedServiceAuthInfosRequest, DescribeFlowInfoResponse, DescribeUserAutoSignStatusRequest, CreateFlowBlockchainEvidenceUrlRequest, CreateBatchQuickSignUrlRequest, DescribeExtendedServiceAuthInfosResponse, UpdateIntegrationEmployeesResponse, ModifyPartnerAutoSignAuthUrlRequest, DescribeInformationExtractionWebUrlResponse, CreateExtendedServiceAuthInfosRequest, CreatePrepareFlowGroupResponse, CreateMultiFlowSignQRCodeResponse, DescribeThirdPartyAuthCodeResponse, CreateBatchInitOrganizationUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateOrganizationAuthFileResponse, StartFlowResponse, DescribeContractReviewWebUrlResponse, DescribeInformationExtractionWebUrlRequest, DescribeFlowComponentsResponse, DescribeIntegrationEmployeesRequest, CreateFlowRequest, CreateContractReviewWebUrlRequest, CreateDynamicFlowApproverResponse, CreateBatchOrganizationRegistrationTasksResponse, CreateSingleSignOnEmployeesRequest, DescribeBillUsageDetailRequest, CreateBatchAdminChangeInvitationsUrlRequest, CreateUserAutoSignSealUrlResponse, CreateEmployeeQualificationSealQrCodeRequest, DescribeInformationExtractionTaskResponse, CreateEmployeeChangeUrlResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, DescribeOrganizationAuthStatusRequest, CreateUserAutoSignSealUrlRequest, ModifyFlowDeadlineRequest, CreateFlowApproversRequest, CreatePreparedPersonalEsignRequest, CreateMiniAppPrepareFlowRequest, CreateIntegrationDepartmentRequest, DescribeUserVerifyStatusRequest, CreateFlowBlockchainEvidenceUrlResponse, CreateDocumentRequest, CreateUserMobileChangeUrlRequest, CreateEmbedWebUrlRequest, CreateFlowGroupByFilesResponse, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateIntegrationEmployeesResponse, CreateModifyAdminAuthorizationUrlRequest, DeleteOrganizationAuthorizationsRequest, CancelUserAutoSignEnableUrlRequest, DescribeUserVerifyStatusResponse, DescribeBillUsageRequest, ModifyApplicationCallbackInfoRequest, DescribeContractDiffTaskWebUrlRequest, StartFlowRequest, DeleteIntegrationEmployeesResponse, CreateFlowRemindsRequest, DescribeSignFaceVideoResponse, VerifyPdfResponse, DescribeBatchOrganizationRegistrationUrlsResponse, ExportContractComparisonTaskRequest, CreateInformationExtractionWebUrlRequest, DescribeUserFlowTypeRequest, DescribeOrganizationGroupOrganizationsResponse } from "./ess_models";
4
4
  /**
5
5
  * ess client
6
6
  * @class
@@ -758,6 +758,13 @@ export declare class Client extends AbstractClient {
758
758
  2. <a href="https://dyn.ess.tencent.cn/guide/apivideo/ess-CreateFlowByFiles.mp4" target="_blank">用PDF文件创建签署流程编写示例</a><br>
759
759
  */
760
760
  CreateFlowByFiles(req: CreateFlowByFilesRequest, cb?: (error: string, rep: CreateFlowByFilesResponse) => void): Promise<CreateFlowByFilesResponse>;
761
+ /**
762
+ * 此接口用于获取企业批量变更超管链接,包含多条超管变更任务。
763
+
764
+ 前提条件:已调用 [CreateBatchAdminChangeInvitations生成批量变更超管任务接口](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchAdminChangeInvitations) 确保任务提交。
765
+ 此链接包含多条超管变更流程,使用该链接可以批量的对企业进行超管变更。
766
+ */
767
+ CreateBatchAdminChangeInvitationsUrl(req: CreateBatchAdminChangeInvitationsUrlRequest, cb?: (error: string, rep: CreateBatchAdminChangeInvitationsUrlResponse) => void): Promise<CreateBatchAdminChangeInvitationsUrlResponse>;
761
768
  /**
762
769
  * 该接口用于发起合同后,生成用户的签署链接 <br/>
763
770
 
@@ -1427,6 +1434,21 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
1427
1434
  2. `本接口返回的文件资源ID就是PDF资源ID,可以直接用于【用PDF文件创建签署流程】接口发起合同。`
1428
1435
  */
1429
1436
  GetTaskResultApi(req: GetTaskResultApiRequest, cb?: (error: string, rep: GetTaskResultApiResponse) => void): Promise<GetTaskResultApiResponse>;
1437
+ /**
1438
+ * 本接口(CreateBatchAdminChangeInvitations)用于批量创建企业超管信息变更。
1439
+ 该接口为提交任务接口,如果需要获得链接, 需要使用接口创建超管变更链接(CreateBatchAdminChangeInvitationsUrl)。
1440
+
1441
+ 批量创建链接有以下限制:
1442
+
1443
+ 1. 单次最多创建10个企业的超管变更。
1444
+ 2. 同一批创建的企业不能重复,唯一值为企业 Id。
1445
+
1446
+ 注意:
1447
+ 此接口创建的超管变更企业,必须是以下两种企业。
1448
+ 1. 集团子企业,调用方必须是主企业。
1449
+ 2. 代认证企业,此企业是由[创建企业认证链接](https://qian.tencent.com/developers/companyApis/organizations/CreateOrganizationAuthUrl)创建的
1450
+ */
1451
+ CreateBatchAdminChangeInvitations(req: CreateBatchAdminChangeInvitationsRequest, cb?: (error: string, rep: CreateBatchAdminChangeInvitationsResponse) => void): Promise<CreateBatchAdminChangeInvitationsResponse>;
1430
1452
  /**
1431
1453
  * 该接口用于结束动态签署方2.0的合同流程。
1432
1454
 
@@ -896,6 +896,15 @@ class Client extends abstract_client_1.AbstractClient {
896
896
  async CreateFlowByFiles(req, cb) {
897
897
  return this.request("CreateFlowByFiles", req, cb);
898
898
  }
899
+ /**
900
+ * 此接口用于获取企业批量变更超管链接,包含多条超管变更任务。
901
+
902
+ 前提条件:已调用 [CreateBatchAdminChangeInvitations生成批量变更超管任务接口](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchAdminChangeInvitations) 确保任务提交。
903
+ 此链接包含多条超管变更流程,使用该链接可以批量的对企业进行超管变更。
904
+ */
905
+ async CreateBatchAdminChangeInvitationsUrl(req, cb) {
906
+ return this.request("CreateBatchAdminChangeInvitationsUrl", req, cb);
907
+ }
899
908
  /**
900
909
  * 该接口用于发起合同后,生成用户的签署链接 <br/>
901
910
 
@@ -1681,6 +1690,23 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
1681
1690
  async GetTaskResultApi(req, cb) {
1682
1691
  return this.request("GetTaskResultApi", req, cb);
1683
1692
  }
1693
+ /**
1694
+ * 本接口(CreateBatchAdminChangeInvitations)用于批量创建企业超管信息变更。
1695
+ 该接口为提交任务接口,如果需要获得链接, 需要使用接口创建超管变更链接(CreateBatchAdminChangeInvitationsUrl)。
1696
+
1697
+ 批量创建链接有以下限制:
1698
+
1699
+ 1. 单次最多创建10个企业的超管变更。
1700
+ 2. 同一批创建的企业不能重复,唯一值为企业 Id。
1701
+
1702
+ 注意:
1703
+ 此接口创建的超管变更企业,必须是以下两种企业。
1704
+ 1. 集团子企业,调用方必须是主企业。
1705
+ 2. 代认证企业,此企业是由[创建企业认证链接](https://qian.tencent.com/developers/companyApis/organizations/CreateOrganizationAuthUrl)创建的
1706
+ */
1707
+ async CreateBatchAdminChangeInvitations(req, cb) {
1708
+ return this.request("CreateBatchAdminChangeInvitations", req, cb);
1709
+ }
1684
1710
  /**
1685
1711
  * 该接口用于结束动态签署方2.0的合同流程。
1686
1712