tencentcloud-sdk-nodejs-essbasic 4.1.70 → 4.1.73
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
|
/**
|