tencentcloud-sdk-nodejs-essbasic 4.1.101 → 4.1.103
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
|
@@ -2520,7 +2520,7 @@ export interface ApproverItem {
|
|
|
2520
2520
|
ApproverRoleName?: string;
|
|
2521
2521
|
}
|
|
2522
2522
|
/**
|
|
2523
|
-
* 批量认证企业任务详情信息,其中包括 TaskId
|
|
2523
|
+
* 批量认证企业任务详情信息,其中包括 TaskId,状态信息等
|
|
2524
2524
|
*/
|
|
2525
2525
|
export interface BatchOrganizationRegistrationTasksDetails {
|
|
2526
2526
|
/**
|
|
@@ -2801,7 +2801,7 @@ export interface TemplateInfo {
|
|
|
2801
2801
|
*/
|
|
2802
2802
|
Available?: number;
|
|
2803
2803
|
/**
|
|
2804
|
-
*
|
|
2804
|
+
* 模板的用户合同类型
|
|
2805
2805
|
*/
|
|
2806
2806
|
UserFlowType?: UserFlowType;
|
|
2807
2807
|
}
|
|
@@ -4350,7 +4350,7 @@ export interface UserThreeFactor {
|
|
|
4350
4350
|
IdCardNumber: string;
|
|
4351
4351
|
}
|
|
4352
4352
|
/**
|
|
4353
|
-
*
|
|
4353
|
+
* 模板对应的合同类型
|
|
4354
4354
|
*/
|
|
4355
4355
|
export interface TemplateUserFlowType {
|
|
4356
4356
|
/**
|
|
@@ -4362,7 +4362,7 @@ export interface TemplateUserFlowType {
|
|
|
4362
4362
|
*/
|
|
4363
4363
|
Name?: string;
|
|
4364
4364
|
/**
|
|
4365
|
-
*
|
|
4365
|
+
* 每个合同类型绑定的模板数量
|
|
4366
4366
|
*/
|
|
4367
4367
|
TemplateNum?: number;
|
|
4368
4368
|
/**
|
|
@@ -9070,10 +9070,7 @@ export interface UploadFilesRequest {
|
|
|
9070
9070
|
*/
|
|
9071
9071
|
Agent: Agent;
|
|
9072
9072
|
/**
|
|
9073
|
-
*
|
|
9074
|
-
文件对应业务类型,可以选择的类型如下
|
|
9075
|
-
<ul><li> **TEMPLATE** : 此上传的文件用户生成合同模板,文件类型支持.pdf/.doc/.docx/.html格式,如果非pdf文件需要通过<a href="https://qian.tencent.com/developers/partnerApis/files/ChannelGetTaskResultApi" target="_blank">创建文件转换任务</a>转换后才能使用</li>
|
|
9076
|
-
<li> **DOCUMENT** : 此文件用来发起合同流程,文件类型支持.pdf/.doc/.docx/.jpg/.png/.xls.xlsx/.html,如果非pdf文件需要通过<a href="https://qian.tencent.com/developers/partnerApis/files/ChannelGetTaskResultApi" target="_blank">创建文件转换任务</a>转换后才能使用</li></ul>
|
|
9073
|
+
* 文件对应业务类型,可以选择的类型如下<ul><li> **TEMPLATE** : 此上传的文件用户生成合同模板,文件类型支持.pdf/.doc/.docx/.html格式,如果非pdf文件需要通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务</a>转换后才能使用</li><li> **DOCUMENT** : 此文件用来发起合同流程,文件类型支持.pdf/.doc/.docx/.jpg/.png/.xls.xlsx/.html。如果上传的是非pdf文件,用来发起流程,还需要通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务</a>转换后得到的pdf文件才能用于发起合同接口。如果上传的文件不是用来发起合同,直接上传后使用返回的文件资源Id即可</li><li> **SEAL** : 此文件用于印章的生成,文件类型支持.jpg/.jpeg/.png</li></ul>
|
|
9077
9074
|
*/
|
|
9078
9075
|
BusinessType: string;
|
|
9079
9076
|
/**
|
|
@@ -9249,7 +9246,7 @@ export interface EmbedUrlOption {
|
|
|
9249
9246
|
* 是否禁止编辑印章描述内容
|
|
9250
9247
|
<ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>
|
|
9251
9248
|
*/
|
|
9252
|
-
ForbidEditSealDescription?:
|
|
9249
|
+
ForbidEditSealDescription?: boolean;
|
|
9253
9250
|
}
|
|
9254
9251
|
/**
|
|
9255
9252
|
* CreateBatchOrganizationAuthorizationUrl请求参数结构体
|