tencentcloud-sdk-nodejs-essbasic 4.1.63 → 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-essbasic",
3
- "version": "4.1.63",
3
+ "version": "4.1.67",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -415,6 +415,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
415
415
  <li>此接口需要保证:渠道应用已开启:动态签署人2.0能力</li>
416
416
  <li>此接口需要保证:合同发起时指定开启了动态合同</li>
417
417
  <li>此接口补充的动态签署人传参规则,请参考接口:<a href="https://qian.tencent.com/developers/partnerApis/startFlows/ChannelCreateFlowByFiles" target="_blank">用PDF文件创建签署流程</a>的签署人传参规则</li>
418
+ <li>此接口补充的动态签署人暂不支持他方企业自动签署。</li>
418
419
  </ul>
419
420
  */
420
421
  ChannelCreateDynamicFlowApprover(req: ChannelCreateDynamicFlowApproverRequest, cb?: (error: string, rep: ChannelCreateDynamicFlowApproverResponse) => void): Promise<ChannelCreateDynamicFlowApproverResponse>;
@@ -493,6 +493,7 @@ class Client extends TencentCloudCommon.AbstractClient {
493
493
  <li>此接口需要保证:渠道应用已开启:动态签署人2.0能力</li>
494
494
  <li>此接口需要保证:合同发起时指定开启了动态合同</li>
495
495
  <li>此接口补充的动态签署人传参规则,请参考接口:<a href="https://qian.tencent.com/developers/partnerApis/startFlows/ChannelCreateFlowByFiles" target="_blank">用PDF文件创建签署流程</a>的签署人传参规则</li>
496
+ <li>此接口补充的动态签署人暂不支持他方企业自动签署。</li>
496
497
  </ul>
497
498
  */
498
499
  async ChannelCreateDynamicFlowApprover(req, cb) {
@@ -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
  /**