tencentcloud-sdk-nodejs 4.0.1028 → 4.0.1030

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 (79) hide show
  1. package/package.json +1 -1
  2. package/src/common/sdk_version.ts +1 -1
  3. package/src/services/antiddos/v20200309/antiddos_client.ts +1 -1
  4. package/src/services/antiddos/v20200309/antiddos_models.ts +61 -76
  5. package/src/services/cbs/v20170312/cbs_models.ts +8 -0
  6. package/src/services/ccc/v20200210/ccc_models.ts +2 -2
  7. package/src/services/cwp/v20180228/cwp_models.ts +5 -1
  8. package/src/services/emr/v20190103/emr_models.ts +5 -1
  9. package/src/services/ess/v20201111/ess_client.ts +46 -5
  10. package/src/services/ess/v20201111/ess_models.ts +270 -98
  11. package/src/services/gme/v20180711/gme_models.ts +20 -18
  12. package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -8
  13. package/src/services/lcic/v20220817/lcic_client.ts +40 -8
  14. package/src/services/lcic/v20220817/lcic_models.ts +28 -8
  15. package/src/services/lighthouse/v20200324/lighthouse_models.ts +0 -5
  16. package/src/services/live/v20180801/live_models.ts +24 -0
  17. package/src/services/lkeap/v20240522/lkeap_client.ts +2 -1
  18. package/src/services/lkeap/v20240522/lkeap_models.ts +1 -1
  19. package/src/services/mps/v20190612/mps_models.ts +16 -0
  20. package/src/services/ocr/v20181119/ocr_models.ts +30 -10
  21. package/src/services/postgres/v20170312/postgres_client.ts +1 -1
  22. package/src/services/redis/v20180412/redis_models.ts +0 -20
  23. package/src/services/rum/v20210622/rum_models.ts +1 -0
  24. package/src/services/smh/v20210712/smh_models.ts +31 -26
  25. package/src/services/smop/v20201203/smop_models.ts +0 -17
  26. package/src/services/tdmq/v20200217/tdmq_client.ts +1 -0
  27. package/src/services/tdmq/v20200217/tdmq_models.ts +42 -0
  28. package/src/services/teo/v20220901/teo_models.ts +5 -7
  29. package/src/services/thpc/v20230321/thpc_models.ts +8 -0
  30. package/src/services/trocket/v20230308/trocket_client.ts +2 -0
  31. package/src/services/trocket/v20230308/trocket_models.ts +55 -4
  32. package/src/services/vms/v20200902/vms_models.ts +0 -1
  33. package/src/services/vpc/v20170312/vpc_client.ts +181 -31
  34. package/src/services/vpc/v20170312/vpc_models.ts +602 -93
  35. package/src/services/wedata/v20210820/wedata_client.ts +12 -5
  36. package/src/services/wedata/v20210820/wedata_models.ts +59 -10
  37. package/tencentcloud/common/sdk_version.d.ts +1 -1
  38. package/tencentcloud/common/sdk_version.js +1 -1
  39. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
  40. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +1 -1
  41. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +61 -76
  42. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +8 -0
  43. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +2 -2
  44. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +5 -1
  45. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -1
  46. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +17 -1
  47. package/tencentcloud/services/ess/v20201111/ess_client.js +22 -0
  48. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +263 -98
  49. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +20 -18
  50. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -8
  51. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +28 -4
  52. package/tencentcloud/services/lcic/v20220817/lcic_client.js +30 -4
  53. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +26 -8
  54. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +0 -5
  55. package/tencentcloud/services/live/v20180801/live_models.d.ts +24 -0
  56. package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +2 -1
  57. package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +2 -1
  58. package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +1 -1
  59. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +16 -0
  60. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +30 -10
  61. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +1 -1
  62. package/tencentcloud/services/postgres/v20170312/postgres_client.js +1 -1
  63. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +0 -20
  64. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +1 -0
  65. package/tencentcloud/services/smh/v20210712/smh_models.d.ts +31 -26
  66. package/tencentcloud/services/smop/v20201203/smop_models.d.ts +0 -17
  67. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +41 -0
  68. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +5 -7
  69. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +8 -0
  70. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +1 -0
  71. package/tencentcloud/services/trocket/v20230308/trocket_client.js +1 -0
  72. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +54 -4
  73. package/tencentcloud/services/vms/v20200902/vms_models.d.ts +0 -1
  74. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +58 -8
  75. package/tencentcloud/services/vpc/v20170312/vpc_client.js +84 -10
  76. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +574 -93
  77. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +9 -3
  78. package/tencentcloud/services/wedata/v20210820/wedata_client.js +8 -2
  79. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +58 -10
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DescribePersonCertificateResponse, CreateOrganizationGroupInvitationLinkRequest, DescribeCancelFlowsTaskResponse, CreateSealRequest, CancelFlowResponse, DescribeExtendedServiceAuthDetailResponse, UpdateIntegrationEmployeesResponse, CreatePreparedPersonalEsignRequest, CreateLegalSealQrCodeResponse, DescribeIntegrationDepartmentsResponse, DescribeOrganizationVerifyStatusResponse, DeleteExtendedServiceAuthInfosResponse, CreateDynamicFlowApproverRequest, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateExtendedServiceAuthInfosRequest, CancelUserAutoSignEnableUrlRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeIntegrationDepartmentsRequest, DescribeThirdPartyAuthCodeResponse, DescribeUserVerifyStatusResponse, DisableUserAutoSignResponse, ModifyExtendedServiceRequest, CreateBatchInitOrganizationUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationEmployeesRequest, CreateOrganizationAuthFileResponse, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateOrganizationAuthUrlRequest, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateFlowGroupSignReviewResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, DescribeUserAutoSignStatusResponse, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, DescribeSignFaceVideoRequest, CreateEmployeeQualificationSealQrCodeResponse, CreateFlowGroupByTemplatesResponse, CreateUserVerifyUrlResponse, DescribeBatchOrganizationRegistrationUrlsRequest, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateDynamicFlowApproverResponse, CreateBatchOrganizationRegistrationTasksResponse, CreateReleaseFlowResponse, CreateBatchInitOrganizationUrlRequest, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DeleteOrganizationAuthorizationsResponse, DescribeExtendedServiceAuthDetailRequest, CreateOrganizationAuthFileRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, CreateIntegrationSubOrganizationActiveRecordResponse, ArchiveDynamicFlowResponse, DeleteSealPoliciesResponse, CreateLegalSealQrCodeRequest, DescribeOrganizationAuthStatusResponse, CreateUserAutoSignSealUrlResponse, CreateEmployeeQualificationSealQrCodeRequest, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, DeleteSealPoliciesRequest, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, DescribeOrganizationAuthStatusRequest, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreatePartnerAutoSignAuthUrlResponse, ArchiveDynamicFlowRequest, CreateUserAutoSignSealUrlRequest, ModifyFlowDeadlineRequest, CreateFlowApproversRequest, ModifyFlowDeadlineResponse, CreateFlowEvidenceReportResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, CreateIntegrationDepartmentRequest, DescribeUserVerifyStatusRequest, CreateFlowBlockchainEvidenceUrlResponse, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, DescribeOrganizationSealsResponse, CreateUserMobileChangeUrlRequest, CreateEmbedWebUrlRequest, DeleteIntegrationEmployeesRequest, GetTaskResultApiRequest, DescribeFlowBriefsResponse, ModifyIntegrationRoleRequest, CreateFlowGroupByFilesResponse, CreateReleaseFlowRequest, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateIntegrationEmployeesResponse, CreateIntegrationUserRolesRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeFlowEvidenceReportRequest, DescribeBillUsageRequest, DescribeBillUsageResponse, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, RenewAutoSignLicenseRequest, CreateUserAutoSignEnableUrlRequest, CreateOrganizationBatchSignUrlResponse, UnbindEmployeeUserIdWithClientOpenIdRequest, DeleteOrganizationAuthorizationsRequest, CreateBatchOrganizationRegistrationTasksRequest, CreateUserVerifyUrlRequest, CreatePartnerAutoSignAuthUrlRequest, CreateExtendedServiceAuthInfosResponse, CreateWebThemeConfigRequest, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, ModifyIntegrationDepartmentResponse, GetTaskResultApiResponse, DescribeOrganizationVerifyStatusRequest, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, CancelUserAutoSignEnableUrlResponse, ModifyApplicationCallbackInfoRequest, DescribeUserAutoSignStatusRequest, StartFlowRequest, CreateSealResponse, CreatePrepareFlowRequest, DescribeCancelFlowsTaskRequest, CreateEmbedWebUrlResponse, ModifyExtendedServiceResponse, CreateFlowGroupByTemplatesRequest, DescribeOrganizationSealsRequest, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, DescribeIntegrationRolesResponse, CreateBatchSignUrlRequest, CreateFlowRemindsRequest, UpdateIntegrationEmployeesRequest, DescribeFlowBriefsRequest, CreateSealPolicyRequest, DescribeBillUsageDetailResponse, CreateUserMobileChangeUrlResponse, CreateUserAutoSignEnableUrlResponse, DescribeSignFaceVideoResponse, ModifyIntegrationRoleResponse, VerifyPdfResponse, CreateFlowGroupSignReviewRequest, DescribeBillUsageDetailRequest, DescribeFlowTemplatesResponse, DescribeBatchOrganizationRegistrationUrlsResponse, UploadFilesRequest, DescribePersonCertificateRequest, CreateBatchOrganizationAuthorizationUrlRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, VerifyPdfRequest, DescribeFlowInfoRequest, DeleteExtendedServiceAuthInfosRequest, DescribeExtendedServiceAuthInfosResponse, CreateBatchOrganizationAuthorizationUrlResponse, DescribeFlowInfoResponse, RenewAutoSignLicenseResponse, CancelMultiFlowSignQRCodeResponse, CreateFlowResponse, CreateIntegrationSubOrganizationActiveRecordRequest, CreateFlowBlockchainEvidenceUrlRequest, CreateBatchQuickSignUrlRequest, CreateOrganizationInfoChangeUrlRequest, DescribeOrganizationGroupOrganizationsResponse, CreateOrganizationGroupInvitationLinkResponse } from "./ess_models";
3
+ import { DescribePersonCertificateResponse, CreateOrganizationGroupInvitationLinkRequest, DescribeCancelFlowsTaskResponse, DescribeFileCounterSignResultRequest, CreateSealRequest, CancelFlowResponse, DescribeExtendedServiceAuthDetailResponse, UpdateIntegrationEmployeesResponse, CreatePreparedPersonalEsignRequest, CreateLegalSealQrCodeResponse, DescribeIntegrationDepartmentsResponse, CreateFileCounterSignRequest, DescribeOrganizationVerifyStatusResponse, DeleteExtendedServiceAuthInfosResponse, CreateDynamicFlowApproverRequest, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateFlowRemindsRequest, CancelUserAutoSignEnableUrlRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeIntegrationDepartmentsRequest, DescribeThirdPartyAuthCodeResponse, DescribeUserVerifyStatusResponse, DisableUserAutoSignResponse, ModifyExtendedServiceRequest, CreateBatchInitOrganizationUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationEmployeesRequest, CreateOrganizationAuthFileResponse, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateOrganizationAuthUrlRequest, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateFlowGroupSignReviewResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, DescribeUserAutoSignStatusResponse, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, DescribeSignFaceVideoRequest, CreateEmployeeQualificationSealQrCodeResponse, CreateFlowGroupByTemplatesResponse, CreateUserVerifyUrlResponse, DescribeBatchOrganizationRegistrationUrlsRequest, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateDynamicFlowApproverResponse, CreateBatchOrganizationRegistrationTasksResponse, CreateReleaseFlowResponse, CreateBatchInitOrganizationUrlRequest, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DeleteOrganizationAuthorizationsResponse, DescribeExtendedServiceAuthDetailRequest, CreateOrganizationAuthFileRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, CreateIntegrationSubOrganizationActiveRecordResponse, ArchiveDynamicFlowResponse, DeleteSealPoliciesResponse, CreateLegalSealQrCodeRequest, DescribeOrganizationAuthStatusResponse, CreateUserAutoSignSealUrlResponse, CreateEmployeeQualificationSealQrCodeRequest, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, DeleteSealPoliciesRequest, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, DescribeOrganizationAuthStatusRequest, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreatePartnerAutoSignAuthUrlResponse, ArchiveDynamicFlowRequest, CreateUserAutoSignSealUrlRequest, ModifyFlowDeadlineRequest, CreateFlowApproversRequest, ModifyFlowDeadlineResponse, CreateFlowEvidenceReportResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, CreateIntegrationDepartmentRequest, DescribeUserVerifyStatusRequest, CreateFlowBlockchainEvidenceUrlResponse, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, VerifyDigitFileResponse, DescribeOrganizationSealsResponse, CreateUserMobileChangeUrlRequest, CreateEmbedWebUrlRequest, DeleteIntegrationEmployeesRequest, DescribeUserAutoSignStatusRequest, GetTaskResultApiRequest, DescribeFlowBriefsResponse, ModifyIntegrationRoleRequest, CreateFlowGroupByFilesResponse, CreateReleaseFlowRequest, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateIntegrationEmployeesResponse, CreateIntegrationUserRolesRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeFlowEvidenceReportRequest, DescribeBillUsageRequest, DescribeBillUsageResponse, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, RenewAutoSignLicenseRequest, CreateUserAutoSignEnableUrlRequest, CreateOrganizationBatchSignUrlResponse, UnbindEmployeeUserIdWithClientOpenIdRequest, DeleteOrganizationAuthorizationsRequest, CreateBatchOrganizationRegistrationTasksRequest, CreateUserVerifyUrlRequest, CreatePartnerAutoSignAuthUrlRequest, CreateExtendedServiceAuthInfosResponse, CreateWebThemeConfigRequest, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, ModifyIntegrationDepartmentResponse, GetTaskResultApiResponse, DescribeOrganizationVerifyStatusRequest, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, CancelUserAutoSignEnableUrlResponse, ModifyApplicationCallbackInfoRequest, CreateFileCounterSignResponse, StartFlowRequest, CreateSealResponse, CreatePrepareFlowRequest, 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, CreateOrganizationInfoChangeUrlRequest, DescribeOrganizationGroupOrganizationsResponse, CreateOrganizationGroupInvitationLinkResponse } from "./ess_models";
4
4
  /**
5
5
  * ess client
6
6
  * @class
@@ -230,6 +230,10 @@ export declare class Client extends AbstractClient {
230
230
  ### 4.合同组暂不支持抄送功能
231
231
  */
