tencentcloud-sdk-nodejs-essbasic 4.1.16 → 4.1.17
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
|
@@ -610,13 +610,13 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
610
610
|
|
|
611
611
|
# 支持的操作
|
|
612
612
|
## 1. 删除模板 (OperateType=DELETE)
|
|
613
|
-
|
|
613
|
+
此操作会将模板从企业自有模板中彻底删除,若要保留模板而不删除,可将模板停用。
|
|
614
614
|
|
|
615
615
|
## 2. 启用模板 (OperateType=ENABLE)
|
|
616
|
-
|
|
616
|
+
此操作是将已停用的模板启用,操作幂等,若模板已启用,接口不报错。
|
|
617
617
|
|
|
618
|
-
## 3. 停用模板 (OperateType=
|
|
619
|
-
|
|
618
|
+
## 3. 停用模板 (OperateType=DISABLE)
|
|
619
|
+
此操作是将已启用的模板停用,操作幂等,若模板已停用,接口不报错,停用后,无法通过此模板发起合同,已发起的合同不受影响。
|
|
620
620
|
*/
|
|
621
621
|
OperateTemplate(req: OperateTemplateRequest, cb?: (error: string, rep: OperateTemplateResponse) => void): Promise<OperateTemplateResponse>;
|
|
622
622
|
/**
|
|
@@ -718,13 +718,13 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
718
718
|
|
|
719
719
|
# 支持的操作
|
|
720
720
|
## 1. 删除模板 (OperateType=DELETE)
|
|
721
|
-
|
|
721
|
+
此操作会将模板从企业自有模板中彻底删除,若要保留模板而不删除,可将模板停用。
|
|
722
722
|
|
|
723
723
|
## 2. 启用模板 (OperateType=ENABLE)
|
|
724
|
-
|
|
724
|
+
此操作是将已停用的模板启用,操作幂等,若模板已启用,接口不报错。
|
|
725
725
|
|
|
726
|
-
## 3. 停用模板 (OperateType=
|
|
727
|
-
|
|
726
|
+
## 3. 停用模板 (OperateType=DISABLE)
|
|
727
|
+
此操作是将已启用的模板停用,操作幂等,若模板已停用,接口不报错,停用后,无法通过此模板发起合同,已发起的合同不受影响。
|
|
728
728
|
*/
|
|
729
729
|
async OperateTemplate(req, cb) {
|
|
730
730
|
return this.request("OperateTemplate", req, cb);
|