tencentcloud-sdk-nodejs-ess 4.0.654 → 4.0.656
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/CHANGELOG.md +357 -0
- package/SERVICE_CHANGELOG.md +326 -286
- package/package.json +1 -1
- package/products.md +30 -30
- package/src/services/ess/v20201111/ess_client.ts +14 -2
- package/src/services/ess/v20201111/ess_models.ts +153 -29
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +8 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +151 -29
|
@@ -288,8 +288,11 @@ export interface FlowCreateApprover {
|
|
|
288
288
|
* 参与者类型:
|
|
289
289
|
0:企业
|
|
290
290
|
1:个人
|
|
291
|
-
3
|
|
292
|
-
注:类型为3
|
|
291
|
+
3:企业自动签署
|
|
292
|
+
注:类型为3(企业自动签署)时,会自动完成该签署方的签署。
|
|
293
|
+
自动签署仅进行盖章操作,不能是手写签名。
|
|
294
|
+
本方企业自动签署的签署人会默认是当前的发起人
|
|
295
|
+
他方企业自动签署的签署人是自动签模板的他方企业授权人
|
|
293
296
|
*/
|
|
294
297
|
ApproverType: number;
|
|
295
298
|
/**
|
|
@@ -322,7 +325,7 @@ export interface FlowCreateApprover {
|
|
|
322
325
|
ApproverIdCardNumber?: string;
|
|
323
326
|
/**
|
|
324
327
|
* 签署方经办人在模板中的参与方ID
|
|
325
|
-
<br
|
|
328
|
+
<br/>模板发起合同时,该参数为必填项
|
|
326
329
|
<br/>文件发起合同是,该参数无序传值
|
|
327
330
|
|
|
328
331
|
*/
|
|
@@ -525,10 +528,10 @@ export interface CreateFlowOption {
|
|
|
525
528
|
*/
|
|
526
529
|
CanEditFlow?: boolean;
|
|
527
530
|
/**
|
|
528
|
-
*
|
|
529
|
-
<br/>true
|
|
530
|
-
<br/>false
|
|
531
|
-
<br/>默认false
|
|
531
|
+
* 是否允许编辑模板控件
|
|
532
|
+
<br/>true:允许编辑模板控件信息
|
|
533
|
+
<br/>false:不允许编辑模板控件信息
|
|
534
|
+
<br/>默认false:不允许编辑模板控件信息
|
|
532
535
|
*/
|
|
533
536
|
CanEditFormField?: boolean;
|
|
534
537
|
/**
|
|
@@ -614,7 +617,7 @@ export interface ReleasedApprover {
|
|
|
614
617
|
*/
|
|
615
618
|
ApproverSignComponentType?: string;
|
|
616
619
|
/**
|
|
617
|
-
* 参与方在合同中的角色是按照创建合同的时候来排序的; 解除协议会将第一个参与人叫甲方,
|
|
620
|
+
* 参与方在合同中的角色是按照创建合同的时候来排序的; 解除协议会将第一个参与人叫甲方, 第二个叫乙方,第三个叫丙方,以此类推。 如果想改动参与人的角色名字, 可以设置此签署方自定义控件别名字段,最大20个字符
|
|
618
621
|
*/
|
|
619
622
|
ApproverSignRole?: string;
|
|
620
623
|
}
|
|
@@ -998,7 +1001,7 @@ export interface DescribeFlowEvidenceReportResponse {
|
|
|
998
1001
|
|
|
999
1002
|
EvidenceStatusExecuting 出证任务在执行中
|
|
1000
1003
|
EvidenceStatusSuccess 出证任务执行成功
|
|
1001
|
-
EvidenceStatusFailed
|
|
1004
|
+
EvidenceStatusFailed 出证任务执行失败
|
|
1002
1005
|
*/
|
|
1003
1006
|
Status?: string;
|
|
1004
1007
|
/**
|
|
@@ -1237,6 +1240,7 @@ export interface CreateFlowRequest {
|
|
|
1237
1240
|
FlowName: string;
|
|
1238
1241
|
/**
|
|
1239
1242
|
* 签署流程参与者信息,最大限制50方
|
|
1243
|
+
注意 approver中的顺序需要和模板中的顺序保持一致, 否则会导致模板中配置的信息无效。
|
|
1240
1244
|
*/
|
|
1241
1245
|
Approvers: Array<FlowCreateApprover>;
|
|
1242
1246
|
/**
|
|
@@ -1386,7 +1390,7 @@ export interface AutoSignConfig {
|
|
|
1386
1390
|
/**
|
|
1387
1391
|
* 接受回调URL地址。支持http://或者https://协议
|
|
1388
1392
|
|
|
1389
|
-
Post
|
|
1393
|
+
Post数据到此地址后返回httpcode200表示接受回调成功, 返回其他httpcode表示接受回调失败
|
|
1390
1394
|
*/
|
|
1391
1395
|
CallbackUrl: string;
|
|
1392
1396
|
/**
|
|
@@ -1405,7 +1409,7 @@ export interface AutoSignConfig {
|
|
|
1405
1409
|
* 是否需要回调的时候返回印章(签名) 图片的 base64
|
|
1406
1410
|
|
|
1407
1411
|
false-不需要(默认)
|
|
1408
|
-
true-需要
|
|
1412
|
+
true-需要
|
|
1409
1413
|
*/
|
|
1410
1414
|
SealImgCallback?: boolean;
|
|
1411
1415
|
/**
|
|
@@ -1732,6 +1736,19 @@ export interface OccupiedSeal {
|
|
|
1732
1736
|
*/
|
|
1733
1737
|
AuthorizedUsers: Array<AuthorizedUser>;
|
|
1734
1738
|
}
|
|
1739
|
+
/**
|
|
1740
|
+
* CreatePersonAuthCertificateImage返回参数结构体
|
|
1741
|
+
*/
|
|
1742
|
+
export interface CreatePersonAuthCertificateImageResponse {
|
|
1743
|
+
/**
|
|
1744
|
+
* 个人用户证明证书的下载链接
|
|
1745
|
+
*/
|
|
1746
|
+
AuthCertUrl?: string;
|
|
1747
|
+
/**
|
|
1748
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1749
|
+
*/
|
|
1750
|
+
RequestId?: string;
|
|
1751
|
+
}
|
|
1735
1752
|
/**
|
|
1736
1753
|
* 删除员工失败数据
|
|
1737
1754
|
*/
|
|
@@ -2202,8 +2219,72 @@ export interface DescribeFileUrlsRequest {
|
|
|
2202
2219
|
/**
|
|
2203
2220
|
* 电子文档的控件填充信息。按照控件类型进行相应的填充。
|
|
2204
2221
|
|
|
2222
|
+
当控件的 ComponentType='TEXT'时,FormField.ComponentValue填入文本内容
|
|
2223
|
+
```
|
|
2224
|
+
FormFiled输入示例:
|
|
2225
|
+
{
|
|
2226
|
+
"ComponentId": "componentId1",
|
|
2227
|
+
"ComponentValue": "文本内容"
|
|
2228
|
+
}
|
|
2229
|
+
```
|
|
2230
|
+
当控件的 ComponentType='MULTI_LINE_TEXT'时,FormField.ComponentValue填入文本内容,支持自动换行。
|
|
2231
|
+
```
|
|
2232
|
+
FormFiled输入示例:
|
|
2233
|
+
{
|
|
2234
|
+
"ComponentId": "componentId1",
|
|
2235
|
+
"ComponentValue": "多行文本内容"
|
|
2236
|
+
}
|
|
2237
|
+
```
|
|
2238
|
+
当控件的 ComponentType='CHECK_BOX'时,FormField.ComponentValue填入true或false文本
|
|
2239
|
+
```
|
|
2240
|
+
FormFiled输入示例:
|
|
2241
|
+
{
|
|
2242
|
+
"ComponentId": "componentId1",
|
|
2243
|
+
"ComponentValue": "true"
|
|
2244
|
+
}
|
|
2245
|
+
```
|
|
2246
|
+
当控件的 ComponentType='FILL_IMAGE'时,FormField.ComponentValue填入图片的资源ID
|
|
2247
|
+
```
|
|
2248
|
+
FormFiled输入示例:
|
|
2249
|
+
{
|
|
2250
|
+
"ComponentId": "componentId1",
|
|
2251
|
+
"ComponentValue": "yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
|
2252
|
+
}
|
|
2253
|
+
```
|
|
2254
|
+
当控件的 ComponentType='ATTACHMENT'时,FormField.ComponentValue填入附件图片的资源ID列表,以逗号分隔,单个附件控件最多支持6个资源ID;
|
|
2255
|
+
```
|
|
2256
|
+
FormFiled输入示例:
|
|
2257
|
+
{
|
|
2258
|
+
"ComponentId": "componentId1",
|
|
2259
|
+
"ComponentValue": "yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx1,yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx2,yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx3"
|
|
2260
|
+
}
|
|
2261
|
+
```
|
|
2262
|
+
当控件的 ComponentType='SELECTOR'时,FormField.ComponentValue填入选择的选项内容;
|
|
2263
|
+
```
|
|
2264
|
+
FormFiled输入示例:
|
|
2265
|
+
{
|
|
2266
|
+
"ComponentId": "componentId1",
|
|
2267
|
+
"ComponentValue": "选择的内容"
|
|
2268
|
+
}
|
|
2269
|
+
```
|
|
2270
|
+
当控件的 ComponentType='DATE'时,FormField.ComponentValue填入日期内容;
|
|
2271
|
+
```
|
|
2272
|
+
FormFiled输入示例:
|
|
2273
|
+
{
|
|
2274
|
+
"ComponentId": "componentId1",
|
|
2275
|
+
"ComponentValue": "2023年01月01日"
|
|
2276
|
+
}
|
|
2277
|
+
```
|
|
2278
|
+
当控件的 ComponentType='DISTRICT'时,FormField.ComponentValue填入省市区内容;
|
|
2279
|
+
```
|
|
2280
|
+
FormFiled输入示例:
|
|
2281
|
+
{
|
|
2282
|
+
"ComponentId": "componentId1",
|
|
2283
|
+
"ComponentValue": "广东省深圳市福田区"
|
|
2284
|
+
}
|
|
2285
|
+
```
|
|
2205
2286
|
【数据表格传参说明】
|
|
2206
|
-
|
|
2287
|
+
当控件的 ComponentType='DYNAMIC_TABLE'时,FormField.ComponentValue需要传递json格式的字符串参数,用于确定表头&填充数据表格(支持内容的单元格合并)
|
|
2207
2288
|
输入示例1:
|
|
2208
2289
|
|
|
2209
2290
|
```
|
|
@@ -2813,17 +2894,23 @@ export interface CreateEmbedWebUrlRequest {
|
|
|
2813
2894
|
Operator: UserInfo;
|
|
2814
2895
|
/**
|
|
2815
2896
|
* WEB嵌入资源类型。
|
|
2816
|
-
<br/>CREATE_SEAL:
|
|
2817
|
-
<br/>
|
|
2818
|
-
<br/>
|
|
2819
|
-
<br/>
|
|
2820
|
-
<br/>
|
|
2821
|
-
<br/>
|
|
2897
|
+
<br/>CREATE_SEAL: 生成创建印章的嵌入页面
|
|
2898
|
+
<br/>CREATE_TEMPLATE:生成创建模板的嵌入页面
|
|
2899
|
+
<br/>MODIFY_TEMPLATE:生成编辑模板的嵌入页面
|
|
2900
|
+
<br/>PREVIEW_TEMPLATE:生成预览模板的嵌入页面
|
|
2901
|
+
<br/>PREVIEW_SEAL_LIST:生成预览印章列表的嵌入页面
|
|
2902
|
+
<br/>PREVIEW_SEAL_DETAIL:生成预览印章详情的嵌入页面
|
|
2903
|
+
<br/>EXTEND_SERVICE:生成拓展服务的嵌入页面
|
|
2904
|
+
<br/>PREVIEW_FLOW:生成预览合同的嵌入页面
|
|
2905
|
+
<br/>PREVIEW_FLOW_DETAIL:生成查看合同详情的嵌入页面
|
|
2906
|
+
|
|
2822
2907
|
*/
|
|
2823
2908
|
EmbedType: string;
|
|
2824
2909
|
/**
|
|
2825
2910
|
* WEB嵌入的业务资源ID
|
|
2826
2911
|
<br/>PREVIEW_SEAL_DETAIL,必填,取值为印章id
|
|
2912
|
+
<br/>MODIFY_TEMPLATE,PREVIEW_TEMPLATE,必填,取值为模版id
|
|
2913
|
+
<br/>PREVIEW_FLOW,PREVIEW_FLOW_DETAIL,必填,取值为合同id
|
|
2827
2914
|
*/
|
|
2828
2915
|
BusinessId?: string;
|
|
2829
2916
|
/**
|
|
@@ -3218,6 +3305,32 @@ export interface SuccessUpdateStaffData {
|
|
|
3218
3305
|
*/
|
|
3219
3306
|
UserId?: string;
|
|
3220
3307
|
}
|
|
3308
|
+
/**
|
|
3309
|
+
* CreatePersonAuthCertificateImage请求参数结构体
|
|
3310
|
+
*/
|
|
3311
|
+
export interface CreatePersonAuthCertificateImageRequest {
|
|
3312
|
+
/**
|
|
3313
|
+
* 操作人信息
|
|
3314
|
+
*/
|
|
3315
|
+
Operator: UserInfo;
|
|
3316
|
+
/**
|
|
3317
|
+
* 个人用户名称
|
|
3318
|
+
*/
|
|
3319
|
+
UserName: string;
|
|
3320
|
+
/**
|
|
3321
|
+
* 身份证件类型取值:
|
|
3322
|
+
ID_CARD 身居民身份证
|
|
3323
|
+
PASSPORT 护照
|
|
3324
|
+
HONGKONG_AND_MACAO 港澳居民来往内地通行证
|
|
3325
|
+
FOREIGN_ID_CARD 外国人永久居留身份证
|
|
3326
|
+
HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)
|
|
3327
|
+
*/
|
|
3328
|
+
IdCardType: string;
|
|
3329
|
+
/**
|
|
3330
|
+
* 身份证件号码
|
|
3331
|
+
*/
|
|
3332
|
+
IdCardNumber: string;
|
|
3333
|
+
}
|
|
3221
3334
|
/**
|
|
3222
3335
|
* CreateFlowByFiles返回参数结构体
|
|
3223
3336
|
*/
|
|
@@ -4849,10 +4962,10 @@ export interface EmbedUrlOption {
|
|
|
4849
4962
|
*/
|
|
4850
4963
|
ShowFlowDetailComponent?: boolean;
|
|
4851
4964
|
/**
|
|
4852
|
-
*
|
|
4853
|
-
<br/>true
|
|
4854
|
-
<br/>false
|
|
4855
|
-
<br/>默认false
|
|
4965
|
+
* 模板预览,允许展示模板控件信息
|
|
4966
|
+
<br/>true:允许在模板预览页展示控件
|
|
4967
|
+
<br/>false:不允许在模板预览页展示控件
|
|
4968
|
+
<br/>默认false,模板预览页不展示控件
|
|
4856
4969
|
*/
|
|
4857
4970
|
ShowTemplateComponent?: boolean;
|
|
4858
4971
|
}
|
|
@@ -4893,11 +5006,13 @@ export interface CreateMultiFlowSignQRCodeRequest {
|
|
|
4893
5006
|
FlowName: string;
|
|
4894
5007
|
/**
|
|
4895
5008
|
* 最大可发起签署流程份数,默认5份
|
|
4896
|
-
|
|
5009
|
+
<br/>发起流程数量超过此上限后二维码自动失效
|
|
4897
5010
|
*/
|
|
4898
5011
|
MaxFlowNum?: number;
|
|
4899
5012
|
/**
|
|
4900
|
-
* 签署流程有效天数
|
|
5013
|
+
* 签署流程有效天数
|
|
5014
|
+
<br/>默认7天
|
|
5015
|
+
<br/>最高设置不超过30天
|
|
4901
5016
|
*/
|
|
4902
5017
|
FlowEffectiveDay?: number;
|
|
4903
5018
|
/**
|
|
@@ -4905,17 +5020,18 @@ export interface CreateMultiFlowSignQRCodeRequest {
|
|
|
4905
5020
|
*/
|
|
4906
5021
|
QrEffectiveDay?: number;
|
|
4907
5022
|
/**
|
|
4908
|
-
*
|
|
5023
|
+
* 指定的签署人信息
|
|
5024
|
+
<br/>指定后,则只允许指定的签署人扫码签署
|
|
4909
5025
|
*/
|
|
4910
5026
|
Restrictions?: Array<ApproverRestriction>;
|
|
4911
5027
|
/**
|
|
4912
|
-
*
|
|
5028
|
+
* 用户自定义字段
|
|
5029
|
+
<br/>回调的时候会进行透传,长度需要小于20480
|
|
4913
5030
|
*/
|
|
4914
5031
|
UserData?: string;
|
|
4915
5032
|
/**
|
|
4916
5033
|
* 回调地址,最大长度1000字符串
|
|
4917
|
-
|
|
4918
|
-
用户通过签署二维码发起签署流程时,企业额度不足导致失败
|
|
5034
|
+
<br/>回调时机:用户通过签署二维码发起签署流程时,企业额度不足导致失败
|
|
4919
5035
|
*/
|
|
4920
5036
|
CallbackUrl?: string;
|
|
4921
5037
|
/**
|
|
@@ -5144,8 +5260,9 @@ export interface DescribeOrganizationGroupOrganizationsResponse {
|
|
|
5144
5260
|
*/
|
|
5145
5261
|
JoinedTotal?: number;
|
|
5146
5262
|
/**
|
|
5147
|
-
* 已加入的企业数量
|
|
5263
|
+
* 已加入的企业数量(废弃,请使用ActivatedTotal)
|
|
5148
5264
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5265
|
+
* @deprecated
|
|
5149
5266
|
*/
|
|
5150
5267
|
ActivedTotal?: number;
|
|
5151
5268
|
/**
|
|
@@ -5158,6 +5275,11 @@ export interface DescribeOrganizationGroupOrganizationsResponse {
|
|
|
5158
5275
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5159
5276
|
*/
|
|
5160
5277
|
List?: Array<GroupOrganization>;
|
|
5278
|
+
/**
|
|
5279
|
+
* 已加入的企业数量
|
|
5280
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5281
|
+
*/
|
|
5282
|
+
ActivatedTotal?: number;
|
|
5161
5283
|
/**
|
|
5162
5284
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5163
5285
|
*/
|