tencentcloud-sdk-nodejs-ess 4.1.220 → 4.1.222
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
|
@@ -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
|
|
11669
|
+
* <p>指定对合同备注的操作</p><p>枚举值:</p><ul><li>CREATE: 创建合同备注</li><li>UPDATE: 更新合同备注</li><li>DELETE: 删除合同备注</li></ul>
|
|
11663
11670
|
*/
|
|
11664
11671
|
OperateType: string;
|
|
11665
11672
|
/**
|