tencentcloud-sdk-nodejs-ess 4.0.612 → 4.0.613
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 +195 -0
- package/SERVICE_CHANGELOG.md +268 -54
- package/package.json +1 -1
- package/products.md +11 -11
- package/src/services/ess/v20201111/ess_client.ts +22 -17
- package/src/services/ess/v20201111/ess_models.ts +105 -81
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +22 -17
- package/tencentcloud/services/ess/v20201111/ess_client.js +22 -17
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +96 -76
|
@@ -58,8 +58,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
58
58
|
return this.request("CancelFlow", req, cb);
|
|
59
59
|
}
|
|
60
60
|
/**
|
|
61
|
-
|
|
62
|
-
|
|
61
|
+
* 当模板较多或模板中的控件较多时,可以通过查询模板接口更方便的获取模板列表,以及每个模板内的控件信息。<br/>
|
|
62
|
+
该接口常用来配合“创建电子文档”接口作为前置的接口使用。<br/>
|
|
63
|
+
*/
|
|
63
64
|
async DescribeFlowTemplates(req, cb) {
|
|
64
65
|
return this.request("DescribeFlowTemplates", req, cb);
|
|
65
66
|
}
|
|
@@ -70,7 +71,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
70
71
|
return this.request("DeleteSealPolicies", req, cb);
|
|
71
72
|
}
|
|
72
73
|
/**
|
|
73
|
-
* 查询文件下载URL
|
|
74
|
+
* 查询文件下载URL。
|
|
74
75
|
适用场景:通过传参合同流程编号,下载对应的合同PDF文件流到本地。
|
|
75
76
|
*/
|
|
76
77
|
async DescribeFileUrls(req, cb) {
|
|
@@ -148,7 +149,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
148
149
|
适用场景:
|
|
149
150
|
在通过接口(CreateFlow 或者CreateFlowByFiles)创建签署流程时,若指定了参数 NeedSignReview 为true,且发起方企业作为签署方参与了流程签署,则可以调用此接口提交企业内部签署审批结果。
|
|
150
151
|
若签署流程状态正常,且本企业存在签署方未签署,同一签署流程可以多次提交签署审批结果,签署时的最后一个“审批结果”有效。
|
|
151
|
-
|
|
152
152
|
*/
|
|
153
153
|
async CreateFlowSignReview(req, cb) {
|
|
154
154
|
return this.request("CreateFlowSignReview", req, cb);
|
|
@@ -183,9 +183,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
183
183
|
return this.request("CreateSealPolicy", req, cb);
|
|
184
184
|
}
|
|
185
185
|
/**
|
|
186
|
-
*
|
|
187
|
-
适用场景:在标准制式的合同场景中,可通过提前预制好模板文件,每次调用模板文件的id
|
|
188
|
-
|
|
186
|
+
* 通过模板创建签署流程<br/>
|
|
187
|
+
适用场景:在标准制式的合同场景中,可通过提前预制好模板文件,每次调用模板文件的id,补充合同内容信息及签署信息生成电子合同。<br/>
|
|
188
|
+
注:该接口是通过模板生成合同流程的前置接口,先创建一个不包含签署文件的流程。<br/>
|
|
189
|
+
配合“创建电子文档”接口和“发起流程”接口使用。<br/>
|
|
189
190
|
*/
|
|
190
191
|
async CreateFlow(req, cb) {
|
|
191
192
|
return this.request("CreateFlow", req, cb);
|
|
@@ -215,10 +216,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
215
216
|
return this.request("DescribeFlowEvidenceReport", req, cb);
|
|
216
217
|
}
|
|
217
218
|
/**
|
|
218
|
-
* 此接口(CreateFlowByFiles)用来通过上传后的pdf
|
|
219
|
-
适用场景1:适用非制式的合同文件签署。一般开发者自己有完整的签署文件,可以通过该接口传入完整的PDF
|
|
220
|
-
适用场景2:可通过该接口传入制式合同文件,同时在指定位置添加签署控件。可以起到接口创建临时模板的效果。如果是标准的制式文件,建议使用模板功能生成模板ID
|
|
221
|
-
注意事项:该接口需要依赖“多文件上传”接口生成pdf资源编号(FileIds
|
|
219
|
+
* 此接口(CreateFlowByFiles)用来通过上传后的pdf资源编号来创建待签署的合同流程。<br/>
|
|
220
|
+
适用场景1:适用非制式的合同文件签署。一般开发者自己有完整的签署文件,可以通过该接口传入完整的PDF文件及流程信息生成待签署的合同流程。<br/>
|
|
221
|
+
适用场景2:可通过该接口传入制式合同文件,同时在指定位置添加签署控件。可以起到接口创建临时模板的效果。如果是标准的制式文件,建议使用模板功能生成模板ID进行合同流程的生成。<br/>
|
|
222
|
+
注意事项:该接口需要依赖“多文件上传”接口生成pdf资源编号(FileIds)进行使用。<br/>
|
|
222
223
|
*/
|
|
223
224
|
async CreateFlowByFiles(req, cb) {
|
|
224
225
|
return this.request("CreateFlowByFiles", req, cb);
|
|
@@ -244,8 +245,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
244
245
|
return this.request("CreateMultiFlowSignQRCode", req, cb);
|
|
245
246
|
}
|
|
246
247
|
/**
|
|
247
|
-
|
|
248
|
-
|
|
248
|
+
* 通过发起转换任务接口(CreateConvertTaskApi)返回的任务Id查询转换任务状态,通过本接口确认转换任务是否完成。<br/>
|
|
249
|
+
大文件转换所需的时间可能会比较长。
|
|
250
|
+
*/
|
|
249
251
|
async GetTaskResultApi(req, cb) {
|
|
250
252
|
return this.request("GetTaskResultApi", req, cb);
|
|
251
253
|
}
|
|
@@ -292,10 +294,13 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
292
294
|
return this.request("CreateIntegrationUserRoles", req, cb);
|
|
293
295
|
}
|
|
294
296
|
/**
|
|
295
|
-
* 此接口(UploadFiles
|
|
296
|
-
适用场景:用于生成pdf资源编号(FileIds)来配合“用PDF创建流程”接口使用,使用场景可详见“用PDF
|
|
297
|
-
|
|
298
|
-
|
|
297
|
+
* 此接口(UploadFiles)用于文件上传。<br/>
|
|
298
|
+
适用场景:用于生成pdf资源编号(FileIds)来配合“用PDF创建流程”接口使用,使用场景可详见“用PDF创建流程”接口说明。<br/>
|
|
299
|
+
|
|
300
|
+
其中上传的文件,图片类型(png/jpg/jpeg)大小限制为5M,其他大小限制为60M。<br/>
|
|
301
|
+
调用时需要设置Domain/接口请求域名为 file.ess.tencent.cn,代码示例:<br/>
|
|
302
|
+
HttpProfile httpProfile = new HttpProfile();<br/>
|
|
303
|
+
httpProfile.setEndpoint("file.test.ess.tencent.cn");<br/>
|
|
299
304
|
*/
|
|
300
305
|
async UploadFiles(req, cb) {
|
|
301
306
|
return this.request("UploadFiles", req, cb);
|
|
@@ -66,10 +66,6 @@ export interface CreatePreparedPersonalEsignRequest {
|
|
|
66
66
|
* 印章名称
|
|
67
67
|
*/
|
|
68
68
|
SealName: string;
|
|
69
|
-
/**
|
|
70
|
-
* 印章图片的base64,最大不超过 8M
|
|
71
|
-
*/
|
|
72
|
-
SealImage: string;
|
|
73
69
|
/**
|
|
74
70
|
* 调用方用户信息,userId 必填。支持填入集团子公司经办人 userId代发合同。
|
|
75
71
|
*/
|
|
@@ -83,6 +79,12 @@ export interface CreatePreparedPersonalEsignRequest {
|
|
|
83
79
|
HONGKONG_MACAO_AND_TAIWAN 中国台湾
|
|
84
80
|
*/
|
|
85
81
|
IdCardType?: string;
|
|
82
|
+
/**
|
|
83
|
+
* 印章图片的base64
|
|
84
|
+
注:已废弃
|
|
85
|
+
请先通过UploadFiles接口上传文件,获取 FileId
|
|
86
|
+
*/
|
|
87
|
+
SealImage?: string;
|
|
86
88
|
/**
|
|
87
89
|
* 是否开启印章图片压缩处理,默认不开启,如需开启请设置为 true。当印章超过 2M 时建议开启,开启后图片的 hash 将发生变化。
|
|
88
90
|
*/
|
|
@@ -111,6 +113,12 @@ export interface CreatePreparedPersonalEsignRequest {
|
|
|
111
113
|
true:做透明化处理和颜色增强。
|
|
112
114
|
*/
|
|
113
115
|
ProcessSeal?: boolean;
|
|
116
|
+
/**
|
|
117
|
+
* 印章图片文件 id
|
|
118
|
+
取值:
|
|
119
|
+
填写的FileId通过UploadFiles接口上传文件获取。
|
|
120
|
+
*/
|
|
121
|
+
FileId?: string;
|
|
114
122
|
}
|
|
115
123
|
/**
|
|
116
124
|
* 模板中文件的信息结构
|
|
@@ -605,6 +613,14 @@ export interface DescribeFlowTemplatesRequest {
|
|
|
605
613
|
* 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
|
606
614
|
*/
|
|
607
615
|
Agent?: Agent;
|
|
616
|
+
/**
|
|
617
|
+
* 查询内容:0-模板列表及详情(默认),1-仅模板列表
|
|
618
|
+
*/
|
|
619
|
+
ContentType?: number;
|
|
620
|
+
/**
|
|
621
|
+
* 搜索条件,具体参考Filter结构体。本接口取值:template-id:按照【 **模板唯一标识** 】进行过滤
|
|
622
|
+
*/
|
|
623
|
+
Filters?: Array<Filter>;
|
|
608
624
|
/**
|
|
609
625
|
* 查询偏移位置,默认0
|
|
610
626
|
*/
|
|
@@ -613,10 +629,6 @@ export interface DescribeFlowTemplatesRequest {
|
|
|
613
629
|
* 查询个数,默认20,最大200
|
|
614
630
|
*/
|
|
615
631
|
Limit?: number;
|
|
616
|
-
/**
|
|
617
|
-
* 搜索条件,具体参考Filter结构体。本接口取值:template-id:按照【 **模板唯一标识** 】进行过滤
|
|
618
|
-
*/
|
|
619
|
-
Filters?: Array<Filter>;
|
|
620
632
|
/**
|
|
621
633
|
* 这个参数跟下面的IsChannel参数配合使用。
|
|
622
634
|
IsChannel=false时,ApplicationId参数不起任何作用。
|
|
@@ -629,10 +641,6 @@ export interface DescribeFlowTemplatesRequest {
|
|
|
629
641
|
为true,查询第三方应用集成平台企业模板库管理列表
|
|
630
642
|
*/
|
|
631
643
|
IsChannel?: boolean;
|
|
632
|
-
/**
|
|
633
|
-
* 查询内容:0-模板列表及详情(默认),1-仅模板列表
|
|
634
|
-
*/
|
|
635
|
-
ContentType?: number;
|
|
636
644
|
/**
|
|
637
645
|
* 暂未开放
|
|
638
646
|
*/
|
|
@@ -671,12 +679,20 @@ export interface CallbackInfo {
|
|
|
671
679
|
*/
|
|
672
680
|
CallbackUrl: string;
|
|
673
681
|
/**
|
|
674
|
-
* 回调加密
|
|
682
|
+
* 回调加密key,已废弃
|
|
683
|
+
*/
|
|
684
|
+
Token?: string;
|
|
685
|
+
/**
|
|
686
|
+
* 回调加密key
|
|
687
|
+
*/
|
|
688
|
+
CallbackKey?: string;
|
|
689
|
+
/**
|
|
690
|
+
* 回调验签token
|
|
675
691
|
*/
|
|
676
|
-
|
|
692
|
+
CallbackToken?: string;
|
|
677
693
|
}
|
|
678
694
|
/**
|
|
679
|
-
*
|
|
695
|
+
* 企业模板的信息结构
|
|
680
696
|
*/
|
|
681
697
|
export interface TemplateInfo {
|
|
682
698
|
/**
|
|
@@ -692,7 +708,7 @@ export interface TemplateInfo {
|
|
|
692
708
|
*/
|
|
693
709
|
Description?: string;
|
|
694
710
|
/**
|
|
695
|
-
* 模板关联的资源
|
|
711
|
+
* 模板关联的资源ID列表
|
|
696
712
|
*/
|
|
697
713
|
DocumentResourceIds?: Array<string>;
|
|
698
714
|
/**
|
|
@@ -700,7 +716,7 @@ export interface TemplateInfo {
|
|
|
700
716
|
*/
|
|
701
717
|
FileInfos?: Array<FileInfo>;
|
|
702
718
|
/**
|
|
703
|
-
* 附件关联的资源ID
|
|
719
|
+
* 附件关联的资源ID
|
|
704
720
|
*/
|
|
705
721
|
AttachmentResourceIds?: Array<string>;
|
|
706
722
|
/**
|
|
@@ -724,11 +740,11 @@ export interface TemplateInfo {
|
|
|
724
740
|
*/
|
|
725
741
|
Status?: number;
|
|
726
742
|
/**
|
|
727
|
-
* 模板的创建人
|
|
743
|
+
* 模板的创建人UserId
|
|
728
744
|
*/
|
|
729
745
|
Creator?: string;
|
|
730
746
|
/**
|
|
731
|
-
*
|
|
747
|
+
* 模板创建的时间戳,单位秒
|
|
732
748
|
*/
|
|
733
749
|
CreatedOn?: number;
|
|
734
750
|
/**
|
|
@@ -747,11 +763,11 @@ export interface TemplateInfo {
|
|
|
747
763
|
*/
|
|
748
764
|
Available?: number;
|
|
749
765
|
/**
|
|
750
|
-
*
|
|
766
|
+
* 创建模板的机构id
|
|
751
767
|
*/
|
|
752
768
|
OrganizationId?: string;
|
|
753
769
|
/**
|
|
754
|
-
*
|
|
770
|
+
* 模板预览链接,有效时间5分钟
|
|
755
771
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
756
772
|
*/
|
|
757
773
|
PreviewUrl?: string;
|
|
@@ -796,6 +812,10 @@ export interface DescribeIntegrationEmployeesRequest {
|
|
|
796
812
|
* 返回最大数量,最大为20
|
|
797
813
|
*/
|
|
798
814
|
Limit: number;
|
|
815
|
+
/**
|
|
816
|
+
* 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
|
817
|
+
*/
|
|
818
|
+
Agent?: Agent;
|
|
799
819
|
/**
|
|
800
820
|
* 查询过滤实名用户,Key为Status,Values为["IsVerified"]
|
|
801
821
|
根据第三方系统openId过滤查询员工时,Key为StaffOpenId,Values为["OpenId","OpenId",...]
|
|
@@ -1010,7 +1030,7 @@ export interface CreateReleaseFlowResponse {
|
|
|
1010
1030
|
*/
|
|
1011
1031
|
export interface BindEmployeeUserIdWithClientOpenIdRequest {
|
|
1012
1032
|
/**
|
|
1013
|
-
* 用户信息,OpenId与UserId二选一必填一个,OpenId是第三方客户ID,userId是用户实名后的电子签生成的ID,当传入客户系统openId,传入的openId需与电子签员工userId绑定,且参数Channel必填,Channel值为INTEGRATE;当传入参数UserId,Channel
|
|
1033
|
+
* 用户信息,OpenId与UserId二选一必填一个,OpenId是第三方客户ID,userId是用户实名后的电子签生成的ID,当传入客户系统openId,传入的openId需与电子签员工userId绑定,且参数Channel必填,Channel值为INTEGRATE;当传入参数UserId,Channel无需指定。(参数参考示例)
|
|
1014
1034
|
*/
|
|
1015
1035
|
Operator: UserInfo;
|
|
1016
1036
|
/**
|
|
@@ -1109,11 +1129,11 @@ export interface OccupiedSeal {
|
|
|
1109
1129
|
*/
|
|
1110
1130
|
SealName: string;
|
|
1111
1131
|
/**
|
|
1112
|
-
*
|
|
1132
|
+
* 电子印章授权时间戳,单位秒
|
|
1113
1133
|
*/
|
|
1114
1134
|
CreateOn: number;
|
|
1115
1135
|
/**
|
|
1116
|
-
*
|
|
1136
|
+
* 电子印章授权人的UserId
|
|
1117
1137
|
*/
|
|
1118
1138
|
Creator: string;
|
|
1119
1139
|
/**
|
|
@@ -1134,11 +1154,11 @@ export interface OccupiedSeal {
|
|
|
1134
1154
|
*/
|
|
1135
1155
|
Url: string;
|
|
1136
1156
|
/**
|
|
1137
|
-
*
|
|
1157
|
+
* 印章类型,OFFICIAL-企业公章, CONTRACT-合同专用章,ORGANIZATIONSEAL-企业印章(本地上传印章类型),LEGAL_PERSON_SEAL-法人印章
|
|
1138
1158
|
*/
|
|
1139
1159
|
SealType: string;
|
|
1140
1160
|
/**
|
|
1141
|
-
*
|
|
1161
|
+
* 用印申请是否为永久授权,true-是,false-否
|
|
1142
1162
|
*/
|
|
1143
1163
|
IsAllTime: boolean;
|
|
1144
1164
|
/**
|
|
@@ -1183,7 +1203,7 @@ export interface PdfVerifyResult {
|
|
|
1183
1203
|
*/
|
|
1184
1204
|
SignerName: string;
|
|
1185
1205
|
/**
|
|
1186
|
-
*
|
|
1206
|
+
* 签署时间戳,单位秒
|
|
1187
1207
|
*/
|
|
1188
1208
|
SignTime: number;
|
|
1189
1209
|
/**
|
|
@@ -1195,31 +1215,31 @@ export interface PdfVerifyResult {
|
|
|
1195
1215
|
*/
|
|
1196
1216
|
CertSn: string;
|
|
1197
1217
|
/**
|
|
1198
|
-
*
|
|
1218
|
+
* 证书起始时间戳,单位秒
|
|
1199
1219
|
*/
|
|
1200
1220
|
CertNotBefore: number;
|
|
1201
1221
|
/**
|
|
1202
|
-
*
|
|
1222
|
+
* 证书过期时间戳,单位秒
|
|
1203
1223
|
*/
|
|
1204
1224
|
CertNotAfter: number;
|
|
1205
1225
|
/**
|
|
1206
|
-
*
|
|
1226
|
+
* 签名域横坐标,单位pt
|
|
1207
1227
|
*/
|
|
1208
1228
|
ComponentPosX: number;
|
|
1209
1229
|
/**
|
|
1210
|
-
*
|
|
1230
|
+
* 签名域纵坐标,单位pt
|
|
1211
1231
|
*/
|
|
1212
1232
|
ComponentPosY: number;
|
|
1213
1233
|
/**
|
|
1214
|
-
*
|
|
1234
|
+
* 签名域宽度,单位pt
|
|
1215
1235
|
*/
|
|
1216
1236
|
ComponentWidth: number;
|
|
1217
1237
|
/**
|
|
1218
|
-
*
|
|
1238
|
+
* 签名域高度,单位pt
|
|
1219
1239
|
*/
|
|
1220
1240
|
ComponentHeight: number;
|
|
1221
1241
|
/**
|
|
1222
|
-
*
|
|
1242
|
+
* 签名域所在页码,1~N
|
|
1223
1243
|
*/
|
|
1224
1244
|
ComponentPage: number;
|
|
1225
1245
|
}
|
|
@@ -1277,7 +1297,7 @@ export interface SignQrCode {
|
|
|
1277
1297
|
*/
|
|
1278
1298
|
QrCodeUrl: string;
|
|
1279
1299
|
/**
|
|
1280
|
-
*
|
|
1300
|
+
* 二维码过期时间戳,单位秒
|
|
1281
1301
|
*/
|
|
1282
1302
|
ExpiredTime: number;
|
|
1283
1303
|
}
|
|
@@ -1299,7 +1319,7 @@ export interface CreateSealPolicyResponse {
|
|
|
1299
1319
|
*/
|
|
1300
1320
|
export interface DisableUserAutoSignRequest {
|
|
1301
1321
|
/**
|
|
1302
|
-
*
|
|
1322
|
+
* 操作人信息,UserId必填
|
|
1303
1323
|
*/
|
|
1304
1324
|
Operator: UserInfo;
|
|
1305
1325
|
/**
|
|
@@ -1393,7 +1413,7 @@ export interface CreateFlowSignReviewRequest {
|
|
|
1393
1413
|
*/
|
|
1394
1414
|
ReviewMessage?: string;
|
|
1395
1415
|
/**
|
|
1396
|
-
*
|
|
1416
|
+
* 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
|
1397
1417
|
*/
|
|
1398
1418
|
Agent?: Agent;
|
|
1399
1419
|
}
|
|
@@ -1419,7 +1439,7 @@ export interface UnbindEmployeeUserIdWithClientOpenIdRequest {
|
|
|
1419
1439
|
*/
|
|
1420
1440
|
export interface CreateSchemeUrlResponse {
|
|
1421
1441
|
/**
|
|
1422
|
-
*
|
|
1442
|
+
* 小程序链接地址,有效期5分钟
|
|
1423
1443
|
*/
|
|
1424
1444
|
SchemeUrl?: string;
|
|
1425
1445
|
/**
|
|
@@ -1665,7 +1685,7 @@ export interface FormField {
|
|
|
1665
1685
|
*/
|
|
1666
1686
|
export interface CreateChannelSubOrganizationModifyQrCodeRequest {
|
|
1667
1687
|
/**
|
|
1668
|
-
*
|
|
1688
|
+
* 操作人信息,userId必填
|
|
1669
1689
|
*/
|
|
1670
1690
|
Operator: UserInfo;
|
|
1671
1691
|
/**
|
|
@@ -1760,11 +1780,11 @@ export interface Staff {
|
|
|
1760
1780
|
*/
|
|
1761
1781
|
Verified?: boolean;
|
|
1762
1782
|
/**
|
|
1763
|
-
*
|
|
1783
|
+
* 员工创建时间戳,单位秒
|
|
1764
1784
|
*/
|
|
1765
1785
|
CreatedOn?: number;
|
|
1766
1786
|
/**
|
|
1767
|
-
*
|
|
1787
|
+
* 员工实名时间戳,单位秒
|
|
1768
1788
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1769
1789
|
*/
|
|
1770
1790
|
VerifiedOn?: number;
|
|
@@ -1845,7 +1865,7 @@ export interface GroupOrganization {
|
|
|
1845
1865
|
*/
|
|
1846
1866
|
OrganizationId?: string;
|
|
1847
1867
|
/**
|
|
1848
|
-
*
|
|
1868
|
+
* 更新时间,时间戳,单位秒
|
|
1849
1869
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1850
1870
|
*/
|
|
1851
1871
|
UpdateTime?: number;
|
|
@@ -1875,17 +1895,17 @@ export interface GroupOrganization {
|
|
|
1875
1895
|
*/
|
|
1876
1896
|
License?: string;
|
|
1877
1897
|
/**
|
|
1878
|
-
*
|
|
1898
|
+
* 企业许可证过期时间,时间戳,单位秒
|
|
1879
1899
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1880
1900
|
*/
|
|
1881
1901
|
LicenseExpireTime?: number;
|
|
1882
1902
|
/**
|
|
1883
|
-
*
|
|
1903
|
+
* 成员企业加入集团时间,时间戳,单位秒
|
|
1884
1904
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1885
1905
|
*/
|
|
1886
1906
|
JoinTime?: number;
|
|
1887
1907
|
/**
|
|
1888
|
-
*
|
|
1908
|
+
* 是否使用审批流引擎,true-是,false-否
|
|
1889
1909
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1890
1910
|
*/
|
|
1891
1911
|
FlowEngineEnable?: boolean;
|
|
@@ -2087,7 +2107,7 @@ export interface GetTaskResultApiRequest {
|
|
|
2087
2107
|
*/
|
|
2088
2108
|
TaskId: string;
|
|
2089
2109
|
/**
|
|
2090
|
-
*
|
|
2110
|
+
* 操作人信息,UserId必填
|
|
2091
2111
|
*/
|
|
2092
2112
|
Operator?: UserInfo;
|
|
2093
2113
|
/**
|
|
@@ -2130,7 +2150,7 @@ export interface CreateIntegrationEmployeesResponse {
|
|
|
2130
2150
|
*/
|
|
2131
2151
|
export interface DeleteIntegrationRoleUsersRequest {
|
|
2132
2152
|
/**
|
|
2133
|
-
*
|
|
2153
|
+
* 操作人信息,userId必填
|
|
2134
2154
|
*/
|
|
2135
2155
|
Operator: UserInfo;
|
|
2136
2156
|
/**
|
|
@@ -2142,7 +2162,7 @@ export interface DeleteIntegrationRoleUsersRequest {
|
|
|
2142
2162
|
*/
|
|
2143
2163
|
Users: Array<UserInfo>;
|
|
2144
2164
|
/**
|
|
2145
|
-
*
|
|
2165
|
+
* 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
|
2146
2166
|
*/
|
|
2147
2167
|
Agent?: Agent;
|
|
2148
2168
|
}
|
|
@@ -2199,7 +2219,7 @@ export interface CreateReleaseFlowRequest {
|
|
|
2199
2219
|
*/
|
|
2200
2220
|
export interface CreateIntegrationUserRolesRequest {
|
|
2201
2221
|
/**
|
|
2202
|
-
*
|
|
2222
|
+
* 操作人信息,UserId必填
|
|
2203
2223
|
*/
|
|
2204
2224
|
Operator: UserInfo;
|
|
2205
2225
|
/**
|
|
@@ -2339,7 +2359,7 @@ export interface Recipient {
|
|
|
2339
2359
|
*/
|
|
2340
2360
|
RequireSign?: boolean;
|
|
2341
2361
|
/**
|
|
2342
|
-
*
|
|
2362
|
+
* 添加序列,0~N
|
|
2343
2363
|
*/
|
|
2344
2364
|
RoutingOrder?: number;
|
|
2345
2365
|
/**
|
|
@@ -2521,7 +2541,7 @@ export interface CreateStaffResult {
|
|
|
2521
2541
|
*/
|
|
2522
2542
|
export interface CreateUserAutoSignEnableUrlRequest {
|
|
2523
2543
|
/**
|
|
2524
|
-
*
|
|
2544
|
+
* 操作人信息,UserId必填
|
|
2525
2545
|
*/
|
|
2526
2546
|
Operator: UserInfo;
|
|
2527
2547
|
/**
|
|
@@ -2569,7 +2589,7 @@ export interface DescribeIntegrationMainOrganizationUserResponse {
|
|
|
2569
2589
|
*/
|
|
2570
2590
|
export interface RemindFlowRecords {
|
|
2571
2591
|
/**
|
|
2572
|
-
*
|
|
2592
|
+
* 是否能够催办,true-是,false-否
|
|
2573
2593
|
*/
|
|
2574
2594
|
CanRemind: boolean;
|
|
2575
2595
|
/**
|
|
@@ -2577,7 +2597,7 @@ export interface RemindFlowRecords {
|
|
|
2577
2597
|
*/
|
|
2578
2598
|
FlowId: string;
|
|
2579
2599
|
/**
|
|
2580
|
-
*
|
|
2600
|
+
* 催办详情信息
|
|
2581
2601
|
*/
|
|
2582
2602
|
RemindMessage: string;
|
|
2583
2603
|
}
|
|
@@ -2624,17 +2644,13 @@ export interface ApproverRestriction {
|
|
|
2624
2644
|
*/
|
|
2625
2645
|
export interface DeleteSealPoliciesRequest {
|
|
2626
2646
|
/**
|
|
2627
|
-
*
|
|
2647
|
+
* 调用方用户信息,userId 必填
|
|
2628
2648
|
*/
|
|
2629
2649
|
Operator: UserInfo;
|
|
2630
2650
|
/**
|
|
2631
2651
|
* 印章授权编码数组。这个参数跟下面的SealId其中一个必填,另外一个可选填
|
|
2632
2652
|
*/
|
|
2633
2653
|
PolicyIds?: Array<string>;
|
|
2634
|
-
/**
|
|
2635
|
-
* 应用相关
|
|
2636
|
-
*/
|
|
2637
|
-
Agent?: Agent;
|
|
2638
2654
|
/**
|
|
2639
2655
|
* 印章ID。这个参数跟上面的PolicyIds其中一个必填,另外一个可选填
|
|
2640
2656
|
*/
|
|
@@ -2643,6 +2659,10 @@ export interface DeleteSealPoliciesRequest {
|
|
|
2643
2659
|
* 待授权的员工ID
|
|
2644
2660
|
*/
|
|
2645
2661
|
UserIds?: Array<string>;
|
|
2662
|
+
/**
|
|
2663
|
+
* 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
|
2664
|
+
*/
|
|
2665
|
+
Agent?: Agent;
|
|
2646
2666
|
}
|
|
2647
2667
|
/**
|
|
2648
2668
|
* CreateFlowByFiles请求参数结构体
|
|
@@ -2763,7 +2783,7 @@ export interface IntegrateRole {
|
|
|
2763
2783
|
*/
|
|
2764
2784
|
RoleStatus?: number;
|
|
2765
2785
|
/**
|
|
2766
|
-
*
|
|
2786
|
+
* 是否是集团角色,true-是,false-否
|
|
2767
2787
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2768
2788
|
*/
|
|
2769
2789
|
IsGroupRole?: boolean;
|
|
@@ -2778,7 +2798,7 @@ export interface IntegrateRole {
|
|
|
2778
2798
|
*/
|
|
2779
2799
|
export interface CreatePrepareFlowResponse {
|
|
2780
2800
|
/**
|
|
2781
|
-
*
|
|
2801
|
+
* 快速发起预览链接,有效期5分钟
|
|
2782
2802
|
*/
|
|
2783
2803
|
Url?: string;
|
|
2784
2804
|
/**
|
|
@@ -2828,7 +2848,7 @@ export interface GetTaskResultApiResponse {
|
|
|
2828
2848
|
*/
|
|
2829
2849
|
export interface CancelMultiFlowSignQRCodeRequest {
|
|
2830
2850
|
/**
|
|
2831
|
-
*
|
|
2851
|
+
* 调用方用户信息,userId 必填
|
|
2832
2852
|
*/
|
|
2833
2853
|
Operator: UserInfo;
|
|
2834
2854
|
/**
|
|
@@ -2836,7 +2856,7 @@ export interface CancelMultiFlowSignQRCodeRequest {
|
|
|
2836
2856
|
*/
|
|
2837
2857
|
QrCodeId: string;
|
|
2838
2858
|
/**
|
|
2839
|
-
*
|
|
2859
|
+
* 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
|
2840
2860
|
*/
|
|
2841
2861
|
Agent?: Agent;
|
|
2842
2862
|
}
|
|
@@ -2972,7 +2992,7 @@ export interface FileUrl {
|
|
|
2972
2992
|
*/
|
|
2973
2993
|
export interface CreateSealPolicyRequest {
|
|
2974
2994
|
/**
|
|
2975
|
-
*
|
|
2995
|
+
* 调用方用户信息,userId 必填
|
|
2976
2996
|
*/
|
|
2977
2997
|
Operator: UserInfo;
|
|
2978
2998
|
/**
|
|
@@ -2987,18 +3007,18 @@ export interface CreateSealPolicyRequest {
|
|
|
2987
3007
|
* 授权有效期。时间戳秒级
|
|
2988
3008
|
*/
|
|
2989
3009
|
Expired: number;
|
|
3010
|
+
/**
|
|
3011
|
+
* 需要授权的用户UserId集合。跟上面的SealId参数配合使用。选填,跟上面的Users同时起作用
|
|
3012
|
+
*/
|
|
3013
|
+
UserIds?: Array<string>;
|
|
2990
3014
|
/**
|
|
2991
3015
|
* 印章授权内容
|
|
2992
3016
|
*/
|
|
2993
3017
|
Policy?: string;
|
|
2994
3018
|
/**
|
|
2995
|
-
*
|
|
3019
|
+
* 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
|
2996
3020
|
*/
|
|
2997
3021
|
Agent?: Agent;
|
|
2998
|
-
/**
|
|
2999
|
-
* 需要授权的用户UserId集合。跟上面的SealId参数配合使用。选填,跟上面的Users同时起作用
|
|
3000
|
-
*/
|
|
3001
|
-
UserIds?: Array<string>;
|
|
3002
3022
|
}
|
|
3003
3023
|
/**
|
|
3004
3024
|
* DescribeOrganizationSeals请求参数结构体
|
|
@@ -3056,7 +3076,7 @@ export interface CancelFlowRequest {
|
|
|
3056
3076
|
*/
|
|
3057
3077
|
CancelMessage: string;
|
|
3058
3078
|
/**
|
|
3059
|
-
*
|
|
3079
|
+
* 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
|
3060
3080
|
*/
|
|
3061
3081
|
Agent?: Agent;
|
|
3062
3082
|
}
|
|
@@ -3361,11 +3381,11 @@ export interface DescribeFlowBriefsRequest {
|
|
|
3361
3381
|
*/
|
|
3362
3382
|
Operator: UserInfo;
|
|
3363
3383
|
/**
|
|
3364
|
-
* 需要查询的流程ID列表,限制最大
|
|
3384
|
+
* 需要查询的流程ID列表,限制最大100个
|
|
3365
3385
|
*/
|
|
3366
3386
|
FlowIds: Array<string>;
|
|
3367
3387
|
/**
|
|
3368
|
-
*
|
|
3388
|
+
* 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
|
3369
3389
|
*/
|
|
3370
3390
|
Agent?: Agent;
|
|
3371
3391
|
}
|
|
@@ -3442,7 +3462,7 @@ export interface DescribeFlowBriefsResponse {
|
|
|
3442
3462
|
/**
|
|
3443
3463
|
* 流程列表
|
|
3444
3464
|
*/
|
|
3445
|
-
FlowBriefs
|
|
3465
|
+
FlowBriefs?: Array<FlowBrief>;
|
|
3446
3466
|
/**
|
|
3447
3467
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3448
3468
|
*/
|
|
@@ -3493,7 +3513,7 @@ export interface DescribeFlowTemplatesResponse {
|
|
|
3493
3513
|
*/
|
|
3494
3514
|
Templates?: Array<TemplateInfo>;
|
|
3495
3515
|
/**
|
|
3496
|
-
*
|
|
3516
|
+
* 查询到的总数
|
|
3497
3517
|
*/
|
|
3498
3518
|
TotalCount?: number;
|
|
3499
3519
|
/**
|
|
@@ -3587,7 +3607,7 @@ export interface CreateBatchCancelFlowUrlRequest {
|
|
|
3587
3607
|
*/
|
|
3588
3608
|
export interface CreateMultiFlowSignQRCodeRequest {
|
|
3589
3609
|
/**
|
|
3590
|
-
*
|
|
3610
|
+
* 用户信息,其中UserId为必填参数
|
|
3591
3611
|
*/
|
|
3592
3612
|
Operator: UserInfo;
|
|
3593
3613
|
/**
|
|
@@ -3643,7 +3663,7 @@ export interface DescribeFlowInfoRequest {
|
|
|
3643
3663
|
*/
|
|
3644
3664
|
FlowIds: Array<string>;
|
|
3645
3665
|
/**
|
|
3646
|
-
*
|
|
3666
|
+
* 调用方用户信息,userId 必填
|
|
3647
3667
|
*/
|
|
3648
3668
|
Operator?: UserInfo;
|
|
3649
3669
|
/**
|
|
@@ -3707,7 +3727,7 @@ export interface CreateFlowResponse {
|
|
|
3707
3727
|
*/
|
|
3708
3728
|
export interface DescribeUserAutoSignStatusRequest {
|
|
3709
3729
|
/**
|
|
3710
|
-
*
|
|
3730
|
+
* 操作人信息,UserId必填
|
|
3711
3731
|
*/
|
|
3712
3732
|
Operator: UserInfo;
|
|
3713
3733
|
/**
|