tencentcloud-sdk-nodejs-ess 4.1.100 → 4.1.102
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
|
@@ -247,10 +247,7 @@ export interface DisableUserAutoSignRequest {
|
|
|
247
247
|
*/
|
|
248
248
|
export interface UploadFilesRequest {
|
|
249
249
|
/**
|
|
250
|
-
*
|
|
251
|
-
<ul><li> **TEMPLATE** : 此上传的文件用户生成合同模板,文件类型支持.pdf/.doc/.docx/.html格式,如果非pdf文件需要通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务</a>转换后才能使用</li>
|
|
252
|
-
<li> **DOCUMENT** : 此文件用来发起合同流程,文件类型支持.pdf/.doc/.docx/.jpg/.png/.xls.xlsx/.html,如果非pdf文件需要通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务</a>转换后才能使用</li>
|
|
253
|
-
<li> **SEAL** : 此文件用于印章的生成,文件类型支持.jpg/.jpeg/.png</li></ul>
|
|
250
|
+
* 文件对应业务类型,可以选择的类型如下<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> ["yDRSRUUgygj6rq2wUuO4zjEyBZ2NHiyT"]
|
|
254
251
|
*/
|
|
255
252
|
BusinessType: string;
|
|
256
253
|
/**
|
|
@@ -5238,6 +5235,15 @@ export interface EmbedUrlOption {
|
|
|
5238
5235
|
|
|
5239
5236
|
*/
|
|
5240
5237
|
ForbidEditWatermark?: boolean;
|
|
5238
|
+
/**
|
|
5239
|
+
* 印章描述
|
|
5240
|
+
*/
|
|
5241
|
+
SealDescription?: string;
|
|
5242
|
+
/**
|
|
5243
|
+
* 是否禁止编辑印章描述内容
|
|
5244
|
+
<ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>
|
|
5245
|
+
*/
|
|
5246
|
+
ForbidEditSealDescription?: string;
|
|
5241
5247
|
}
|
|
5242
5248
|
/**
|
|
5243
5249
|
* CreateModifyAdminAuthorizationUrl返回参数结构体
|