tencentcloud-sdk-nodejs-ess 4.1.232 → 4.1.234

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.232",
3
+ "version": "4.1.234",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2781,6 +2781,10 @@ export interface CreateSealResponse {
2781
2781
  * <p>电子印章ID,为32位字符串。<br>建议开发者保留此印章ID,后续指定签署区印章或者操作印章需此印章ID。<br>可登录腾讯电子签控制台,在 &quot;印章&quot;-&gt;&quot;印章中心&quot;选择查看的印章,在&quot;印章详情&quot; 中查看某个印章的SealId(在页面中展示为印章ID)。</p>
2782
2782
  */
2783
2783
  SealId?: string;
2784
+ /**
2785
+ * <p>电子印章预览链接地址,地址默认失效时间为24小时。</p>
2786
+ */
2787
+ ImageUrl?: string;
2784
2788
  /**
2785
2789
  * <p>人脸验证操作人链接,用法可以参考&quot;<a href="https://qian.tencent.com/developers/company/openwxminiprogram/">跳转电子签小程序配置</a>&quot;,默认为空。</p>
2786
2790
  */
@@ -2790,11 +2794,11 @@ export interface CreateSealResponse {
2790
2794
  */
2791
2795
  SealOperatorVerifyQrcodeUrl?: string;
2792
2796
  /**
2793
- * <p>创建印章预览逻辑,返回的是印章加盖在示例文件上的效果图片链接。</p>
2797
+ * <p>创建印章预览逻辑,返回的是印章加盖在示例文件上的效果图片链接。链接有效期为90天。</p>
2794
2798
  */
2795
2799
  PreviewFileUrl?: string;
2796
2800
  /**
2797
- * <p>创建印章预览逻辑,返回的是印章加盖在示例文件上的效果PDF文件链接。</p>
2801
+ * <p>创建印章预览逻辑,返回的是印章加盖在示例文件上的效果PDF文件链接。链接有效期为90天。</p>
2798
2802
  */
2799
2803
  PreviewPdfUrl?: string;
2800
2804
  /**