tencentcloud-sdk-nodejs-essbasic 4.1.100 → 4.1.101
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
|
@@ -472,6 +472,14 @@ export interface OrganizationAuthUrl {
|
|
|
472
472
|
* 企业批量注册的错误信息,例如:企业三要素不通过
|
|
473
473
|
*/
|
|
474
474
|
ErrorMessage?: string;
|
|
475
|
+
/**
|
|
476
|
+
* 企业批量注册 传递过来的企业名称,方便客户定位企业
|
|
477
|
+
*/
|
|
478
|
+
OrganizationName?: string;
|
|
479
|
+
/**
|
|
480
|
+
* 企业批量注册的唯一 Id, 此 Id 可以用在[创建企业批量认证链接-单链接](https://qian.tencent.com/developers/partnerApis/accounts/CreateBatchOrganizationRegistrationTasks)。
|
|
481
|
+
*/
|
|
482
|
+
SubTaskId?: string;
|
|
475
483
|
}
|
|
476
484
|
/**
|
|
477
485
|
* 合同组相关信息,指定合同组子合同和签署方的信息,用于补充动态签署人。
|
|
@@ -9233,6 +9241,15 @@ export interface EmbedUrlOption {
|
|
|
9233
9241
|
<ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>
|
|
9234
9242
|
*/
|
|
9235
9243
|
ForbidEditWatermark?: boolean;
|
|
9244
|
+
/**
|
|
9245
|
+
* 印章描述
|
|
9246
|
+
*/
|
|
9247
|
+
SealDescription?: string;
|
|
9248
|
+
/**
|
|
9249
|
+
* 是否禁止编辑印章描述内容
|
|
9250
|
+
<ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>
|
|
9251
|
+
*/
|
|
9252
|
+
ForbidEditSealDescription?: string;
|
|
9236
9253
|
}
|
|
9237
9254
|
/**
|
|
9238
9255
|
* CreateBatchOrganizationAuthorizationUrl请求参数结构体
|