232
232
  CreateFlowGroupByTemplates(req: CreateFlowGroupByTemplatesRequest, cb?: (error: string, rep: CreateFlowGroupByTemplatesResponse) => void): Promise<CreateFlowGroupByTemplatesResponse>;
233
+ /**
234
+ * 对加签后的文件进行数字签名验证,判断数字签名是否有效。
235
+ */
236
+ VerifyDigitFile(req: VerifyDigitFileRequest, cb?: (error: string, rep: VerifyDigitFileResponse) => void): Promise<VerifyDigitFileResponse>;
233
237
  /**
234
238
  * 创建一个用于他方自动签授权的链接(可选择他方授权或我方授权)。通过这个链接,合作方企业可以直接进入小程序,进行自动签授权操作。
235
239
 
@@ -1166,6 +1170,12 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
1166
1170
  <svg id="SvgjsSvg1006" width="262" height="229" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs"><defs id="SvgjsDefs1007"><pattern patternUnits="userSpaceOnUse" id="pattern_mark_0" width="300" height="300"><text x="150" y="100" fill="rgba(229,229,229,0.8)" font-size="18" transform="rotate(-45, 150, 150)" style="dominant-baseline: middle; text-anchor: middle;"></text></pattern><pattern patternUnits="userSpaceOnUse" id="pattern_mark_1" width="300" height="300"><text x="150" y="200" fill="rgba(229,229,229,0.8)" font-size="18" transform="rotate(-45, 150, 150)" style="dominant-baseline: middle; text-anchor: middle;"></text></pattern><marker id="SvgjsMarker1021" markerWidth="12" markerHeight="8" refX="9" refY="4" viewBox="0 0 12 8" orient="auto" markerUnits="userSpaceOnUse" stroke-dasharray="0,0"><path id="SvgjsPath1022" d="M0,0 L12,4 L0,8 L0,0" fill="#323232" stroke="#323232" stroke-width="1"></path></marker></defs><rect id="svgbackgroundid" width="262" height="229" fill="transparent"></rect><rect id="SvgjsRect1009" width="262" height="229" fill="url(#pattern_mark_0)"></rect><rect id="SvgjsRect1010" width="262" height="229" fill="url(#pattern_mark_1)"></rect><g id="SvgjsG1011" transform="translate(31.75,25)"><path id="SvgjsPath1012" d="M 0 0L 198 0L 198 59L 0 59Z" stroke="rgba(86,146,48,1)" stroke-width="1" fill-opacity="1" fill="#e7ebed"></path><g id="SvgjsG1013"><text id="SvgjsText1014" font-family="微软雅黑" text-anchor="middle" font-size="13px" width="178px" fill="#323232" font-weight="400" align="middle" lineHeight="125%" anchor="middle" family="微软雅黑" size="13px" weight="400" font-style="" opacity="1" y="10.375" transform="rotate(0)"><tspan id="SvgjsTspan1015" dy="16" x="99"><tspan id="SvgjsTspan1016" style="text-decoration:;fill: rgb(28, 30, 33);">CreateFlowEvidenceReport</tspan></tspan><tspan id="SvgjsTspan1017" dy="16" x="99"><tspan id="SvgjsTspan1018" style="text-decoration:;fill: rgb(51, 51, 51);">提交申请出证报告任务</tspan></tspan></text></g></g><g id="SvgjsG1019"><path id="SvgjsPath1020" d="M130.75 84.5L130.75 114.5L130.75 114.5L130.75 143.2" stroke="#323232" stroke-width="1" fill="none" marker-end="url(#SvgjsMarker1021)"></path></g><g id="SvgjsG1023" transform="translate(25,145)"><path id="SvgjsPath1024" d="M 0 0L 211.5 0L 211.5 59L 0 59Z" stroke="rgba(86,146,48,1)" stroke-width="1" fill-opacity="1" fill="#e7ebed"></path><g id="SvgjsG1025"><text id="SvgjsText1026" font-family="微软雅黑" text-anchor="middle" font-size="13px" width="192px" fill="#323232" font-weight="400" align="middle" lineHeight="125%" anchor="middle" family="微软雅黑" size="13px" weight="400" font-style="" opacity="1" y="10.375" transform="rotate(0)"><tspan id="SvgjsTspan1027" dy="16" x="106"><tspan id="SvgjsTspan1028" style="text-decoration:;fill: rgb(28, 30, 33);">DescribeFlowEvidenceReport</tspan></tspan><tspan id="SvgjsTspan1029" dy="16" x="106"><tspan id="SvgjsTspan1030" style="text-decoration:;fill: rgb(51, 51, 51);">获取出证报告任务执行结果</tspan></tspan></text></g></g></svg>
1167
1171
  */
