tencentcloud-sdk-nodejs-essbasic 4.1.71 → 4.1.74
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
|
@@ -561,7 +561,8 @@ export interface CreateLegalSealQrCodeResponse {
|
|
|
561
561
|
RequestId?: string;
|
|
562
562
|
}
|
|
563
563
|
/**
|
|
564
|
-
*
|
|
564
|
+
* 签署人配置信息。
|
|
565
|
+
此参数对子客和自动签无效,不允许进行修改。
|
|
565
566
|
*/
|
|
566
567
|
export interface CommonApproverOption {
|
|
567
568
|
/**
|
|
@@ -1177,7 +1178,11 @@ export interface CreateFlowOption {
|
|
|
1177
1178
|
* 是否可以编辑签署人包括新增,修改,删除
|
|
1178
1179
|
<ul><li>(默认) false -可以编辑签署人</li> <li> true - 禁止编辑签署人</li></ul>
|
|
1179
1180
|
|
|
1180
|
-
|
|
1181
|
+
|
|
1182
|
+
|
|
1183
|
+
注意:
|
|
1184
|
+
* 如果设置参数为 true, 则 参数签署人 [FlowApproverList](https://qian.tencent.com/developers/partnerApis/embedPages/ChannelCreatePrepareFlow) 不能为空
|
|
1185
|
+
* 此参数对子客和自动签无效,不允许进行修改。
|
|
1181
1186
|
*/
|
|
1182
1187
|
ForbidEditApprover?: boolean;
|
|
1183
1188
|
/**
|
|
@@ -5673,7 +5678,7 @@ export interface FlowApproverInfo {
|
|
|
5673
5678
|
*/
|
|
5674
5679
|
CallbackUrl?: string;
|
|
5675
5680
|
/**
|
|
5676
|
-
* 使用PDF文件直接发起合同时,签署人指定的签署控件;<br/>使用模板发起合同时,指定本企业印章签署控件的印章ID
|
|
5681
|
+
* 使用PDF文件直接发起合同时,签署人指定的签署控件;<br/>使用模板发起合同时,指定本企业印章签署控件的印章ID:注意:(如果模板里面指定了印章,默认使用模板里面配置的印章,不能进行变更) <br/>通过ComponentId或ComponenetName指定签署控件,ComponentValue为印章ID。
|
|
5677
5682
|
|
|
5678
5683
|

|
|
5679
5684
|
*/
|