tencentcloud-sdk-nodejs-ess 4.1.204 → 4.1.208
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/package.json
CHANGED
|
@@ -4423,7 +4423,7 @@ export interface RecipientComponentInfo {
|
|
|
4423
4423
|
*/
|
|
4424
4424
|
export interface ExportContractReviewResultResponse {
|
|
4425
4425
|
/**
|
|
4426
|
-
*
|
|
4426
|
+
* <p>文件下载链接</p>
|
|
4427
4427
|
*/
|
|
4428
4428
|
Url?: string;
|
|
4429
4429
|
/**
|
|
@@ -12996,21 +12996,19 @@ export interface VerifyDigitalDataSignResponse {
|
|
|
12996
12996
|
*/
|
|
12997
12997
|
export interface ExportContractReviewResultRequest {
|
|
12998
12998
|
/**
|
|
12999
|
-
*
|
|
13000
|
-
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
12999
|
+
* <p>执行本接口操作的员工信息。<br>注: <code>在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。</code></p>
|
|
13001
13000
|
*/
|
|
13002
13001
|
Operator: UserInfo;
|
|
13003
13002
|
/**
|
|
13004
|
-
*
|
|
13003
|
+
* <p>合同审查任务ID</p>
|
|
13005
13004
|
*/
|
|
13006
13005
|
TaskId: string;
|
|
13007
13006
|
/**
|
|
13008
|
-
*
|
|
13007
|
+
* <p>导出文件类型</p><p>枚举值:</p><ul><li>1: WORD、PDF当前带风险批注文件</li><li>2: 审查结果&摘要(.xIsx)</li><li>3: WORD、PDF审查合同内容时的文件(最原始文件)</li><li>4: WORD、PDF当前无风险批注文件</li></ul>
|
|
13009
13008
|
*/
|
|
13010
13009
|
FileType: number;
|
|
13011
13010
|
/**
|
|
13012
|
-
*
|
|
13013
|
-
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
13011
|
+
* <p>代理企业和员工的信息。<br>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。</p>
|
|
13014
13012
|
*/
|
|
13015
13013
|
Agent?: Agent;
|
|
13016
13014
|
}
|