1168
1172
  DescribeFlowEvidenceReport(req: DescribeFlowEvidenceReportRequest, cb?: (error: string, rep: DescribeFlowEvidenceReportResponse) => void): Promise<DescribeFlowEvidenceReportResponse>;
1173
+ /**
1174
+ * 文件CA加签任务结果查询接口,用于查询 CreateFileCounterSign接口 发起的异步加签任务。
1175
+
1176
+ 注意:`此接口为『数字文件CA加签服务』白名单功能,使用前请联系对接的客户经理沟通。`
1177
+ */
1178
+ DescribeFileCounterSignResult(req: DescribeFileCounterSignResultRequest, cb?: (error: string, rep: DescribeFileCounterSignResultResponse) => void): Promise<DescribeFileCounterSignResultResponse>;
1169
1179
  /**
1170
1180
  * 此接口(GetTaskResultApi)用来查询转换任务的状态。如需发起转换任务,请使用<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务接口</a>进行资源文件的转换操作<br />
1171
1181
  前提条件:已调用 <a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务接口</a>进行文件转换,并得到了返回的转换任务Id。<br />
@@ -1251,6 +1261,12 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
1251
1261
  </ul>
1252
1262
  */
1253
1263
  DescribeThirdPartyAuthCode(req: DescribeThirdPartyAuthCodeRequest, cb?: (error: string, rep: DescribeThirdPartyAuthCodeResponse) => void): Promise<DescribeThirdPartyAuthCodeResponse>;
