tencentcloud-sdk-nodejs-essbasic 4.1.50 → 4.1.51

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.50",
3
+ "version": "4.1.51",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -376,8 +376,8 @@ export interface Component {
376
376
  LockComponentValue?: boolean;
377
377
  /**
378
378
  * **web嵌入发起合同场景下**,是否禁止移动和删除填写和签署控件
379
- <ul><li> <b>false(默认)</b> :不禁止移动和删除控件</li>
380
- <li> <b>true</b> : 可以移动和删除控件</li></ul>
379
+ <ul><li> <b>false(默认)</b> :可以移动和删除控件</li>
380
+ <li> <b>true</b> : 禁止移动和删除控件</li></ul>
381
381
  */
382
382
  ForbidMoveAndDelete?: boolean;
383
383
  }