tencentcloud-sdk-nodejs-essbasic 4.1.150 → 4.1.153
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/es/services/essbasic/index.js +2 -2
- package/package.json +1 -1
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +0 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +0 -1
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const essbasic: {
|
|
2
|
-
v20210526: {
|
|
3
|
-
Client: typeof import("./v20210526/essbasic_client").Client;
|
|
4
|
-
Models: typeof import("./v20210526/essbasic_models");
|
|
5
|
-
};
|
|
6
2
|
v20201222: {
|
|
7
3
|
Client: typeof import("./v20201222/essbasic_client").Client;
|
|
8
4
|
Models: typeof import("./v20201222/essbasic_models");
|
|
9
5
|
};
|
|
6
|
+
v20210526: {
|
|
7
|
+
Client: typeof import("./v20210526/essbasic_client").Client;
|
|
8
|
+
Models: typeof import("./v20210526/essbasic_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.essbasic = void 0;
|
|
4
|
-
const v20210526_1 = require("./v20210526");
|
|
5
4
|
const v20201222_1 = require("./v20201222");
|
|
5
|
+
const v20210526_1 = require("./v20210526");
|
|
6
6
|
exports.essbasic = {
|
|
7
|
-
v20210526: v20210526_1.v20210526,
|
|
8
7
|
v20201222: v20201222_1.v20201222,
|
|
8
|
+
v20210526: v20210526_1.v20210526,
|
|
9
9
|
};
|
|
@@ -1216,7 +1216,6 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1216
1216
|
- saas企业员工用户批量签署,在传递了姓名等基本信息参数的情况下,还需要传OrganizationName(参与方所在企业名称)参数生成签署链接,<font color="red">请确保此企业已完成腾讯电子签企业认证</font>。
|
|
1217
1217
|
- 子客企业员工用户批量签署,需要传递员工OpenId和子客企业的OrganizationOpenId,以及该员工的Name,Mobile等信息。如果此子客企业未认证,则除了上述参数之外,需要传递OrganizationName(子客企业名称)。
|
|
1218
1218
|
- 生成批量签署链接时,合同目标参与方状态需为<font color="red">待签署</font>状态。
|
|
1219
|
-
- 个人批量签署进行的合同的签名区, 全部变成<font color="red">手写签名</font>(不管合同里边设置的签名限制)来进行。
|
|
1220
1219
|
- 不支持签署方含有签批控件,或设置了签署方在签署时自行添加签署控件功能的合同进行批量签署。
|
|
1221
1220
|
- 进行小程序批量签署必须指定待签署的流程id,<font color="red">接口中FlowIds参数必传。</font>
|
|
1222
1221
|
*/
|
|
@@ -1398,7 +1398,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1398
1398
|
- saas企业员工用户批量签署,在传递了姓名等基本信息参数的情况下,还需要传OrganizationName(参与方所在企业名称)参数生成签署链接,<font color="red">请确保此企业已完成腾讯电子签企业认证</font>。
|
|
1399
1399
|
- 子客企业员工用户批量签署,需要传递员工OpenId和子客企业的OrganizationOpenId,以及该员工的Name,Mobile等信息。如果此子客企业未认证,则除了上述参数之外,需要传递OrganizationName(子客企业名称)。
|
|
1400
1400
|
- 生成批量签署链接时,合同目标参与方状态需为<font color="red">待签署</font>状态。
|
|
1401
|
-
- 个人批量签署进行的合同的签名区, 全部变成<font color="red">手写签名</font>(不管合同里边设置的签名限制)来进行。
|
|
1402
1401
|
- 不支持签署方含有签批控件,或设置了签署方在签署时自行添加签署控件功能的合同进行批量签署。
|
|
1403
1402
|
- 进行小程序批量签署必须指定待签署的流程id,<font color="red">接口中FlowIds参数必传。</font>
|
|
1404
1403
|
*/
|