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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ess",
3
- "version": "4.1.8",
3
+ "version": "4.1.10",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4274,14 +4274,14 @@ export interface CreateFlowByFilesRequest {
4274
4274
  */
4275
4275
  FlowType?: string;
4276
4276
  /**
4277
- * 模板或者合同中的填写控件列表,列表中可支持下列多种填写控件,控件的详细定义参考开发者中心的Component结构体
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> 水印控件 </li>
4284
- <li> 动态表格等填写控件</li></ul>
4283
+ <li> 水印控件等 </li>
4284
+ </ul>
4285
4285
  */
4286
4286
  Components?: Array<Component>;
4287
4287
  /**