tencentcloud-sdk-nodejs-essbasic 4.1.41 → 4.1.42

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-essbasic",
3
- "version": "4.1.41",
3
+ "version": "4.1.42",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3771,6 +3771,8 @@ export interface SignUrlInfo {
3771
3771
  FlowGroupId?: string;
3772
3772
  /**
3773
3773
  * 二维码,在生成动态签署人跳转封面页链接时返回
3774
+
3775
+ 注:`此二维码下载链接有效期为5分钟,可下载二维码后本地保存。`
3774
3776
  */
3775
3777
  SignQrcodeUrl?: string;
3776
3778
  }
@@ -3917,6 +3919,8 @@ export interface FillApproverInfo {
3917
3919
  RecipientId: string;
3918
3920
  /**
3919
3921
  * 指定企业经办签署人OpenId
3922
+
3923
+ 注: `签署人OpenId未实名时,需要传入签署人姓名以及手机号码。`
3920
3924
  */
3921
3925
  OpenId?: string;
3922
3926
  /**