tencentcloud-sdk-nodejs-ess 4.1.42 → 4.1.44

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.42",
3
+ "version": "4.1.44",
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);
@@ -4409,7 +4409,7 @@ export interface CreateSchemeUrlResponse {
4409
4409
  */
4410
4410
  SchemeUrl?: string;
4411
4411
  /**
4412
- * 二维码,在生成动态签署人跳转封面页链接时返回
4412
+ * 二维码,在生成动态签署人跳转封面页链接时返回 注:`此二维码下载链接有效期为5分钟,可下载二维码后本地保存。`
4413
4413
  */
4414
4414
  SchemeQrcodeUrl?: string;
4415
4415
  /**
@@ -5620,7 +5620,7 @@ export interface FlowCreateApprover {
5620
5620
  /**
5621
5621
  * 签署意愿确认渠道,默认为WEIXINAPP:人脸识别
5622
5622
 
5623
- 注: <font color="red">将要废弃</font >, `用ApproverSignTypes签署人签署合同时的认证方式代替, 新客户可请用ApproverSignTypes来设置`
5623
+ 注: <font color="red">不再使用</font >, `用ApproverSignTypes签署人签署合同时的认证方式代替, 新客户可请用ApproverSignTypes来设置`
5624
5624
  */
5625
5625
  VerifyChannel?: Array<string>;
5626
5626
  /**
@@ -5654,7 +5654,7 @@ export interface FlowCreateApprover {
5654
5654
  */
5655
5655
  UserId?: string;
5656
5656
  /**
5657
- * <font color="red">字段已经废弃</font>,当前只支持true,默认为true
5657
+ * <font color="red">字段不再使用</font>,当前只支持true,默认为true
5658
5658
  */
5659
5659
  Required?: boolean;
5660
5660
  /**
@@ -5669,7 +5669,7 @@ export interface FlowCreateApprover {
5669
5669
  */
5670
5670
  CustomApproverTag?: string;
5671
5671
  /**
5672
- * 已经废弃, 快速注册相关信息
5672
+ * <font color="red">不再使用</font >, 快速注册相关信息
5673
5673
  */
5674
5674
  RegisterInfo?: RegisterInfo;
5675
5675
  /**