tencentcloud-sdk-nodejs 4.0.759 → 4.0.760
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 +270 -0
- package/SERVICE_CHANGELOG.md +481 -8
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +2 -2
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +2 -2
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +3 -3
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/csip/v20221121/csip_client.ts +13 -0
- package/src/services/csip/v20221121/csip_models.ts +152 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +4 -4
- package/src/services/dlc/v20210125/dlc_models.ts +17 -1
- package/src/services/eb/v20210416/eb_models.ts +24 -15
- package/src/services/ess/v20201111/ess_client.ts +23 -6
- package/src/services/ess/v20201111/ess_models.ts +167 -28
- package/src/services/essbasic/v20210526/essbasic_client.ts +41 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +271 -73
- package/src/services/facefusion/v20220927/facefusion_models.ts +2 -2
- package/src/services/iai/v20180301/iai_models.ts +1 -1
- package/src/services/iai/v20200303/iai_models.ts +1 -1
- package/src/services/ioa/v20220601/ioa_client.ts +1 -0
- package/src/services/ioa/v20220601/ioa_models.ts +226 -0
- package/src/services/monitor/v20180724/monitor_client.ts +3 -2
- package/src/services/monitor/v20180724/monitor_models.ts +46 -10
- package/src/services/ssl/v20191205/ssl_models.ts +8 -0
- package/src/services/tat/v20201028/tat_models.ts +96 -101
- package/src/services/teo/v20220901/teo_models.ts +10 -10
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/wedata/v20210820/wedata_models.ts +26 -8
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -2
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +2 -2
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +2 -2
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +3 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +149 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +4 -4
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +17 -1
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +24 -15
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +11 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +12 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +163 -28
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +22 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +25 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +264 -73
- package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +2 -2
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +1 -1
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +225 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +45 -10
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +8 -0
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +95 -100
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +10 -10
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +26 -8
- package/test/csip.v20221121.test.js +10 -0
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +20 -0
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
CreateSealRequest,
|
|
24
24
|
ModifyIntegrationDepartmentResponse,
|
|
25
25
|
CancelFlowResponse,
|
|
26
|
-
|
|
26
|
+
DescribeExtendedServiceAuthDetailResponse,
|
|
27
27
|
UpdateIntegrationEmployeesResponse,
|
|
28
28
|
Department,
|
|
29
29
|
CreatePreparedPersonalEsignRequest,
|
|
@@ -32,6 +32,7 @@ import {
|
|
|
32
32
|
CreateFlowApproversResponse,
|
|
33
33
|
DescribeFileUrlsResponse,
|
|
34
34
|
CreateExtendedServiceAuthInfosRequest,
|
|
35
|
+
AuthInfoDetail,
|
|
35
36
|
ModifyApplicationCallbackInfoResponse,
|
|
36
37
|
CreateMultiFlowSignQRCodeResponse,
|
|
37
38
|
FlowApproverUrlInfo,
|
|
@@ -81,7 +82,7 @@ import {
|
|
|
81
82
|
BindEmployeeUserIdWithClientOpenIdRequest,
|
|
82
83
|
CreateOrganizationInfoChangeUrlResponse,
|
|
83
84
|
Permission,
|
|
84
|
-
|
|
85
|
+
DescribeExtendedServiceAuthDetailRequest,
|
|
85
86
|
Staff,
|
|
86
87
|
ComponentLimit,
|
|
87
88
|
CreateIntegrationDepartmentResponse,
|
|
@@ -119,6 +120,7 @@ import {
|
|
|
119
120
|
ExtendAuthInfo,
|
|
120
121
|
FlowCreateApprover,
|
|
121
122
|
ApproverComponentLimitType,
|
|
123
|
+
HasAuthOrganization,
|
|
122
124
|
RecipientComponentInfo,
|
|
123
125
|
CreateFlowEvidenceReportResponse,
|
|
124
126
|
CreateIntegrationRoleResponse,
|
|
@@ -135,6 +137,7 @@ import {
|
|
|
135
137
|
FailedUpdateStaffData,
|
|
136
138
|
GetTaskResultApiRequest,
|
|
137
139
|
FlowGroupOptions,
|
|
140
|
+
DescribeFlowBriefsResponse,
|
|
138
141
|
ModifyIntegrationRoleRequest,
|
|
139
142
|
CreateFlowGroupByFilesResponse,
|
|
140
143
|
CreateIntegrationEmployeesResponse,
|
|
@@ -150,7 +153,7 @@ import {
|
|
|
150
153
|
UploadFilesResponse,
|
|
151
154
|
SuccessCreateStaffData,
|
|
152
155
|
Recipient,
|
|
153
|
-
|
|
156
|
+
DescribeFlowEvidenceReportRequest,
|
|
154
157
|
FailedCreateRoleData,
|
|
155
158
|
ApproverInfo,
|
|
156
159
|
CreateFlowSignReviewResponse,
|
|
@@ -208,6 +211,7 @@ import {
|
|
|
208
211
|
EmbedUrlOption,
|
|
209
212
|
CreateBatchCancelFlowUrlRequest,
|
|
210
213
|
CreateMultiFlowSignQRCodeRequest,
|
|
214
|
+
VerifyPdfRequest,
|
|
211
215
|
DescribeFlowInfoRequest,
|
|
212
216
|
DeleteExtendedServiceAuthInfosRequest,
|
|
213
217
|
DescribeIntegrationDepartmentsRequest,
|
|
@@ -543,9 +547,7 @@ export class Client extends AbstractClient {
|
|
|
543
547
|
|
|
544
548
|
/**
|
|
545
549
|
* 创建签署流程电子文档<br />
|
|
546
|
-
|
|
547
|
-
点击查看<a href="https://qian.tencent.com/developers/startFlows/CreateFlow" target="_blank">通过模板创建签署流程</a>
|
|
548
|
-
<a href="https://qian.tencent.com/developers/startFlows/CreateFlowByFiles" target="_blank">用PDF文件创建签署流程</a>。<br />
|
|
550
|
+
|
|
549
551
|
注:该接口需要给对应的流程指定一个模板id,并且填充该模板中需要补充的信息。需要配置<a href="https://qian.tencent.com/developers/companyApis/startFlows/CreateFlow" target="_blank">创建签署流程</a>和<a href="https://qian.tencent.com/developers/companyApis/startFlows/StartFlow" target="_blank">发起签署流程</a>接口使用。具体逻辑可以参考下图:
|
|
550
552
|
|
|
551
553
|
<svg id="SvgjsSvg1077" width="304" height="505" 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="SvgjsDefs1078"><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="SvgjsMarker1096" markerWidth="12" markerHeight="8" refX="9" refY="4" viewBox="0 0 12 8" orient="auto" markerUnits="userSpaceOnUse" stroke-dasharray="0,0"><path id="SvgjsPath1097" d="M0,0 L12,4 L0,8 L0,0" fill="#323232" stroke="#323232" stroke-width="1"></path></marker><marker id="SvgjsMarker1108" markerWidth="12" markerHeight="8" refX="9" refY="4" viewBox="0 0 12 8" orient="auto" markerUnits="userSpaceOnUse" stroke-dasharray="0,0"><path id="SvgjsPath1109" d="M0,0 L12,4 L0,8 L0,0" fill="#323232" stroke="#323232" stroke-width="1"></path></marker><marker id="SvgjsMarker1120" markerWidth="12" markerHeight="8" refX="9" refY="4" viewBox="0 0 12 8" orient="auto" markerUnits="userSpaceOnUse" stroke-dasharray="0,0"><path id="SvgjsPath1121" d="M0,0 L12,4 L0,8 L0,0" fill="#323232" stroke="#323232" stroke-width="1"></path></marker><marker id="SvgjsMarker1140" markerWidth="12" markerHeight="8" refX="9" refY="4" viewBox="0 0 12 8" orient="auto" markerUnits="userSpaceOnUse" stroke-dasharray="0,0"><path id="SvgjsPath1141" d="M0,0 L12,4 L0,8 L0,0" fill="#323232" stroke="#323232" stroke-width="1"></path></marker></defs><rect id="svgbackgroundid" width="304" height="505" fill="transparent"></rect><rect id="SvgjsRect1080" width="304" height="505" fill="url(#pattern_mark_0)"></rect><rect id="SvgjsRect1081" width="304" height="505" fill="url(#pattern_mark_1)"></rect><g id="SvgjsG1082" transform="translate(58,121)"><path id="SvgjsPath1083" d="M 0 0L 221 0L 221 262L 0 262Z" stroke-dasharray="3,4" stroke="rgba(33,41,48,1)" stroke-width="1" fill-opacity="1" fill="#ffffff"></path><g id="SvgjsG1084"><text id="SvgjsText1085" font-family="微软雅黑" text-anchor="middle" font-size="13px" width="201px" fill="#323232" font-weight="400" align="middle" lineHeight="125%" anchor="middle" family="微软雅黑" size="13px" weight="400" font-style="" opacity="1" y="120.375" transform="rotate(0)"></text></g></g><g id="SvgjsG1086" transform="translate(88,140.00000000000006)"><path id="SvgjsPath1087" d="M 0 0L 161 0L 161 48L 0 48Z" stroke="rgba(86,146,48,1)" stroke-width="1" fill-opacity="1" fill="#e7ebed"></path><g id="SvgjsG1088"><text id="SvgjsText1089" font-family="微软雅黑" text-anchor="middle" font-size="13px" width="141px" fill="#323232" font-weight="400" align="middle" lineHeight="125%" anchor="middle" family="微软雅黑" size="13px" weight="400" font-style="" opacity="1" y="4.875" transform="rotate(0)"><tspan id="SvgjsTspan1090" dy="16" x="80.5"><tspan id="SvgjsTspan1091" style="text-decoration:;fill: rgb(28, 30, 33);">CreateFlow</tspan></tspan><tspan id="SvgjsTspan1092" dy="16" x="80.5"><tspan id="SvgjsTspan1093" style="text-decoration:;">创建签署流程</tspan></tspan></text></g></g><g id="SvgjsG1094"><path id="SvgjsPath1095" d="M168.5 188.50000000000006L168.5 200.83333333333337L168.5 200.83333333333337L168.5 211.86666666666667" stroke="#323232" stroke-width="1" fill="none" marker-end="url(#SvgjsMarker1096)"></path></g><g id="SvgjsG1098" transform="translate(104.25,213.66666666666669)"><path id="SvgjsPath1099" d="M 0 0L 128.5 0L 128.5 55L 0 55Z" stroke="rgba(86,146,48,1)" stroke-width="1" fill-opacity="1" fill="#e7ebed"></path><g id="SvgjsG1100"><text id="SvgjsText1101" font-family="微软雅黑" text-anchor="middle" font-size="13px" width="109px" fill="#323232" font-weight="400" align="middle" lineHeight="125%" anchor="middle" family="微软雅黑" size="13px" weight="400" font-style="" opacity="1" y="8.375" transform="rotate(0)"><tspan id="SvgjsTspan1102" dy="16" x="64.5"><tspan id="SvgjsTspan1103" style="text-decoration:;fill: rgb(28, 30, 33);">CreateDocument</tspan></tspan><tspan id="SvgjsTspan1104" dy="16" x="64.5"><tspan id="SvgjsTspan1105" style="text-decoration:;">创建电子文档</tspan></tspan></text></g></g><g id="SvgjsG1106"><path id="SvgjsPath1107" d="M168.5 269.16666666666674L168.5 281.5L168.5 281.5L168.5 292.5333333333334" stroke="#323232" stroke-width="1" fill="none" marker-end="url(#SvgjsMarker1108)"></path></g><g id="SvgjsG1110" transform="translate(96.75,294.33333333333337)"><path id="SvgjsPath1111" d="M 0 0L 143.5 0L 143.5 65L 0 65Z" stroke="rgba(86,146,48,1)" stroke-width="1" fill-opacity="1" fill="#e7ebed"></path><g id="SvgjsG1112"><text id="SvgjsText1113" font-family="微软雅黑" text-anchor="middle" font-size="13px" width="124px" fill="#323232" font-weight="400" align="middle" lineHeight="125%" anchor="middle" family="微软雅黑" size="13px" weight="400" font-style="" opacity="1" y="13.375" transform="rotate(0)"><tspan id="SvgjsTspan1114" dy="16" x="72"><tspan id="SvgjsTspan1115" style="text-decoration:;fill: rgb(28, 30, 33);">StartFlow</tspan></tspan><tspan id="SvgjsTspan1116" dy="16" x="72"><tspan id="SvgjsTspan1117" style="text-decoration:;">发起签署流程</tspan></tspan></text></g></g><g id="SvgjsG1118"><path id="SvgjsPath1119" d="M168.5 359.83333333333337L168.5 392.16666666666674L168.5 392.16666666666674L168.5 423.20000000000005" stroke="#323232" stroke-width="1" fill="none" marker-end="url(#SvgjsMarker1120)"></path></g><g id="SvgjsG1122" transform="translate(106.25,425)"><path id="SvgjsPath1123" d="M 0 0L 124.5 0L 124.5 55L 0 55Z" stroke="rgba(33,41,48,1)" stroke-width="1" fill-opacity="1" fill="#ffffff"></path><g id="SvgjsG1124"><text id="SvgjsText1125" font-family="微软雅黑" text-anchor="middle" font-size="13px" width="105px" fill="#323232" font-weight="400" align="middle" lineHeight="125%" anchor="middle" family="微软雅黑" size="13px" weight="400" font-style="" opacity="1" y="8.375" transform="rotate(0)"><tspan id="SvgjsTspan1126" dy="16" x="62.5"><tspan id="SvgjsTspan1127" style="text-decoration:;">开始签署</tspan></tspan><tspan id="SvgjsTspan1128" dy="16" x="62.5"><tspan id="SvgjsTspan1129" style="text-decoration:;">(小程序/H5等)</tspan></tspan></text></g></g><g id="SvgjsG1130" transform="translate(120.5,25)"><path id="SvgjsPath1131" d="M 0 0L 96 0L 96 54L 0 54Z" stroke="rgba(33,41,48,1)" stroke-width="1" fill-opacity="1" fill="#ffffff"></path><g id="SvgjsG1132"><text id="SvgjsText1133" font-family="微软雅黑" text-anchor="middle" font-size="13px" width="76px" fill="#323232" font-weight="400" align="middle" lineHeight="125%" anchor="middle" family="微软雅黑" size="13px" weight="400" font-style="" opacity="1" y="7.875" transform="rotate(0)"><tspan id="SvgjsTspan1134" dy="16" x="48"><tspan id="SvgjsTspan1135" style="text-decoration:;">控制台创建</tspan></tspan><tspan id="SvgjsTspan1136" dy="16" x="48"><tspan id="SvgjsTspan1137" style="text-decoration:;">模板</tspan></tspan></text></g></g><g id="SvgjsG1138"><path id="SvgjsPath1139" d="M168.5 79.5L168.5 109.5L168.5 109.5L168.5 138.20000000000005" stroke="#323232" stroke-width="1" fill="none" marker-end="url(#SvgjsMarker1140)"></path></g><g id="SvgjsG1142" transform="translate(25,114)"><path id="SvgjsPath1143" d="M 0 0L 100 0L 100 40L 0 40Z" stroke="none" fill="none"></path><g id="SvgjsG1144"><text id="SvgjsText1145" font-family="微软雅黑" text-anchor="middle" font-size="13px" width="100px" fill="#323232" font-weight="400" align="middle" lineHeight="125%" anchor="middle" family="微软雅黑" size="13px" weight="400" font-style="" opacity="1" y="9.375" transform="rotate(0)"><tspan id="SvgjsTspan1146" dy="16" x="50"><tspan id="SvgjsTspan1147" style="text-decoration:;">API</tspan></tspan></text></g></g></svg>
|
|
@@ -803,6 +805,21 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
803
805
|
return this.request("GetTaskResultApi", req, cb)
|
|
804
806
|
}
|
|
805
807
|
|
|
808
|
+
/**
|
|
809
|
+
* 查询企业扩展服务的授权详情(列表),当前支持查询以下内容:
|
|
810
|
+
1. 企业自动签(本企业授权、集团企业授权、合作企业授权)
|
|
811
|
+
2. 批量签署能力
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
注: <font color='red'>所在企业的超管、法人才有权限调用此接口</font>(Agent.ProxyOperator.OpenId 需要传递超管或者法人的OpenId)
|
|
815
|
+
*/
|
|
816
|
+
async DescribeExtendedServiceAuthDetail(
|
|
817
|
+
req: DescribeExtendedServiceAuthDetailRequest,
|
|
818
|
+
cb?: (error: string, rep: DescribeExtendedServiceAuthDetailResponse) => void
|
|
819
|
+
): Promise<DescribeExtendedServiceAuthDetailResponse> {
|
|
820
|
+
return this.request("DescribeExtendedServiceAuthDetail", req, cb)
|
|
821
|
+
}
|
|
822
|
+
|
|
806
823
|
/**
|
|
807
824
|
* 创建企业扩展服务授权,当前仅支持授权 “企业自动签” 和 “批量签署” 给企业员工。
|
|
808
825
|
该接口作用和电子签控制台 企业设置-扩展服务-企业自动签署和批量签署授权 两个模块功能相同,可通过该接口授权给企业员工。
|
|
@@ -245,23 +245,17 @@ export interface CancelFlowResponse {
|
|
|
245
245
|
}
|
|
246
246
|
|
|
247
247
|
/**
|
|
248
|
-
*
|
|
248
|
+
* DescribeExtendedServiceAuthDetail返回参数结构体
|
|
249
249
|
*/
|
|
250
|
-
export interface
|
|
251
|
-
/**
|
|
252
|
-
* 执行本接口操作的员工信息。
|
|
253
|
-
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
254
|
-
*/
|
|
255
|
-
Operator: UserInfo
|
|
250
|
+
export interface DescribeExtendedServiceAuthDetailResponse {
|
|
256
251
|
/**
|
|
257
|
-
*
|
|
252
|
+
* 服务授权的信息列表,根据查询类型返回特定扩展服务的授权状况。
|
|
258
253
|
*/
|
|
259
|
-
|
|
254
|
+
AuthInfoDetail?: AuthInfoDetail
|
|
260
255
|
/**
|
|
261
|
-
*
|
|
262
|
-
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
256
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
263
257
|
*/
|
|
264
|
-
|
|
258
|
+
RequestId?: string
|
|
265
259
|
}
|
|
266
260
|
|
|
267
261
|
/**
|
|
@@ -475,6 +469,42 @@ export interface CreateExtendedServiceAuthInfosRequest {
|
|
|
475
469
|
Agent?: Agent
|
|
476
470
|
}
|
|
477
471
|
|
|
472
|
+
/**
|
|
473
|
+
* 企业扩展服务授权列表详情
|
|
474
|
+
*/
|
|
475
|
+
export interface AuthInfoDetail {
|
|
476
|
+
/**
|
|
477
|
+
* 扩展服务类型,和入参一致
|
|
478
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
479
|
+
*/
|
|
480
|
+
Type?: string
|
|
481
|
+
/**
|
|
482
|
+
* 扩展服务名称
|
|
483
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
484
|
+
*/
|
|
485
|
+
Name?: string
|
|
486
|
+
/**
|
|
487
|
+
* 授权员工列表
|
|
488
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
489
|
+
*/
|
|
490
|
+
HasAuthUserList?: Array<HasAuthUser>
|
|
491
|
+
/**
|
|
492
|
+
* 授权企业列表(企业自动签时,该字段有值)
|
|
493
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
494
|
+
*/
|
|
495
|
+
HasAuthOrganizationList?: Array<HasAuthOrganization>
|
|
496
|
+
/**
|
|
497
|
+
* 授权员工列表总数
|
|
498
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
499
|
+
*/
|
|
500
|
+
AuthUserTotal?: number
|
|
501
|
+
/**
|
|
502
|
+
* 授权企业列表总数
|
|
503
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
504
|
+
*/
|
|
505
|
+
AuthOrganizationTotal?: number
|
|
506
|
+
}
|
|
507
|
+
|
|
478
508
|
/**
|
|
479
509
|
* ModifyApplicationCallbackInfo返回参数结构体
|
|
480
510
|
*/
|
|
@@ -2052,18 +2082,36 @@ export interface Permission {
|
|
|
2052
2082
|
}
|
|
2053
2083
|
|
|
2054
2084
|
/**
|
|
2055
|
-
*
|
|
2085
|
+
* DescribeExtendedServiceAuthDetail请求参数结构体
|
|
2056
2086
|
*/
|
|
2057
|
-
export interface
|
|
2087
|
+
export interface DescribeExtendedServiceAuthDetailRequest {
|
|
2058
2088
|
/**
|
|
2059
|
-
*
|
|
2060
|
-
|
|
2089
|
+
* 执行本接口操作的员工信息。
|
|
2090
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
2061
2091
|
*/
|
|
2062
|
-
|
|
2092
|
+
Operator: UserInfo
|
|
2063
2093
|
/**
|
|
2064
|
-
*
|
|
2094
|
+
* 要查询的扩展服务类型。
|
|
2095
|
+
如下所示:
|
|
2096
|
+
<ul><li>OPEN_SERVER_SIGN:企业静默签署</li>
|
|
2097
|
+
<li>BATCH_SIGN:批量签署</li>
|
|
2098
|
+
</ul>
|
|
2099
|
+
|
|
2065
2100
|
*/
|
|
2066
|
-
|
|
2101
|
+
ExtendServiceType?: string
|
|
2102
|
+
/**
|
|
2103
|
+
* 代理企业和员工的信息。
|
|
2104
|
+
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
2105
|
+
*/
|
|
2106
|
+
Agent?: Agent
|
|
2107
|
+
/**
|
|
2108
|
+
* 指定每页返回的数据条数,和Offset参数配合使用。 注:`1.默认值为20,单页做大值为200。`
|
|
2109
|
+
*/
|
|
2110
|
+
Limit?: number
|
|
2111
|
+
/**
|
|
2112
|
+
* 查询结果分页返回,指定从第几页返回数据,和Limit参数配合使用。 注:`1.offset从0开始,即第一页为0。` `2.默认从第一页返回。`
|
|
2113
|
+
*/
|
|
2114
|
+
Offset?: number
|
|
2067
2115
|
}
|
|
2068
2116
|
|
|
2069
2117
|
/**
|
|
@@ -3810,6 +3858,14 @@ export interface FlowCreateApprover {
|
|
|
3810
3858
|
`此参数仅针对文件发起设置生效,模板发起合同签署流程, 请以模板配置为主`
|
|
3811
3859
|
*/
|
|
3812
3860
|
ApproverSignTypes?: Array<number | bigint>
|
|
3861
|
+
/**
|
|
3862
|
+
* 生成H5签署链接时,你可以指定签署方签署合同的认证校验方式的选择模式,可传递一下值:
|
|
3863
|
+
<ul><li>**0**:签署方自行选择,签署方可以从预先指定的认证方式中自由选择;</li>
|
|
3864
|
+
<li>**1**:自动按顺序首位推荐,签署方无需选择,系统会优先推荐使用第一种认证方式。</li></ul>
|
|
3865
|
+
注:
|
|
3866
|
+
`不指定该值时,默认为签署方自行选择。`
|
|
3867
|
+
*/
|
|
3868
|
+
SignTypeSelector?: number
|
|
3813
3869
|
}
|
|
3814
3870
|
|
|
3815
3871
|
/**
|
|
@@ -3834,6 +3890,47 @@ export interface ApproverComponentLimitType {
|
|
|
3834
3890
|
Values: Array<string>
|
|
3835
3891
|
}
|
|
3836
3892
|
|
|
3893
|
+
/**
|
|
3894
|
+
* 授权企业列表(目前仅用于“企业自动签 -> 合作企业授权”)
|
|
3895
|
+
*/
|
|
3896
|
+
export interface HasAuthOrganization {
|
|
3897
|
+
/**
|
|
3898
|
+
* 授权企业id
|
|
3899
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3900
|
+
*/
|
|
3901
|
+
OrganizationId?: string
|
|
3902
|
+
/**
|
|
3903
|
+
* 授权企业名称
|
|
3904
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3905
|
+
*/
|
|
3906
|
+
OrganizationName?: string
|
|
3907
|
+
/**
|
|
3908
|
+
* 被授权企业id
|
|
3909
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3910
|
+
*/
|
|
3911
|
+
AuthorizedOrganizationId?: string
|
|
3912
|
+
/**
|
|
3913
|
+
* 被授权企业名称
|
|
3914
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3915
|
+
*/
|
|
3916
|
+
AuthorizedOrganizationName?: string
|
|
3917
|
+
/**
|
|
3918
|
+
* 授权模板id(仅当授权方式为模板授权时有值)
|
|
3919
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3920
|
+
*/
|
|
3921
|
+
TemplateId?: string
|
|
3922
|
+
/**
|
|
3923
|
+
* 授权模板名称(仅当授权方式为模板授权时有值)
|
|
3924
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3925
|
+
*/
|
|
3926
|
+
TemplateName?: string
|
|
3927
|
+
/**
|
|
3928
|
+
* 授权时间,格式为时间戳,单位s
|
|
3929
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3930
|
+
*/
|
|
3931
|
+
AuthorizeTime?: number
|
|
3932
|
+
}
|
|
3933
|
+
|
|
3837
3934
|
/**
|
|
3838
3935
|
* 参与方填写控件信息
|
|
3839
3936
|
*/
|
|
@@ -4319,6 +4416,21 @@ export interface FlowGroupOptions {
|
|
|
4319
4416
|
OtherApproverNotifyType?: string
|
|
4320
4417
|
}
|
|
4321
4418
|
|
|
4419
|
+
/**
|
|
4420
|
+
* DescribeFlowBriefs返回参数结构体
|
|
4421
|
+
*/
|
|
4422
|
+
export interface DescribeFlowBriefsResponse {
|
|
4423
|
+
/**
|
|
4424
|
+
* 合同流程基础信息列表,包含流程的名称、状态、创建日期等基本信息。
|
|
4425
|
+
注:`与入参 FlowIds 的顺序可能存在不一致的情况。`
|
|
4426
|
+
*/
|
|
4427
|
+
FlowBriefs?: Array<FlowBrief>
|
|
4428
|
+
/**
|
|
4429
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4430
|
+
*/
|
|
4431
|
+
RequestId?: string
|
|
4432
|
+
}
|
|
4433
|
+
|
|
4322
4434
|
/**
|
|
4323
4435
|
* ModifyIntegrationRole请求参数结构体
|
|
4324
4436
|
*/
|
|
@@ -4805,19 +4917,18 @@ WECHAT-微信通知
|
|
|
4805
4917
|
}
|
|
4806
4918
|
|
|
4807
4919
|
/**
|
|
4808
|
-
*
|
|
4920
|
+
* DescribeFlowEvidenceReport请求参数结构体
|
|
4809
4921
|
*/
|
|
4810
|
-
export interface
|
|
4922
|
+
export interface DescribeFlowEvidenceReportRequest {
|
|
4811
4923
|
/**
|
|
4812
|
-
*
|
|
4813
|
-
|
|
4924
|
+
* 执行本接口操作的员工信息。
|
|
4925
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
4814
4926
|
*/
|
|
4815
|
-
|
|
4927
|
+
Operator: UserInfo
|
|
4816
4928
|
/**
|
|
4817
|
-
*
|
|
4818
|
-
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。
|
|
4929
|
+
* 签署报告编号, 由<a href="https://qian.tencent.com/developers/companyApis/certificate/CreateFlowEvidenceReport" target="_blank">提交申请出证报告任务</a>产生
|
|
4819
4930
|
*/
|
|
4820
|
-
|
|
4931
|
+
ReportId: string
|
|
4821
4932
|
/**
|
|
4822
4933
|
* 代理企业和员工的信息。
|
|
4823
4934
|
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
@@ -6684,7 +6795,6 @@ export interface UploadFilesRequest {
|
|
|
6684
6795
|
* 文件对应业务类型,可以选择的类型如下
|
|
6685
6796
|
<ul><li> **TEMPLATE** : 此上传的文件用户生成合同模板,文件类型支持.pdf/.doc/.docx/.html格式,如果非pdf文件需要通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务</a>转换后才能使用</li>
|
|
6686
6797
|
<li> **DOCUMENT** : 此文件用来发起合同流程,文件类型支持.pdf/.doc/.docx/.jpg/.png/.xls.xlsx/.html,如果非pdf文件需要通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务</a>转换后才能使用</li>
|
|
6687
|
-
<li> **DOCUMENT** : 此文件用于合同图片控件的填充,文件类型支持.jpg/.png</li>
|
|
6688
6798
|
<li> **SEAL** : 此文件用于印章的生成,文件类型支持.jpg/.jpeg/.png</li></ul>
|
|
6689
6799
|
*/
|
|
6690
6800
|
BusinessType: string
|
|
@@ -6904,6 +7014,27 @@ export interface CreateMultiFlowSignQRCodeRequest {
|
|
|
6904
7014
|
ApproverComponentLimitTypes?: Array<ApproverComponentLimitType>
|
|
6905
7015
|
}
|
|
6906
7016
|
|
|
7017
|
+
/**
|
|
7018
|
+
* VerifyPdf请求参数结构体
|
|
7019
|
+
*/
|
|
7020
|
+
export interface VerifyPdfRequest {
|
|
7021
|
+
/**
|
|
7022
|
+
* 合同流程ID,为32位字符串。
|
|
7023
|
+
可登录腾讯电子签控制台,在 "合同"->"合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。
|
|
7024
|
+
*/
|
|
7025
|
+
FlowId: string
|
|
7026
|
+
/**
|
|
7027
|
+
* 执行本接口操作的员工信息。
|
|
7028
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。
|
|
7029
|
+
*/
|
|
7030
|
+
Operator?: UserInfo
|
|
7031
|
+
/**
|
|
7032
|
+
* 代理企业和员工的信息。
|
|
7033
|
+
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
7034
|
+
*/
|
|
7035
|
+
Agent?: Agent
|
|
7036
|
+
}
|
|
7037
|
+
|
|
6907
7038
|
/**
|
|
6908
7039
|
* DescribeFlowInfo请求参数结构体
|
|
6909
7040
|
*/
|
|
@@ -7155,6 +7286,14 @@ export interface CreateBatchQuickSignUrlRequest {
|
|
|
7155
7286
|
<li>您可以传递多种值,表示可用多种认证校验方式。</li></ul>
|
|
7156
7287
|
*/
|
|
7157
7288
|
ApproverSignTypes?: Array<number | bigint>
|
|
7289
|
+
/**
|
|
7290
|
+
* 生成H5签署链接时,你可以指定签署方签署合同的认证校验方式的选择模式,可传递一下值:
|
|
7291
|
+
<ul><li>**0**:签署方自行选择,签署方可以从预先指定的认证方式中自由选择;</li>
|
|
7292
|
+
<li>**1**:自动按顺序首位推荐,签署方无需选择,系统会优先推荐使用第一种认证方式。</li></ul>
|
|
7293
|
+
注:
|
|
7294
|
+
`不指定该值时,默认为签署方自行选择。`
|
|
7295
|
+
*/
|
|
7296
|
+
SignTypeSelector?: number
|
|
7158
7297
|
}
|
|
7159
7298
|
|
|
7160
7299
|
/**
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
ChannelDeleteSealPoliciesRequest,
|
|
27
27
|
ChannelBatchCancelFlowsResponse,
|
|
28
28
|
ChannelDisableUserAutoSignResponse,
|
|
29
|
+
DescribeExtendedServiceAuthDetailResponse,
|
|
29
30
|
Department,
|
|
30
31
|
CommonApproverOption,
|
|
31
32
|
ChannelCreateFlowGroupByTemplatesResponse,
|
|
@@ -35,9 +36,11 @@ import {
|
|
|
35
36
|
ChannelCancelUserAutoSignEnableUrlResponse,
|
|
36
37
|
ModifyExtendedServiceRequest,
|
|
37
38
|
DescribeResourceUrlsByFlowsRequest,
|
|
39
|
+
AuthInfoDetail,
|
|
38
40
|
CreateChannelOrganizationInfoChangeUrlResponse,
|
|
39
41
|
RemindFlowRecords,
|
|
40
42
|
ChannelCreateFlowSignUrlResponse,
|
|
43
|
+
HasAuthUser,
|
|
41
44
|
ChannelCreateBatchSignUrlResponse,
|
|
42
45
|
ChannelCreatePrepareFlowResponse,
|
|
43
46
|
WebThemeConfig,
|
|
@@ -89,7 +92,7 @@ import {
|
|
|
89
92
|
ChannelDescribeBillUsageDetailRequest,
|
|
90
93
|
ChannelCancelUserAutoSignEnableUrlRequest,
|
|
91
94
|
Permission,
|
|
92
|
-
|
|
95
|
+
DescribeExtendedServiceAuthDetailRequest,
|
|
93
96
|
OrganizationAuthUrl,
|
|
94
97
|
Staff,
|
|
95
98
|
ComponentLimit,
|
|
@@ -109,12 +112,14 @@ import {
|
|
|
109
112
|
DescribeUsageRequest,
|
|
110
113
|
DescribeExtendedServiceAuthInfoRequest,
|
|
111
114
|
DescribeChannelSealPolicyWorkflowUrlRequest,
|
|
115
|
+
CreatePartnerAutoSignAuthUrlResponse,
|
|
112
116
|
FlowInfo,
|
|
113
117
|
UserInfo,
|
|
114
118
|
TaskInfo,
|
|
115
119
|
ChannelCreateBoundFlowsResponse,
|
|
116
120
|
ChannelCreateUserAutoSignSealUrlResponse,
|
|
117
121
|
ApproverComponentLimitType,
|
|
122
|
+
HasAuthOrganization,
|
|
118
123
|
ResourceUrlInfo,
|
|
119
124
|
ChannelCreateBatchQuickSignUrlRequest,
|
|
120
125
|
ChannelCreateBoundFlowsRequest,
|
|
@@ -155,6 +160,7 @@ import {
|
|
|
155
160
|
ChannelDeleteRoleRequest,
|
|
156
161
|
CreateBatchOrganizationRegistrationTasksRequest,
|
|
157
162
|
ChannelCreateBatchQuickSignUrlResponse,
|
|
163
|
+
CreatePartnerAutoSignAuthUrlRequest,
|
|
158
164
|
ChannelCreateBatchCancelFlowUrlRequest,
|
|
159
165
|
ApproverRestriction,
|
|
160
166
|
PrepareFlowsRequest,
|
|
@@ -212,6 +218,7 @@ import {
|
|
|
212
218
|
ChannelCreateFlowApproversRequest,
|
|
213
219
|
ChannelUpdateSealStatusResponse,
|
|
214
220
|
ChannelCreateFlowSignUrlRequest,
|
|
221
|
+
DescribeTemplatesRequest,
|
|
215
222
|
DescribeExtendedServiceAuthInfoResponse,
|
|
216
223
|
ChannelCreateEmbedWebUrlRequest,
|
|
217
224
|
CcInfo,
|
|
@@ -500,6 +507,22 @@ https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchAp
|
|
|
500
507
|
return this.request("DescribeUsage", req, cb)
|
|
501
508
|
}
|
|
502
509
|
|
|
510
|
+
/**
|
|
511
|
+
* 查询企业扩展服务的授权详情(列表),当前支持查询以下内容:
|
|
512
|
+
|
|
513
|
+
1. **企业自动签**
|
|
514
|
+
2. **批量签署**
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
注: <font color='red'>所在企业的超管、法人才有权限调用此接口</font>(Agent.ProxyOperator.OpenId 需要传递超管或者法人的OpenId)
|
|
518
|
+
*/
|
|
519
|
+
async DescribeExtendedServiceAuthDetail(
|
|
520
|
+
req: DescribeExtendedServiceAuthDetailRequest,
|
|
521
|
+
cb?: (error: string, rep: DescribeExtendedServiceAuthDetailResponse) => void
|
|
522
|
+
): Promise<DescribeExtendedServiceAuthDetailResponse> {
|
|
523
|
+
return this.request("DescribeExtendedServiceAuthDetail", req, cb)
|
|
524
|
+
}
|
|
525
|
+
|
|
503
526
|
/**
|
|
504
527
|
* 撤销签署流程接口
|
|
505
528
|
|
|
@@ -1129,6 +1152,23 @@ Web链接访问后,会根据子客企业(**Agent中ProxyOrganizationOpenId表
|
|
|
1129
1152
|
return this.request("ChannelCreateFlowApprovers", req, cb)
|
|
1130
1153
|
}
|
|
1131
1154
|
|
|
1155
|
+
/**
|
|
1156
|
+
* 创建他方自动签授权链接,通过该链接可进入小程序进行合作方企业的自动签授权,若当前企业未开通企业自动签,通过该链接会先引导开通本企业自动签。
|
|
1157
|
+
该接口效果同控制台: 企业设置-> 扩展服务 -> 企业自动签署 -> 合作企业方授权
|
|
1158
|
+
|
|
1159
|
+
|
|
1160
|
+
|
|
1161
|
+
注:
|
|
1162
|
+
1. <font color='red'>所在企业的超管、法人才有权限调用此接口</font>(Agent.ProxyOperator.OpenId 需要传递超管或者法人的OpenId)
|
|
1163
|
+
2. 已经在授权中或者授权成功的企业,无法重复授权
|
|
1164
|
+
*/
|
|
1165
|
+
async CreatePartnerAutoSignAuthUrl(
|
|
1166
|
+
req: CreatePartnerAutoSignAuthUrlRequest,
|
|
1167
|
+
cb?: (error: string, rep: CreatePartnerAutoSignAuthUrlResponse) => void
|
|
1168
|
+
): Promise<CreatePartnerAutoSignAuthUrlResponse> {
|
|
1169
|
+
return this.request("CreatePartnerAutoSignAuthUrl", req, cb)
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1132
1172
|
/**
|
|
1133
1173
|
* 此接口(ChannelCreateRole)用来创建企业自定义角色。
|
|
1134
1174
|
|