tencentcloud-sdk-nodejs-ess 4.1.221 → 4.1.223

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.221",
3
+ "version": "4.1.223",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1412,6 +1412,13 @@ FormField输入示例:
1412
1412
  "ComponentValue": "选择的内容"
1413
1413
  }
1414
1414
  ```
1415
+ 多选需要用“、”分割选项
1416
+ ```
1417
+ {
1418
+ "ComponentId": "componentId1",
1419
+ "ComponentValue": "选项1、选项2"
1420
+ }
1421
+ ```
1415
1422
 
1416
1423
  当控件的 ComponentType='DATE'时,FormField.ComponentValue填入日期内容;
1417
1424
 
@@ -11659,7 +11666,7 @@ export interface OperateFlowRemarksRequest {
11659
11666
  */
11660
11667
  Operator: UserInfo;
11661
11668
  /**
11662
- * <p>操作类型,可取值如下:</p><ul><li>DELETE: 删除</li><li>ENABLE: 启用</li><li>DISABLE: 停用</li><li>COPY: 复制新建</li></ul>
11669
+ * <p>指定对合同备注的操作</p><p>枚举值:</p><ul><li>CREATE: 创建合同备注</li><li>UPDATE: 更新合同备注</li><li>DELETE: 删除合同备注</li></ul>
11663
11670
  */
11664
11671
  OperateType: string;
11665
11672
  /**