tencentcloud-sdk-nodejs-essbasic 4.1.43 → 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
|
@@ -682,6 +682,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
682
682
|
4. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
|
|
683
683
|
跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
|
|
684
684
|
6. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
685
|
+
7. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。
|
|
685
686
|
*/
|
|
686
687
|
ChannelCreateBatchQuickSignUrl(req: ChannelCreateBatchQuickSignUrlRequest, cb?: (error: string, rep: ChannelCreateBatchQuickSignUrlResponse) => void): Promise<ChannelCreateBatchQuickSignUrlResponse>;
|
|
687
688
|
/**
|
|
@@ -850,6 +851,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
850
851
|
2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
|
|
851
852
|
如需跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
|
|
852
853
|
3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
854
|
+
4. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。
|
|
853
855
|
*/
|
|
854
856
|
ChannelCreateFlowSignUrl(req: ChannelCreateFlowSignUrlRequest, cb?: (error: string, rep: ChannelCreateFlowSignUrlResponse) => void): Promise<ChannelCreateFlowSignUrlResponse>;
|
|
855
857
|
/**
|
|
@@ -802,6 +802,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
802
802
|
4. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
|
|
803
803
|
跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
|
|
804
804
|
6. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
805
|
+
7. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。
|
|
805
806
|
*/
|
|
806
807
|
async ChannelCreateBatchQuickSignUrl(req, cb) {
|
|
807
808
|
return this.request("ChannelCreateBatchQuickSignUrl", req, cb);
|
|
@@ -992,6 +993,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
992
993
|
2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
|
|
993
994
|
如需跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
|
|
994
995
|
3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
996
|
+
4. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。
|
|
995
997
|
*/
|
|
996
998
|
async ChannelCreateFlowSignUrl(req, cb) {
|
|
997
999
|
return this.request("ChannelCreateFlowSignUrl", req, cb);
|
|
@@ -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
|
/**
|