tencentcloud-sdk-nodejs-essbasic 4.1.44 → 4.1.45
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
|
@@ -1968,6 +1968,8 @@ export interface ChannelCreateFlowByFilesRequest {
|
|
|
1968
1968
|
<li>数字控件</li>
|
|
1969
1969
|
<li>图片控件</li>
|
|
1970
1970
|
<li>数据表格等填写控件</li></ul>
|
|
1971
|
+
|
|
1972
|
+

|
|
1971
1973
|
*/
|
|
1972
1974
|
Components?: Array<Component>;
|
|
1973
1975
|
/**
|
|
@@ -2947,6 +2949,9 @@ export interface AutoSignConfig {
|
|
|
2947
2949
|
* 是否回调证书信息:
|
|
2948
2950
|
<ul><li>**false**: 不需要(默认)</li>
|
|
2949
2951
|
<li>**true**:需要</li></ul>
|
|
2952
|
+
|
|
2953
|
+
|
|
2954
|
+
注:`该字段已经失效,请勿设置此参数。`
|
|
2950
2955
|
*/
|
|
2951
2956
|
CertInfoCallback?: boolean;
|
|
2952
2957
|
/**
|
|
@@ -2969,7 +2974,7 @@ export interface AutoSignConfig {
|
|
|
2969
2974
|
/**
|
|
2970
2975
|
* 开通时候的身份验证方式, 取值为:
|
|
2971
2976
|
<ul><li>**WEIXINAPP** : 微信人脸识别</li>
|
|
2972
|
-
<li>**INSIGHT** :
|
|
2977
|
+
<li>**INSIGHT** : 慧眼人脸识别</li>
|
|
2973
2978
|
<li>**TELECOM** : 运营商三要素验证</li></ul>
|
|
2974
2979
|
注:
|
|
2975
2980
|
<ul><li>如果是小程序开通链接,支持传 WEIXINAPP / TELECOM。为空默认 WEIXINAPP</li>
|
|
@@ -2980,6 +2985,8 @@ export interface AutoSignConfig {
|
|
|
2980
2985
|
* 设置用户开通自动签时是否绑定个人自动签账号许可。
|
|
2981
2986
|
|
|
2982
2987
|
<ul><li><b>1</b>: (默认)不绑定自动签账号许可开通,开通后一直有效, 后续使用合同份额进行合同发起</li></ul>
|
|
2988
|
+
|
|
2989
|
+
注:`该字段已经失效,请勿设置此参数。`
|
|
2983
2990
|
*/
|
|
2984
2991
|
LicenseType?: number;
|
|
2985
2992
|
/**
|
|
@@ -5531,6 +5538,8 @@ export interface FlowApproverInfo {
|
|
|
5531
5538
|
CallbackUrl?: string;
|
|
5532
5539
|
/**
|
|
5533
5540
|
* 使用PDF文件直接发起合同时,签署人指定的签署控件;<br/>使用模板发起合同时,指定本企业印章签署控件的印章ID: <br/>通过ComponentId或ComponenetName指定签署控件,ComponentValue为印章ID。
|
|
5541
|
+
|
|
5542
|
+

|
|
5534
5543
|
*/
|
|
5535
5544
|
SignComponents?: Array<Component>;
|
|
5536
5545
|
/**
|
|
@@ -5653,8 +5662,9 @@ export interface FlowApproverInfo {
|
|
|
5653
5662
|
|
|
5654
5663
|
具体使用说明可参考[为签署方指定填写控件](https://qian.tencent.cn/developers/partner/createFlowByFiles#为签署方指定填写控件)
|
|
5655
5664
|
|
|
5656
|
-
|
|
5657
5665
|
注:`此参数仅在通过文件发起合同或者合同组时生效`
|
|
5666
|
+
|
|
5667
|
+

|
|
5658
5668
|
*/
|
|
5659
5669
|
Components?: Array<Component>;
|
|
5660
5670
|
/**
|