tencentcloud-sdk-nodejs-ess 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ess",
3
- "version": "4.1.43",
3
+ "version": "4.1.45",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -631,6 +631,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
631
631
  2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
632
632
  如需跳转到小程序的实现,参考微信官方文档(分为<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>。
633
633
  3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
634
+ 4. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。
634
635
  */
635
636
  CreateFlowSignUrl(req: CreateFlowSignUrlRequest, cb?: (error: string, rep: CreateFlowSignUrlResponse) => void): Promise<CreateFlowSignUrlResponse>;
636
637
  /**
@@ -1068,6 +1069,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
1068
1069
  3. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
1069
1070
  跳转到小程序的实现,参考微信官方文档(分为<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>。
1070
1071
  4. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
1072
+ 5. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。
1071
1073
  */
1072
1074
  CreateBatchQuickSignUrl(req: CreateBatchQuickSignUrlRequest, cb?: (error: string, rep: CreateBatchQuickSignUrlResponse) => void): Promise<CreateBatchQuickSignUrlResponse>;
1073
1075
  /**
@@ -745,6 +745,7 @@ class Client extends TencentCloudCommon.AbstractClient {
745
745
  2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
746
746
  如需跳转到小程序的实现,参考微信官方文档(分为<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>。
747
747
  3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
748
+ 4. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。
748
749
  */
749
750
  async CreateFlowSignUrl(req, cb) {
750
751
  return this.request("CreateFlowSignUrl", req, cb);
@@ -1248,6 +1249,7 @@ class Client extends TencentCloudCommon.AbstractClient {
1248
1249
  3. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
1249
1250
  跳转到小程序的实现,参考微信官方文档(分为<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>。
1250
1251
  4. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
1252
+ 5. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。
1251
1253
  */
1252
1254
  async CreateBatchQuickSignUrl(req, cb) {
1253
1255
  return this.request("CreateBatchQuickSignUrl", req, cb);
@@ -2982,6 +2982,8 @@ export interface AutoSignConfig {
2982
2982
  * 是否回调证书信息:
2983
2983
  <ul><li>**false**: 不需要(默认)</li>
2984
2984
  <li>**true**:需要</li></ul>
2985
+
2986
+ 注:`该字段已经失效,请勿设置此参数。`
2985
2987
  */
2986
2988
  CertInfoCallback?: boolean;
2987
2989
  /**
@@ -3006,7 +3008,7 @@ export interface AutoSignConfig {
3006
3008
  /**
3007
3009
  * 开通时候的身份验证方式, 取值为:
3008
3010
  <ul><li>**WEIXINAPP** : 微信人脸识别</li>
3009
- <li>**INSIGHT** : 慧眼人脸认别</li>
3011
+ <li>**INSIGHT** : 慧眼人脸识别</li>
3010
3012
  <li>**TELECOM** : 运营商三要素验证</li></ul>
3011
3013
  注:
3012
3014
  <ul><li>如果是小程序开通链接,支持传 WEIXINAPP / TELECOM。为空默认 WEIXINAPP</li>
@@ -3017,6 +3019,8 @@ export interface AutoSignConfig {
3017
3019
  * 设置用户自动签合同的扣费方式。
3018
3020
 
3019
3021
  <ul><li><b>1</b>: (默认)使用合同份额进行扣减</li></ul>
3022
+
3023
+ 注:`该字段已经失效,请勿设置此参数。`
3020
3024
  */
3021
3025
  LicenseType?: number;
3022
3026
  /**
@@ -4465,6 +4469,8 @@ export interface CreateFlowByFilesRequest {
4465
4469
  <li> 图片控件 </li>
4466
4470
  <li> 水印控件等 </li>
4467
4471
  </ul>
4472
+
4473
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/e004195ee4cb98a7f9bc12eb4a0a0b77.png)
4468
4474
  */
4469
4475
  Components?: Array<Component>;
4470
4476
  /**
@@ -5620,7 +5626,7 @@ export interface FlowCreateApprover {
5620
5626
  /**
5621
5627
  * 签署意愿确认渠道,默认为WEIXINAPP:人脸识别
5622
5628
 
5623
- 注: <font color="red">将要废弃</font >, `用ApproverSignTypes签署人签署合同时的认证方式代替, 新客户可请用ApproverSignTypes来设置`
5629
+ 注: <font color="red">不再使用</font >, `用ApproverSignTypes签署人签署合同时的认证方式代替, 新客户可请用ApproverSignTypes来设置`
5624
5630
  */
5625
5631
  VerifyChannel?: Array<string>;
5626
5632
  /**
@@ -5654,7 +5660,7 @@ export interface FlowCreateApprover {
5654
5660
  */
5655
5661
  UserId?: string;
5656
5662
  /**
5657
- * <font color="red">字段已经废弃</font>,当前只支持true,默认为true
5663
+ * <font color="red">字段不再使用</font>,当前只支持true,默认为true
5658
5664
  */
5659
5665
  Required?: boolean;
5660
5666
  /**
@@ -5669,7 +5675,7 @@ export interface FlowCreateApprover {
5669
5675
  */
5670
5676
  CustomApproverTag?: string;
5671
5677
  /**
5672
- * 已经废弃, 快速注册相关信息
5678
+ * <font color="red">不再使用</font >, 快速注册相关信息
5673
5679
  */
5674
5680
  RegisterInfo?: RegisterInfo;
5675
5681
  /**
@@ -7160,6 +7166,8 @@ export interface ApproverInfo {
7160
7166
  <ul><li> 个人签名/印章</li>
7161
7167
  <li> 企业印章</li>
7162
7168
  <li> 骑缝章等签署控件</li></ul>
7169
+
7170
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/91757a7f9188ccf3057a4a8979cf3f93.png)
7163
7171
  */
7164
7172
  SignComponents?: Array<Component>;
7165
7173
  /**
@@ -7317,6 +7325,8 @@ export interface ApproverInfo {
7317
7325
  具体使用说明可参考[为签署方指定填写控件](https://qian.tencent.cn/developers/company/createFlowByFiles/#指定签署方填写控件)
7318
7326
 
7319
7327
  注:`此参数仅在通过文件发起合同或者合同组时生效`
7328
+
7329
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/e004195ee4cb98a7f9bc12eb4a0a0b77.png)
7320
7330
  */
7321
7331
  Components?: Array<Component>;
7322
7332
  /**