tencentcloud-sdk-nodejs-ess 4.1.247 → 4.1.249
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
|
@@ -659,7 +659,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
659
659
|
CreateFlow(req: CreateFlowRequest, cb?: (error: string, rep: CreateFlowResponse) => void): Promise<CreateFlowResponse>;
|
|
660
660
|
/**
|
|
661
661
|
* 发起解除协议的主要应用场景为:基于一份已经签署的合同(签署流程),进行解除操作。
|
|
662
|
-
解除协议的模板是官方提供
|
|
662
|
+
解除协议的模板是官方提供 ,经过提供法务审核,暂不支持自定义,[点击查看解除协议模板示例PDF](https://qcloudimg.tencent-cloud.cn/raw/279b53002cf178ac89ba2c4f31b2dd8a.pdf)。具体用法可以参考文档[合同解除](https://qian.tencent.com/developers/company/flow_release)。
|
|
663
663
|
|
|
664
664
|
注意:
|
|
665
665
|
<ul>
|
|
@@ -793,7 +793,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
793
793
|
}
|
|
794
794
|
/**
|
|
795
795
|
* 发起解除协议的主要应用场景为:基于一份已经签署的合同(签署流程),进行解除操作。
|
|
796
|
-
解除协议的模板是官方提供
|
|
796
|
+
解除协议的模板是官方提供 ,经过提供法务审核,暂不支持自定义,[点击查看解除协议模板示例PDF](https://qcloudimg.tencent-cloud.cn/raw/279b53002cf178ac89ba2c4f31b2dd8a.pdf)。具体用法可以参考文档[合同解除](https://qian.tencent.com/developers/company/flow_release)。
|
|
797
797
|
|
|
798
798
|
注意:
|
|
799
799
|
<ul>
|