tencentcloud-sdk-nodejs 4.0.917 → 4.0.919
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +431 -0
- package/SERVICE_CHANGELOG.md +540 -223
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +8 -2
- package/src/services/asr/v20190614/asr_models.ts +2 -0
- package/src/services/ccc/v20200210/ccc_models.ts +4 -0
- package/src/services/cfg/v20210820/cfg_models.ts +5 -0
- package/src/services/cls/v20201016/cls_client.ts +5 -5
- package/src/services/cls/v20201016/cls_models.ts +71 -10
- package/src/services/cwp/v20180228/cwp_models.ts +24 -10
- package/src/services/dlc/v20210125/dlc_models.ts +54 -1
- package/src/services/ess/v20201111/ess_client.ts +45 -28
- package/src/services/ess/v20201111/ess_models.ts +122 -41
- package/src/services/essbasic/v20210526/essbasic_models.ts +7 -0
- package/src/services/facefusion/v20181201/facefusion_models.ts +9 -3
- package/src/services/facefusion/v20220927/facefusion_models.ts +19 -7
- package/src/services/goosefs/v20220519/goosefs_models.ts +24 -3
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +5 -5
- package/src/services/iss/v20230517/iss_models.ts +27 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +12 -0
- package/src/services/mna/v20210119/mna_client.ts +12 -0
- package/src/services/mna/v20210119/mna_models.ts +42 -0
- package/src/services/mps/v20190612/mps_models.ts +32 -5
- package/src/services/ms/v20180408/ms_client.ts +42 -88
- package/src/services/ocr/v20181119/ocr_client.ts +950 -925
- package/src/services/ocr/v20181119/ocr_models.ts +386 -290
- package/src/services/tdmq/v20200217/tdmq_models.ts +15 -6
- package/src/services/teo/v20220901/teo_models.ts +2 -3
- package/src/services/tmt/v20180321/tmt_models.ts +1 -1
- package/src/services/trtc/v20190722/trtc_models.ts +10 -0
- package/src/services/vpc/v20170312/vpc_models.ts +40 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +7 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +7 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +5 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +5 -5
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +71 -10
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +24 -10
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +54 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +29 -20
- package/tencentcloud/services/ess/v20201111/ess_client.js +34 -23
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +120 -41
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -0
- package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +9 -3
- package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +19 -7
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +24 -3
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +5 -5
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +27 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +12 -0
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +5 -1
- package/tencentcloud/services/mna/v20210119/mna_client.js +6 -0
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +40 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +32 -5
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +23 -69
- package/tencentcloud/services/ms/v20180408/ms_client.js +23 -69
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +497 -489
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +599 -587
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +387 -296
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +15 -6
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -3
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +10 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +40 -0
- package/test/ess.v20201111.test.js +12 -2
- package/test/mna.v20210119.test.js +10 -0
- package/test/ocr.v20181119.test.js +184 -164
|
@@ -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, DeleteExtendedServiceAuthInfosResponse, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateExtendedServiceAuthInfosRequest, CancelUserAutoSignEnableUrlRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeThirdPartyAuthCodeResponse, DescribeUserVerifyStatusResponse, DisableUserAutoSignResponse, ModifyExtendedServiceRequest, CreateBatchInitOrganizationUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationEmployeesRequest, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateOrganizationAuthUrlRequest, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateFlowGroupSignReviewResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, DescribeSignFaceVideoRequest, CreateEmployeeQualificationSealQrCodeResponse, CreateFlowGroupByTemplatesResponse, CreateUserVerifyUrlResponse, DescribeBatchOrganizationRegistrationUrlsRequest, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateBatchOrganizationRegistrationTasksResponse, CreateReleaseFlowResponse, CreateBatchInitOrganizationUrlRequest, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DescribeExtendedServiceAuthDetailRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, CreateIntegrationSubOrganizationActiveRecordResponse, DeleteSealPoliciesResponse, CreateLegalSealQrCodeRequest, DescribeUserAutoSignStatusResponse, CreateUserAutoSignSealUrlResponse, CreateEmployeeQualificationSealQrCodeRequest, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, DeleteSealPoliciesRequest, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, UnbindEmployeeUserIdWithClientOpenIdRequest, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreatePartnerAutoSignAuthUrlResponse, 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, CreateBatchOrganizationRegistrationTasksRequest, CreateUserVerifyUrlRequest, CreatePartnerAutoSignAuthUrlRequest, CreateExtendedServiceAuthInfosResponse, CreateWebThemeConfigRequest, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, ModifyIntegrationDepartmentResponse, GetTaskResultApiResponse, 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, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, VerifyPdfRequest, DescribeFlowInfoRequest, DeleteExtendedServiceAuthInfosRequest, DescribeExtendedServiceAuthInfosResponse,
|
|
3
|
+
import { DescribePersonCertificateResponse, CreateOrganizationGroupInvitationLinkRequest, DescribeCancelFlowsTaskResponse, CreateSealRequest, CancelFlowResponse, DescribeExtendedServiceAuthDetailResponse, UpdateIntegrationEmployeesResponse, CreatePreparedPersonalEsignRequest, CreateLegalSealQrCodeResponse, DescribeIntegrationDepartmentsResponse, DeleteExtendedServiceAuthInfosResponse, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateExtendedServiceAuthInfosRequest, CancelUserAutoSignEnableUrlRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeIntegrationDepartmentsRequest, DescribeThirdPartyAuthCodeResponse, DescribeUserVerifyStatusResponse, DisableUserAutoSignResponse, ModifyExtendedServiceRequest, CreateBatchInitOrganizationUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationEmployeesRequest, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateOrganizationAuthUrlRequest, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateFlowGroupSignReviewResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, DescribeSignFaceVideoRequest, CreateEmployeeQualificationSealQrCodeResponse, CreateFlowGroupByTemplatesResponse, CreateUserVerifyUrlResponse, DescribeBatchOrganizationRegistrationUrlsRequest, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateBatchOrganizationRegistrationTasksResponse, CreateReleaseFlowResponse, CreateBatchInitOrganizationUrlRequest, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DescribeExtendedServiceAuthDetailRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, CreateIntegrationSubOrganizationActiveRecordResponse, DeleteSealPoliciesResponse, CreateLegalSealQrCodeRequest, DescribeUserAutoSignStatusResponse, CreateUserAutoSignSealUrlResponse, CreateEmployeeQualificationSealQrCodeRequest, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, DeleteSealPoliciesRequest, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, UnbindEmployeeUserIdWithClientOpenIdRequest, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreatePartnerAutoSignAuthUrlResponse, 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, CreateBatchOrganizationRegistrationTasksRequest, CreateUserVerifyUrlRequest, CreatePartnerAutoSignAuthUrlRequest, CreateExtendedServiceAuthInfosResponse, CreateWebThemeConfigRequest, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, ModifyIntegrationDepartmentResponse, GetTaskResultApiResponse, 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";
|
|
4
4
|
/**
|
|
5
5
|
* ess client
|
|
6
6
|
* @class
|
|
@@ -679,25 +679,6 @@ export declare class Client extends AbstractClient {
|
|
|
679
679
|
<li>4. 通过扫码或者点击链接,用户无需登录或者鉴权即可查看对应合同的区块链存证证书,请妥善保管好二维码或链接。</li></ul>
|
|
680
680
|
*/
|
|
681
681
|
CreateFlowBlockchainEvidenceUrl(req: CreateFlowBlockchainEvidenceUrlRequest, cb?: (error: string, rep: CreateFlowBlockchainEvidenceUrlResponse) => void): Promise<CreateFlowBlockchainEvidenceUrlResponse>;
|
|
682
|
-
/**
|
|
683
|
-
* 用于客户企业在调用生成[C端用户实名链接(CreateUserVerifyUrl)](https://qian.tencent.com/developers/companyApis/users/CreateUserVerifyUrl)接口之前判断C端用户是否实名,如果已经实名,就不需要再次调用生成C端链接接口去实名
|
|
684
|
-
注意:此接口仅会返回当前员工是否通过[C端用户实名链接(CreateUserVerifyUrl)](https://qian.tencent.com/developers/companyApis/users/CreateUserVerifyUrl)所实名的员工是否实名,并不会返回个人用户自己在电子签进行实名的状况
|
|
685
|
-
*/
|
|
686
|
-
DescribeUserVerifyStatus(req: DescribeUserVerifyStatusRequest, cb?: (error: string, rep: DescribeUserVerifyStatusResponse) => void): Promise<DescribeUserVerifyStatusResponse>;
|
|
687
|
-
/**
|
|
688
|
-
* 此接口(ModifyIntegrationRole)用来更新企业自定义的SaaS角色或集团角色。
|
|
689
|
-
|
|
690
|
-
适用场景1:更新当前企业的自定义SaaS角色或集团角色,并且更新时不进行角色中权限的更新(PermissionGroups 参数不传)。
|
|
691
|
-
|
|
692
|
-
适用场景2:更新当前企业的自定义SaaS角色或集团角色,并且更新时进行角色中权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 DescribeIntegrationRoles 的输出。此处注意权限树内容可能会更新,需尽量拉取最新的权限树内容,并且权限树内容 PermissionGroups 必须是一颗完整的权限树。
|
|
693
|
-
|
|
694
|
-
适用场景3:更新集团角色管理的子企业列表,可通过设置 SubOrganizationIds 参数达到此效果。
|
|
695
|
-
|
|
696
|
-
适用场景4:主企业代理子企业操作的场景,需要设置Agent参数,并且ProxyOrganizationId设置为子企业的id即可。
|
|
697
|
-
|
|
698
|
-
注意事项:SaaS角色和集团角色对应的权限树是不一样的。
|
|
699
|
-
*/
|
|
700
|
-
ModifyIntegrationRole(req: ModifyIntegrationRoleRequest, cb?: (error: string, rep: ModifyIntegrationRoleResponse) => void): Promise<ModifyIntegrationRoleResponse>;
|
|
701
682
|
/**
|
|
702
683
|
* 本接口(CreateBatchOrganizationRegistrationTasks)用于批量创建企业认证链接
|
|
703
684
|
该接口为异步提交任务接口,需要跟查询企业批量认证链接(DescribeBatchOrganizationRegistrationUrls) 配合使用.
|
|
@@ -724,6 +705,34 @@ export declare class Client extends AbstractClient {
|
|
|
724
705
|
| 腾讯电子签Demo | wx371151823f6f3edf | gh_39a5d3de69fa |
|
|
725
706
|
*/
|
|
726
707
|
CreateBatchOrganizationRegistrationTasks(req: CreateBatchOrganizationRegistrationTasksRequest, cb?: (error: string, rep: CreateBatchOrganizationRegistrationTasksResponse) => void): Promise<CreateBatchOrganizationRegistrationTasksResponse>;
|
|
708
|
+
/**
|
|
709
|
+
* 用于客户企业在调用生成[C端用户实名链接(CreateUserVerifyUrl)](https://qian.tencent.com/developers/companyApis/users/CreateUserVerifyUrl)接口之前判断C端用户是否实名,如果已经实名,就不需要再次调用生成C端链接接口去实名
|
|
710
|
+
注意:此接口仅会返回当前员工是否通过[C端用户实名链接(CreateUserVerifyUrl)](https://qian.tencent.com/developers/companyApis/users/CreateUserVerifyUrl)所实名的员工是否实名,并不会返回个人用户自己在电子签进行实名的状况
|
|
711
|
+
*/
|
|
712
|
+
DescribeUserVerifyStatus(req: DescribeUserVerifyStatusRequest, cb?: (error: string, rep: DescribeUserVerifyStatusResponse) => void): Promise<DescribeUserVerifyStatusResponse>;
|
|
713
|
+
/**
|
|
714
|
+
* 此接口(ModifyIntegrationRole)用来更新企业自定义的SaaS角色或集团角色。
|
|
715
|
+
|
|
716
|
+
适用场景1:更新当前企业的自定义SaaS角色或集团角色,并且更新时不进行角色中权限的更新(PermissionGroups 参数不传)。
|
|
717
|
+
|
|
718
|
+
适用场景2:更新当前企业的自定义SaaS角色或集团角色,并且更新时进行角色中权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 DescribeIntegrationRoles 的输出。此处注意权限树内容可能会更新,需尽量拉取最新的权限树内容,并且权限树内容 PermissionGroups 必须是一颗完整的权限树。
|
|
719
|
+
|
|
720
|
+
适用场景3:更新集团角色管理的子企业列表,可通过设置 SubOrganizationIds 参数达到此效果。
|
|
721
|
+
|
|
722
|
+
适用场景4:主企业代理子企业操作的场景,需要设置Agent参数,并且ProxyOrganizationId设置为子企业的id即可。
|
|
723
|
+
|
|
724
|
+
注意事项:SaaS角色和集团角色对应的权限树是不一样的。
|
|
725
|
+
*/
|
|
726
|
+
ModifyIntegrationRole(req: ModifyIntegrationRoleRequest, cb?: (error: string, rep: ModifyIntegrationRoleResponse) => void): Promise<ModifyIntegrationRoleResponse>;
|
|
727
|
+
/**
|
|
728
|
+
* 此接口用于获取企业批量认证链接-单链接包含多条认证流。
|
|
729
|
+
|
|
730
|
+
前提条件:已调用 [CreateBatchOrganizationRegistrationTasks创建企业批量认证链接任务接口](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationRegistrationTasks) 和[查询企业批量认证链接DescribeBatchOrganizationRegistrationUrls](https://qian.tencent.com/developers/companyApis/organizations/DescribeBatchOrganizationRegistrationUrls) 确保认证任务已经完成。
|
|
731
|
+
|
|
732
|
+
异步任务的处理完成时间视当前已提交的任务量、任务的复杂程度等因素决定,正常情况下 3~5 秒即可完成,但也可能需要更长的时间。
|
|
733
|
+
此链接包含多条认证流程,使用该链接可以批量的对企业进行认证。
|
|
734
|
+
*/
|
|
735
|
+
CreateBatchOrganizationAuthorizationUrl(req: CreateBatchOrganizationAuthorizationUrlRequest, cb?: (error: string, rep: CreateBatchOrganizationAuthorizationUrlResponse) => void): Promise<CreateBatchOrganizationAuthorizationUrlResponse>;
|
|
727
736
|
/**
|
|
728
737
|
* 该接口用于获取个人授权执业章给企业的微信二维码,需要个人用户通过微信扫码。
|
|
729
738
|
|
|
@@ -809,29 +809,6 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
809
809
|
async CreateFlowBlockchainEvidenceUrl(req, cb) {
|
|
810
810
|
return this.request("CreateFlowBlockchainEvidenceUrl", req, cb);
|
|
811
811
|
}
|
|
812
|
-
/**
|
|
813
|
-
* 用于客户企业在调用生成[C端用户实名链接(CreateUserVerifyUrl)](https://qian.tencent.com/developers/companyApis/users/CreateUserVerifyUrl)接口之前判断C端用户是否实名,如果已经实名,就不需要再次调用生成C端链接接口去实名
|
|
814
|
-
注意:此接口仅会返回当前员工是否通过[C端用户实名链接(CreateUserVerifyUrl)](https://qian.tencent.com/developers/companyApis/users/CreateUserVerifyUrl)所实名的员工是否实名,并不会返回个人用户自己在电子签进行实名的状况
|
|
815
|
-
*/
|
|
816
|
-
async DescribeUserVerifyStatus(req, cb) {
|
|
817
|
-
return this.request("DescribeUserVerifyStatus", req, cb);
|
|
818
|
-
}
|
|
819
|
-
/**
|
|
820
|
-
* 此接口(ModifyIntegrationRole)用来更新企业自定义的SaaS角色或集团角色。
|
|
821
|
-
|
|
822
|
-
适用场景1:更新当前企业的自定义SaaS角色或集团角色,并且更新时不进行角色中权限的更新(PermissionGroups 参数不传)。
|
|
823
|
-
|
|
824
|
-
适用场景2:更新当前企业的自定义SaaS角色或集团角色,并且更新时进行角色中权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 DescribeIntegrationRoles 的输出。此处注意权限树内容可能会更新,需尽量拉取最新的权限树内容,并且权限树内容 PermissionGroups 必须是一颗完整的权限树。
|
|
825
|
-
|
|
826
|
-
适用场景3:更新集团角色管理的子企业列表,可通过设置 SubOrganizationIds 参数达到此效果。
|
|
827
|
-
|
|
828
|
-
适用场景4:主企业代理子企业操作的场景,需要设置Agent参数,并且ProxyOrganizationId设置为子企业的id即可。
|
|
829
|
-
|
|
830
|
-
注意事项:SaaS角色和集团角色对应的权限树是不一样的。
|
|
831
|
-
*/
|
|
832
|
-
async ModifyIntegrationRole(req, cb) {
|
|
833
|
-
return this.request("ModifyIntegrationRole", req, cb);
|
|
834
|
-
}
|
|
835
812
|
/**
|
|
836
813
|
* 本接口(CreateBatchOrganizationRegistrationTasks)用于批量创建企业认证链接
|
|
837
814
|
该接口为异步提交任务接口,需要跟查询企业批量认证链接(DescribeBatchOrganizationRegistrationUrls) 配合使用.
|
|
@@ -860,6 +837,40 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
860
837
|
async CreateBatchOrganizationRegistrationTasks(req, cb) {
|
|
861
838
|
return this.request("CreateBatchOrganizationRegistrationTasks", req, cb);
|
|
862
839
|
}
|
|
840
|
+
/**
|
|
841
|
+
* 用于客户企业在调用生成[C端用户实名链接(CreateUserVerifyUrl)](https://qian.tencent.com/developers/companyApis/users/CreateUserVerifyUrl)接口之前判断C端用户是否实名,如果已经实名,就不需要再次调用生成C端链接接口去实名
|
|
842
|
+
注意:此接口仅会返回当前员工是否通过[C端用户实名链接(CreateUserVerifyUrl)](https://qian.tencent.com/developers/companyApis/users/CreateUserVerifyUrl)所实名的员工是否实名,并不会返回个人用户自己在电子签进行实名的状况
|
|
843
|
+
*/
|
|
844
|
+
async DescribeUserVerifyStatus(req, cb) {
|
|
845
|
+
return this.request("DescribeUserVerifyStatus", req, cb);
|
|
846
|
+
}
|
|
847
|
+
/**
|
|
848
|
+
* 此接口(ModifyIntegrationRole)用来更新企业自定义的SaaS角色或集团角色。
|
|
849
|
+
|
|
850
|
+
适用场景1:更新当前企业的自定义SaaS角色或集团角色,并且更新时不进行角色中权限的更新(PermissionGroups 参数不传)。
|
|
851
|
+
|
|
852
|
+
适用场景2:更新当前企业的自定义SaaS角色或集团角色,并且更新时进行角色中权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 DescribeIntegrationRoles 的输出。此处注意权限树内容可能会更新,需尽量拉取最新的权限树内容,并且权限树内容 PermissionGroups 必须是一颗完整的权限树。
|
|
853
|
+
|
|
854
|
+
适用场景3:更新集团角色管理的子企业列表,可通过设置 SubOrganizationIds 参数达到此效果。
|
|
855
|
+
|
|
856
|
+
适用场景4:主企业代理子企业操作的场景,需要设置Agent参数,并且ProxyOrganizationId设置为子企业的id即可。
|
|
857
|
+
|
|
858
|
+
注意事项:SaaS角色和集团角色对应的权限树是不一样的。
|
|
859
|
+
*/
|
|
860
|
+
async ModifyIntegrationRole(req, cb) {
|
|
861
|
+
return this.request("ModifyIntegrationRole", req, cb);
|
|
862
|
+
}
|
|
863
|
+
/**
|
|
864
|
+
* 此接口用于获取企业批量认证链接-单链接包含多条认证流。
|
|
865
|
+
|
|
866
|
+
前提条件:已调用 [CreateBatchOrganizationRegistrationTasks创建企业批量认证链接任务接口](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationRegistrationTasks) 和[查询企业批量认证链接DescribeBatchOrganizationRegistrationUrls](https://qian.tencent.com/developers/companyApis/organizations/DescribeBatchOrganizationRegistrationUrls) 确保认证任务已经完成。
|
|
867
|
+
|
|
868
|
+
异步任务的处理完成时间视当前已提交的任务量、任务的复杂程度等因素决定,正常情况下 3~5 秒即可完成,但也可能需要更长的时间。
|
|
869
|
+
此链接包含多条认证流程,使用该链接可以批量的对企业进行认证。
|
|
870
|
+
*/
|
|
871
|
+
async CreateBatchOrganizationAuthorizationUrl(req, cb) {
|
|
872
|
+
return this.request("CreateBatchOrganizationAuthorizationUrl", req, cb);
|
|
873
|
+
}
|
|
863
874
|
/**
|
|
864
875
|
* 该接口用于获取个人授权执业章给企业的微信二维码,需要个人用户通过微信扫码。
|
|
865
876
|
|
|
@@ -619,38 +619,35 @@ export interface CreateMultiFlowSignQRCodeResponse {
|
|
|
619
619
|
RequestId?: string;
|
|
620
620
|
}
|
|
621
621
|
/**
|
|
622
|
-
*
|
|
622
|
+
* DescribeIntegrationDepartments请求参数结构体
|
|
623
623
|
*/
|
|
624
|
-
export interface
|
|
624
|
+
export interface DescribeIntegrationDepartmentsRequest {
|
|
625
625
|
/**
|
|
626
|
-
*
|
|
627
|
-
|
|
628
|
-
1. 该链接有效期为<b>30分钟</b>,同时需要注意保密,不要外泄给无关用户。
|
|
629
|
-
2. 该链接不支持小程序嵌入,仅支持<b>移动端浏览器</b>打开。
|
|
630
|
-
3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
626
|
+
* 执行本接口操作的员工信息。
|
|
627
|
+
注: `在调用此接口时,请确保指定的员工已获得组织架构管理权限,并具备接口传入的相应资源的数据权限。`
|
|
631
628
|
*/
|
|
632
|
-
|
|
629
|
+
Operator: UserInfo;
|
|
633
630
|
/**
|
|
634
|
-
*
|
|
635
|
-
|
|
631
|
+
* 查询类型,支持以下类型:
|
|
632
|
+
<ul><li>**0**:查询单个部门节点列表,不包含子节点部门信息</li>
|
|
633
|
+
<li>**1**:查询单个部门节点级一级子节点部门信息列表</li></ul>
|
|
636
634
|
*/
|
|
637
|
-
|
|
635
|
+
QueryType: number;
|
|
638
636
|
/**
|
|
639
|
-
*
|
|
637
|
+
* 代理企业和员工的信息。
|
|
638
|
+
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
640
639
|
*/
|
|
641
|
-
|
|
640
|
+
Agent?: Agent;
|
|
642
641
|
/**
|
|
643
|
-
*
|
|
642
|
+
* 查询的部门ID。
|
|
643
|
+
注:`如果同时指定了DeptId与DeptOpenId参数,系统将优先使用DeptId参数进行查询。当二者都未指定时,系统将返回根节点部门数据。`
|
|
644
644
|
*/
|
|
645
|
-
|
|
645
|
+
DeptId?: string;
|
|
646
646
|
/**
|
|
647
|
-
*
|
|
648
|
-
|
|
649
|
-
1. 该链接有效期为**30分钟**,同时需要注意保密,不要外泄给无关用户。
|
|
650
|
-
2. 该链接不支持小程序嵌入,仅支持**移动端浏览器**打开。
|
|
651
|
-
3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
647
|
+
* 查询的客户系统部门ID。
|
|
648
|
+
注:`如果同时指定了DeptId与DeptOpenId参数,系统将优先使用DeptId参数进行查询。当二者都未指定时,系统将返回根节点部门数据。`
|
|
652
649
|
*/
|
|
653
|
-
|
|
650
|
+
DeptOpenId?: string;
|
|
654
651
|
}
|
|
655
652
|
/**
|
|
656
653
|
* 关注方信息
|
|
@@ -3526,6 +3523,40 @@ export interface CreateSealPolicyResponse {
|
|
|
3526
3523
|
*/
|
|
3527
3524
|
RequestId?: string;
|
|
3528
3525
|
}
|
|
3526
|
+
/**
|
|
3527
|
+
* 签署链接信息。
|
|
3528
|
+
*/
|
|
3529
|
+
export interface FlowApproverUrlInfo {
|
|
3530
|
+
/**
|
|
3531
|
+
* 签署短链接。
|
|
3532
|
+
注意:
|
|
3533
|
+
1. 该链接有效期为<b>30分钟</b>,同时需要注意保密,不要外泄给无关用户。
|
|
3534
|
+
2. 该链接不支持小程序嵌入,仅支持<b>移动端浏览器</b>打开。
|
|
3535
|
+
3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
3536
|
+
*/
|
|
3537
|
+
SignUrl?: string;
|
|
3538
|
+
/**
|
|
3539
|
+
* 签署人类型。
|
|
3540
|
+
- **1**: 个人
|
|
3541
|
+
*/
|
|
3542
|
+
ApproverType?: number;
|
|
3543
|
+
/**
|
|
3544
|
+
* 签署人姓名。
|
|
3545
|
+
*/
|
|
3546
|
+
ApproverName?: string;
|
|
3547
|
+
/**
|
|
3548
|
+
* 签署人手机号。
|
|
3549
|
+
*/
|
|
3550
|
+
ApproverMobile?: string;
|
|
3551
|
+
/**
|
|
3552
|
+
* 签署长链接。
|
|
3553
|
+
注意:
|
|
3554
|
+
1. 该链接有效期为**30分钟**,同时需要注意保密,不要外泄给无关用户。
|
|
3555
|
+
2. 该链接不支持小程序嵌入,仅支持**移动端浏览器**打开。
|
|
3556
|
+
3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
3557
|
+
*/
|
|
3558
|
+
LongUrl?: string;
|
|
3559
|
+
}
|
|
3529
3560
|
/**
|
|
3530
3561
|
* DisableUserAutoSign请求参数结构体
|
|
3531
3562
|
*/
|
|
@@ -6037,6 +6068,13 @@ export interface Recipient {
|
|
|
6037
6068
|
<li> 6 :设备面容识别</li></ul>
|
|
6038
6069
|
*/
|
|
6039
6070
|
ApproverSignTypes?: Array<number | bigint>;
|
|
6071
|
+
/**
|
|
6072
|
+
* 签署方是否可以转他人处理
|
|
6073
|
+
|
|
6074
|
+
<ul><li> **false** : ( 默认)可以转他人处理</li>
|
|
6075
|
+
<li> **true** :不可以转他人处理</li></ul>
|
|
6076
|
+
*/
|
|
6077
|
+
NoTransfer?: boolean;
|
|
6040
6078
|
}
|
|
6041
6079
|
/**
|
|
6042
6080
|
* DescribeFlowEvidenceReport请求参数结构体
|
|
@@ -8569,6 +8607,49 @@ export interface EmbedUrlOption {
|
|
|
8569
8607
|
*/
|
|
8570
8608
|
ShowTemplateComponent?: boolean;
|
|
8571
8609
|
}
|
|
8610
|
+
/**
|
|
8611
|
+
* CreateBatchOrganizationAuthorizationUrl请求参数结构体
|
|
8612
|
+
*/
|
|
8613
|
+
export interface CreateBatchOrganizationAuthorizationUrlRequest {
|
|
8614
|
+
/**
|
|
8615
|
+
* 执行本接口操作的员工信息。
|
|
8616
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
8617
|
+
*/
|
|
8618
|
+
Operator: UserInfo;
|
|
8619
|
+
/**
|
|
8620
|
+
* 组织机构超管姓名。 在注册流程中,必须是超管本人进行操作。
|
|
8621
|
+
此参数需要跟[创建企业批量认证链接](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationRegistrationTasks)中 AdminName 保持一致。
|
|
8622
|
+
*/
|
|
8623
|
+
AdminName: string;
|
|
8624
|
+
/**
|
|
8625
|
+
* 组织机构超管手机号。 在注册流程中,必须是超管本人进行操作。此参数需要跟[创建企业批量认证链接](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationRegistrationTasks)中 Admin Mobile保持一致。
|
|
8626
|
+
*/
|
|
8627
|
+
AdminMobile: string;
|
|
8628
|
+
/**
|
|
8629
|
+
* 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
|
8630
|
+
*/
|
|
8631
|
+
Agent?: Agent;
|
|
8632
|
+
/**
|
|
8633
|
+
* 企业批量认证链接的子任务 SubTaskId,该 SubTaskId 是通过接口 查询企业批量认证链接 DescribeBatchOrganizationRegistrationUrls 获得。此参数需与超管个人三要素(AdminName,AdminMobile,AdminIdCardNumber)配合使用。若 SubTaskId 不属于传入的超级管理员,将进行筛选。
|
|
8634
|
+
*/
|
|
8635
|
+
SubTaskIds?: Array<string>;
|
|
8636
|
+
/**
|
|
8637
|
+
* 组织机构超管证件类型支持以下类型
|
|
8638
|
+
- ID_CARD : 居民身份证 (默认值)
|
|
8639
|
+
- HONGKONG_AND_MACAO : 港澳居民来往内地通行证
|
|
8640
|
+
- HONGKONG_MACAO_AND_TAIWAN : 港澳台居民居住证(格式同居民身份证)
|
|
8641
|
+
此参数需要跟[创建企业批量认证链接](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationRegistrationTasks)中 AdminIdCardType保持一致。
|
|
8642
|
+
*/
|
|
8643
|
+
AdminIdCardType?: string;
|
|
8644
|
+
/**
|
|
8645
|
+
* 组织机构超管证件号。 在注册流程中,必须是超管本人进行操作。此参数需要跟[创建企业批量认证链接](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationRegistrationTasks)中 AdminIdCardNumber保持一致。
|
|
8646
|
+
*/
|
|
8647
|
+
AdminIdCardNumber?: string;
|
|
8648
|
+
/**
|
|
8649
|
+
* 要跳转的链接类型<ul><li> **HTTP**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 ,此时返回长链 (默认类型)</li><li>**HTTP_SHORT_URL**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型,此时返回短链</li><li>**APP**: 第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型</li><li>**QR_CODE**: 跳转电子签小程序的http_url的二维码形式, 可以在页面展示适合此类型</li></ul>
|
|
8650
|
+
*/
|
|
8651
|
+
Endpoint?: string;
|
|
8652
|
+
}
|
|
8572
8653
|
/**
|
|
8573
8654
|
* CreateBatchCancelFlowUrl请求参数结构体
|
|
8574
8655
|
*/
|
|
@@ -8762,35 +8843,33 @@ export interface DescribeExtendedServiceAuthInfosResponse {
|
|
|
8762
8843
|
RequestId?: string;
|
|
8763
8844
|
}
|
|
8764
8845
|
/**
|
|
8765
|
-
*
|
|
8846
|
+
* CreateBatchOrganizationAuthorizationUrl返回参数结构体
|
|
8766
8847
|
*/
|
|
8767
|
-
export interface
|
|
8848
|
+
export interface CreateBatchOrganizationAuthorizationUrlResponse {
|
|
8768
8849
|
/**
|
|
8769
|
-
*
|
|
8770
|
-
|
|
8771
|
-
|
|
8772
|
-
|
|
8773
|
-
|
|
8774
|
-
|
|
8775
|
-
|
|
8776
|
-
|
|
8850
|
+
* 批量企业注册链接-单链接包含多条认证流,根据Endpoint的不同设置,返回不同的链接地址。失效时间:7天
|
|
8851
|
+
跳转链接, 链接的有效期根据企业,员工状态和终端等有区别, 可以参考下表
|
|
8852
|
+
<table> <thead> <tr> <th>Endpoint</th> <th>示例</th> <th>链接有效期限</th> </tr> </thead> <tbody>
|
|
8853
|
+
<tr> <td>HTTP</td> <td>https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHHURDfBxSB2rj2Bfa</td> <td>7天</td> </tr>
|
|
8854
|
+
<tr> <td>HTTP_SHORT_URL</td> <td>https://test.essurl.cn/8gDKUBAWK8</td> <td>7天</td> </tr>
|
|
8855
|
+
<tr> <td>APP</td> <td>pages/guide/index?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHpURDfR6iEkdpsDde</td> <td>7天</td> </tr><tr> <td>QR_CODE</td> <td>https://dyn.test.ess.tencent.cn/imgs/qrcode_urls/authorization_enterprise_for_batch_submit/yDCHHUUckpbdauq9UEjnoFDCCumAMmv1.png</td> <td>7天</td> </tr> </tbody> </table>
|
|
8856
|
+
注:
|
|
8857
|
+
`1.创建的链接应避免被转义,如:&被转义为\u0026;如使用Postman请求后,请选择响应类型为 JSON,否则链接将被转义`
|
|
8858
|
+
|
|
8777
8859
|
*/
|
|
8778
|
-
|
|
8860
|
+
AuthUrl?: string;
|
|
8779
8861
|
/**
|
|
8780
|
-
*
|
|
8781
|
-
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
8862
|
+
* 认证流认证失败信息
|
|
8782
8863
|
*/
|
|
8783
|
-
|
|
8864
|
+
ErrorMessages?: Array<string>;
|
|
8784
8865
|
/**
|
|
8785
|
-
*
|
|
8786
|
-
注:`如果同时指定了DeptId与DeptOpenId参数,系统将优先使用DeptId参数进行查询。当二者都未指定时,系统将返回根节点部门数据。`
|
|
8866
|
+
* 链接过期时间,为 7 天后,创建时间,格式为Unix标准时间戳(秒)。
|
|
8787
8867
|
*/
|
|
8788
|
-
|
|
8868
|
+
ExpireTime?: number;
|
|
8789
8869
|
/**
|
|
8790
|
-
*
|
|
8791
|
-
注:`如果同时指定了DeptId与DeptOpenId参数,系统将优先使用DeptId参数进行查询。当二者都未指定时,系统将返回根节点部门数据。`
|
|
8870
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8792
8871
|
*/
|
|
8793
|
-
|
|
8872
|
+
RequestId?: string;
|
|
8794
8873
|
}
|
|
8795
8874
|
/**
|
|
8796
8875
|
* DescribeFlowInfo返回参数结构体
|
|
@@ -2576,6 +2576,13 @@ export interface Recipient {
|
|
|
2576
2576
|
<li> 6 :设备面容识别</li></ul>
|
|
2577
2577
|
*/
|
|
2578
2578
|
ApproverSignTypes?: Array<number | bigint>;
|
|
2579
|
+
/**
|
|
2580
|
+
* 签署方是否可以转他人处理
|
|
2581
|
+
|
|
2582
|
+
<ul><li> **false** : ( 默认)可以转他人处理</li>
|
|
2583
|
+
<li> **true** :不可以转他人处理</li></ul>
|
|
2584
|
+
*/
|
|
2585
|
+
NoTransfer?: boolean;
|
|
2579
2586
|
}
|
|
2580
2587
|
/**
|
|
2581
2588
|
* DescribeTemplates返回参数结构体
|
|
@@ -155,15 +155,21 @@ export interface FaceInfo {
|
|
|
155
155
|
export interface MergeInfo {
|
|
156
156
|
/**
|
|
157
157
|
* 输入图片base64。
|
|
158
|
+
●base64 和 url 必须提供一个,如果都提供以 url 为准。
|
|
159
|
+
●素材图片限制:图片中面部尺寸大于34 * 34;图片尺寸大于64 * 64。(图片编码之后可能会大30%左右,建议合理控制图片大小)。
|
|
160
|
+
●支持图片格式:支持jpg或png。
|
|
158
161
|
*/
|
|
159
162
|
Image?: string;
|
|
160
163
|
/**
|
|
161
164
|
* 输入图片url。
|
|
162
|
-
|
|
165
|
+
●base64 和 url 必须提供一个,如果都提供以 url 为准。
|
|
166
|
+
●素材图片限制:图片中面部尺寸大于34 * 34;图片尺寸大于64 * 64。(图片编码之后可能会大30%左右,建议合理控制图片大小)。
|
|
167
|
+
●支持图片格式:支持jpg或png。
|
|
163
168
|
*/
|
|
164
169
|
Url?: string;
|
|
165
170
|
/**
|
|
166
171
|
* 输入图片人脸位置信息(人脸框)。不填默认取输入图中最大人脸。
|
|
172
|
+
Width、Height >= 30。
|
|
167
173
|
*/
|
|
168
174
|
InputImageFaceRect?: FaceRect;
|
|
169
175
|
/**
|
|
@@ -350,11 +356,11 @@ export interface DescribeMaterialListRequest {
|
|
|
350
356
|
*/
|
|
351
357
|
export interface MetaData {
|
|
352
358
|
/**
|
|
353
|
-
* MetaData的Key
|
|
359
|
+
* MetaData的Key,长度不能超过32。
|
|
354
360
|
*/
|
|
355
361
|
MetaKey: string;
|
|
356
362
|
/**
|
|
357
|
-
* MetaData的Value
|
|
363
|
+
* MetaData的Value,长度不能超过256。
|
|
358
364
|
*/
|
|
359
365
|
MetaValue: string;
|
|
360
366
|
}
|
|
@@ -167,7 +167,7 @@ export interface FuseParam {
|
|
|
167
167
|
*/
|
|
168
168
|
export interface ImageCodecParam {
|
|
169
169
|
/**
|
|
170
|
-
*
|
|
170
|
+
* 元数据,个数不能大于1。
|
|
171
171
|
*/
|
|
172
172
|
MetaData?: Array<MetaData>;
|
|
173
173
|
}
|
|
@@ -213,15 +213,22 @@ export interface FusionUltraParam {
|
|
|
213
213
|
*/
|
|
214
214
|
export interface MergeInfo {
|
|
215
215
|
/**
|
|
216
|
-
* 输入图片base64
|
|
216
|
+
* 输入图片base64。
|
|
217
|
+
●base64 和 url 必须提供一个,如果都提供以 url 为准。
|
|
218
|
+
●素材图片限制:图片中面部尺寸大于34 * 34;图片尺寸大于64 * 64。(图片编码之后可能会大30%左右,建议合理控制图片大小)。
|
|
219
|
+
●支持图片格式:支持jpg或png
|
|
217
220
|
*/
|
|
218
221
|
Image?: string;
|
|
219
222
|
/**
|
|
220
|
-
* 输入图片url
|
|
223
|
+
* 输入图片url。
|
|
224
|
+
●base64 和 url 必须提供一个,如果都提供以 url 为准。
|
|
225
|
+
●素材图片限制:图片中面部尺寸大于34 * 34;图片尺寸大于64 * 64。(图片编码之后可能会大30%左右,建议合理控制图片大小)。
|
|
226
|
+
●支持图片格式:支持jpg或png
|
|
221
227
|
*/
|
|
222
228
|
Url?: string;
|
|
223
229
|
/**
|
|
224
230
|
* 上传的图片人脸位置信息(人脸框)
|
|
231
|
+
Width、Height >= 30。
|
|
225
232
|
*/
|
|
226
233
|
InputImageFaceRect?: FaceRect;
|
|
227
234
|
/**
|
|
@@ -230,6 +237,7 @@ export interface MergeInfo {
|
|
|
230
237
|
TemplateFaceID?: string;
|
|
231
238
|
/**
|
|
232
239
|
* 模板中人脸位置信息(人脸框),不填默认取最大人脸。此字段仅适用于图片融合自定义模板素材场景。
|
|
240
|
+
Width、Height >= 30。
|
|
233
241
|
*/
|
|
234
242
|
TemplateFaceRect?: FaceRect;
|
|
235
243
|
}
|
|
@@ -251,7 +259,7 @@ export interface FuseFaceUltraResponse {
|
|
|
251
259
|
*/
|
|
252
260
|
export interface FuseFaceResponse {
|
|
253
261
|
/**
|
|
254
|
-
* RspImgType 为 url 时,返回结果的 url
|
|
262
|
+
* RspImgType 为 url 时,返回结果的 url(有效期7天), RspImgType 为 base64 时返回 base64 数据。
|
|
255
263
|
*/
|
|
256
264
|
FusedImage?: string;
|
|
257
265
|
/**
|
|
@@ -276,7 +284,7 @@ export interface FuseFaceRequest {
|
|
|
276
284
|
*/
|
|
277
285
|
RspImgType: string;
|
|
278
286
|
/**
|
|
279
|
-
*
|
|
287
|
+
* 用户人脸图片、素材模板图的人脸位置信息。不能超过6个。
|
|
280
288
|
*/
|
|
281
289
|
MergeInfos: Array<MergeInfo>;
|
|
282
290
|
/**
|
|
@@ -367,15 +375,19 @@ export interface DescribeMaterialListRequest {
|
|
|
367
375
|
*/
|
|
368
376
|
export interface LogoParam {
|
|
369
377
|
/**
|
|
370
|
-
*
|
|
378
|
+
* 标识图片位于融合结果图中的坐标,将按照坐标对标识图片进行位置和大小的拉伸匹配。
|
|
371
379
|
*/
|
|
372
380
|
LogoRect: FaceRect;
|
|
373
381
|
/**
|
|
374
|
-
* 标识图片Url
|
|
382
|
+
* 标识图片Url地址。
|
|
383
|
+
●base64 和 url 必须提供一个,如果都提供以 url 为准。
|
|
384
|
+
●支持图片格式:支持jpg或png。
|
|
375
385
|
*/
|
|
376
386
|
LogoUrl?: string;
|
|
377
387
|
/**
|
|
378
388
|
* 标识图片base64
|
|
389
|
+
●base64 和 url 必须提供一个,如果都提供以 url 为准。
|
|
390
|
+
●支持图片格式:支持jpg或png。
|
|
379
391
|
*/
|
|
380
392
|
LogoImage?: string;
|
|
381
393
|
}
|
|
@@ -35,15 +35,32 @@ export interface ClientNodeAttribute {
|
|
|
35
35
|
/**
|
|
36
36
|
* 客户端节点IP
|
|
37
37
|
*/
|
|
38
|
-
ClientNodeIp
|
|
38
|
+
ClientNodeIp?: string;
|
|
39
39
|
/**
|
|
40
40
|
* 客户端节点服务状态, Active(运行中), Adding(添加中), Destroying(销毁中), Down(已停止)
|
|
41
41
|
*/
|
|
42
|
-
Status
|
|
42
|
+
Status?: string;
|
|
43
43
|
/**
|
|
44
44
|
* 客户端节点类型,extend(扩展节点),manager(管理节点)
|
|
45
45
|
*/
|
|
46
|
-
ClientType
|
|
46
|
+
ClientType?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 节点所属vpcid
|
|
49
|
+
*/
|
|
50
|
+
VpcId?: string;
|
|
51
|
+
/**
|
|
52
|
+
* 节点所属子网id
|
|
53
|
+
*/
|
|
54
|
+
SubnetId?: string;
|
|
55
|
+
/**
|
|
56
|
+
* cvmId
|
|
57
|
+
*/
|
|
58
|
+
InstanceId?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 自定义挂载点
|
|
61
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
62
|
+
*/
|
|
63
|
+
MountPoint?: string;
|
|
47
64
|
}
|
|
48
65
|
/**
|
|
49
66
|
* ModifyDataRepositoryBandwidth返回参数结构体
|
|
@@ -481,6 +498,10 @@ export interface LinuxNodeAttribute {
|
|
|
481
498
|
* linux客户端节点地址
|
|
482
499
|
*/
|
|
483
500
|
LinuxClientNodeIp?: string;
|
|
501
|
+
/**
|
|
502
|
+
* 自定义挂载点
|
|
503
|
+
*/
|
|
504
|
+
MountPoint?: string;
|
|
484
505
|
}
|
|
485
506
|
/**
|
|
486
507
|
* BatchDeleteClientNodes请求参数结构体
|
|
@@ -3072,7 +3072,6 @@ export interface DescribeCloudStorageAIServiceResponse {
|
|
|
3072
3072
|
- `1`:全时套餐
|
|
3073
3073
|
- `2`:事件套餐
|
|
3074
3074
|
- `3`:低功耗套餐
|
|
3075
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3076
3075
|
*/
|
|
3077
3076
|
Type?: number;
|
|
3078
3077
|
/**
|
|
@@ -3080,17 +3079,14 @@ export interface DescribeCloudStorageAIServiceResponse {
|
|
|
3080
3079
|
|
|
3081
3080
|
- `0`:未开通或已过期
|
|
3082
3081
|
- `1`:生效中
|
|
3083
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3084
3082
|
*/
|
|
3085
3083
|
Status?: number;
|
|
3086
3084
|
/**
|
|
3087
3085
|
* 云存 AI 套餐过期时间 UNIX 时间戳
|
|
3088
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3089
3086
|
*/
|
|
3090
3087
|
ExpireTime?: number;
|
|
3091
3088
|
/**
|
|
3092
3089
|
* 用户 ID
|
|
3093
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3094
3090
|
*/
|
|
3095
3091
|
UserId?: string;
|
|
3096
3092
|
/**
|
|
@@ -5604,7 +5600,7 @@ export interface CloudStorageAIServiceTask {
|
|
|
5604
5600
|
/**
|
|
5605
5601
|
* 云存 AI 服务类型。可能取值:
|
|
5606
5602
|
|
|
5607
|
-
- `
|
|
5603
|
+
- `RealtimeObjectDetect`:目标检测
|
|
5608
5604
|
- `Highlight`:视频浓缩
|
|
5609
5605
|
*/
|
|
5610
5606
|
ServiceType?: string;
|
|
@@ -5636,6 +5632,10 @@ export interface CloudStorageAIServiceTask {
|
|
|
5636
5632
|
* 最后更新时间
|
|
5637
5633
|
*/
|
|
5638
5634
|
UpdateTime?: number;
|
|
5635
|
+
/**
|
|
5636
|
+
* 自定义任务 ID
|
|
5637
|
+
*/
|
|
5638
|
+
CustomId?: string;
|
|
5639
5639
|
}
|
|
5640
5640
|
/**
|
|
5641
5641
|
* ListTopicPolicy请求参数结构体
|