tencentcloud-sdk-nodejs-ess 4.1.8 → 4.1.10
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
|
@@ -4274,14 +4274,14 @@ export interface CreateFlowByFilesRequest {
|
|
|
4274
4274
|
*/
|
|
4275
4275
|
FlowType?: string;
|
|
4276
4276
|
/**
|
|
4277
|
-
*
|
|
4277
|
+
* 发起的时候合成到PDF上的填写控件(需要提供填写控件的内容)
|
|
4278
4278
|
<ul><li> 单行文本控件 </li>
|
|
4279
4279
|
<li> 多行文本控件 </li>
|
|
4280
4280
|
<li> 勾选框控件 </li>
|
|
4281
4281
|
<li> 数字控件 </li>
|
|
4282
4282
|
<li> 图片控件 </li>
|
|
4283
|
-
<li>
|
|
4284
|
-
|
|
4283
|
+
<li> 水印控件等 </li>
|
|
4284
|
+
</ul>
|
|
4285
4285
|
*/
|
|
4286
4286
|
Components?: Array<Component>;
|
|
4287
4287
|
/**
|