1264
+ /**
1265
+ * 此接口用于发起数字文件CA加签操作。可以使用同步或者异步模式进行。
1266
+
1267
+ **注意: 1. 文件类型暂时仅支持PDF类型文件。2. 此接口为『数字文件CA加签服务』白名单功能,使用前请联系对接的客户经理沟通。**
1268
+ */
1269
+ CreateFileCounterSign(req: CreateFileCounterSignRequest, cb?: (error: string, rep: CreateFileCounterSignResponse) => void): Promise<CreateFileCounterSignResponse>;
1254
1270
  /**
1255
1271
  * 查询企业印章列表。
1256
1272
 
@@ -276,6 +276,12 @@ class Client extends abstract_client_1.AbstractClient {
276
276
  async CreateFlowGroupByTemplates(req, cb) {
277
277
  return this.request("CreateFlowGroupByTemplates", req, cb);
278
278
  }
279
+ /**
280
+ * 对加签后的文件进行数字签名验证,判断数字签名是否有效。
281
+ */
282
+ async VerifyDigitFile(req, cb) {
283
+ return this.request("VerifyDigitFile", req, cb);
284
+ }
279
285
  /**
280
286
  * 创建一个用于他方自动签授权的链接(可选择他方授权或我方授权)。通过这个链接,合作方企业可以直接进入小程序,进行自动签授权操作。
281
287
 
@@ -1362,6 +1368,14 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
1362
1368
  async DescribeFlowEvidenceReport(req, cb) {
1363
1369
  return this.request("DescribeFlowEvidenceReport", req, cb);
1364
1370
  }
1371
+ /**
1372
+ * 文件CA加签任务结果查询接口,用于查询 CreateFileCounterSign接口 发起的异步加签任务。
1373
+
1374
+ 注意:`此接口为『数字文件CA加签服务』白名单功能,使用前请联系对接的客户经理沟通。`
1375
+ */
1376
+ async DescribeFileCounterSignResult(req, cb) {
1377
+ return this.request("DescribeFileCounterSignResult", req, cb);
1378
+ }
1365
1379
  /**
1366
1380
  * 此接口(GetTaskResultApi)用来查询转换任务的状态。如需发起转换任务,请使用<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务接口</a>进行资源文件的转换操作<br />
1367
1381
  前提条件:已调用 <a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务接口</a>进行文件转换,并得到了返回的转换任务Id。<br />
@@ -1457,6 +1471,14 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
1457
1471
  async DescribeThirdPartyAuthCode(req, cb) {
1458
1472
  return this.request("DescribeThirdPartyAuthCode", req, cb);
1459
1473
  }
1474
+ /**
1475
+ * 此接口用于发起数字文件CA加签操作。可以使用同步或者异步模式进行。
1476
+
1477
+ **注意: 1. 文件类型暂时仅支持PDF类型文件。2. 此接口为『数字文件CA加签服务』白名单功能,使用前请联系对接的客户经理沟通。**
1478
+ */
1479
+ async CreateFileCounterSign(req, cb) {
1480
+ return this.request("CreateFileCounterSign", req, cb);
1481
+ }
1460
1482
  /**
1461
1483
  * 查询企业印章列表。
1462
1484
 
@@ -156,6 +156,23 @@ export interface IntentionActionResult {
156
156
  */
