tencentcloud-sdk-nodejs-ess 4.1.154 → 4.1.156
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
|
@@ -9617,6 +9617,10 @@ export interface CreateBatchQuickSignUrlRequest {
|
|
|
9617
9617
|
* 预设的动态签署方的补充信息,仅匹配对应信息的签署方才能领取合同。暂时仅对个人参与方生效。
|
|
9618
9618
|
*/
|
|
9619
9619
|
PresetApproverInfo?: PresetApproverInfo;
|
|
9620
|
+
/**
|
|
9621
|
+
* 是否允许此链接中签署方批量确认已读文件。 <ul><li>false (默认): 不允许批量确认已读文件。</li> <li>true : 允许批量确认已读文件。</li></ul>注:`1. 此功能为白名单功能,使用前请联系对应客户经理进行开通。2. 若批量签署的合同中第一份待签署合同所选择的印章或者签名无法完全覆盖后续合同要求,或者当前签署人没有指定印章使用权限,则无法使用此功能,会自动退化为逐份确认。`
|
|
9622
|
+
*/
|
|
9623
|
+
CanSkipReadFlow?: boolean;
|
|
9620
9624
|
}
|
|
9621
9625
|
/**
|
|
9622
9626
|
* DescribeExtendedServiceAuthInfos返回参数结构体
|
|
@@ -10785,6 +10789,10 @@ export interface CreateEmployeeQualificationSealQrCodeRequest {
|
|
|
10785
10789
|

|
|
10786
10790
|
*/
|
|
10787
10791
|
HintText?: string;
|
|
10792
|
+
/**
|
|
10793
|
+
* 调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 2000长度。在执业章授权完成后的回调场景,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的<a href="https://qian.tencent.com/developers/company/callback_types_seals#%E4%BA%8C-%E5%91%98%E5%B7%A5%E6%89%A7%E4%B8%9A%E7%AB%A0%E5%9B%9E%E8%B0%83%E9%80%9A%E7%9F%A5">回调通知</a>模块。
|
|
10794
|
+
*/
|
|
10795
|
+
UserData?: string;
|
|
10788
10796
|
}
|
|
10789
10797
|
/**
|
|
10790
10798
|
* 合同文件验签单个结果结构体
|