tencentcloud-sdk-nodejs 4.0.687 → 4.0.689
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 +786 -0
- package/SERVICE_CHANGELOG.md +867 -69
- package/package.json +1 -1
- package/products.md +33 -33
- package/src/common/sdk_version.ts +1 -1
- package/src/services/advisor/v20200721/advisor_client.ts +2 -2
- package/src/services/advisor/v20200721/advisor_models.ts +53 -53
- package/src/services/apigateway/v20180808/apigateway_models.ts +20 -0
- package/src/services/asr/v20190614/asr_models.ts +64 -63
- package/src/services/cdb/v20170320/cdb_client.ts +1 -0
- package/src/services/cdb/v20170320/cdb_models.ts +40 -4
- package/src/services/ckafka/v20190819/ckafka_client.ts +13 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +35 -0
- package/src/services/cvm/v20170312/cvm_client.ts +6 -3
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +9 -7
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +198 -77
- package/src/services/dlc/v20210125/dlc_client.ts +13 -1
- package/src/services/dlc/v20210125/dlc_models.ts +80 -39
- package/src/services/es/v20180416/es_client.ts +2 -1
- package/src/services/es/v20180416/es_models.ts +214 -175
- package/src/services/ess/v20201111/ess_client.ts +71 -54
- package/src/services/ess/v20201111/ess_models.ts +192 -180
- package/src/services/essbasic/v20210526/essbasic_client.ts +52 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +206 -12
- package/src/services/ims/v20201229/ims_client.ts +2 -2
- package/src/services/lcic/v20220817/lcic_models.ts +4 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +23 -19
- package/src/services/mongodb/v20190725/mongodb_models.ts +46 -46
- package/src/services/monitor/v20180724/monitor_models.ts +6 -2
- package/src/services/nlp/v20190408/nlp_client.ts +0 -15
- package/src/services/nlp/v20190408/nlp_models.ts +0 -117
- package/src/services/ocr/v20181119/ocr_models.ts +1 -1
- package/src/services/omics/v20221128/omics_models.ts +1 -1
- package/src/services/postgres/v20170312/postgres_models.ts +33 -30
- package/src/services/ses/v20201002/ses_models.ts +9 -4
- package/src/services/ssa/v20180608/ssa_client.ts +16 -3
- package/src/services/ssa/v20180608/ssa_models.ts +94 -24
- package/src/services/ssl/v20191205/ssl_client.ts +26 -2
- package/src/services/ssl/v20191205/ssl_models.ts +64 -16
- package/src/services/tcss/v20201101/tcss_client.ts +3 -2
- package/src/services/tcss/v20201101/tcss_models.ts +278 -113
- package/src/services/teo/v20220901/teo_models.ts +2 -2
- package/src/services/thpc/v20230321/thpc_models.ts +4 -0
- package/src/services/tse/v20201207/tse_client.ts +40 -25
- package/src/services/tse/v20201207/tse_models.ts +184 -6
- package/src/services/vm/v20201229/vm_client.ts +6 -6
- package/src/services/vm/v20201229/vm_models.ts +2 -2
- package/src/services/vod/v20180717/vod_client.ts +6 -10
- package/src/services/vod/v20180717/vod_models.ts +755 -663
- package/src/services/vpc/v20170312/vpc_models.ts +40 -22
- package/src/services/waf/v20180125/waf_client.ts +54 -26
- package/src/services/waf/v20180125/waf_models.ts +330 -68
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/advisor/v20200721/advisor_models.d.ts +52 -52
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +20 -0
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +64 -63
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +39 -4
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +32 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +3 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +3 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +6 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +5 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +193 -74
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +78 -39
- package/tencentcloud/services/es/v20180416/es_models.d.ts +205 -167
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +62 -36
- package/tencentcloud/services/ess/v20201111/ess_client.js +62 -38
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +192 -177
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +26 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +31 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +198 -12
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -2
- package/tencentcloud/services/ims/v20201229/ims_client.js +2 -2
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +4 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +23 -19
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +46 -46
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +6 -2
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +1 -5
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +0 -6
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +0 -112
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +33 -30
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +9 -4
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +5 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +91 -24
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +9 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +12 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +60 -16
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +2 -2
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +277 -113
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +4 -0
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +13 -9
- package/tencentcloud/services/tse/v20201207/tse_client.js +18 -12
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +179 -6
- package/tencentcloud/services/vm/v20201229/vm_client.d.ts +6 -6
- package/tencentcloud/services/vm/v20201229/vm_client.js +6 -6
- package/tencentcloud/services/vm/v20201229/vm_models.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -8
- package/tencentcloud/services/vod/v20180717/vod_client.js +1 -7
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +753 -663
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +40 -22
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +17 -9
- package/tencentcloud/services/waf/v20180125/waf_client.js +24 -12
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +322 -68
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/dlc.v20210125.test.js +10 -0
- package/test/ess.v20201111.test.js +2 -12
- package/test/essbasic.v20210526.test.js +30 -0
- package/test/nlp.v20190408.test.js +0 -10
- package/test/ssa.v20180608.test.js +10 -0
- package/test/ssl.v20191205.test.js +20 -0
- package/test/tse.v20201207.test.js +18 -8
- package/test/waf.v20180125.test.js +28 -8
|
@@ -26,7 +26,6 @@ import {
|
|
|
26
26
|
Department,
|
|
27
27
|
CreatePreparedPersonalEsignRequest,
|
|
28
28
|
DescribeIntegrationDepartmentsResponse,
|
|
29
|
-
FileInfo,
|
|
30
29
|
CreateFlowApproversResponse,
|
|
31
30
|
DescribeFileUrlsResponse,
|
|
32
31
|
ModifyApplicationCallbackInfoResponse,
|
|
@@ -62,14 +61,13 @@ import {
|
|
|
62
61
|
TemplateInfo,
|
|
63
62
|
CreateDocumentResponse,
|
|
64
63
|
DescribeIntegrationEmployeesRequest,
|
|
65
|
-
UnbindEmployeeUserIdWithClientOpenIdResponse,
|
|
66
64
|
CreateIntegrationUserRolesResponse,
|
|
67
65
|
CreateFlowRequest,
|
|
68
66
|
CreateSchemeUrlRequest,
|
|
69
67
|
DeleteIntegrationDepartmentResponse,
|
|
70
68
|
AutoSignConfig,
|
|
71
69
|
DescribeThirdPartyAuthCodeRequest,
|
|
72
|
-
|
|
70
|
+
UnbindEmployeeUserIdWithClientOpenIdResponse,
|
|
73
71
|
CreateReleaseFlowResponse,
|
|
74
72
|
CreateWebThemeConfigResponse,
|
|
75
73
|
BindEmployeeUserIdWithClientOpenIdRequest,
|
|
@@ -148,7 +146,7 @@ import {
|
|
|
148
146
|
CreateStaffResult,
|
|
149
147
|
CreateUserAutoSignEnableUrlRequest,
|
|
150
148
|
CreateOrganizationBatchSignUrlResponse,
|
|
151
|
-
|
|
149
|
+
FileInfo,
|
|
152
150
|
CancelUserAutoSignEnableUrlRequest,
|
|
153
151
|
FailedCreateStaffData,
|
|
154
152
|
ApproverRestriction,
|
|
@@ -162,7 +160,6 @@ import {
|
|
|
162
160
|
DeleteIntegrationDepartmentRequest,
|
|
163
161
|
WebThemeConfig,
|
|
164
162
|
ModifyApplicationCallbackInfoRequest,
|
|
165
|
-
IntegrationMainOrganizationUser,
|
|
166
163
|
StartFlowRequest,
|
|
167
164
|
CreateSealResponse,
|
|
168
165
|
CreatePrepareFlowRequest,
|
|
@@ -340,8 +337,15 @@ export class Client extends AbstractClient {
|
|
|
340
337
|
}
|
|
341
338
|
|
|
342
339
|
/**
|
|
343
|
-
|
|
344
|
-
|
|
340
|
+
* 本接口(CreateEmbedWebUrl)用于创建嵌入Web的链接,支持以下类型的Web链接创建:
|
|
341
|
+
1. 创建印章
|
|
342
|
+
2. 创建模板
|
|
343
|
+
3. 修改模板
|
|
344
|
+
4. 预览模板
|
|
345
|
+
5. 预览合同流程
|
|
346
|
+
|
|
347
|
+
用户可以通过这些链接快速将其集成到自己的系统中。
|
|
348
|
+
*/
|
|
345
349
|
async CreateEmbedWebUrl(
|
|
346
350
|
req: CreateEmbedWebUrlRequest,
|
|
347
351
|
cb?: (error: string, rep: CreateEmbedWebUrlResponse) => void
|
|
@@ -412,12 +416,13 @@ export class Client extends AbstractClient {
|
|
|
412
416
|
}
|
|
413
417
|
|
|
414
418
|
/**
|
|
415
|
-
*
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
419
|
+
* 适用场景:
|
|
420
|
+
当通过模板或文件发起合同时,若未指定企业签署人信息,则可调用此接口补充或添加签署人。同一签署人可补充多个员工作为或签署人,最终实际签署人取决于谁先领取合同完成签署。
|
|
421
|
+
|
|
422
|
+
限制条件:
|
|
423
|
+
1. 本企业(发起方企业)企业微信签署人仅支持通过企业微信UserId或姓名+手机号进行补充。
|
|
424
|
+
2. 本企业(发起方企业)非企业微信签署人仅支持通过姓名+手机号进行补充。
|
|
425
|
+
3. 他方企业仅支持通过姓名+手机号进行补充。
|
|
421
426
|
*/
|
|
422
427
|
async CreateFlowApprovers(
|
|
423
428
|
req: CreateFlowApproversRequest,
|
|
@@ -437,23 +442,7 @@ export class Client extends AbstractClient {
|
|
|
437
442
|
}
|
|
438
443
|
|
|
439
444
|
/**
|
|
440
|
-
|
|
441
|
-
无需对应的用户刷脸等方式同意即可关闭。
|
|
442
|
-
|
|
443
|
-
注意:
|
|
444
|
-
|
|
445
|
-
<ul><li>处方单等特殊场景专用,此接口为白名单功能,使用前请联系对接的客户经理沟通。</li>
|
|
446
|
-
<li>如果此用户在开通时候绑定过个人自动签账号许可, 关闭此用户的自动签不会归还个人自动签账号许可的额度。</li></ul>
|
|
447
|
-
*/
|
|
448
|
-
async DisableUserAutoSign(
|
|
449
|
-
req: DisableUserAutoSignRequest,
|
|
450
|
-
cb?: (error: string, rep: DisableUserAutoSignResponse) => void
|
|
451
|
-
): Promise<DisableUserAutoSignResponse> {
|
|
452
|
-
return this.request("DisableUserAutoSign", req, cb)
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
/**
|
|
456
|
-
* 解绑员工与对应角色关系
|
|
445
|
+
* 解绑员工与对应角色的关系,如需绑定请使用 CreateIntegrationUserRoles 接口。
|
|
457
446
|
*/
|
|
458
447
|
async DeleteIntegrationRoleUsers(
|
|
459
448
|
req: DeleteIntegrationRoleUsersRequest,
|
|
@@ -525,9 +514,15 @@ export class Client extends AbstractClient {
|
|
|
525
514
|
}
|
|
526
515
|
|
|
527
516
|
/**
|
|
528
|
-
*
|
|
529
|
-
|
|
530
|
-
|
|
517
|
+
* 提交申请出证报告任务并返回报告ID。
|
|
518
|
+
|
|
519
|
+
注意:
|
|
520
|
+
<ul><li>使用此功能`需搭配出证套餐` ,使用前请联系对接的客户经理沟通。</li>
|
|
521
|
+
<li>操作人必须是`发起方或者签署方企业的(非走授权书认证)法人或者超管`。</li>
|
|
522
|
+
<li>合同流程必须所有参与方`已经签署完成`。</li>
|
|
523
|
+
<li>出证过程需一定时间,建议在`提交出证任务后的24小时之后`,通过<a href="https://qian.tencent.com/developers/companyApis/certificate/DescribeFlowEvidenceReport" target="_blank">获取出证报告任务执行结果</a>接口进行查询执行结果和出证报告的下载URL。</li></ul>
|
|
524
|
+
|
|
525
|
+
<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>
|
|
531
526
|
*/
|
|
532
527
|
async CreateFlowEvidenceReport(
|
|
533
528
|
req: CreateFlowEvidenceReportRequest,
|
|
@@ -583,8 +578,9 @@ export class Client extends AbstractClient {
|
|
|
583
578
|
}
|
|
584
579
|
|
|
585
580
|
/**
|
|
586
|
-
* 此接口(CreateFlowGroupByTemplates
|
|
587
|
-
|
|
581
|
+
* 此接口(CreateFlowGroupByTemplates)可用于通过多个模板创建合同组签署流程。
|
|
582
|
+
|
|
583
|
+
适用场景:该接口适用于需要一次性完成多份合同签署的情况,多份合同一般具有关联性,用户以目录的形式查看合同。
|
|
588
584
|
*/
|
|
589
585
|
async CreateFlowGroupByTemplates(
|
|
590
586
|
req: CreateFlowGroupByTemplatesRequest,
|
|
@@ -625,8 +621,16 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");<br/>
|
|
|
625
621
|
}
|
|
626
622
|
|
|
627
623
|
/**
|
|
628
|
-
|
|
629
|
-
|
|
624
|
+
* 获取出证报告任务执行结果,返回报告 URL。
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
注意:
|
|
629
|
+
<ul><li>使用此功能`需搭配出证套餐` ,使用前请联系对接的客户经理沟通。</li>
|
|
630
|
+
<li>需调用创建并返回出证报告接口<a href="https://qian.tencent.com/developers/companyApis/certificate/CreateFlowEvidenceReport" target="_blank">提交申请出证报告任务</a>获取报告编号后调用当前接口获取报告链接。</li></ul>
|
|
631
|
+
|
|
632
|
+
<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>
|
|
633
|
+
*/
|
|
630
634
|
async DescribeFlowEvidenceReport(
|
|
631
635
|
req: DescribeFlowEvidenceReportRequest,
|
|
632
636
|
cb?: (error: string, rep: DescribeFlowEvidenceReportResponse) => void
|
|
@@ -658,8 +662,10 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");<br/>
|
|
|
658
662
|
}
|
|
659
663
|
|
|
660
664
|
/**
|
|
661
|
-
|
|
662
|
-
|
|
665
|
+
* 此接口(DescribeIntegrationRoles)用于分页查询企业角色列表,列表按照角色创建时间升序排列。
|
|
666
|
+
|
|
667
|
+
注:`法人角色是系统保留角色,因此返回列表中不含法人角色。`
|
|
668
|
+
*/
|
|
663
669
|
async DescribeIntegrationRoles(
|
|
664
670
|
req: DescribeIntegrationRolesRequest,
|
|
665
671
|
cb?: (error: string, rep: DescribeIntegrationRolesResponse) => void
|
|
@@ -734,7 +740,11 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");<br/>
|
|
|
734
740
|
|
|
735
741
|

|
|
736
742
|
|
|
737
|
-
注:
|
|
743
|
+
注:
|
|
744
|
+
<ul>
|
|
745
|
+
<li>只能获取个人用户证明图片, 企业员工的暂不支持</li>
|
|
746
|
+
<li>处方单等特殊场景专用,此接口为白名单功能,使用前请联系对接的客户经理沟通。 </li>
|
|
747
|
+
</ul>
|
|
738
748
|
*/
|
|
739
749
|
async CreatePersonAuthCertificateImage(
|
|
740
750
|
req: CreatePersonAuthCertificateImageRequest,
|
|
@@ -774,7 +784,7 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");<br/>
|
|
|
774
784
|
}
|
|
775
785
|
|
|
776
786
|
/**
|
|
777
|
-
*
|
|
787
|
+
* 此接口用于赋予员工指定的角色权限,如需解绑请使用 DeleteIntegrationRoleUsers 接口。
|
|
778
788
|
*/
|
|
779
789
|
async CreateIntegrationUserRoles(
|
|
780
790
|
req: CreateIntegrationUserRolesRequest,
|
|
@@ -813,7 +823,7 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");<br/>
|
|
|
813
823
|
}
|
|
814
824
|
|
|
815
825
|
/**
|
|
816
|
-
*
|
|
826
|
+
* 使用此接口,您可以创建企业批量签署链接,员工只需点击链接即可跳转至控制台进行批量签署。<br/>
|
|
817
827
|
附注:
|
|
818
828
|
- 员工必须在企业下完成实名认证,且需作为批量签署合同的签署方。
|
|
819
829
|
- 如有UserId,应以UserId为主要标识;如果没有UserId,则必须填写Name和Mobile信息。
|
|
@@ -852,15 +862,19 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");<br/>
|
|
|
852
862
|
}
|
|
853
863
|
|
|
854
864
|
/**
|
|
855
|
-
*
|
|
865
|
+
* 通过此接口可以关闭个人用户自动签功能。
|
|
866
|
+
无需对应的用户刷脸等方式同意即可关闭。
|
|
856
867
|
|
|
857
|
-
|
|
868
|
+
注意:
|
|
869
|
+
|
|
870
|
+
<ul><li>处方单等特殊场景专用,此接口为白名单功能,使用前请联系对接的客户经理沟通。</li>
|
|
871
|
+
<li>如果此用户在开通时候绑定过个人自动签账号许可, 关闭此用户的自动签不会归还个人自动签账号许可的额度。</li></ul>
|
|
858
872
|
*/
|
|
859
|
-
async
|
|
860
|
-
req:
|
|
861
|
-
cb?: (error: string, rep:
|
|
862
|
-
): Promise<
|
|
863
|
-
return this.request("
|
|
873
|
+
async DisableUserAutoSign(
|
|
874
|
+
req: DisableUserAutoSignRequest,
|
|
875
|
+
cb?: (error: string, rep: DisableUserAutoSignResponse) => void
|
|
876
|
+
): Promise<DisableUserAutoSignResponse> {
|
|
877
|
+
return this.request("DisableUserAutoSign", req, cb)
|
|
864
878
|
}
|
|
865
879
|
|
|
866
880
|
/**
|
|
@@ -881,8 +895,9 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");<br/>
|
|
|
881
895
|
}
|
|
882
896
|
|
|
883
897
|
/**
|
|
884
|
-
|
|
885
|
-
|
|
898
|
+
* 用来创建嵌入式页面个性化主题配置(例如是否展示电子签logo、定义主题色等),该接口配合其他所有可嵌入页面接口使用
|
|
899
|
+
创建配置对当前企业全局生效,如果多次调用,会以最后一次的配置为准
|
|
900
|
+
*/
|
|
886
901
|
async CreateWebThemeConfig(
|
|
887
902
|
req: CreateWebThemeConfigRequest,
|
|
888
903
|
cb?: (error: string, rep: CreateWebThemeConfigResponse) => void
|
|
@@ -964,9 +979,11 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");<br/>
|
|
|
964
979
|
}
|
|
965
980
|
|
|
966
981
|
/**
|
|
967
|
-
* 此接口(CreateFlowGroupByFiles
|
|
968
|
-
|
|
969
|
-
|
|
982
|
+
* 此接口(CreateFlowGroupByFiles)可用于通过多个文件创建合同组签署流程。
|
|
983
|
+
|
|
984
|
+
适用场景:该接口适用于需要一次性完成多份合同签署的情况,多份合同一般具有关联性,用户以目录的形式查看合同。
|
|
985
|
+
|
|
986
|
+
注意事项:使用该接口需要先依赖[多文件上传](https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles)接口返回的FileIds。
|
|
970
987
|
*/
|
|
971
988
|
async CreateFlowGroupByFiles(
|
|
972
989
|
req: CreateFlowGroupByFilesRequest,
|