tencentcloud-sdk-nodejs 4.1.61 → 4.1.62

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 (24) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/ess/v20201111/ess_client.js +6 -0
  3. package/es/services/essbasic/v20210526/essbasic_client.js +6 -0
  4. package/es/services/live/v20180801/live_client.js +17 -2
  5. package/es/services/trocket/v20230308/trocket_client.js +3 -0
  6. package/package.json +1 -1
  7. package/tencentcloud/common/sdk_version.d.ts +1 -1
  8. package/tencentcloud/common/sdk_version.js +1 -1
  9. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
  10. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +3 -3
  11. package/tencentcloud/services/es/v20250101/es_models.d.ts +8 -0
  12. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -1
  13. package/tencentcloud/services/ess/v20201111/ess_client.js +15 -0
  14. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +114 -0
  15. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +15 -2
  16. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +18 -1
  17. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +143 -33
  18. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +5 -3
  19. package/tencentcloud/services/live/v20180801/live_client.d.ts +23 -3
  20. package/tencentcloud/services/live/v20180801/live_client.js +33 -3
  21. package/tencentcloud/services/live/v20180801/live_models.d.ts +330 -70
  22. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +11 -1
  23. package/tencentcloud/services/trocket/v20230308/trocket_client.js +12 -0
  24. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +94 -8
