tencentcloud-sdk-nodejs-ess 4.1.153 → 4.1.155

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.153",
3
+ "version": "4.1.155",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -9617,6 +9617,10 @@ export interface CreateBatchQuickSignUrlRequest {
9617
9617
  * 预设的动态签署方的补充信息,仅匹配对应信息的签署方才能领取合同。暂时仅对个人参与方生效。
9618
9618
  */
9619
9619
  PresetApproverInfo?: PresetApproverInfo;
9620
+ /**
9621
+ * 是否允许此链接中签署方批量确认已读文件。 <ul><li>false (默认): 不允许批量确认已读文件。</li> <li>true : 允许批量确认已读文件。</li></ul>注:`1. 此功能为白名单功能,使用前请联系对应客户经理进行开通。2. 若批量签署的合同中第一份待签署合同所选择的印章或者签名无法完全覆盖后续合同要求,或者当前签署人没有指定印章使用权限,则无法使用此功能,会自动退化为逐份确认。`
9622
+ */
9623
+ CanSkipReadFlow?: boolean;
9620
9624
  }
9621
9625
  /**
9622
9626
  * DescribeExtendedServiceAuthInfos返回参数结构体
@@ -10785,6 +10789,11 @@ export interface CreateEmployeeQualificationSealQrCodeRequest {
10785
10789
  ![image](https://qcloudimg.tencent-cloud.cn/raw/8436ffd78c20605e6b133ff4bc4d2ac7.png)
10786
10790
  */
10787
10791
  HintText?: string;
10792
+ /**
10793
+ * 调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 2000长度。在执业章授权完成后的回调场景,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的<a href="https://qian.tencent.com/developers/company/callback_types_seals#%E4%BA%8C-%E5%91%98%E5%B7%A5%E6%89%A7%E4%B8%9A%E7%AB%A0%E5%9B%9E%E8%B0%83%E9%80%9A%E7%9F%A5">回调通知</a>模块。
10794
+ 示例值:QmFzZTYOIEJhc2U2NCA=
10795
+ */
10796
+ UserData?: string;
10788
10797
  }
10789
10798
  /**
10790
10799
  * 合同文件验签单个结果结构体
@@ -10903,7 +10912,7 @@ export interface OutputRisk {
10903
10912
  */
10904
10913
  RiskDescription?: string;
10905
10914
  /**
10906
- * 风险等级。
10915
+ * 风险等级别名。
10907
10916
 
10908
10917
  等级描述如下:
10909
10918
  <ul>
@@ -10933,7 +10942,7 @@ export interface OutputRisk {
10933
10942
  */
10934
10943
  RiskBasis?: string;
10935
10944
  /**
10936
- * 风险等级id
10945
+ * 风险等级id。1 为最高风险等级,0 为最低风险等级,从[2,n]数字越大风险等级逐渐降低。
10937
10946
  */
10938
10947
  RiskLevelId?: number;
10939
10948
  }