tencentcloud-sdk-nodejs-essbasic 4.1.64 → 4.1.68

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.64",
3
+ "version": "4.1.68",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -383,7 +383,7 @@ export interface Component {
383
383
  /**
384
384
  * **web嵌入发起合同场景下**, 是否锁定填写和签署控件值不允许嵌入页面进行编辑
385
385
  <ul><li>false(默认):不锁定控件值,允许在页面编辑控件值</li>
386
- <li>true:锁定控件值,在页面编辑控件值</li></ul>
386
+ <li>true:锁定控件值,在页面无法编辑控件值</li></ul>
387
387
  */
388
388
  LockComponentValue?: boolean;
389
389
  /**
@@ -3023,7 +3023,7 @@ export interface AutoSignConfig {
3023
3023
  <li>**INSIGHT** : 慧眼人脸识别</li>
3024
3024
  <li>**TELECOM** : 运营商三要素验证</li></ul>
3025
3025
  注:
3026
- <ul><li>如果是小程序开通链接,支持传 WEIXINAPP / TELECOM。为空默认 WEIXINAPP</li>
3026
+ <ul><li>如果是小程序开通链接,仅支持传 WEIXINAPP。为空默认 WEIXINAPP</li>
3027
3027
  <li>如果是 H5 开通链接,支持传 INSIGHT / TELECOM。为空默认 INSIGHT </li></ul>
3028
3028
  */
3029
3029
  VerifyChannels?: Array<string>;