tencentcloud-sdk-nodejs-ess 4.1.293 → 4.1.302

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.293",
3
+ "version": "4.1.302",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -49,7 +49,6 @@
49
49
  "@types/json-bigint": "^1.0.1",
50
50
  "@types/node": "^18.0.0",
51
51
  "@types/node-fetch": "^2.5.7",
52
- "@types/uuid": "^9.0.8",
53
52
  "@typescript-eslint/eslint-plugin": "^2.34.0",
54
53
  "@typescript-eslint/parser": "^2.34.0",
55
54
  "babel-eslint": "^10.0.2",
@@ -121,6 +121,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
121
121
  注:
122
122
  1. `支持的文件类型有doc、docx、xls、xlsx、html、jpg、jpeg、png、bmp、txt`
123
123
  2. `可通过发起合同时设置预览来检查转换文件是否达到预期效果`
124
+
125
+ 整体流程如下图
126
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/bb35c9cfa453d28eade16df36221f313.png)
124
127
  */
125
128
  CreateFileConvertTask(req: CreateFileConvertTaskRequest, cb?: (error: string, rep: CreateFileConvertTaskResponse) => void): Promise<CreateFileConvertTaskResponse>;
126
129
  /**
@@ -354,6 +357,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
354
357
  注:
355
358
  1. `大文件转换所需的时间可能会比较长`
356
359
  2. `本接口返回的文件资源ID就是PDF资源ID,可以直接用于【用PDF文件创建签署流程】接口发起合同。`
360
+
361
+ 整体流程如下图
362
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/bb35c9cfa453d28eade16df36221f313.png)
357
363
  */
358
364
  DescribeFileConvertTask(req: DescribeFileConvertTaskRequest, cb?: (error: string, rep: DescribeFileConvertTaskResponse) => void): Promise<DescribeFileConvertTaskResponse>;
359
365
  /**
@@ -903,8 +909,8 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
903
909
  **注意**
904
910
  1. 该签署链接**默认有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接。
905
911
  2. 该接口返回的签署链接适用于APP集成的场景,支持APP、支付宝打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
906
- 如需跳转到小程序的实现,参考微信官方文档(分为<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>。
907
912
  3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
913
+ 4. <font color='red'>iframe 嵌入暂不支持人脸相关操作</font>,包括设置密码等需要进行的人脸核验。
908
914
  */
909
915
  CreateFlowSignUrl(req: CreateFlowSignUrlRequest, cb?: (error: string, rep: CreateFlowSignUrlResponse) => void): Promise<CreateFlowSignUrlResponse>;
910
916
  /**
@@ -1446,8 +1452,8 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
1446
1452
  1. 该接口可生成签署人的批量、合同组签署/查看链接 。
1447
1453
  2. 该签署链接**默认有效期为30分钟**,过期后将失效,如需签署可重新创建批量签署链接 。
1448
1454
  3. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
1449
- 跳转到小程序的实现,参考微信官方文档(分为<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>。
1450
1455
  4. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
1456
+ 5. <font color='red'>iframe 嵌入暂不支持人脸相关操作</font>,包括设置密码等需要进行的人脸核验。
1451
1457
  */
1452
1458
  CreateBatchQuickSignUrl(req: CreateBatchQuickSignUrlRequest, cb?: (error: string, rep: CreateBatchQuickSignUrlResponse) => void): Promise<CreateBatchQuickSignUrlResponse>;
1453
1459
  /**
@@ -169,6 +169,9 @@ class Client extends TencentCloudCommon.AbstractClient {
169
169
  注:
170
170
  1. `支持的文件类型有doc、docx、xls、xlsx、html、jpg、jpeg、png、bmp、txt`
171
171
  2. `可通过发起合同时设置预览来检查转换文件是否达到预期效果`
172
+
173
+ 整体流程如下图
174
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/bb35c9cfa453d28eade16df36221f313.png)
172
175
  */
173
176
  async CreateFileConvertTask(req, cb) {
174
177
  return this.request("CreateFileConvertTask", req, cb);
@@ -430,6 +433,9 @@ class Client extends TencentCloudCommon.AbstractClient {
430
433
  注:
431
434
  1. `大文件转换所需的时间可能会比较长`
432
435
  2. `本接口返回的文件资源ID就是PDF资源ID,可以直接用于【用PDF文件创建签署流程】接口发起合同。`
436
+
437
+ 整体流程如下图
438
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/bb35c9cfa453d28eade16df36221f313.png)
433
439
  */
434
440
  async DescribeFileConvertTask(req, cb) {
435
441
  return this.request("DescribeFileConvertTask", req, cb);
@@ -1073,8 +1079,8 @@ class Client extends TencentCloudCommon.AbstractClient {
1073
1079
  **注意**
1074
1080
  1. 该签署链接**默认有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接。
1075
1081
  2. 该接口返回的签署链接适用于APP集成的场景,支持APP、支付宝打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
1076
- 如需跳转到小程序的实现,参考微信官方文档(分为<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>。
1077
1082
  3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
1083
+ 4. <font color='red'>iframe 嵌入暂不支持人脸相关操作</font>,包括设置密码等需要进行的人脸核验。
1078
1084
  */
1079
1085
  async CreateFlowSignUrl(req, cb) {
1080
1086
  return this.request("CreateFlowSignUrl", req, cb);
@@ -1710,8 +1716,8 @@ class Client extends TencentCloudCommon.AbstractClient {
1710
1716
  1. 该接口可生成签署人的批量、合同组签署/查看链接 。
1711
1717
  2. 该签署链接**默认有效期为30分钟**,过期后将失效,如需签署可重新创建批量签署链接 。
1712
1718
  3. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
1713
- 跳转到小程序的实现,参考微信官方文档(分为<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>。
1714
1719
  4. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
1720
+ 5. <font color='red'>iframe 嵌入暂不支持人脸相关操作</font>,包括设置密码等需要进行的人脸核验。
1715
1721
  */
1716
1722
  async CreateBatchQuickSignUrl(req, cb) {
1717
1723
  return this.request("CreateBatchQuickSignUrl", req, cb);