157
157
  Details?: Array<IntentionActionResultDetail>;
158
158
  }
159
+ /**
160
+ * DescribeFileCounterSignResult请求参数结构体
161
+ */
162
+ export interface DescribeFileCounterSignResultRequest {
163
+ /**
164
+ * 执行本接口操作的员工信息。注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
165
+ */
166
+ Operator?: UserInfo;
167
+ /**
168
+ * 代理企业和员工的信息。在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
169
+ */
170
+ Agent?: Agent;
171
+ /**
172
+ * 加签任务Id
173
+ */
174
+ TaskId?: string;
175
+ }
159
176
  /**
160
177
  * CreateSeal请求参数结构体
161
178
  */
@@ -437,6 +454,33 @@ export interface DescribeIntegrationDepartmentsResponse {
437
454
  */
438
455
  RequestId?: string;
439
456
  }
457
+ /**
458
+ * CreateFileCounterSign请求参数结构体
459
+ */
460
+ export interface CreateFileCounterSignRequest {
461
+ /**
462
+ * 需要加签的文件Id。
463
+
464
+ 注: `暂时只支持pdf类型的文件`
465
+ */
466
+ FileId: string;
467
+ /**
468
+ * 执行本接口操作的员工信息。注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
469
+ */
470
+ Operator?: UserInfo;
471
+ /**
472
+ * 代理企业和员工的信息。在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
473
+ */
474
+ Agent?: Agent;
475
+ /**
476
+ * 是否使用同步模式。
477
+ <ul><li><b>false</b>:异步模式,返回taskId。需要使用taskId轮询结果查询接口。</li>
478
+ <li><b>true</b>: 同步模式,此接口将直接返回taskId和ResultFileId(加签后文件id)。</li></ul>
479
+ 注:
480
+ 1. 当加签文件较大的时候,建议使用异步接口进行操作。否则文件加签时间过长会导致接口超时。
481
+ */
482
+ SyncMode?: boolean;
483
+ }
440
484
  /**
441
485
  * 模板中文件的信息结构
442
486
  */
@@ -544,25 +588,18 @@ export interface DescribeFileUrlsResponse {
544
588
  RequestId?: string;
545
589
  }
546
590
  /**
547
- * CreateExtendedServiceAuthInfos请求参数结构体
591
+ * CreateFlowReminds请求参数结构体
548
592
  */
