tencentcloud-sdk-nodejs-essbasic 4.1.55 → 4.1.57
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
|
@@ -8009,7 +8009,8 @@ export interface ChannelCreateBatchSignUrlRequest {
|
|
|
8009
8009
|
*/
|
|
8010
8010
|
CanBatchReject?: boolean;
|
|
8011
8011
|
/**
|
|
8012
|
-
* 是否允许此链接中签署方批量确认已读文件。 <ul><li>false (默认): 不允许批量确认已读文件。</li> <li>true : 允许批量确认已读文件。</li></ul
|
|
8012
|
+
* 是否允许此链接中签署方批量确认已读文件。 <ul><li>false (默认): 不允许批量确认已读文件。</li> <li>true : 允许批量确认已读文件。</li></ul>
|
|
8013
|
+
注:`1. 此功能为白名单功能,使用前请联系对应客户经理进行开通。2. 使用此功能时,FlowIds参数必传。3. 对于企业签署方,如果对印章/签名控件有限制要求,需要保证所有印章/签名控件的限制要求(印章id或印章/签名类型限制)一致,否则无法使用此功能。`
|
|
8013
8014
|
*/
|
|
8014
8015
|
CanSkipReadFlow?: boolean;
|
|
8015
8016
|
}
|