tencentcloud-sdk-nodejs-essbasic 4.1.63 → 4.1.64
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
|
@@ -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) {
|