tencentcloud-sdk-nodejs-ess 4.1.180 → 4.1.182
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
|
@@ -1175,18 +1175,18 @@ export interface CreateFlowByFilesRequest {
|
|
|
1175
1175
|
该名称还将用于合同签署完成后文件下载的默认文件名称。
|
|
1176
1176
|
*/
|
|
1177
1177
|
FlowName: string;
|
|
1178
|
-
/**
|
|
1179
|
-
* 合同流程的参与方列表,最多可支持50个参与方,可在列表中指定企业B端签署方和个人C端签署方的联系和认证方式等信息,具体定义可以参考开发者中心的ApproverInfo结构体。
|
|
1180
|
-
|
|
1181
|
-
如果合同流程是有序签署,Approvers列表中参与人的顺序就是默认的签署顺序,请确保列表中参与人的顺序符合实际签署顺序。
|
|
1182
|
-
*/
|
|
1183
|
-
Approvers: Array<ApproverInfo>;
|
|
1184
1178
|
/**
|
|
1185
1179
|
* 本合同流程需包含的PDF文件资源编号列表,通过[UploadFiles](https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles)接口获取PDF文件资源编号。
|
|
1186
1180
|
|
|
1187
1181
|
注: `目前,此接口仅支持单个文件发起。`
|
|
1188
1182
|
*/
|
|
1189
1183
|
FileIds: Array<string>;
|
|
1184
|
+
/**
|
|
1185
|
+
* 合同流程的参与方列表,最多可支持50个参与方,可在列表中指定企业B端签署方和个人C端签署方的联系和认证方式等信息,具体定义可以参考开发者中心的ApproverInfo结构体。
|
|
1186
|
+
|
|
1187
|
+
如果合同流程是有序签署,Approvers列表中参与人的顺序就是默认的签署顺序,请确保列表中参与人的顺序符合实际签署顺序。
|
|
1188
|
+
*/
|
|
1189
|
+
Approvers?: Array<ApproverInfo>;
|
|
1190
1190
|
/**
|
|
1191
1191
|
* 合同流程描述信息(可自定义此描述),最大长度1000个字符。
|
|
1192
1192
|
*/
|
|
@@ -1321,9 +1321,7 @@ export interface CreateFlowByFilesRequest {
|
|
|
1321
1321
|
*/
|
|
1322
1322
|
FlowDisplayType?: number;
|
|
1323
1323
|
/**
|
|
1324
|
-
*
|
|
1325
|
-
<ul><li> **true**:开启动态签署合同,可在签署过程中追加签署人(必须满足:1,发起方企业开启了模块化计费能力;2,发起方企业在企业应用管理中开启了动态签署人2.0能力) 。</li>
|
|
1326
|
-
<li> **false**:不开启动态签署合同。</li></ul>
|
|
1324
|
+
* 是否开启动态签署合同:<ul><li> **true**:开启动态签署合同,可在发起时可以不传签署人,在签署过程中追加签署人(必须满足:1,发起方企业开启了模块化计费能力;2,发起方企业在企业应用管理中开启了动态签署人2.0能力) 。</li><li> **false**:不开启动态签署合同。</li></ul>
|
|
1327
1325
|
*/
|
|
1328
1326
|
OpenDynamicSignFlow?: boolean;
|
|
1329
1327
|
}
|
|
@@ -10278,7 +10276,8 @@ export interface Component {
|
|
|
10278
10276
|
<li> <b>SELECTOR</b> : 选择器控件,ComponentValue填写选择的字符串内容;</li>
|
|
10279
10277
|
<li> <b>DATE</b> : 日期控件;默认是格式化为xxxx年xx月xx日字符串;</li>
|
|
10280
10278
|
<li> <b>WATERMARK</b> : 水印控件;只能分配给发起方,必须设置ComponentExtra;</li>
|
|
10281
|
-
<li> <b>DISTRICT</b> : 省市区行政区控件,ComponentValue填写省市区行政区字符串内容;</li
|
|
10279
|
+
<li> <b>DISTRICT</b> : 省市区行政区控件,ComponentValue填写省市区行政区字符串内容;</li>
|
|
10280
|
+
<li> <b>VIRTUAL_COMBINATION</b> : 虚拟控件,内部特定控件(CHECK_BOX),本身不填充任何文字内容</li></ul>
|
|
10282
10281
|
|
|
10283
10282
|
**如果是SignComponent签署控件类型,
|
|
10284
10283
|
需要根据签署人的类型可选的字段为**
|
|
@@ -10471,13 +10470,13 @@ export interface Component {
|
|
|
10471
10470
|
场景说明:如果使用关键字进行定位,但是指定的PDF文件中又没有设置的关键字时,发起合同会进行关键字是否存在的校验,如果关键字不存在,会进行报错返回。如果不希望进行报错,可以设置"IgnoreKeywordError"来忽略错误。请注意,如果关键字签署控件对应的签署方在整个PDF文件中一个签署控件都没有,还是会触发报错逻辑。
|
|
10472
10471
|
<b>参数样例</b>:` "{"IgnoreKeywordError":1}"`
|
|
10473
10472
|
|
|
10474
|
-
<font color="red">ComponentType为SIGN_VIRTUAL_COMBINATION时</font>,支持以下参数:
|
|
10473
|
+
<font color="red">ComponentType为SIGN_VIRTUAL_COMBINATION或者VIRTUAL_COMBINATION时</font>,支持以下参数:
|
|
10475
10474
|
<ul>
|
|
10476
10475
|
<li><b>Children:</b> 绝对定位模式下,用来指定此签批控件的组合子控件 </li>
|
|
10477
10476
|
<b>参数样例</b>:<br>`{"Children":["ComponentId_29","ComponentId_27","ComponentId_28","ComponentId_30"]}`
|
|
10478
10477
|
<li><b>ChildrenComponents:</b> 关键字定位模式下,用来指定此签批控件的组合子控件 </li>
|
|
10479
10478
|
ChildrenComponent结构体定义:
|
|
10480
|
-
<table border="1"> <thead> <tr> <th>字段名称</th> <th>类型</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td>ComponentType</td> <td>string</td> <td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td> </tr> <tr> <td>ComponentName</td> <td>string</td> <td>子控件名称</td> </tr> <tr> <td>Placeholder</td> <td>string</td> <td
|
|
10479
|
+
<table border="1"> <thead> <tr> <th>字段名称</th> <th>类型</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td>ComponentType</td> <td>string</td> <td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td> </tr> <tr> <td>ComponentName</td> <td>string</td> <td>子控件名称</td> </tr> <tr> <td>Placeholder</td> <td>string</td> <td>子控件提示语<tr> <td>ComponentValue</td> <td>string</td> <td>子控件值(签署方不可设置)</td> </tr> </td> </tr> <tr> <td>ComponentOffsetX</td> <td>float</td> <td>控件偏移位置X(相对于父控件(签批控件的ComponentX))</td> </tr> <tr> <td>ComponentOffsetY</td> <td>float</td> <td>控件偏移位置Y 相对于父控件(签批控件的ComponentY))</td> </tr> <tr> <td>ComponentWidth</td> <td>float</td> <td>控件宽</td> </tr> <tr> <td>ComponentHeight</td> <td>float</td> <td>控件高</td> </tr> <tr> <td>ComponentExtra</td> <td>string</td> <td>控件的附属信息,根据ComponentType设置</td> </tr> </tbody> </table>
|
|
10481
10480
|
<b>参数样例</b>:
|
|
10482
10481
|
|
|
10483
10482
|
输入:
|