tencentcloud-sdk-nodejs-ess 4.1.65 → 4.1.67

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.65",
3
+ "version": "4.1.67",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -9225,7 +9225,7 @@ export interface Component {
9225
9225
  /**
9226
9226
  * **web嵌入发起合同场景下**, 是否锁定填写和签署控件值不允许嵌入页面进行编辑
9227
9227
  <ul><li>false(默认):不锁定控件值,允许在页面编辑控件值</li>
9228
- <li>true:锁定控件值,在页面编辑控件值</li></ul>
9228
+ <li>true:锁定控件值,在页面无法编辑控件值</li></ul>
9229
9229
  */
9230
9230
  LockComponentValue?: boolean;
9231
9231
  /**