tencentcloud-sdk-nodejs-ess 4.1.22 → 4.1.34
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
|
@@ -17,7 +17,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
17
17
|
|
|
18
18
|
2.<font color="red">静默(自动)签署不支持非本企业合同签署方存在填写</font>功能
|
|
19
19
|
|
|
20
|
-
3.<font color="red">在发起签署流程之前,建议等待 [PDF合成完成的回调](https://qian.tencent.com/developers/company/
|
|
20
|
+
3.<font color="red">在发起签署流程之前,建议等待 [PDF合成完成的回调](https://qian.tencent.com/developers/company/callback_types_contracts_sign#%E4%B9%9D-%E5%90%88%E5%90%8C%E6%96%87%E6%A1%A3%E5%90%88%E6%88%90%E5%AE%8C%E6%88%90%E5%9B%9E%E8%B0%83)</font>,尤其是当模板中存在动态表格等复杂填写控件时,因为合成过程可能会耗费秒级别的时间。
|
|
21
21
|
*/
|
|
22
22
|
StartFlow(req: StartFlowRequest, cb?: (error: string, rep: StartFlowResponse) => void): Promise<StartFlowResponse>;
|
|
23
23
|
/**
|
|
@@ -39,7 +39,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
39
39
|
|
|
40
40
|
2.<font color="red">静默(自动)签署不支持非本企业合同签署方存在填写</font>功能
|
|
41
41
|
|
|
42
|
-
3.<font color="red">在发起签署流程之前,建议等待 [PDF合成完成的回调](https://qian.tencent.com/developers/company/
|
|
42
|
+
3.<font color="red">在发起签署流程之前,建议等待 [PDF合成完成的回调](https://qian.tencent.com/developers/company/callback_types_contracts_sign#%E4%B9%9D-%E5%90%88%E5%90%8C%E6%96%87%E6%A1%A3%E5%90%88%E6%88%90%E5%AE%8C%E6%88%90%E5%9B%9E%E8%B0%83)</font>,尤其是当模板中存在动态表格等复杂填写控件时,因为合成过程可能会耗费秒级别的时间。
|
|
43
43
|
*/
|
|
44
44
|
async StartFlow(req, cb) {
|
|
45
45
|
return this.request("StartFlow", req, cb);
|