tencentcloud-sdk-nodejs-ess 4.1.2 → 4.1.4

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.2",
3
+ "version": "4.1.4",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -10,6 +10,7 @@
10
10
  "build": "concurrently 'npm:build:cjs' 'npm:build:es'",
11
11
  "build:cjs": "tsc -p tsconfig.json",
12
12
  "build:es": "tsc -p tsconfig.es.json",
13
+ "build:slim": "node ./scripts/build_slim.js",
13
14
  "prettier": "prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'",
14
15
  "clean": "rimraf tencentcloud es"
15
16
  },
@@ -53,6 +54,7 @@
53
54
  "babel-eslint": "^10.0.2",
54
55
  "chai": "^4.2.0",
55
56
  "concurrently": "^6.5.1",
57
+ "esbuild": "^0.25.0",
56
58
  "eslint": "^6.8.0",
57
59
  "eslint-plugin-react": "^7.17.0",
58
60
  "mocha": "^8.4.0",
@@ -1157,10 +1157,17 @@ export interface CreateFlowOption {
1157
1157
  */
1158
1158
  CustomCreateFlowDescription?: string;
1159
1159
  /**
1160
- * 禁止添加签署方,若为true则在发起流程的可嵌入页面隐藏“添加签署人按钮”
1160
+ * 禁止添加签署方,若为true则在发起流程的可嵌入页面隐藏“添加签署人按钮”
1161
1161
 
1162
1162
  */
1163
1163
  ForbidAddApprover?: boolean;
1164
+ /**
1165
+ * 是否可以编辑签署人包括新增,修改,删除
1166
+ <ul><li>(默认) false -可以编辑签署人</li> <li> true - 可以编辑签署人</li></ul>
1167
+
1168
+ 注意:如果设置参数为 false, 则 参数签署人 [FlowApproverList](https://qian.tencent.com/developers/partnerApis/embedPages/ChannelCreatePrepareFlow) 不能为空
1169
+ */
1170
+ ForbidEditApprover?: boolean;
1164
1171
  /**
1165
1172
  * 禁止设置设置签署流程属性 (顺序、合同签署认证方式等),若为true则在发起流程的可嵌入页面隐藏签署流程设置面板
1166
1173
 
@@ -2771,7 +2778,7 @@ export interface CreateFlowRequest {
2771
2778
  CallbackUrl?: string;
2772
2779
  /**
2773
2780
  * 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下:
2774
- <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>
2781
+ <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>
2775
2782
 
2776
2783
  效果如下:
2777
2784
  ![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)
@@ -4378,7 +4385,7 @@ export interface CreateFlowByFilesRequest {
4378
4385
  */
4379
4386
  NeedSignReview?: boolean;
4380
4387
  /**
4381
- * 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>效果如下:![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)
4388
+ * 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>效果如下:![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)
4382
4389
  */
4383
4390
  FlowDisplayType?: number;
4384
4391
  /**