tencentcloud-sdk-nodejs-ess 4.0.453 → 4.0.455
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 +256 -0
- package/SERVICE_CHANGELOG.md +295 -55
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/services/ess/v20201111/ess_client.ts +166 -122
- package/src/services/ess/v20201111/ess_models.ts +500 -175
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +72 -61
- package/tencentcloud/services/ess/v20201111/ess_client.js +93 -76
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +408 -130
|
@@ -16,18 +16,73 @@
|
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* 合同文件验签单个结果结构体
|
|
20
20
|
*/
|
|
21
|
-
export interface
|
|
21
|
+
export interface PdfVerifyResult {
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* 验签结果
|
|
24
24
|
*/
|
|
25
|
-
|
|
25
|
+
VerifyResult: number
|
|
26
26
|
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* 签署平台
|
|
29
29
|
*/
|
|
30
|
-
|
|
30
|
+
SignPlatform: string
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* 签署人名称
|
|
34
|
+
*/
|
|
35
|
+
SignerName: string
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* 签署时间
|
|
39
|
+
*/
|
|
40
|
+
SignTime: number
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* 签名算法
|
|
44
|
+
*/
|
|
45
|
+
SignAlgorithm: string
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* 签名证书序列号
|
|
49
|
+
*/
|
|
50
|
+
CertSn: string
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* 证书起始时间
|
|
54
|
+
*/
|
|
55
|
+
CertNotBefore: number
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* 证书过期时间
|
|
59
|
+
*/
|
|
60
|
+
CertNotAfter: number
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* 签名域横坐标
|
|
64
|
+
*/
|
|
65
|
+
ComponentPosX: number
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* 签名域纵坐标
|
|
69
|
+
*/
|
|
70
|
+
ComponentPosY: number
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* 签名域宽度
|
|
74
|
+
*/
|
|
75
|
+
ComponentWidth: number
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* 签名域高度
|
|
79
|
+
*/
|
|
80
|
+
ComponentHeight: number
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* 签名域所在页码
|
|
84
|
+
*/
|
|
85
|
+
ComponentPage: number
|
|
31
86
|
}
|
|
32
87
|
|
|
33
88
|
/**
|
|
@@ -181,6 +236,31 @@ export interface CreateDocumentResponse {
|
|
|
181
236
|
RequestId?: string
|
|
182
237
|
}
|
|
183
238
|
|
|
239
|
+
/**
|
|
240
|
+
* DescribeIntegrationEmployees请求参数结构体
|
|
241
|
+
*/
|
|
242
|
+
export interface DescribeIntegrationEmployeesRequest {
|
|
243
|
+
/**
|
|
244
|
+
* 操作人信息,userId必填
|
|
245
|
+
*/
|
|
246
|
+
Operator: UserInfo
|
|
247
|
+
|
|
248
|
+
/**
|
|
249
|
+
* 返回最大数量,最大为20
|
|
250
|
+
*/
|
|
251
|
+
Limit: number
|
|
252
|
+
|
|
253
|
+
/**
|
|
254
|
+
* 查询过滤实名用户,key为Status,Values为["IsVerified"]
|
|
255
|
+
*/
|
|
256
|
+
Filters?: Array<Filter>
|
|
257
|
+
|
|
258
|
+
/**
|
|
259
|
+
* 偏移量,默认为0,最大为20000
|
|
260
|
+
*/
|
|
261
|
+
Offset?: number
|
|
262
|
+
}
|
|
263
|
+
|
|
184
264
|
/**
|
|
185
265
|
* StartFlow请求参数结构体
|
|
186
266
|
*/
|
|
@@ -344,6 +424,21 @@ false:有序签
|
|
|
344
424
|
Agent?: Agent
|
|
345
425
|
}
|
|
346
426
|
|
|
427
|
+
/**
|
|
428
|
+
* 集成版员工部门信息
|
|
429
|
+
*/
|
|
430
|
+
export interface Department {
|
|
431
|
+
/**
|
|
432
|
+
* 部门id
|
|
433
|
+
*/
|
|
434
|
+
DepartmentId: string
|
|
435
|
+
|
|
436
|
+
/**
|
|
437
|
+
* 部门名称
|
|
438
|
+
*/
|
|
439
|
+
DepartmentName: string
|
|
440
|
+
}
|
|
441
|
+
|
|
347
442
|
/**
|
|
348
443
|
* CreateSchemeUrl请求参数结构体
|
|
349
444
|
*/
|
|
@@ -397,6 +492,33 @@ APP:第三方APP或小程序跳转电子签小程序的path。
|
|
|
397
492
|
Agent?: Agent
|
|
398
493
|
}
|
|
399
494
|
|
|
495
|
+
/**
|
|
496
|
+
* 删除员工结果
|
|
497
|
+
*/
|
|
498
|
+
export interface DeleteStaffsResult {
|
|
499
|
+
/**
|
|
500
|
+
* 删除员工的成功数据
|
|
501
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
502
|
+
*/
|
|
503
|
+
SuccessEmployeeData: Array<SuccessDeleteStaffData>
|
|
504
|
+
|
|
505
|
+
/**
|
|
506
|
+
* 删除员工的失败数据
|
|
507
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
508
|
+
*/
|
|
509
|
+
FailedEmployeeData: Array<FailedDeleteStaffData>
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
/**
|
|
513
|
+
* DescribeThirdPartyAuthCode请求参数结构体
|
|
514
|
+
*/
|
|
515
|
+
export interface DescribeThirdPartyAuthCodeRequest {
|
|
516
|
+
/**
|
|
517
|
+
* 电子签小程序跳转客户小程序时携带的授权查看码
|
|
518
|
+
*/
|
|
519
|
+
AuthCode: string
|
|
520
|
+
}
|
|
521
|
+
|
|
400
522
|
/**
|
|
401
523
|
* 下载文件的URL信息
|
|
402
524
|
*/
|
|
@@ -414,13 +536,18 @@ export interface FileUrl {
|
|
|
414
536
|
}
|
|
415
537
|
|
|
416
538
|
/**
|
|
417
|
-
*
|
|
539
|
+
* DeleteIntegrationEmployees返回参数结构体
|
|
418
540
|
*/
|
|
419
|
-
export interface
|
|
541
|
+
export interface DeleteIntegrationEmployeesResponse {
|
|
420
542
|
/**
|
|
421
|
-
*
|
|
543
|
+
* 员工删除数据
|
|
422
544
|
*/
|
|
423
|
-
|
|
545
|
+
DeleteEmployeeResult: DeleteStaffsResult
|
|
546
|
+
|
|
547
|
+
/**
|
|
548
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
549
|
+
*/
|
|
550
|
+
RequestId?: string
|
|
424
551
|
}
|
|
425
552
|
|
|
426
553
|
/**
|
|
@@ -439,23 +566,50 @@ export interface Filter {
|
|
|
439
566
|
}
|
|
440
567
|
|
|
441
568
|
/**
|
|
442
|
-
*
|
|
569
|
+
* DeleteIntegrationEmployees请求参数结构体
|
|
443
570
|
*/
|
|
444
|
-
export interface
|
|
571
|
+
export interface DeleteIntegrationEmployeesRequest {
|
|
445
572
|
/**
|
|
446
|
-
*
|
|
573
|
+
* 操作人信息,userId必填
|
|
447
574
|
*/
|
|
448
|
-
|
|
575
|
+
Operator: UserInfo
|
|
449
576
|
|
|
450
577
|
/**
|
|
451
|
-
*
|
|
578
|
+
* 待移除员工的信息,userId和openId二选一,必填一个
|
|
452
579
|
*/
|
|
453
|
-
|
|
580
|
+
Employees: Array<Staff>
|
|
581
|
+
}
|
|
454
582
|
|
|
583
|
+
/**
|
|
584
|
+
* DescribeIntegrationEmployees返回参数结构体
|
|
585
|
+
*/
|
|
586
|
+
export interface DescribeIntegrationEmployeesResponse {
|
|
455
587
|
/**
|
|
456
|
-
|
|
588
|
+
* 员工数据列表
|
|
589
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
590
|
+
*/
|
|
591
|
+
Employees: Array<Staff>
|
|
592
|
+
|
|
593
|
+
/**
|
|
594
|
+
* 偏移量,默认为0,最大为20000
|
|
595
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
596
|
+
*/
|
|
597
|
+
Offset: number
|
|
598
|
+
|
|
599
|
+
/**
|
|
600
|
+
* 返回最大数量,最大为20
|
|
457
601
|
*/
|
|
458
|
-
|
|
602
|
+
Limit: number
|
|
603
|
+
|
|
604
|
+
/**
|
|
605
|
+
* 符合条件的员工数量
|
|
606
|
+
*/
|
|
607
|
+
TotalCount: number
|
|
608
|
+
|
|
609
|
+
/**
|
|
610
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
611
|
+
*/
|
|
612
|
+
RequestId?: string
|
|
459
613
|
}
|
|
460
614
|
|
|
461
615
|
/**
|
|
@@ -795,6 +949,21 @@ export interface UploadFilesResponse {
|
|
|
795
949
|
RequestId?: string
|
|
796
950
|
}
|
|
797
951
|
|
|
952
|
+
/**
|
|
953
|
+
* CreateIntegrationEmployees返回参数结构体
|
|
954
|
+
*/
|
|
955
|
+
export interface CreateIntegrationEmployeesResponse {
|
|
956
|
+
/**
|
|
957
|
+
* 创建员工的结果
|
|
958
|
+
*/
|
|
959
|
+
CreateEmployeeResult: CreateStaffResult
|
|
960
|
+
|
|
961
|
+
/**
|
|
962
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
963
|
+
*/
|
|
964
|
+
RequestId?: string
|
|
965
|
+
}
|
|
966
|
+
|
|
798
967
|
/**
|
|
799
968
|
* DescribeThirdPartyAuthCode返回参数结构体
|
|
800
969
|
*/
|
|
@@ -864,6 +1033,21 @@ export interface FlowDetailInfo {
|
|
|
864
1033
|
FlowApproverInfos: Array<FlowApproverDetail>
|
|
865
1034
|
}
|
|
866
1035
|
|
|
1036
|
+
/**
|
|
1037
|
+
* 此结构体 (UploadFile) 用于描述多文件上传的文件信息。
|
|
1038
|
+
*/
|
|
1039
|
+
export interface UploadFile {
|
|
1040
|
+
/**
|
|
1041
|
+
* Base64编码后的文件内容
|
|
1042
|
+
*/
|
|
1043
|
+
FileBody: string
|
|
1044
|
+
|
|
1045
|
+
/**
|
|
1046
|
+
* 文件名,最大长度不超过200字符
|
|
1047
|
+
*/
|
|
1048
|
+
FileName?: string
|
|
1049
|
+
}
|
|
1050
|
+
|
|
867
1051
|
/**
|
|
868
1052
|
* CreateFlowByFiles返回参数结构体
|
|
869
1053
|
*/
|
|
@@ -890,33 +1074,23 @@ export interface CreateFlowByFilesResponse {
|
|
|
890
1074
|
}
|
|
891
1075
|
|
|
892
1076
|
/**
|
|
893
|
-
*
|
|
1077
|
+
* 创建员工的失败数据
|
|
894
1078
|
*/
|
|
895
|
-
export interface
|
|
896
|
-
/**
|
|
897
|
-
* 机构在平台的编号
|
|
898
|
-
*/
|
|
899
|
-
OrganizationId?: string
|
|
900
|
-
|
|
901
|
-
/**
|
|
902
|
-
* 用户渠道
|
|
903
|
-
*/
|
|
904
|
-
Channel?: string
|
|
905
|
-
|
|
1079
|
+
export interface FailedCreateStaffData {
|
|
906
1080
|
/**
|
|
907
|
-
*
|
|
1081
|
+
* 员工名
|
|
908
1082
|
*/
|
|
909
|
-
|
|
1083
|
+
DisplayName: string
|
|
910
1084
|
|
|
911
1085
|
/**
|
|
912
|
-
*
|
|
1086
|
+
* 员工手机号
|
|
913
1087
|
*/
|
|
914
|
-
|
|
1088
|
+
Mobile: string
|
|
915
1089
|
|
|
916
1090
|
/**
|
|
917
|
-
*
|
|
1091
|
+
* 失败原因
|
|
918
1092
|
*/
|
|
919
|
-
|
|
1093
|
+
Reason: string
|
|
920
1094
|
}
|
|
921
1095
|
|
|
922
1096
|
/**
|
|
@@ -939,6 +1113,26 @@ export interface DescribeFlowBriefsRequest {
|
|
|
939
1113
|
Agent?: Agent
|
|
940
1114
|
}
|
|
941
1115
|
|
|
1116
|
+
/**
|
|
1117
|
+
* 创建员工的成功数据
|
|
1118
|
+
*/
|
|
1119
|
+
export interface SuccessCreateStaffData {
|
|
1120
|
+
/**
|
|
1121
|
+
* 员工名
|
|
1122
|
+
*/
|
|
1123
|
+
DisplayName: string
|
|
1124
|
+
|
|
1125
|
+
/**
|
|
1126
|
+
* 员工手机号
|
|
1127
|
+
*/
|
|
1128
|
+
Mobile: string
|
|
1129
|
+
|
|
1130
|
+
/**
|
|
1131
|
+
* 员工在电子签平台的id
|
|
1132
|
+
*/
|
|
1133
|
+
UserId: string
|
|
1134
|
+
}
|
|
1135
|
+
|
|
942
1136
|
/**
|
|
943
1137
|
* 签署参与者信息
|
|
944
1138
|
*/
|
|
@@ -1118,102 +1312,52 @@ export interface VerifyPdfResponse {
|
|
|
1118
1312
|
}
|
|
1119
1313
|
|
|
1120
1314
|
/**
|
|
1121
|
-
*
|
|
1315
|
+
* CreateIntegrationEmployees请求参数结构体
|
|
1122
1316
|
*/
|
|
1123
|
-
export interface
|
|
1317
|
+
export interface CreateIntegrationEmployeesRequest {
|
|
1124
1318
|
/**
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
- 印章 “SEAL”
|
|
1129
|
-
- 流程 "FLOW"
|
|
1130
|
-
*/
|
|
1131
|
-
BusinessType: string
|
|
1319
|
+
* 操作人信息,userId必填
|
|
1320
|
+
*/
|
|
1321
|
+
Operator: UserInfo
|
|
1132
1322
|
|
|
1133
1323
|
/**
|
|
1134
|
-
|
|
1135
|
-
|
|
1324
|
+
* 待创建员工的信息,Mobile和DisplayName必填
|
|
1325
|
+
*/
|
|
1326
|
+
Employees: Array<Staff>
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
/**
|
|
1330
|
+
* 参与者信息
|
|
1331
|
+
*/
|
|
1332
|
+
export interface ApproverInfo {
|
|
1333
|
+
/**
|
|
1334
|
+
* 参与者类型:
|
|
1335
|
+
0:企业
|
|
1336
|
+
1:个人
|
|
1337
|
+
3:企业静默签署
|
|
1338
|
+
注:类型为3(企业静默签署)时,此接口会默认完成该签署方的签署。静默签署仅进行盖章操作,不能自动签名。
|
|
1136
1339
|
*/
|
|
1137
|
-
|
|
1340
|
+
ApproverType: number
|
|
1138
1341
|
|
|
1139
1342
|
/**
|
|
1140
|
-
*
|
|
1343
|
+
* 本环节需要操作人的名字
|
|
1141
1344
|
*/
|
|
1142
|
-
|
|
1345
|
+
ApproverName: string
|
|
1143
1346
|
|
|
1144
1347
|
/**
|
|
1145
|
-
*
|
|
1348
|
+
* 本环节需要操作人的手机号
|
|
1146
1349
|
*/
|
|
1147
|
-
|
|
1350
|
+
ApproverMobile: string
|
|
1148
1351
|
|
|
1149
1352
|
/**
|
|
1150
|
-
*
|
|
1353
|
+
* 本环节操作人签署控件配置
|
|
1151
1354
|
*/
|
|
1152
|
-
|
|
1355
|
+
SignComponents: Array<Component>
|
|
1153
1356
|
|
|
1154
1357
|
/**
|
|
1155
|
-
*
|
|
1358
|
+
* 如果是企业,则为企业的名字
|
|
1156
1359
|
*/
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
/**
|
|
1160
|
-
* 指定资源起始偏移量,默认0
|
|
1161
|
-
*/
|
|
1162
|
-
Offset?: number
|
|
1163
|
-
|
|
1164
|
-
/**
|
|
1165
|
-
* 指定资源数量,查询全部资源则传入-1
|
|
1166
|
-
*/
|
|
1167
|
-
Limit?: number
|
|
1168
|
-
|
|
1169
|
-
/**
|
|
1170
|
-
* 下载url过期时间,单位秒。0: 按默认值5分钟,允许范围:1s~24x60x60s(1天)
|
|
1171
|
-
*/
|
|
1172
|
-
UrlTtl?: number
|
|
1173
|
-
|
|
1174
|
-
/**
|
|
1175
|
-
* 暂不开放
|
|
1176
|
-
*/
|
|
1177
|
-
Scene?: string
|
|
1178
|
-
|
|
1179
|
-
/**
|
|
1180
|
-
* 暂不开放
|
|
1181
|
-
*/
|
|
1182
|
-
CcToken?: string
|
|
1183
|
-
}
|
|
1184
|
-
|
|
1185
|
-
/**
|
|
1186
|
-
* 参与者信息
|
|
1187
|
-
*/
|
|
1188
|
-
export interface ApproverInfo {
|
|
1189
|
-
/**
|
|
1190
|
-
* 参与者类型:
|
|
1191
|
-
0:企业
|
|
1192
|
-
1:个人
|
|
1193
|
-
3:企业静默签署
|
|
1194
|
-
注:类型为3(企业静默签署)时,此接口会默认完成该签署方的签署。静默签署仅进行盖章操作,不能自动签名。
|
|
1195
|
-
*/
|
|
1196
|
-
ApproverType: number
|
|
1197
|
-
|
|
1198
|
-
/**
|
|
1199
|
-
* 本环节需要操作人的名字
|
|
1200
|
-
*/
|
|
1201
|
-
ApproverName: string
|
|
1202
|
-
|
|
1203
|
-
/**
|
|
1204
|
-
* 本环节需要操作人的手机号
|
|
1205
|
-
*/
|
|
1206
|
-
ApproverMobile: string
|
|
1207
|
-
|
|
1208
|
-
/**
|
|
1209
|
-
* 本环节操作人签署控件配置
|
|
1210
|
-
*/
|
|
1211
|
-
SignComponents: Array<Component>
|
|
1212
|
-
|
|
1213
|
-
/**
|
|
1214
|
-
* 如果是企业,则为企业的名字
|
|
1215
|
-
*/
|
|
1216
|
-
OrganizationName?: string
|
|
1360
|
+
OrganizationName?: string
|
|
1217
1361
|
|
|
1218
1362
|
/**
|
|
1219
1363
|
* 身份证号
|
|
@@ -1320,73 +1464,25 @@ export interface DescribeFlowTemplatesResponse {
|
|
|
1320
1464
|
}
|
|
1321
1465
|
|
|
1322
1466
|
/**
|
|
1323
|
-
*
|
|
1467
|
+
* 删除员工失败数据
|
|
1324
1468
|
*/
|
|
1325
|
-
export interface
|
|
1326
|
-
/**
|
|
1327
|
-
* 验签结果
|
|
1328
|
-
*/
|
|
1329
|
-
VerifyResult: number
|
|
1330
|
-
|
|
1331
|
-
/**
|
|
1332
|
-
* 签署平台
|
|
1333
|
-
*/
|
|
1334
|
-
SignPlatform: string
|
|
1335
|
-
|
|
1336
|
-
/**
|
|
1337
|
-
* 签署人名称
|
|
1338
|
-
*/
|
|
1339
|
-
SignerName: string
|
|
1340
|
-
|
|
1341
|
-
/**
|
|
1342
|
-
* 签署时间
|
|
1343
|
-
*/
|
|
1344
|
-
SignTime: number
|
|
1345
|
-
|
|
1346
|
-
/**
|
|
1347
|
-
* 签名算法
|
|
1348
|
-
*/
|
|
1349
|
-
SignAlgorithm: string
|
|
1350
|
-
|
|
1351
|
-
/**
|
|
1352
|
-
* 签名证书序列号
|
|
1353
|
-
*/
|
|
1354
|
-
CertSn: string
|
|
1355
|
-
|
|
1356
|
-
/**
|
|
1357
|
-
* 证书起始时间
|
|
1358
|
-
*/
|
|
1359
|
-
CertNotBefore: number
|
|
1360
|
-
|
|
1361
|
-
/**
|
|
1362
|
-
* 证书过期时间
|
|
1363
|
-
*/
|
|
1364
|
-
CertNotAfter: number
|
|
1365
|
-
|
|
1366
|
-
/**
|
|
1367
|
-
* 签名域横坐标
|
|
1368
|
-
*/
|
|
1369
|
-
ComponentPosX: number
|
|
1370
|
-
|
|
1371
|
-
/**
|
|
1372
|
-
* 签名域纵坐标
|
|
1373
|
-
*/
|
|
1374
|
-
ComponentPosY: number
|
|
1375
|
-
|
|
1469
|
+
export interface FailedDeleteStaffData {
|
|
1376
1470
|
/**
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1471
|
+
* 员工在电子签的userId
|
|
1472
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1473
|
+
*/
|
|
1474
|
+
UserId: string
|
|
1380
1475
|
|
|
1381
1476
|
/**
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1477
|
+
* 员工在第三方平台的openId
|
|
1478
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1479
|
+
*/
|
|
1480
|
+
OpenId: string
|
|
1385
1481
|
|
|
1386
1482
|
/**
|
|
1387
|
-
*
|
|
1483
|
+
* 失败原因
|
|
1388
1484
|
*/
|
|
1389
|
-
|
|
1485
|
+
Reason: string
|
|
1390
1486
|
}
|
|
1391
1487
|
|
|
1392
1488
|
/**
|
|
@@ -1429,6 +1525,23 @@ export interface CreateBatchCancelFlowUrlResponse {
|
|
|
1429
1525
|
RequestId?: string
|
|
1430
1526
|
}
|
|
1431
1527
|
|
|
1528
|
+
/**
|
|
1529
|
+
* 创建员工的结果
|
|
1530
|
+
*/
|
|
1531
|
+
export interface CreateStaffResult {
|
|
1532
|
+
/**
|
|
1533
|
+
* 创建员工的成功列表
|
|
1534
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1535
|
+
*/
|
|
1536
|
+
SuccessEmployeeData: Array<SuccessCreateStaffData>
|
|
1537
|
+
|
|
1538
|
+
/**
|
|
1539
|
+
* 创建员工的失败列表
|
|
1540
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1541
|
+
*/
|
|
1542
|
+
FailedEmployeeData: Array<FailedCreateStaffData>
|
|
1543
|
+
}
|
|
1544
|
+
|
|
1432
1545
|
/**
|
|
1433
1546
|
* UploadFiles请求参数结构体
|
|
1434
1547
|
*/
|
|
@@ -1475,6 +1588,138 @@ false--否,不处理
|
|
|
1475
1588
|
CustomIds?: Array<string>
|
|
1476
1589
|
}
|
|
1477
1590
|
|
|
1591
|
+
/**
|
|
1592
|
+
* 一码多扫签署二维码对象
|
|
1593
|
+
*/
|
|
1594
|
+
export interface SignQrCode {
|
|
1595
|
+
/**
|
|
1596
|
+
* 二维码id
|
|
1597
|
+
*/
|
|
1598
|
+
QrCodeId: string
|
|
1599
|
+
|
|
1600
|
+
/**
|
|
1601
|
+
* 二维码url
|
|
1602
|
+
*/
|
|
1603
|
+
QrCodeUrl: string
|
|
1604
|
+
|
|
1605
|
+
/**
|
|
1606
|
+
* 二维码过期时间
|
|
1607
|
+
*/
|
|
1608
|
+
ExpiredTime: number
|
|
1609
|
+
}
|
|
1610
|
+
|
|
1611
|
+
/**
|
|
1612
|
+
* 集成版企业角色信息
|
|
1613
|
+
*/
|
|
1614
|
+
export interface StaffRole {
|
|
1615
|
+
/**
|
|
1616
|
+
* 角色id
|
|
1617
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1618
|
+
*/
|
|
1619
|
+
RoleId: string
|
|
1620
|
+
|
|
1621
|
+
/**
|
|
1622
|
+
* 角色名称
|
|
1623
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1624
|
+
*/
|
|
1625
|
+
RoleName: string
|
|
1626
|
+
}
|
|
1627
|
+
|
|
1628
|
+
/**
|
|
1629
|
+
* DescribeFileUrls请求参数结构体
|
|
1630
|
+
*/
|
|
1631
|
+
export interface DescribeFileUrlsRequest {
|
|
1632
|
+
/**
|
|
1633
|
+
* 文件对应的业务类型,目前支持:
|
|
1634
|
+
- 模板 "TEMPLATE"
|
|
1635
|
+
- 文档 "DOCUMENT"
|
|
1636
|
+
- 印章 “SEAL”
|
|
1637
|
+
- 流程 "FLOW"
|
|
1638
|
+
*/
|
|
1639
|
+
BusinessType: string
|
|
1640
|
+
|
|
1641
|
+
/**
|
|
1642
|
+
* 业务编号的数组,如模板编号、文档编号、印章编号
|
|
1643
|
+
最大支持20个资源
|
|
1644
|
+
*/
|
|
1645
|
+
BusinessIds: Array<string>
|
|
1646
|
+
|
|
1647
|
+
/**
|
|
1648
|
+
* 操作者信息
|
|
1649
|
+
*/
|
|
1650
|
+
Operator: UserInfo
|
|
1651
|
+
|
|
1652
|
+
/**
|
|
1653
|
+
* 应用相关信息
|
|
1654
|
+
*/
|
|
1655
|
+
Agent?: Agent
|
|
1656
|
+
|
|
1657
|
+
/**
|
|
1658
|
+
* 下载后的文件命名,只有fileType为zip的时候生效
|
|
1659
|
+
*/
|
|
1660
|
+
FileName?: string
|
|
1661
|
+
|
|
1662
|
+
/**
|
|
1663
|
+
* 文件类型,"JPG", "PDF","ZIP"等
|
|
1664
|
+
*/
|
|
1665
|
+
FileType?: string
|
|
1666
|
+
|
|
1667
|
+
/**
|
|
1668
|
+
* 指定资源起始偏移量,默认0
|
|
1669
|
+
*/
|
|
1670
|
+
Offset?: number
|
|
1671
|
+
|
|
1672
|
+
/**
|
|
1673
|
+
* 指定资源数量,查询全部资源则传入-1
|
|
1674
|
+
*/
|
|
1675
|
+
Limit?: number
|
|
1676
|
+
|
|
1677
|
+
/**
|
|
1678
|
+
* 下载url过期时间,单位秒。0: 按默认值5分钟,允许范围:1s~24x60x60s(1天)
|
|
1679
|
+
*/
|
|
1680
|
+
UrlTtl?: number
|
|
1681
|
+
|
|
1682
|
+
/**
|
|
1683
|
+
* 暂不开放
|
|
1684
|
+
*/
|
|
1685
|
+
Scene?: string
|
|
1686
|
+
|
|
1687
|
+
/**
|
|
1688
|
+
* 暂不开放
|
|
1689
|
+
*/
|
|
1690
|
+
CcToken?: string
|
|
1691
|
+
}
|
|
1692
|
+
|
|
1693
|
+
/**
|
|
1694
|
+
* 机构信息
|
|
1695
|
+
*/
|
|
1696
|
+
export interface OrganizationInfo {
|
|
1697
|
+
/**
|
|
1698
|
+
* 机构在平台的编号
|
|
1699
|
+
*/
|
|
1700
|
+
OrganizationId?: string
|
|
1701
|
+
|
|
1702
|
+
/**
|
|
1703
|
+
* 用户渠道
|
|
1704
|
+
*/
|
|
1705
|
+
Channel?: string
|
|
1706
|
+
|
|
1707
|
+
/**
|
|
1708
|
+
* 用户在渠道的机构编号
|
|
1709
|
+
*/
|
|
1710
|
+
OrganizationOpenId?: string
|
|
1711
|
+
|
|
1712
|
+
/**
|
|
1713
|
+
* 用户真实的IP
|
|
1714
|
+
*/
|
|
1715
|
+
ClientIp?: string
|
|
1716
|
+
|
|
1717
|
+
/**
|
|
1718
|
+
* 机构的代理IP
|
|
1719
|
+
*/
|
|
1720
|
+
ProxyIp?: string
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1478
1723
|
/**
|
|
1479
1724
|
* StartFlow返回参数结构体
|
|
1480
1725
|
*/
|
|
@@ -1555,6 +1800,26 @@ export interface CreateBatchCancelFlowUrlRequest {
|
|
|
1555
1800
|
FlowIds: Array<string>
|
|
1556
1801
|
}
|
|
1557
1802
|
|
|
1803
|
+
/**
|
|
1804
|
+
* 删除员工的成功数据
|
|
1805
|
+
*/
|
|
1806
|
+
export interface SuccessDeleteStaffData {
|
|
1807
|
+
/**
|
|
1808
|
+
* 员工名
|
|
1809
|
+
*/
|
|
1810
|
+
DisplayName: string
|
|
1811
|
+
|
|
1812
|
+
/**
|
|
1813
|
+
* 员工手机号
|
|
1814
|
+
*/
|
|
1815
|
+
Mobile: string
|
|
1816
|
+
|
|
1817
|
+
/**
|
|
1818
|
+
* 员工在电子签平台的id
|
|
1819
|
+
*/
|
|
1820
|
+
UserId: string
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1558
1823
|
/**
|
|
1559
1824
|
* CreateMultiFlowSignQRCode请求参数结构体
|
|
1560
1825
|
*/
|
|
@@ -2141,3 +2406,63 @@ export interface CcInfo {
|
|
|
2141
2406
|
*/
|
|
2142
2407
|
Mobile?: string
|
|
2143
2408
|
}
|
|
2409
|
+
|
|
2410
|
+
/**
|
|
2411
|
+
* 企业员工信息
|
|
2412
|
+
*/
|
|
2413
|
+
export interface Staff {
|
|
2414
|
+
/**
|
|
2415
|
+
* 用户在电子签平台的id
|
|
2416
|
+
*/
|
|
2417
|
+
UserId?: string
|
|
2418
|
+
|
|
2419
|
+
/**
|
|
2420
|
+
* 显示的用户名/昵称
|
|
2421
|
+
*/
|
|
2422
|
+
DisplayName?: string
|
|
2423
|
+
|
|
2424
|
+
/**
|
|
2425
|
+
* 用户手机号
|
|
2426
|
+
*/
|
|
2427
|
+
Mobile?: string
|
|
2428
|
+
|
|
2429
|
+
/**
|
|
2430
|
+
* 用户邮箱
|
|
2431
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2432
|
+
*/
|
|
2433
|
+
Email?: string
|
|
2434
|
+
|
|
2435
|
+
/**
|
|
2436
|
+
* 用户在第三方平台id
|
|
2437
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2438
|
+
*/
|
|
2439
|
+
OpenId?: string
|
|
2440
|
+
|
|
2441
|
+
/**
|
|
2442
|
+
* 员工角色
|
|
2443
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2444
|
+
*/
|
|
2445
|
+
Roles?: Array<StaffRole>
|
|
2446
|
+
|
|
2447
|
+
/**
|
|
2448
|
+
* 员工部门
|
|
2449
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2450
|
+
*/
|
|
2451
|
+
Department?: Department
|
|
2452
|
+
|
|
2453
|
+
/**
|
|
2454
|
+
* 员工是否实名
|
|
2455
|
+
*/
|
|
2456
|
+
Verified?: boolean
|
|
2457
|
+
|
|
2458
|
+
/**
|
|
2459
|
+
* 员工创建时间戳
|
|
2460
|
+
*/
|
|
2461
|
+
CreatedOn?: number
|
|
2462
|
+
|
|
2463
|
+
/**
|
|
2464
|
+
* 员工实名时间戳
|
|
2465
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2466
|
+
*/
|
|
2467
|
+
VerifiedOn?: number
|
|
2468
|
+
}
|