tencentcloud-sdk-nodejs-essbasic 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
|
@@ -1237,7 +1237,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1237
1237
|
ChannelDescribeUserAutoSignStatus(req: ChannelDescribeUserAutoSignStatusRequest, cb?: (error: string, rep: ChannelDescribeUserAutoSignStatusResponse) => void): Promise<ChannelDescribeUserAutoSignStatusResponse>;
|
|
1238
1238
|
/**
|
|
1239
1239
|
* 发起解除协议的主要应用场景为:基于一份已经签署的合同(签署流程),进行解除操作。
|
|
1240
|
-
|
|
1240
|
+
解除协议的模板是官方提供,经过提供法务审核,暂不支持自定义,[点击查看解除协议模板示例](https://qcloudimg.tencent-cloud.cn/raw/279b53002cf178ac89ba2c4f31b2dd8a.pdf)。具体用法可以参考文档[合同解除](https://qian.tencent.com/developers/partner/flow_release)。
|
|
1241
1241
|
|
|
1242
1242
|
注意:
|
|
1243
1243
|
<ul><li><code>原合同必须签署完</code>成后才能发起解除协议。</li>
|
|
@@ -1425,7 +1425,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1425
1425
|
}
|
|
1426
1426
|
/**
|
|
1427
1427
|
* 发起解除协议的主要应用场景为:基于一份已经签署的合同(签署流程),进行解除操作。
|
|
1428
|
-
|
|
1428
|
+
解除协议的模板是官方提供,经过提供法务审核,暂不支持自定义,[点击查看解除协议模板示例](https://qcloudimg.tencent-cloud.cn/raw/279b53002cf178ac89ba2c4f31b2dd8a.pdf)。具体用法可以参考文档[合同解除](https://qian.tencent.com/developers/partner/flow_release)。
|
|
1429
1429
|
|
|
1430
1430
|
注意:
|
|
1431
1431
|
<ul><li><code>原合同必须签署完</code>成后才能发起解除协议。</li>
|