549
- export interface CreateExtendedServiceAuthInfosRequest {
593
+ export interface CreateFlowRemindsRequest {
550
594
  /**
551
595
  * 执行本接口操作的员工信息。
552
596
  注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
553
597
  */
554
598
  Operator: UserInfo;
555
599
  /**
556
- * 本企业员工的id,需要已实名,正常在职员工
557
- */
558
- UserIds: Array<string>;
559
- /**
560
- * 取值
561
- <ul><li>OPEN_SERVER_SIGN:企业自动签</li>
562
- <li>BATCH_SIGN:批量签署</li>
563
- </ul>
600
+ * 需执行催办的签署流程ID数组,最多包含100个。
564
601
  */
565
- ExtendServiceType?: string;
602
+ FlowIds: Array<string>;
566
603
  /**
567
604
  * 代理企业和员工的信息。
568
605
  在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
@@ -4462,24 +4499,11 @@ export interface DescribeFileUrlsRequest {
4462
4499
  */
4463
4500
  Operator: UserInfo;
4464
4501
  /**
4465
- * 文件对应的业务类型,目前支持:
4466
- <ul>
4467
- <li>**FLOW ** : <font color="red">如需下载合同文件请选择此项</font></li>
4468
- <li>**TEMPLATE ** : 如需下载模板文件请选择此项</li>
4469
- <li>**DOCUMENT **: 如需下载文档文件请选择此项</li>
4470
- <li>**SEAL **: 如需下载印章图片请选择此项</li>
4471
- </ul>
4502
+ * 文件对应的业务类型,目前支持:<ul><li>**FLOW ** : <font color="red">如需下载合同文件请选择此项</font></li><li>**TEMPLATE ** : 如需下载模板文件请选择此项</li><li>**DOCUMENT **: 如需下载文档文件请选择此项</li><li>**SEAL **: 如需下载印章图片请选择此项</li><li>**DIGITFILE**: 如需下载加签文件请选择此项</li></ul>
4472
4503
  */
4473
4504
  BusinessType: string;
4474
4505
  /**
4475
- * 业务编号的数组,取值如下:
4476
- <ul>
4477
- <li>流程编号</li>
4478
- <li>模板编号</li>
4479
- <li>文档编号</li>
4480
- <li>印章编号</li>
4481
- <li>如需下载合同文件请传入FlowId,最大支持20个资源</li>
4482
- </ul>
4506
+ * 业务编号的数组,取值如下:<ul><li>流程编号</li><li>模板编号</li><li>文档编号</li><li>印章编号</li><li>加签文件编号</li><li>如需下载合同文件请传入FlowId,最大支持20个资源</li></ul>
4483
4507
  */
4484
4508
  BusinessIds: Array<string>;
4485
4509
  /**
@@ -5670,6 +5694,31 @@ export interface CreatePreparedPersonalEsignResponse {
5670
5694
  */
5671
5695
  RequestId?: string;
5672
5696
  }
5697
+ /**
5698
+ * VerifyDigitFile返回参数结构体
5699
+ */
5700
+ export interface VerifyDigitFileResponse {
5701
+ /**
5702
+ * 加签文件MD5哈希值
5703
+ */
5704
+ PdfResourceMd5?: string;
5705
+ /**
5706
+ * 验签结果代码,代码的含义如下:<ul><li>**1**:文件验证成功。</li><li>**2**:文件验证失败。</li></ul>
5707
+ */
5708
+ VerifyResult?: number;
5709
+ /**
5710
+ * 验签序列号, 为11为数组组成的字符串
5711
+ */
5712
+ VerifySerialNo?: string;
5713
+ /**
5714
+ * 验签结果详情,每个签名域对应的验签结果。
5715
+ */
5716
+ VerifyDigitFileResults?: Array<VerifyDigitFileResult>;
5717
+ /**
5718
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5719
+ */
5720
+ RequestId?: string;
5721
+ }
5673
5722
  /**
5674
5723
  * DescribeOrganizationSeals返回参数结构体
5675
5724
  */
@@ -5917,30 +5966,28 @@ export interface DeleteIntegrationEmployeesRequest {
5917
5966
  Agent?: Agent;
5918
5967
  }
5919
5968
  /**
5920
- * 更新员工信息失败返回的数据信息
5969
+ * DescribeUserAutoSignStatus请求参数结构体
5921
5970
  */
5922
- export interface FailedUpdateStaffData {
5923
- /**
5924
- * 用户传入的名称
5925
- */
5926
- DisplayName?: string;
5971
+ export interface DescribeUserAutoSignStatusRequest {
5927
5972
  /**
5928
- * 用户传入的手机号,明文展示
5973
+ * 执行本接口操作的员工信息。
5974
+ 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
5929
5975
  */
5930
- Mobile?: string;
5976
+ Operator: UserInfo;
5931
5977
  /**
5932
- * 失败原因
5978
+ * 自动签使用的场景值, 可以选择的场景值如下:
5979
+ <ul><li> **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景</li><li> **OTHER** : 通用场景</li></ul>
5933
5980
  */
5934
- Reason?: string;
5981
+ SceneKey: string;
5935
5982
  /**
5936
- * 员工在腾讯电子签平台的唯一身份标识,为32位字符串。
5937
- 可登录腾讯电子签控制台,在 "更多能力"->"组织管理" 中查看某位员工的UserId(在页面中展示为用户ID)。
5983
+ * 要查询状态的用户信息, 包括名字,身份证等
5938
5984
  */
5939
- UserId?: string;
5985
+ UserInfo: UserThreeFactor;
5940
5986
  /**
5941
- * 员工在第三方平台的openId
5987
+ * 代理企业和员工的信息。
5988
+ 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
5942
5989
  */
5943
- OpenId?: string;
5990
+ Agent?: Agent;
5944
5991
  }
5945
5992
  /**
5946
5993
  * GetTaskResultApi请求参数结构体
@@ -7488,6 +7535,32 @@ export interface GetTaskResultApiResponse {
7488
7535
  */
7489
7536
  RequestId?: string;
7490
7537
  }
7538
+ /**
7539
+ * 更新员工信息失败返回的数据信息
7540
+ */
7541
+ export interface FailedUpdateStaffData {
7542
+ /**
7543
+ * 用户传入的名称
7544
+ */
7545
+ DisplayName?: string;
7546
+ /**
7547
+ * 用户传入的手机号,明文展示
7548
+ */
7549
+ Mobile?: string;
7550
+ /**
7551
+ * 失败原因
7552
+ */
7553
+ Reason?: string;
7554
+ /**
7555
+ * 员工在腾讯电子签平台的唯一身份标识,为32位字符串。
7556
+ 可登录腾讯电子签控制台,在 "更多能力"->"组织管理" 中查看某位员工的UserId(在页面中展示为用户ID)。
7557
+ */
7558
+ UserId?: string;
7559
+ /**
7560
+ * 员工在第三方平台的openId
7561
+ */
7562
+ OpenId?: string;
7563
+ }
7491
7564
  /**
7492
7565
  * DescribeOrganizationVerifyStatus请求参数结构体
7493
7566
  */
@@ -7607,28 +7680,69 @@ export interface ModifyApplicationCallbackInfoRequest {
7607
7680
  Agent?: Agent;
7608
7681
  }
7609
7682
  /**
7610
- * DescribeUserAutoSignStatus请求参数结构体
7683
+ * CreateFileCounterSign返回参数结构体
7611
7684
  */
7612
- export interface DescribeUserAutoSignStatusRequest {
7685
+ export interface CreateFileCounterSignResponse {
7613
7686
  /**
7614
- * 执行本接口操作的员工信息。
7615
- 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
7687
+ * 加签任务的状态。
7688
+
7689
+ <ul>
7690
+ <li><b>PROCESSING</b>: 任务正在执行中。</li>
7691
+ <li><b>FINISHED</b>: 已执行成功</li>
7692
+ </ul>
7616
7693
  */
7617
- Operator: UserInfo;
7694
+ Status?: string;
7618
7695
  /**
7619
- * 自动签使用的场景值, 可以选择的场景值如下:
7620
- <ul><li> **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景</li><li> **OTHER** : 通用场景</li></ul>
7696
+ * 加签完成后新的文件Id
7621
7697
  */
7622
- SceneKey: string;
7698
+ ResultFileId?: string;
7623
7699
  /**
7624
- * 要查询状态的用户信息, 包括名字,身份证等
7700
+ * 异步模式下用于轮询状态的任务Id
7625
7701
  */
7626
- UserInfo: UserThreeFactor;
7702
+ TaskId?: string;
7627
7703
  /**
7628
- * 代理企业和员工的信息。
7629
- 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
7704
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7630
7705
  */
7631
- Agent?: Agent;
7706
+ RequestId?: string;
7707
+ }
7708
+ /**
7709
+ * 数字加签文件验签结果
7710
+ */
7711
+ export interface VerifyDigitFileResult {
7712
+ /**
7713
+ * 证书起始时间的Unix时间戳,单位毫秒
7714
+ */
7715
+ CertNotBefore?: number;
7716
+ /**
7717
+ * 证书过期时间的时间戳,单位毫秒
7718
+ */
7719
+ CertNotAfter?: number;
7720
+ /**
7721
+ * 证书序列号,在数字证书申请过程中,系统会自动生成一个独一无二的序号。
7722
+ */
7723
+ CertSn?: string;
7724
+ /**
7725
+ * 证书签名算法, 如SHA1withRSA等算法
7726
+ */
7727
+ SignAlgorithm?: string;
7728
+ /**
7729
+ * 签署时间的Unix时间戳,单位毫秒
7730
+ */
7731
+ SignTime?: number;
7732
+ /**
7733
+ * 签名类型。0表示带签章的数字签名,1表示仅数字签名
7734
+ */
7735
+ SignType?: number;
7736
+ /**
7737
+ * 申请证书的主体的名字
7738
+
7739
+ 如果是在腾讯电子签平台签署, 则对应的主体的名字个数如下
7740
+ **企业**: ESS@企业名称@编码
7741
+ **个人**: ESS@个人姓名@证件号@808854
7742
+
7743
+ 如果在其他平台签署的, 主体的名字参考其他平台的说明
7744
+ */
7745
+ SignerName?: string;
7632
7746
  }
7633
7747
  /**
7634
7748
  * StartFlow请求参数结构体
@@ -7953,56 +8067,31 @@ export interface FlowGroupApproverInfo {
7953
8067
  RecipientId?: string;
7954
8068
  }
7955
8069
  /**
7956
- * DescribeOrganizationSeals请求参数结构体
8070
+ * DescribeFileCounterSignResult返回参数结构体
7957
8071
  */
7958
- export interface DescribeOrganizationSealsRequest {
8072
+ export interface DescribeFileCounterSignResultResponse {
7959
8073
  /**
7960
- * 执行本接口操作的员工信息。
7961
- 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
7962
- */
7963
- Operator: UserInfo;
7964
- /**
7965
- * 指定分页每页返回的数据条数,如果不传默认为 20,单页最大支持 200。
7966
- */
7967
- Limit?: number;
7968
- /**
7969
- * 指定分页返回第几页的数据,如果不传默认返回第一页,页码从 0 开始,即首页为 0,最大 20000。
7970
- */
7971
- Offset?: number;
7972
- /**
7973
- * 查询授权用户信息类型,取值如下:
8074
+ * 加签任务的状态。
7974
8075
 
7975
- <ul> <li><b>0</b>:(默认)不返回授权用户信息</li> <li><b>1</b>:返回授权用户的信息</li> </ul>
7976
- */
7977
- InfoType?: number;
7978
- /**
7979
- * 印章id,是否查询特定的印章(没有输入返回所有)
8076
+ <ul>
8077
+ <li><b>PROCESSING</b>: 任务正在执行中。</li>
8078
+ <li><b>FINISHED</b>: 已执行成功</li>
8079
+ <li><b>FAILED</b>: 执行失败</li>
8080
+ </ul>
7980
8081
  */
7981
- SealId?: string;
8082
+ Status?: string;
7982
8083
  /**
7983
- * 印章种类列表(均为组织机构印章)。 若无特定需求,将展示所有类型的印章。 目前支持以下几种:<ul> <li><strong>OFFICIAL</strong>:企业公章;</li> <li><strong>CONTRACT</strong>:合同专用章;</li> <li><strong>ORGANIZATION_SEAL</strong>:企业印章(通过图片上传创建);</li> <li><strong>LEGAL_PERSON_SEAL</strong>:法定代表人章。</li> <li><strong>EMPLOYEE_QUALIFICATION_SEAL</strong>:员工执业章。</li> </ul>
8084
+ * 加签完成后新的文件Id
7984
8085
  */
7985
- SealTypes?: Array<string>;
8086
+ ResultFileId?: string;
7986
8087
  /**
7987
- * 代理企业和员工的信息。
7988
- 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
8088
+ * 失败的错误信息,加签任务失败的情况下会返回。
7989
8089
  */
7990
- Agent?: Agent;
8090
+ ErrorDetail?: string;
7991
8091
  /**
7992
- * 需查询的印章状态列表。
7993
- <ul>
7994
- <li>空:(默认)仅查询启用状态的印章;</li>
7995
- <li><strong>ALL</strong>:查询所有状态的印章;</li>
7996
- <li><strong>CHECKING</strong>:查询待审核的印章;</li>
7997
- <li><strong>SUCCESS</strong>:查询启用状态的印章;</li>
7998
- <li><strong>FAIL</strong>:查询印章审核拒绝的印章;</li>
7999
- <li><strong>DISABLE</strong>:查询已停用的印章;</li>
8000
- <li><strong>STOPPED</strong>:查询已终止的印章;</li>
8001
- <li><strong>VOID</strong>:查询已作废的印章;</li>
8002
- <li><strong>INVALID</strong>:查询已失效的印章。</li>
8003
- </ul>
8092
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8004
8093
  */
8005
- SealStatuses?: Array<string>;
8094
+ RequestId?: string;
8006
8095
  }
8007
8096
  /**
8008
8097
  * 权限树中的权限组
@@ -8605,24 +8694,48 @@ export interface CreateBatchSignUrlRequest {
8605
8694
  UrlUseEnv?: string;
8606
8695
  }
8607
8696
  /**
8608
- * CreateFlowReminds请求参数结构体
8697
+ * CreateExtendedServiceAuthInfos请求参数结构体
8609
8698
  */
8610
- export interface CreateFlowRemindsRequest {
8699
+ export interface CreateExtendedServiceAuthInfosRequest {
8611
8700
  /**
8612
8701
  * 执行本接口操作的员工信息。
8613
8702
  注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
8614
8703
  */
8615
8704
  Operator: UserInfo;
8616
8705
  /**
8617
- * 需执行催办的签署流程ID数组,最多包含100个。
8706
+ * 本企业员工的id,需要已实名,正常在职员工
8618
8707
  */
8619
- FlowIds: Array<string>;
8708
+ UserIds: Array<string>;
8709
+ /**
8710
+ * 取值
8711
+ <ul><li>OPEN_SERVER_SIGN:企业自动签</li>
8712
+ <li>BATCH_SIGN:批量签署</li>
8713
+ </ul>
8714
+ */
8715
+ ExtendServiceType?: string;
8620
8716
  /**
8621
8717
  * 代理企业和员工的信息。
8622
8718
  在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
8623
8719
  */
8624
8720
  Agent?: Agent;
8625
8721
  }
8722
+ /**
8723
+ * VerifyDigitFile请求参数结构体
8724
+ */
8725
+ export interface VerifyDigitFileRequest {
8726
+ /**
8727
+ * 执行本接口操作的员工信息。注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。
8728
+ */
8729
+ Operator?: UserInfo;
8730
+ /**
8731
+ * 代理企业和员工的信息。在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
8732
+ */
8733
+ Agent?: Agent;
8734
+ /**
8735
+ * 加签接口返回的文件Id
8736
+ */
8737
+ FileId?: string;
8738
+ }
8626
8739
  /**
8627
8740
  * UpdateIntegrationEmployees请求参数结构体
8628
8741
  */
@@ -9193,6 +9306,58 @@ export interface UploadFilesRequest {
9193
9306
  */
9194
9307
  Agent?: Agent;
9195
9308
  }
9309
+ /**
9310
+ * DescribeOrganizationSeals请求参数结构体
9311
+ */
9312
+ export interface DescribeOrganizationSealsRequest {
9313
+ /**
9314
+ * 执行本接口操作的员工信息。
9315
+ 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
9316
+ */
9317
+ Operator: UserInfo;
9318
+ /**
9319
+ * 指定分页每页返回的数据条数,如果不传默认为 20,单页最大支持 200。
9320
+ */
9321
+ Limit?: number;
9322
+ /**
9323
+ * 指定分页返回第几页的数据,如果不传默认返回第一页,页码从 0 开始,即首页为 0,最大 20000。
9324
+ */
9325
+ Offset?: number;
9326
+ /**
9327
+ * 查询授权用户信息类型,取值如下:
9328
+
9329
+ <ul> <li><b>0</b>:(默认)不返回授权用户信息</li> <li><b>1</b>:返回授权用户的信息</li> </ul>
9330
+ */
9331
+ InfoType?: number;
9332
+ /**
9333
+ * 印章id,是否查询特定的印章(没有输入返回所有)
9334
+ */
9335
+ SealId?: string;
9336
+ /**
9337
+ * 印章种类列表(均为组织机构印章)。 若无特定需求,将展示所有类型的印章。 目前支持以下几种:<ul> <li><strong>OFFICIAL</strong>:企业公章;</li> <li><strong>CONTRACT</strong>:合同专用章;</li> <li><strong>ORGANIZATION_SEAL</strong>:企业印章(通过图片上传创建);</li> <li><strong>LEGAL_PERSON_SEAL</strong>:法定代表人章。</li> <li><strong>EMPLOYEE_QUALIFICATION_SEAL</strong>:员工执业章。</li> </ul>
9338
+ */
9339
+ SealTypes?: Array<string>;
9340
+ /**
9341
+ * 代理企业和员工的信息。
9342
+ 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
9343
+ */
9344
+ Agent?: Agent;
9345
+ /**
9346
+ * 需查询的印章状态列表。
9347
+ <ul>
9348
+ <li>空:(默认)仅查询启用状态的印章;</li>
9349
+ <li><strong>ALL</strong>:查询所有状态的印章;</li>
9350
+ <li><strong>CHECKING</strong>:查询待审核的印章;</li>
9351
+ <li><strong>SUCCESS</strong>:查询启用状态的印章;</li>
9352
+ <li><strong>FAIL</strong>:查询印章审核拒绝的印章;</li>
9353
+ <li><strong>DISABLE</strong>:查询已停用的印章;</li>
9354
+ <li><strong>STOPPED</strong>:查询已终止的印章;</li>
9355
+ <li><strong>VOID</strong>:查询已作废的印章;</li>
9356
+ <li><strong>INVALID</strong>:查询已失效的印章。</li>
9357
+ </ul>
9358
+ */
9359
+ SealStatuses?: Array<string>;
9360
+ }
9196
9361
  /**
9197
9362
  * DescribePersonCertificate请求参数结构体
9198
9363
  */