tencentcloud-sdk-nodejs-essbasic 4.1.52 → 4.1.54

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.52",
3
+ "version": "4.1.54",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3781,7 +3781,7 @@ export interface SignUrlInfo {
3781
3781
  /**
3782
3782
  * 二维码,在生成动态签署人跳转封面页链接时返回
3783
3783
 
3784
- 注:`此二维码下载链接有效期为5分钟,可下载二维码后本地保存。`
3784
+ 注:`此二维码下载链接有效期为5分钟,可下载二维码后本地保存,二维码有效期为90天。`
3785
3785
  */
3786
3786
  SignQrcodeUrl?: string;
3787
3787
  }