@@ -1 +1 @@
1
- export const sdkVersion = "4.1.61";
1
+ export const sdkVersion = "4.1.62";
@@ -24,6 +24,9 @@ export class Client extends AbstractClient {
24
24
  async DescribeBatchOrganizationRegistrationUrls(req, cb) {
25
25
  return this.request("DescribeBatchOrganizationRegistrationUrls", req, cb);
26
26
  }
27
+ async DescribeBatchOrganizationRegistrationTasks(req, cb) {
28
+ return this.request("DescribeBatchOrganizationRegistrationTasks", req, cb);
29
+ }
27
30
  async CreatePreparedPersonalEsign(req, cb) {
28
31
  return this.request("CreatePreparedPersonalEsign", req, cb);
29
32
  }
@@ -243,6 +246,9 @@ export class Client extends AbstractClient {
243
246
  async DescribeUserFlowType(req, cb) {
244
247
  return this.request("DescribeUserFlowType", req, cb);
245
248
  }
249
+ async CreateModifyAdminAuthorizationUrl(req, cb) {
250
+ return this.request("CreateModifyAdminAuthorizationUrl", req, cb);
251
+ }
246
252
  async CreateIntegrationEmployees(req, cb) {
247
253
  return this.request("CreateIntegrationEmployees", req, cb);
248
254
  }
@@ -66,6 +66,9 @@ export class Client extends AbstractClient {
66
66
  async CreateSealByImage(req, cb) {
67
67
  return this.request("CreateSealByImage", req, cb);
68
68
  }
69
+ async DescribeBatchOrganizationRegistrationTasks(req, cb) {
70
+ return this.request("DescribeBatchOrganizationRegistrationTasks", req, cb);
71
+ }
69
72
  async ChannelCreateConvertTaskApi(req, cb) {
70
73
  return this.request("ChannelCreateConvertTaskApi", req, cb);
71
74
  }
@@ -195,6 +198,9 @@ export class Client extends AbstractClient {
195
198
  async ChannelCreateFlowGroupByFiles(req, cb) {
196
199
  return this.request("ChannelCreateFlowGroupByFiles", req, cb);
197
200
  }
201
+ async CreateModifyAdminAuthorizationUrl(req, cb) {
202
+ return this.request("CreateModifyAdminAuthorizationUrl", req, cb);
203
+ }
198
204
  async DescribeFlowDetailInfo(req, cb) {
199
205
  return this.request("DescribeFlowDetailInfo", req, cb);
200
206
  }
@@ -57,6 +57,9 @@ export class Client extends AbstractClient {
57
57
  async DescribeLiveSnapshotRules(req, cb) {
58
58
  return this.request("DescribeLiveSnapshotRules", req, cb);
59
59
  }
60
+ async DescribeLiveCloudEffectList(req, cb) {
61
+ return this.request("DescribeLiveCloudEffectList", req, cb);
62
+ }
60
63
  async ReleaseCaster(req, cb) {
61
64
  return this.request("ReleaseCaster", req, cb);
62
65
  }
@@ -192,6 +195,9 @@ export class Client extends AbstractClient {
192
195
  async DescribeLiveStreamMonitor(req, cb) {
193
196
  return this.request("DescribeLiveStreamMonitor", req, cb);
194
197
  }
198
+ async SendLiveCloudEffect(req, cb) {
199
+ return this.request("SendLiveCloudEffect", req, cb);
200
+ }
195
201
  async DeleteLiveWatermark(req, cb) {
196
202
  return this.request("DeleteLiveWatermark", req, cb);
197
203
  }
@@ -213,8 +219,8 @@ export class Client extends AbstractClient {
213
219
  async DescribeStreamDayPlayInfoList(req, cb) {
214
220
  return this.request("DescribeStreamDayPlayInfoList", req, cb);
215
221
  }
216
- async ModifyLivePushAuthKey(req, cb) {
217
- return this.request("ModifyLivePushAuthKey", req, cb);
222
+ async DescribeLivePadStreamList(req, cb) {
223
+ return this.request("DescribeLivePadStreamList", req, cb);
218
224
  }
219
225
  async ModifyLiveTranscodeTemplate(req, cb) {
220
226
  return this.request("ModifyLiveTranscodeTemplate", req, cb);
@@ -438,6 +444,9 @@ export class Client extends AbstractClient {
438
444
  async DescribeCallbackRecordsList(req, cb) {
439
445
  return this.request("DescribeCallbackRecordsList", req, cb);
440
446
  }
447
+ async StopLivePadStream(req, cb) {
448
+ return this.request("StopLivePadStream", req, cb);
449
+ }
441
450
  async CreateLiveRecordRule(req, cb) {
442
451
  return this.request("CreateLiveRecordRule", req, cb);
443
452
  }
@@ -468,6 +477,9 @@ export class Client extends AbstractClient {
468
477
  async DescribeLivePadTemplates(req, cb) {
469
478
  return this.request("DescribeLivePadTemplates", req, cb);
470
479
  }
480
+ async ModifyLivePushAuthKey(req, cb) {
481
+ return this.request("ModifyLivePushAuthKey", req, cb);
482
+ }
471
483
  async DescribeLiveWatermarkRules(req, cb) {
472
484
  return this.request("DescribeLiveWatermarkRules", req, cb);
473
485
  }
@@ -585,6 +597,9 @@ export class Client extends AbstractClient {
585
597
  async DescribeLiveStreamPushInfoList(req, cb) {
586
598
  return this.request("DescribeLiveStreamPushInfoList", req, cb);
587
599
  }
600
+ async StartLivePadStream(req, cb) {
601
+ return this.request("StartLivePadStream", req, cb);
602
+ }
588
603
  async DeleteLiveSnapshotTemplate(req, cb) {
589
604
  return this.request("DeleteLiveSnapshotTemplate", req, cb);
590
605
  }
@@ -39,6 +39,9 @@ export class Client extends AbstractClient {
39
39
  async ImportSourceClusterConsumerGroups(req, cb) {
40
40
  return this.request("ImportSourceClusterConsumerGroups", req, cb);
41
41
  }
42
+ async DescribeSmoothMigrationTaskList(req, cb) {
43
+ return this.request("DescribeSmoothMigrationTaskList", req, cb);
44
+ }
42
45
  async DeleteInstance(req, cb) {
43
46
  return this.request("DeleteInstance", req, cb);
44
47
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.1.61",
3
+ "version": "4.1.62",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.1.61";
1
+ export declare const sdkVersion = "4.1.62";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.1.61";
4
+ exports.sdkVersion = "4.1.62";
@@ -959,7 +959,7 @@ export interface CreateRecTaskRequest {
959
959
  **注意:电话通讯场景,请务必使用以下8k引擎**
960
960
  • 8k_zh:中文电话通讯;
961
961
  • 8k_en:英文电话通讯;
962
- **8k_zh_large:**普方大模型引擎【大模型版】。当前模型同时支持中文、[多种中文方言](https://cloud.tencent.com/document/product/1093/35682)等语言的识别,模型参数量极大,语言模型性能增强,针对电话音频中各类场景、各类中文方言的识别准确率极大提升,[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比常规版本与普方大模型版本的识别效果;
962
+ • 8k_zh_large:中文电话场景专用大模型引擎。通过显著提升模型参数规模与语言建模能力,实现对电话音频中复杂场景(如口音干扰、背景噪声)的高精度识别,识别准确率较常规版本大幅提升。[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比常规版本与普方大模型效果;
963
963
 
964
964
  注意:如您有电话通讯场景识别需求,但发现需求语种仅支持16k,可将8k音频传入下方16k引擎,亦能获取识别结果。但**16k引擎并非基于电话通讯数据训练,无法承诺此种调用方式的识别效果,需由您自行验证识别结果是否可用**
965
965
 
@@ -488,7 +488,7 @@ export interface ModifyFileSystemAutoScaleUpRuleRequest {
488
488
  */
489
489
  ScaleUpThreshold: number;
490
490
  /**
491
- * 扩容后目标阈值,范围[1-90],该值要小于 ScaleUpThreshold
491
+ * 扩容后目标阈值,范围[10-90],该值要小于 ScaleUpThreshold
492
492
  */
493
493
  TargetThreshold: number;
494
494
  /**
@@ -1152,7 +1152,7 @@ export interface ModifyFileSystemAutoScaleUpRuleResponse {
1152
1152
  */
1153
1153
  ScaleUpThreshold?: number;
1154
1154
  /**
1155
- * 扩容后达到阈值,范围[1-90]
1155
+ * 扩容后达到阈值,范围[10-90]
1156
1156
  */
1157
1157
  TargetThreshold?: number;
1158
1158
  /**
@@ -1385,7 +1385,7 @@ export interface AutoScaleUpRule {
1385
1385
  */
1386
1386
  ScaleThreshold?: number;
1387
1387
  /**
1388
- * 扩容后使用量跟集群总量比例,范围[1-90]
1388
+ * 扩容后使用量跟集群总量比例,范围[10-90]
1389
1389
  */
1390
1390
  TargetThreshold?: number;
1391
1391
  }
@@ -252,6 +252,10 @@ export interface ChunkDocumentResponse {
252
252
  * 无
253
253
  */
254
254
  Chunks?: Array<Chunk>;
255
+ /**
256
+ * token消耗量
257
+ */
258
+ Usage?: Usage;
255
259
  /**
256
260
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
257
261
  */
@@ -357,6 +361,10 @@ export interface ChunkConfig {
357
361
  * 分隔符列表
358
362
  */
359
363
  Delimiters?: Array<string>;
364
+ /**
365
+ * 相邻切片重合字符数,需要小于分片长度
366
+ */
367
+ ChunkOverlap?: number;
360
368
  }
361
369
  /**
362
370
  * 会话内容,按对话时间从旧到新在数组中排列,长度受模型窗口大小限制。
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DescribePersonCertificateResponse, CreateOrganizationGroupInvitationLinkRequest, DescribeCancelFlowsTaskResponse, DescribeUserFlowTypeResponse, DescribeFileCounterSignResultRequest, CreateSealRequest, CancelFlowResponse, DescribeExtendedServiceAuthDetailResponse, UpdateIntegrationEmployeesResponse, CreateContractDiffTaskWebUrlRequest, CreatePreparedPersonalEsignRequest, CreateLegalSealQrCodeResponse, DescribeIntegrationDepartmentsResponse, CreateFileCounterSignRequest, DescribeOrganizationVerifyStatusResponse, DeleteExtendedServiceAuthInfosResponse, CreateFlowForwardsRequest, CreateDynamicFlowApproverRequest, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateFlowRemindsRequest, CancelUserAutoSignEnableUrlRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeIntegrationDepartmentsRequest, DescribeThirdPartyAuthCodeResponse, DescribeUserVerifyStatusResponse, DisableUserAutoSignResponse, ModifyExtendedServiceRequest, CreateBatchInitOrganizationUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateContractDiffTaskWebUrlResponse, CreateIntegrationEmployeesRequest, CreateOrganizationAuthFileResponse, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, DescribeContractDiffTaskWebUrlResponse, OperateTemplateRequest, CreateOrganizationAuthUrlRequest, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, ModifyApplicationCallbackInfoRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateFlowGroupSignReviewResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, DescribeUserAutoSignStatusResponse, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, CreateWebThemeConfigRequest, DescribeSignFaceVideoRequest, CreateEmployeeQualificationSealQrCodeResponse, CreateFlowGroupByTemplatesResponse, CreateUserVerifyUrlResponse, DescribeBatchOrganizationRegistrationUrlsRequest, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateDynamicFlowApproverResponse, CreateBatchOrganizationRegistrationTasksResponse, CreateReleaseFlowResponse, CreateBatchInitOrganizationUrlRequest, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DeleteOrganizationAuthorizationsResponse, DescribeExtendedServiceAuthDetailRequest, CreateUserNameChangeUrlRequest, CreateOrganizationAuthFileRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, CreateIntegrationSubOrganizationActiveRecordResponse, ArchiveDynamicFlowResponse, DeleteSealPoliciesResponse, CreateLegalSealQrCodeRequest, DescribeOrganizationAuthStatusResponse, CreateUserAutoSignSealUrlResponse, CreateEmployeeQualificationSealQrCodeRequest, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DeleteSealPoliciesRequest, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, CreateEmployeeChangeUrlResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, DescribeOrganizationAuthStatusRequest, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreatePartnerAutoSignAuthUrlResponse, ArchiveDynamicFlowRequest, CreateUserAutoSignSealUrlRequest, ModifyFlowDeadlineRequest, CreateFlowApproversRequest, ModifyFlowDeadlineResponse, OperateSealsResponse, CreateFlowEvidenceReportResponse, CreatePrepareFlowGroupResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, OperateTemplateResponse, CreateIntegrationDepartmentRequest, DescribeUserVerifyStatusRequest, CreateFlowBlockchainEvidenceUrlResponse, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, VerifyDigitFileResponse, DescribeOrganizationSealsResponse, CreateUserMobileChangeUrlRequest, CreateEmbedWebUrlRequest, DeleteIntegrationEmployeesRequest, DescribeUserAutoSignStatusRequest, GetTaskResultApiRequest, DescribeFlowBriefsResponse, ModifyIntegrationRoleRequest, CreateFlowGroupByFilesResponse, CreateReleaseFlowRequest, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateIntegrationEmployeesResponse, CreateIntegrationUserRolesRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeFlowEvidenceReportRequest, CreateEmployeeChangeUrlRequest, DescribeBillUsageResponse, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, RenewAutoSignLicenseRequest, CreateUserAutoSignEnableUrlRequest, CreateOrganizationBatchSignUrlResponse, UnbindEmployeeUserIdWithClientOpenIdRequest, DeleteOrganizationAuthorizationsRequest, StartFlowRequest, CreateBatchOrganizationRegistrationTasksRequest, CreateUserVerifyUrlRequest, CreatePartnerAutoSignAuthUrlRequest, CreateExtendedServiceAuthInfosResponse, CreateFlowForwardsResponse, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, ModifyIntegrationDepartmentResponse, GetTaskResultApiResponse, DescribeOrganizationVerifyStatusRequest, DescribeBillUsageRequest, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, CancelUserAutoSignEnableUrlResponse, CreatePrepareFlowGroupRequest, CreateFileCounterSignResponse, DescribeContractDiffTaskWebUrlRequest, CreateUserNameChangeUrlResponse, CreateSealResponse, CreatePrepareFlowRequest, DescribeUserFlowTypeRequest, DescribeCancelFlowsTaskRequest, CreateEmbedWebUrlResponse, ModifyExtendedServiceResponse, CreateFlowGroupByTemplatesRequest, DescribeFileCounterSignResultResponse, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, DescribeIntegrationRolesResponse, CreateBatchSignUrlRequest, CreateExtendedServiceAuthInfosRequest, VerifyDigitFileRequest, UpdateIntegrationEmployeesRequest, DescribeFlowBriefsRequest, CreateSealPolicyRequest, DescribeBillUsageDetailResponse, CreateUserMobileChangeUrlResponse, CreateUserAutoSignEnableUrlResponse, DescribeSignFaceVideoResponse, ModifyIntegrationRoleResponse, VerifyPdfResponse, CreateFlowGroupSignReviewRequest, DescribeBillUsageDetailRequest, DescribeFlowTemplatesResponse, DescribeBatchOrganizationRegistrationUrlsResponse, UploadFilesRequest, DescribeOrganizationSealsRequest, DescribePersonCertificateRequest, CreateBatchOrganizationAuthorizationUrlRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, VerifyPdfRequest, DescribeFlowInfoRequest, DeleteExtendedServiceAuthInfosRequest, DescribeExtendedServiceAuthInfosResponse, CreateBatchOrganizationAuthorizationUrlResponse, DescribeFlowInfoResponse, RenewAutoSignLicenseResponse, CancelMultiFlowSignQRCodeResponse, CreateFlowResponse, CreateIntegrationSubOrganizationActiveRecordRequest, CreateFlowBlockchainEvidenceUrlRequest, CreateBatchQuickSignUrlRequest, OperateSealsRequest, CreateOrganizationInfoChangeUrlRequest, DescribeOrganizationGroupOrganizationsResponse, CreateOrganizationGroupInvitationLinkResponse } from "./ess_models";
3
+ import { DescribePersonCertificateResponse, CreateOrganizationGroupInvitationLinkRequest, DescribeCancelFlowsTaskResponse, DescribeUserFlowTypeResponse, DescribeFileCounterSignResultRequest, CreateSealRequest, CancelFlowResponse, DescribeExtendedServiceAuthDetailResponse, UpdateIntegrationEmployeesResponse, CreateContractDiffTaskWebUrlRequest, CreatePreparedPersonalEsignRequest, CreateLegalSealQrCodeResponse, DescribeIntegrationDepartmentsResponse, CreateFileCounterSignRequest, DescribeOrganizationVerifyStatusResponse, DeleteExtendedServiceAuthInfosResponse, CreateFlowForwardsRequest, CreateDynamicFlowApproverRequest, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateFlowRemindsRequest, CancelUserAutoSignEnableUrlRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeIntegrationDepartmentsRequest, DescribeThirdPartyAuthCodeResponse, DescribeUserVerifyStatusResponse, DisableUserAutoSignResponse, ModifyExtendedServiceRequest, CreateBatchInitOrganizationUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateContractDiffTaskWebUrlResponse, CreateIntegrationEmployeesRequest, CreateOrganizationAuthFileResponse, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, DescribeContractDiffTaskWebUrlResponse, OperateTemplateRequest, CreateOrganizationAuthUrlRequest, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, ModifyApplicationCallbackInfoRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateFlowGroupSignReviewResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, DescribeUserAutoSignStatusResponse, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, CreateWebThemeConfigRequest, DescribeSignFaceVideoRequest, CreateEmployeeQualificationSealQrCodeResponse, CreateFlowGroupByTemplatesResponse, CreateUserVerifyUrlResponse, DescribeBatchOrganizationRegistrationUrlsRequest, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateDynamicFlowApproverResponse, CreateBatchOrganizationRegistrationTasksResponse, CreateReleaseFlowResponse, CreateBatchInitOrganizationUrlRequest, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DeleteOrganizationAuthorizationsResponse, DescribeExtendedServiceAuthDetailRequest, CreateUserNameChangeUrlRequest, CreateOrganizationAuthFileRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, CreateIntegrationSubOrganizationActiveRecordResponse, ArchiveDynamicFlowResponse, DeleteSealPoliciesResponse, CreateLegalSealQrCodeRequest, DescribeOrganizationAuthStatusResponse, CreateUserAutoSignSealUrlResponse, CreateEmployeeQualificationSealQrCodeRequest, DescribeBatchOrganizationRegistrationTasksRequest, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DeleteSealPoliciesRequest, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, CreateEmployeeChangeUrlResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, DescribeOrganizationAuthStatusRequest, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreatePartnerAutoSignAuthUrlResponse, ArchiveDynamicFlowRequest, CreateUserAutoSignSealUrlRequest, ModifyFlowDeadlineRequest, CreateFlowApproversRequest, ModifyFlowDeadlineResponse, OperateSealsResponse, CreateFlowEvidenceReportResponse, CreatePrepareFlowGroupResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, OperateTemplateResponse, CreateIntegrationDepartmentRequest, DescribeUserVerifyStatusRequest, CreateFlowBlockchainEvidenceUrlResponse, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, VerifyDigitFileResponse, DescribeOrganizationSealsResponse, CreateUserMobileChangeUrlRequest, CreateEmbedWebUrlRequest, DeleteIntegrationEmployeesRequest, DescribeUserAutoSignStatusRequest, GetTaskResultApiRequest, DescribeFlowBriefsResponse, ModifyIntegrationRoleRequest, CreateFlowGroupByFilesResponse, CreateReleaseFlowRequest, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateIntegrationEmployeesResponse, CreateIntegrationUserRolesRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeFlowEvidenceReportRequest, CreateEmployeeChangeUrlRequest, CreateModifyAdminAuthorizationUrlRequest, DescribeBillUsageResponse, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, RenewAutoSignLicenseRequest, CreateUserAutoSignEnableUrlRequest, CreateOrganizationBatchSignUrlResponse, UnbindEmployeeUserIdWithClientOpenIdRequest, DeleteOrganizationAuthorizationsRequest, StartFlowRequest, CreateBatchOrganizationRegistrationTasksRequest, CreateUserVerifyUrlRequest, CreatePartnerAutoSignAuthUrlRequest, DescribeBatchOrganizationRegistrationTasksResponse, CreateExtendedServiceAuthInfosResponse, CreateFlowForwardsResponse, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, ModifyIntegrationDepartmentResponse, GetTaskResultApiResponse, DescribeOrganizationVerifyStatusRequest, DescribeBillUsageRequest, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, CancelUserAutoSignEnableUrlResponse, CreatePrepareFlowGroupRequest, CreateFileCounterSignResponse, DescribeContractDiffTaskWebUrlRequest, CreateUserNameChangeUrlResponse, CreateSealResponse, CreatePrepareFlowRequest, DescribeUserFlowTypeRequest, DescribeCancelFlowsTaskRequest, CreateEmbedWebUrlResponse, ModifyExtendedServiceResponse, CreateFlowGroupByTemplatesRequest, DescribeFileCounterSignResultResponse, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, DescribeIntegrationRolesResponse, CreateBatchSignUrlRequest, CreateExtendedServiceAuthInfosRequest, VerifyDigitFileRequest, UpdateIntegrationEmployeesRequest, DescribeFlowBriefsRequest, CreateSealPolicyRequest, DescribeBillUsageDetailResponse, CreateUserMobileChangeUrlResponse, CreateUserAutoSignEnableUrlResponse, DescribeSignFaceVideoResponse, ModifyIntegrationRoleResponse, VerifyPdfResponse, CreateFlowGroupSignReviewRequest, DescribeBillUsageDetailRequest, DescribeFlowTemplatesResponse, DescribeBatchOrganizationRegistrationUrlsResponse, UploadFilesRequest, DescribeOrganizationSealsRequest, DescribePersonCertificateRequest, CreateBatchOrganizationAuthorizationUrlRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, VerifyPdfRequest, DescribeFlowInfoRequest, CreateModifyAdminAuthorizationUrlResponse, DeleteExtendedServiceAuthInfosRequest, DescribeExtendedServiceAuthInfosResponse, CreateBatchOrganizationAuthorizationUrlResponse, DescribeFlowInfoResponse, RenewAutoSignLicenseResponse, CancelMultiFlowSignQRCodeResponse, CreateFlowResponse, CreateIntegrationSubOrganizationActiveRecordRequest, CreateFlowBlockchainEvidenceUrlRequest, CreateBatchQuickSignUrlRequest, OperateSealsRequest, CreateOrganizationInfoChangeUrlRequest, DescribeOrganizationGroupOrganizationsResponse, CreateOrganizationGroupInvitationLinkResponse } from "./ess_models";
4
4
  /**
5
5
  * ess client
6
6
  * @class
@@ -89,6 +89,10 @@ export declare class Client extends AbstractClient {
89
89
  异步任务的处理完成时间视当前已提交的任务量、任务的复杂程度等因素决定,正常情况下 3~5 秒即可完成,但也可能需要更长的时间
90
90
  */
91
91
  DescribeBatchOrganizationRegistrationUrls(req: DescribeBatchOrganizationRegistrationUrlsRequest, cb?: (error: string, rep: DescribeBatchOrganizationRegistrationUrlsResponse) => void): Promise<DescribeBatchOrganizationRegistrationUrlsResponse>;
92
+ /**
93
+ * 本接口(DescribeBatchOrganizationRegistrationTasks)用于查询企业批量认证任务状态。
94
+ */
95
+ DescribeBatchOrganizationRegistrationTasks(req: DescribeBatchOrganizationRegistrationTasksRequest, cb?: (error: string, rep: DescribeBatchOrganizationRegistrationTasksResponse) => void): Promise<DescribeBatchOrganizationRegistrationTasksResponse>;
92
96
  /**
93
97
  * 本接口(CreatePreparedPersonalEsign)用于创建导入个人印章(处方单场景专用,使用此接口请与客户经理确认)。
94
98
  */
@@ -1037,6 +1041,13 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
1037
1041
  </ul>
1038
1042
  */
1039
1043
  DescribeUserFlowType(req: DescribeUserFlowTypeRequest, cb?: (error: string, rep: DescribeUserFlowTypeResponse) => void): Promise<DescribeUserFlowTypeResponse>;
1044
+ /**
1045
+ * 本接口(CreateModifyAdminAuthorizationUrl)用于重新上传超管授权书。
1046
+
1047
+ 注意:
1048
+ 1. 重新上传超管授权书,必须是审核失败的情况下才能重新上传,可以通过回调[!授权书认证审核结果回调](https://qian.tencent.com/developers/company/callback_types_staffs#%E5%8D%81%E5%85%AD-%E6%8E%88%E6%9D%83%E4%B9%A6%E8%AE%A4%E8%AF%81%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到
1049
+ */
1050
+ CreateModifyAdminAuthorizationUrl(req: CreateModifyAdminAuthorizationUrlRequest, cb?: (error: string, rep: CreateModifyAdminAuthorizationUrlResponse) => void): Promise<CreateModifyAdminAuthorizationUrlResponse>;
1040
1051
  /**
1041
1052
  * 此接口(CreateIntegrationEmployees)用于创建企业员工。创建的员工初始化为未实名,如下图所示。
1042
1053
 
@@ -123,6 +123,12 @@ class Client extends abstract_client_1.AbstractClient {
123
123
  async DescribeBatchOrganizationRegistrationUrls(req, cb) {
124
124
  return this.request("DescribeBatchOrganizationRegistrationUrls", req, cb);
125
125
  }
126
+ /**
127
+ * 本接口(DescribeBatchOrganizationRegistrationTasks)用于查询企业批量认证任务状态。
128
+ */
129
+ async DescribeBatchOrganizationRegistrationTasks(req, cb) {
130
+ return this.request("DescribeBatchOrganizationRegistrationTasks", req, cb);
131
+ }
126
132
  /**
127
133
  * 本接口(CreatePreparedPersonalEsign)用于创建导入个人印章(处方单场景专用,使用此接口请与客户经理确认)。
128
134
  */
@@ -1217,6 +1223,15 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
1217
1223
  async DescribeUserFlowType(req, cb) {
1218
1224
  return this.request("DescribeUserFlowType", req, cb);
1219
1225
  }
1226
+ /**
1227
+ * 本接口(CreateModifyAdminAuthorizationUrl)用于重新上传超管授权书。
1228
+
1229
+ 注意:
1230
+ 1. 重新上传超管授权书,必须是审核失败的情况下才能重新上传,可以通过回调[!授权书认证审核结果回调](https://qian.tencent.com/developers/company/callback_types_staffs#%E5%8D%81%E5%85%AD-%E6%8E%88%E6%9D%83%E4%B9%A6%E8%AE%A4%E8%AF%81%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到
1231
+ */
1232
+ async CreateModifyAdminAuthorizationUrl(req, cb) {
1233
+ return this.request("CreateModifyAdminAuthorizationUrl", req, cb);
1234
+ }
1220
1235
  /**
1221
1236
  * 此接口(CreateIntegrationEmployees)用于创建企业员工。创建的员工初始化为未实名,如下图所示。
1222
1237
 
@@ -2254,6 +2254,48 @@ export interface CreateEmployeeQualificationSealQrCodeResponse {
2254
2254
  */
2255
2255
  RequestId?: string;
2256
2256
  }
2257
+ /**
2258
+ * 批量认证企业任务详情信息,其中包括 TaskId,状态信息等等。
2259
+ */
2260
+ export interface BatchOrganizationRegistrationTasksDetails {
2261
+ /**
2262
+ * 生成注册链接的任务Id
2263
+ */
2264
+ TaskId?: string;
2265
+ /**
2266
+ * 批量创建企业任务的状态
2267
+ <ul>
2268
+ <li>Processing</li>
2269
+ <li>Create</li>
2270
+ <li>Submit</li>
2271
+ <li>Authorization</li>
2272
+ <li>Failed</li>
2273
+ </ul>
2274
+
2275
+ 各个状态所代表的含义如下表格所示:
2276
+ <table>
2277
+ <thead align="center" valign="center">
2278
+ <tr><th>任务状态名称</th><th>任务状态详情</th></tr>
2279
+ </thead>
2280
+ <tbody>
2281
+ <tr><th align="center" valign="center">Processing</th><th>企业认证任务处理中,用户调用了<a href="https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationRegistrationTasks">CreateBatchOrganizationRegistrationTasks</a>接口,但是任务还在处理中的状态</th></tr>
2282
+ <tr><th align="center" valign="center">Create</th><th>创建企业认证链接任务完成,可以调用生成任务链接接口</th></tr>
2283
+ <tr><th align="center" valign="center">Submit</th><th>企业认证任务已提交,到如下界面之后,会变为这个状态
2284
+
2285
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/acbcec8c7a71de14d9c041e3b8ca8b3f.png)</th></tr>
2286
+ <tr><th align="center" valign="center">Authorization</th><th>企业认证任务认证成功,点击下图下一步,进入到授权书上传或者法人认证,则会变为这个状态
2287
+
2288
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/c52448354871cffa729da8db4e3a6f18.png)</th></tr>
2289
+ <tr><th align="center" valign="center">Failed</th><th>企业认证任务失败</th></tr>
2290
+ </tbody>
2291
+ </table>
2292
+ */
2293
+ Status?: string;
2294
+ /**
2295
+ * 如果任务失败,会返回错误信息
2296
+ */
2297
+ ErrorMessage?: string;
2298
+ }
2257
2299
  /**
2258
2300
  * CreateFlowGroupByTemplates返回参数结构体
2259
2301
  */
@@ -3965,6 +4007,25 @@ export interface CreateEmployeeQualificationSealQrCodeRequest {
3965
4007
  */
3966
4008
  HintText?: string;
3967
4009
  }
4010
+ /**
4011
+ * DescribeBatchOrganizationRegistrationTasks请求参数结构体
4012
+ */
4013
+ export interface DescribeBatchOrganizationRegistrationTasksRequest {
4014
+ /**
4015
+ * 执行本接口操作的员工信息。
4016
+ 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
4017
+ */
4018
+ Operator: UserInfo;
4019
+ /**
4020
+ * 代理企业和员工的信息。
4021
+ 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
4022
+ */
4023
+ Agent?: Agent;
4024
+ /**
4025
+ * 企业批量认证链接的子任务 SubTaskId,该 SubTaskId 是通过接口[查询企业批量认证链接](https://qian.tencent.com/developers/companyApis/organizations/DescribeBatchOrganizationRegistrationUrls)可以得到。
4026
+ */
4027
+ TaskIds?: Array<string>;
4028
+ }
3968
4029
  /**
3969
4030
  * CreatePersonAuthCertificateImage返回参数结构体
3970
4031
  */
@@ -7136,6 +7197,29 @@ export interface ExtendScene {
7136
7197
  */
7137
7198
  GenerateTypeLogo?: string;
7138
7199
  }
7200
+ /**
7201
+ * CreateModifyAdminAuthorizationUrl请求参数结构体
7202
+ */
7203
+ export interface CreateModifyAdminAuthorizationUrlRequest {
7204
+ /**
7205
+ * 执行本接口操作的员工信息。
7206
+ 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
7207
+ */
7208
+ Operator: UserInfo;
7209
+ /**
7210
+ * 代理企业和员工的信息。
7211
+ 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
7212
+ */
7213
+ Agent?: Agent;
7214
+ /**
7215
+ * 企业认证流Id,可以通过回调[授权书认证审核结果回调](https://qian.tencent.com/developers/company/callback_types_staffs#%E5%8D%81%E5%85%AD-%E6%8E%88%E6%9D%83%E4%B9%A6%E8%AE%A4%E8%AF%81%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到
7216
+ */
7217
+ AuthorizationId?: string;
7218
+ /**
7219
+ * 要跳转的链接类型<ul><li> **HTTP**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 ,此时返回长链 (默认类型)</li><li>**HTTP_SHORT_URL**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型,此时返回短链</li><li>**APP**: 第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型</li><li>**PC**: 跳转电子签web 端控制台的链接。</li></ul>
7220
+ */
7221
+ Endpoint?: string;
7222
+ }
7139
7223
  /**
7140
7224
  * DescribeBillUsage返回参数结构体
7141
7225
  */
@@ -7789,6 +7873,19 @@ export interface CreatePartnerAutoSignAuthUrlRequest {
7789
7873
  */
7790
7874
  AuthToMe?: boolean;
7791
7875
  }
7876
+ /**
7877
+ * DescribeBatchOrganizationRegistrationTasks返回参数结构体
7878
+ */
7879
+ export interface DescribeBatchOrganizationRegistrationTasksResponse {
7880
+ /**
7881
+ * 企业批量任务状态明细
7882
+ */
7883
+ Details?: Array<BatchOrganizationRegistrationTasksDetails>;
7884
+ /**
7885
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7886
+ */
7887
+ RequestId?: string;
7888
+ }
7792
7889
  /**
7793
7890
  * 创建员工的失败数据
7794
7891
  */
@@ -10350,6 +10447,23 @@ export interface DescribeFlowInfoRequest {
10350
10447
  */
10351
10448
  FlowGroupId?: string;
10352
10449
  }
10450
+ /**
10451
+ * CreateModifyAdminAuthorizationUrl返回参数结构体
10452
+ */
10453
+ export interface CreateModifyAdminAuthorizationUrlResponse {
10454
+ /**
10455
+ * 变更企业超管授权书链接。
10456
+ 没有有效期限制。
10457
+
10458
+ 注意:
10459
+ 此链接仅能由当时认证企业的认证人使用。
10460
+ */
10461
+ Url?: string;
10462
+ /**
10463
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10464
+ */
10465
+ RequestId?: string;
10466
+ }
10353
10467
  /**
10354
10468
  * DeleteExtendedServiceAuthInfos请求参数结构体
10355
10469
  */
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { SyncProxyOrganizationResponse, ChannelCreateConvertTaskApiResponse, ChannelCreateFlowRemindsResponse, DescribeUserFlowTypeResponse, ChannelDeleteSealPoliciesRequest, ChannelBatchCancelFlowsResponse, ChannelDescribeSignFaceVideoRequest, ChannelDisableUserAutoSignResponse, DescribeExtendedServiceAuthDetailResponse, CreateLegalSealQrCodeResponse, DescribeCancelFlowsTaskResponse, CreateEmployeeQualificationSealQrCodeResponse, ChannelCreateFlowGroupByTemplatesResponse, ChannelCreateFlowSignReviewRequest, CreateFlowForwardsRequest, DescribeFlowDetailInfoRequest, ChannelCancelFlowResponse, ModifyExtendedServiceRequest, DescribeResourceUrlsByFlowsRequest, CreateChannelOrganizationInfoChangeUrlResponse, ChannelCreateFlowSignUrlResponse, ChannelCreateBatchSignUrlResponse, ChannelCreatePrepareFlowResponse, CreateBatchInitOrganizationUrlResponse, OperateChannelTemplateResponse, ChannelCreateDynamicFlowApproverResponse, ChannelCreateRoleRequest, CreateOrganizationAuthFileResponse, CreateConsoleLoginUrlResponse, ChannelDeleteRoleUsersRequest, ChannelCreateUserRolesResponse, SyncProxyOrganizationRequest, ChannelCreatePrepareFlowRequest, ChannelCreateFlowSignUrlRequest, ChannelCreateSealPolicyResponse, OperateTemplateRequest, ChannelDescribeSignFaceVideoResponse, ChannelCancelUserAutoSignEnableUrlResponse, ChannelCreateWebThemeConfigRequest, CreateFlowGroupSignReviewResponse, ChannelCreateConvertTaskApiRequest, ChannelCreateFlowByFilesRequest, UploadFilesResponse, ChannelCreatePreparedPersonalEsignResponse, DescribeResourceUrlsByFlowsResponse, ChannelCreateFlowGroupByFilesRequest, ChannelCreateOrganizationModifyQrCodeRequest, CreateChannelSubOrganizationActiveRequest, ChannelRenewAutoSignLicenseResponse, DescribeFlowDetailInfoResponse, ChannelDescribeRolesRequest, DescribeBatchOrganizationRegistrationUrlsRequest, PrepareFlowsResponse, ChannelCreateOrganizationBatchSignUrlRequest, GetDownloadFlowUrlResponse, DescribeTemplatesResponse, CreateBatchOrganizationRegistrationTasksResponse, ChannelVerifyPdfRequest, CreateChannelFlowEvidenceReportRequest, ChannelCancelFlowRequest, ChannelCancelUserAutoSignEnableUrlRequest, DeleteOrganizationAuthorizationsResponse, ChannelCreatePrepareFlowGroupRequest, DescribeExtendedServiceAuthDetailRequest, CreateOrganizationAuthFileRequest, ChannelVerifyPdfResponse, ArchiveDynamicFlowResponse, CreateConsoleLoginUrlRequest, CreateLegalSealQrCodeRequest, CreateCloseOrganizationUrlRequest, CreatePersonAuthCertificateImageResponse, CreateEmployeeQualificationSealQrCodeRequest, ChannelCreateUserAutoSignSealUrlRequest, ChannelCreateUserAutoSignEnableUrlRequest, ChannelCancelMultiFlowSignQRCodeRequest, ChannelDescribeOrganizationSealsRequest, DescribeUsageRequest, DescribeExtendedServiceAuthInfoRequest, CreateCloseOrganizationUrlResponse, DescribeChannelSealPolicyWorkflowUrlRequest, CreatePartnerAutoSignAuthUrlResponse, ArchiveDynamicFlowRequest, ChannelCreateDynamicFlowApproverRequest, ModifyFlowDeadlineResponse, ChannelCreateBoundFlowsResponse, ChannelCreateUserAutoSignSealUrlResponse, ChannelCreateBatchQuickSignUrlRequest, ChannelCreateBoundFlowsRequest, ChannelDescribeEmployeesRequest, OperateTemplateResponse, CreateFlowBlockchainEvidenceUrlResponse, ChannelDeleteRoleUsersResponse, SyncProxyOrganizationOperatorsRequest, ChannelCreateFlowApproversResponse, DescribeUsageResponse, CreateSignUrlsRequest, ChannelCreateMultiFlowSignQRCodeRequest, ChannelCreateUserAutoSignEnableUrlResponse, ChannelGetTaskResultApiRequest, DescribeChannelOrganizationsRequest, ChannelDescribeBillUsageDetailResponse, CreateEmployeeChangeUrlResponse, ChannelRenewAutoSignLicenseRequest, ChannelCreatePreparedPersonalEsignRequest, CreatePersonAuthCertificateImageRequest, CreateFlowsByTemplatesResponse, DescribeChannelFlowEvidenceReportRequest, ChannelCreateRoleResponse, CreateEmployeeChangeUrlRequest, ChannelDescribeUserAutoSignStatusRequest, ChannelModifyRoleResponse, CreateSignUrlsResponse, ChannelDeleteRoleRequest, CreateBatchOrganizationRegistrationTasksRequest, ChannelCreateBatchQuickSignUrlResponse, CreateBatchOrganizationAuthorizationUrlResponse, CreatePartnerAutoSignAuthUrlRequest, ChannelCreateBatchCancelFlowUrlRequest, ChannelDescribeAccountBillDetailResponse, CreateFlowForwardsResponse, ChannelCreateFlowByFilesResponse, ChannelCreateFlowSignReviewResponse, ChannelDisableUserAutoSignRequest, ChannelDescribeOrganizationSealsResponse, SyncProxyOrganizationOperatorsResponse, CreateSealByImageResponse, ChannelCancelMultiFlowSignQRCodeResponse, ChannelDescribeRolesResponse, CreateChannelSubOrganizationActiveResponse, ChannelCreateReleaseFlowRequest, ChannelDescribeFlowComponentsResponse, DeleteOrganizationAuthorizationsRequest, ChannelCreateFlowGroupByFilesResponse, ChannelCreateMultiFlowSignQRCodeResponse, ChannelCreatePrepareFlowGroupResponse, DescribeCancelFlowsTaskRequest, ChannelDescribeUserAutoSignStatusResponse, ModifyExtendedServiceResponse, ChannelCreateUserRolesRequest, ChannelGetTaskResultApiResponse, ChannelCreateBatchSignUrlRequest, ChannelUpdateSealStatusResponse, ChannelCreateOrganizationModifyQrCodeResponse, ChannelDeleteSealPoliciesResponse, ChannelCreateWebThemeConfigResponse, GetDownloadFlowUrlRequest, ChannelCreateEmbedWebUrlResponse, ChannelBatchCancelFlowsRequest, CreateChannelOrganizationInfoChangeUrlRequest, ChannelModifyRoleRequest, ModifyFlowDeadlineRequest, ChannelUpdateSealStatusRequest, ChannelCreateFlowGroupByTemplatesRequest, CreateBatchInitOrganizationUrlRequest, CreateFlowGroupSignReviewRequest, DescribeTemplatesRequest, ChannelCreateSealPolicyRequest, CreateFlowsByTemplatesRequest, DescribeBatchOrganizationRegistrationUrlsResponse, UploadFilesRequest, CreateSealByImageRequest, DescribeChannelOrganizationsResponse, ChannelCreateOrganizationBatchSignUrlResponse, CreateBatchOrganizationAuthorizationUrlRequest, ChannelCreateBatchCancelFlowUrlResponse, OperateChannelTemplateRequest, DescribeChannelSealPolicyWorkflowUrlResponse, CreateChannelFlowEvidenceReportResponse, ChannelDescribeAccountBillDetailRequest, ChannelDescribeEmployeesResponse, ChannelDeleteRoleResponse, ChannelCreateReleaseFlowResponse, DescribeChannelFlowEvidenceReportResponse, CreateFlowBlockchainEvidenceUrlRequest, DescribeUserFlowTypeRequest, ChannelCreateFlowApproversRequest, ChannelDescribeBillUsageDetailRequest, ChannelCreateFlowRemindsRequest, DescribeExtendedServiceAuthInfoResponse, ChannelCreateEmbedWebUrlRequest, ChannelDescribeFlowComponentsRequest, PrepareFlowsRequest } from "./essbasic_models";
3
+ import { SyncProxyOrganizationResponse, ChannelCreateConvertTaskApiResponse, ChannelCreateFlowRemindsResponse, DescribeUserFlowTypeResponse, ChannelDeleteSealPoliciesRequest, ChannelBatchCancelFlowsResponse, ChannelDescribeSignFaceVideoRequest, ChannelDisableUserAutoSignResponse, DescribeExtendedServiceAuthDetailResponse, CreateLegalSealQrCodeResponse, DescribeCancelFlowsTaskResponse, CreateEmployeeQualificationSealQrCodeResponse, ChannelCreateFlowGroupByTemplatesResponse, ChannelCreateFlowSignReviewRequest, CreateFlowForwardsRequest, DescribeFlowDetailInfoRequest, ChannelCancelFlowResponse, ModifyExtendedServiceRequest, DescribeResourceUrlsByFlowsRequest, CreateChannelOrganizationInfoChangeUrlResponse, ChannelCreateFlowSignUrlResponse, ChannelCreateBatchSignUrlResponse, ChannelCreatePrepareFlowResponse, CreateBatchInitOrganizationUrlResponse, OperateChannelTemplateResponse, ChannelCreateDynamicFlowApproverResponse, ChannelCreateRoleRequest, CreateOrganizationAuthFileResponse, CreateConsoleLoginUrlResponse, ChannelDeleteRoleUsersRequest, ChannelCreateUserRolesResponse, SyncProxyOrganizationRequest, ChannelCreatePrepareFlowRequest, ChannelCreateFlowSignUrlRequest, ChannelCreateSealPolicyResponse, OperateTemplateRequest, ChannelDescribeSignFaceVideoResponse, ChannelCancelUserAutoSignEnableUrlResponse, ChannelCreateWebThemeConfigRequest, CreateFlowGroupSignReviewResponse, ChannelCreateConvertTaskApiRequest, ChannelCreateFlowByFilesRequest, UploadFilesResponse, ChannelCreatePreparedPersonalEsignResponse, DescribeResourceUrlsByFlowsResponse, ChannelCreateFlowGroupByFilesRequest, ChannelCreateOrganizationModifyQrCodeRequest, CreateChannelSubOrganizationActiveRequest, ChannelRenewAutoSignLicenseResponse, ChannelDescribeRolesRequest, DescribeBatchOrganizationRegistrationUrlsRequest, PrepareFlowsResponse, ChannelCreateOrganizationBatchSignUrlRequest, GetDownloadFlowUrlResponse, DescribeTemplatesResponse, CreateBatchOrganizationRegistrationTasksResponse, ChannelVerifyPdfRequest, CreateChannelFlowEvidenceReportRequest, ChannelCancelFlowRequest, ChannelCancelUserAutoSignEnableUrlRequest, DeleteOrganizationAuthorizationsResponse, ChannelCreatePrepareFlowGroupRequest, DescribeExtendedServiceAuthDetailRequest, CreateOrganizationAuthFileRequest, ChannelVerifyPdfResponse, ArchiveDynamicFlowResponse, CreateConsoleLoginUrlRequest, CreateLegalSealQrCodeRequest, CreateCloseOrganizationUrlRequest, CreatePersonAuthCertificateImageResponse, CreateEmployeeQualificationSealQrCodeRequest, DescribeBatchOrganizationRegistrationTasksRequest, ChannelCreateUserAutoSignSealUrlRequest, ChannelCreateUserAutoSignEnableUrlRequest, ChannelCancelMultiFlowSignQRCodeRequest, ChannelDescribeOrganizationSealsRequest, DescribeUsageRequest, DescribeExtendedServiceAuthInfoRequest, CreateCloseOrganizationUrlResponse, DescribeChannelSealPolicyWorkflowUrlRequest, CreatePartnerAutoSignAuthUrlResponse, ArchiveDynamicFlowRequest, ChannelCreateDynamicFlowApproverRequest, ModifyFlowDeadlineResponse, DescribeFlowDetailInfoResponse, ChannelCreateBoundFlowsResponse, ChannelCreateUserAutoSignSealUrlResponse, ChannelCreateBatchQuickSignUrlRequest, ChannelCreateBoundFlowsRequest, ChannelDescribeEmployeesRequest, OperateTemplateResponse, CreateFlowBlockchainEvidenceUrlResponse, ChannelDeleteRoleUsersResponse, SyncProxyOrganizationOperatorsRequest, ChannelCreateFlowApproversResponse, DescribeUsageResponse, CreateSignUrlsRequest, ChannelCreateMultiFlowSignQRCodeRequest, ChannelCreateUserAutoSignEnableUrlResponse, ChannelGetTaskResultApiRequest, DescribeChannelOrganizationsRequest, ChannelDescribeBillUsageDetailResponse, CreateEmployeeChangeUrlResponse, ChannelRenewAutoSignLicenseRequest, ChannelCreatePreparedPersonalEsignRequest, CreatePersonAuthCertificateImageRequest, CreateFlowsByTemplatesResponse, DescribeChannelFlowEvidenceReportRequest, ChannelCreateRoleResponse, CreateEmployeeChangeUrlRequest, ChannelDescribeUserAutoSignStatusRequest, CreateModifyAdminAuthorizationUrlRequest, ChannelModifyRoleResponse, CreateSignUrlsResponse, ChannelDeleteRoleRequest, CreateBatchOrganizationRegistrationTasksRequest, ChannelCreateBatchQuickSignUrlResponse, CreateBatchOrganizationAuthorizationUrlResponse, CreatePartnerAutoSignAuthUrlRequest, DescribeBatchOrganizationRegistrationTasksResponse, ChannelCreateBatchCancelFlowUrlRequest, ChannelDescribeAccountBillDetailResponse, CreateFlowForwardsResponse, ChannelCreateFlowByFilesResponse, ChannelCreateFlowSignReviewResponse, ChannelDisableUserAutoSignRequest, ChannelDescribeOrganizationSealsResponse, SyncProxyOrganizationOperatorsResponse, CreateSealByImageResponse, ChannelCancelMultiFlowSignQRCodeResponse, ChannelDescribeRolesResponse, CreateChannelSubOrganizationActiveResponse, ChannelCreateReleaseFlowRequest, ChannelDescribeFlowComponentsResponse, DeleteOrganizationAuthorizationsRequest, ChannelCreateFlowGroupByFilesResponse, ChannelCreateMultiFlowSignQRCodeResponse, ChannelCreatePrepareFlowGroupResponse, DescribeCancelFlowsTaskRequest, ChannelDescribeUserAutoSignStatusResponse, ModifyExtendedServiceResponse, ChannelCreateUserRolesRequest, ChannelGetTaskResultApiResponse, ChannelCreateBatchSignUrlRequest, ChannelUpdateSealStatusResponse, ChannelCreateOrganizationModifyQrCodeResponse, ChannelDeleteSealPoliciesResponse, ChannelCreateWebThemeConfigResponse, GetDownloadFlowUrlRequest, ChannelCreateEmbedWebUrlResponse, ChannelBatchCancelFlowsRequest, CreateChannelOrganizationInfoChangeUrlRequest, ChannelModifyRoleRequest, ModifyFlowDeadlineRequest, ChannelUpdateSealStatusRequest, ChannelCreateFlowGroupByTemplatesRequest, CreateBatchInitOrganizationUrlRequest, CreateFlowGroupSignReviewRequest, DescribeTemplatesRequest, ChannelCreateSealPolicyRequest, CreateFlowsByTemplatesRequest, DescribeBatchOrganizationRegistrationUrlsResponse, UploadFilesRequest, CreateSealByImageRequest, DescribeChannelOrganizationsResponse, ChannelCreateOrganizationBatchSignUrlResponse, CreateBatchOrganizationAuthorizationUrlRequest, ChannelCreateBatchCancelFlowUrlResponse, OperateChannelTemplateRequest, DescribeChannelSealPolicyWorkflowUrlResponse, CreateChannelFlowEvidenceReportResponse, ChannelDescribeAccountBillDetailRequest, ChannelDescribeEmployeesResponse, CreateModifyAdminAuthorizationUrlResponse, ChannelDeleteRoleResponse, ChannelCreateReleaseFlowResponse, DescribeChannelFlowEvidenceReportResponse, CreateFlowBlockchainEvidenceUrlRequest, DescribeUserFlowTypeRequest, ChannelCreateFlowApproversRequest, ChannelDescribeBillUsageDetailRequest, ChannelCreateFlowRemindsRequest, DescribeExtendedServiceAuthInfoResponse, ChannelCreateEmbedWebUrlRequest, ChannelDescribeFlowComponentsRequest, PrepareFlowsRequest } from "./essbasic_models";
4
4
  /**
5
5
  * essbasic client
6
6
  * @class
@@ -293,6 +293,10 @@ export declare class Client extends AbstractClient {
293
293
  ![image](https://dyn.ess.tencent.cn/guide/capi/CreateSealByImage.png)
294
294
  */
295
295
  CreateSealByImage(req: CreateSealByImageRequest, cb?: (error: string, rep: CreateSealByImageResponse) => void): Promise<CreateSealByImageResponse>;
296
+ /**
297
+ * 本接口(DescribeBatchOrganizationRegistrationTasks)用于查询企业批量认证任务状态。
298
+ */
299
+ DescribeBatchOrganizationRegistrationTasks(req: DescribeBatchOrganizationRegistrationTasksRequest, cb?: (error: string, rep: DescribeBatchOrganizationRegistrationTasksResponse) => void): Promise<DescribeBatchOrganizationRegistrationTasksResponse>;
296
300
  /**
297
301
  * 此接口(ChannelCreateConvertTaskApi)用来将word、excel、html、图片、txt类型文件转换为PDF文件。<br />
298
302
  前提条件:源文件已经通过 <a href="https://qian.tencent.com/developers/partnerApis/files/UploadFiles" target="_blank">文件上传接口</a>完成上传,并得到了源文件的资源Id。<br />
@@ -471,7 +475,9 @@ Agent参数中的OpenId 必须为审批者的openId,且链接必须由审批
471
475
  */
472
476
  CreateCloseOrganizationUrl(req: CreateCloseOrganizationUrlRequest, cb?: (error: string, rep: CreateCloseOrganizationUrlResponse) => void): Promise<CreateCloseOrganizationUrlResponse>;
473
477
  /**
474
- * 该接口 (PrepareFlows) 用于创建待发起文件
478
+ * 已经不再使用
479
+
480
+ 该接口 (PrepareFlows) 用于创建待发起文件
475
481
  用户通过该接口进入签署流程发起的确认页面,进行发起信息二次确认, 如果确认则进行正常发起。
476
482
  目前该接口只支持B2C,<font color='red'> **不建议使用**</font>。
477
483
  */
@@ -990,6 +996,13 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
990
996
  ### 7.合同组暂不支持抄送功能
991
997
  */
992
998
  ChannelCreateFlowGroupByFiles(req: ChannelCreateFlowGroupByFilesRequest, cb?: (error: string, rep: ChannelCreateFlowGroupByFilesResponse) => void): Promise<ChannelCreateFlowGroupByFilesResponse>;
999
+ /**
1000
+ * 本接口(CreateModifyAdminAuthorizationUrl)用于重新上传超管授权书。
1001
+
1002
+ 注意:
1003
+ 1. 重新上传超管授权书,必须是审核失败的情况下才能重新上传,可以通过回调[!授权书审核结果回调](https://qian.tencent.com/developers/partner/callback_types_staffs#%E5%9B%9B-%E6%8E%88%E6%9D%83%E4%B9%A6%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到
1004
+ */
1005
+ CreateModifyAdminAuthorizationUrl(req: CreateModifyAdminAuthorizationUrlRequest, cb?: (error: string, rep: CreateModifyAdminAuthorizationUrlResponse) => void): Promise<CreateModifyAdminAuthorizationUrlResponse>;
993
1006
  /**
994
1007
  * 此接口用于查询合同或者合同组的详情信息,支持查询多个(数量不能超过100)。
995
1008
 
@@ -355,6 +355,12 @@ class Client extends abstract_client_1.AbstractClient {
355
355
  async CreateSealByImage(req, cb) {
356
356
  return this.request("CreateSealByImage", req, cb);
357
357
  }
358
+ /**
359
+ * 本接口(DescribeBatchOrganizationRegistrationTasks)用于查询企业批量认证任务状态。
360
+ */
361
+ async DescribeBatchOrganizationRegistrationTasks(req, cb) {
362
+ return this.request("DescribeBatchOrganizationRegistrationTasks", req, cb);
363
+ }
358
364
  /**
359
365
  * 此接口(ChannelCreateConvertTaskApi)用来将word、excel、html、图片、txt类型文件转换为PDF文件。<br />
360
366
  前提条件:源文件已经通过 <a href="https://qian.tencent.com/developers/partnerApis/files/UploadFiles" target="_blank">文件上传接口</a>完成上传,并得到了源文件的资源Id。<br />
@@ -559,7 +565,9 @@ Agent参数中的OpenId 必须为审批者的openId,且链接必须由审批
559
565
  return this.request("CreateCloseOrganizationUrl", req, cb);
560
566
  }
561
567
  /**
562
- * 该接口 (PrepareFlows) 用于创建待发起文件
568
+ * 已经不再使用
569
+
570
+ 该接口 (PrepareFlows) 用于创建待发起文件
563
571
  用户通过该接口进入签署流程发起的确认页面,进行发起信息二次确认, 如果确认则进行正常发起。
564
572
  目前该接口只支持B2C,<font color='red'> **不建议使用**</font>。
565
573
  */
@@ -1138,6 +1146,15 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
1138
1146
  async ChannelCreateFlowGroupByFiles(req, cb) {
1139
1147
  return this.request("ChannelCreateFlowGroupByFiles", req, cb);
1140
1148
  }
1149
+ /**
1150
+ * 本接口(CreateModifyAdminAuthorizationUrl)用于重新上传超管授权书。
1151
+
1152
+ 注意:
1153
+ 1. 重新上传超管授权书,必须是审核失败的情况下才能重新上传,可以通过回调[!授权书审核结果回调](https://qian.tencent.com/developers/partner/callback_types_staffs#%E5%9B%9B-%E6%8E%88%E6%9D%83%E4%B9%A6%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到
1154
+ */
1155
+ async CreateModifyAdminAuthorizationUrl(req, cb) {
1156
+ return this.request("CreateModifyAdminAuthorizationUrl", req, cb);
1157
+ }
1141
1158
  /**
1142
1159
  * 此接口用于查询合同或者合同组的详情信息,支持查询多个(数量不能超过100)。
1143
1160