tencentcloud-sdk-nodejs-essbasic 4.0.548 → 4.0.550
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 +463 -0
- package/SERVICE_CHANGELOG.md +676 -123
- package/package.json +1 -1
- package/products.md +33 -33
- package/src/services/essbasic/v20210526/essbasic_client.ts +12 -15
- package/src/services/essbasic/v20210526/essbasic_models.ts +151 -150
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +12 -15
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +12 -15
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +149 -148
|
@@ -32,7 +32,7 @@ export interface ChannelCreateConvertTaskApiResponse {
|
|
|
32
32
|
/**
|
|
33
33
|
* 任务id
|
|
34
34
|
*/
|
|
35
|
-
TaskId
|
|
35
|
+
TaskId?: string
|
|
36
36
|
|
|
37
37
|
/**
|
|
38
38
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -60,7 +60,7 @@ export interface ChannelCreateFlowRemindsResponse {
|
|
|
60
60
|
*/
|
|
61
61
|
export interface ChannelDeleteSealPoliciesRequest {
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
63
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
64
64
|
*/
|
|
65
65
|
Agent: Agent
|
|
66
66
|
|
|
@@ -75,14 +75,14 @@ export interface ChannelDeleteSealPoliciesRequest {
|
|
|
75
75
|
UserIds: Array<string>
|
|
76
76
|
|
|
77
77
|
/**
|
|
78
|
-
*
|
|
78
|
+
* 组织机构信息,不用传
|
|
79
79
|
*/
|
|
80
|
-
|
|
80
|
+
Organization?: OrganizationInfo
|
|
81
81
|
|
|
82
82
|
/**
|
|
83
|
-
*
|
|
83
|
+
* 操作人(用户)信息,不用传
|
|
84
84
|
*/
|
|
85
|
-
|
|
85
|
+
Operator?: UserInfo
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
/**
|
|
@@ -92,7 +92,7 @@ export interface ChannelBatchCancelFlowsResponse {
|
|
|
92
92
|
/**
|
|
93
93
|
* 签署流程批量撤销失败原因,错误信息与流程Id一一对应,成功为“”,失败则对应失败消息
|
|
94
94
|
*/
|
|
95
|
-
FailMessages
|
|
95
|
+
FailMessages?: Array<string>
|
|
96
96
|
|
|
97
97
|
/**
|
|
98
98
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -122,7 +122,7 @@ export interface Department {
|
|
|
122
122
|
*/
|
|
123
123
|
export interface ChannelCreateFlowSignReviewRequest {
|
|
124
124
|
/**
|
|
125
|
-
*
|
|
125
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
126
126
|
*/
|
|
127
127
|
Agent: Agent
|
|
128
128
|
|
|
@@ -171,7 +171,7 @@ export interface AuthFailMessage {
|
|
|
171
171
|
*/
|
|
172
172
|
export interface DescribeFlowDetailInfoRequest {
|
|
173
173
|
/**
|
|
174
|
-
*
|
|
174
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
175
175
|
*/
|
|
176
176
|
Agent: Agent
|
|
177
177
|
|
|
@@ -182,14 +182,14 @@ export interface DescribeFlowDetailInfoRequest {
|
|
|
182
182
|
FlowIds?: Array<string>
|
|
183
183
|
|
|
184
184
|
/**
|
|
185
|
-
*
|
|
185
|
+
* 合同组编号(备注:该参数和合同(流程)编号数组必须二选一)
|
|
186
186
|
*/
|
|
187
|
-
|
|
187
|
+
FlowGroupId?: string
|
|
188
188
|
|
|
189
189
|
/**
|
|
190
|
-
*
|
|
190
|
+
* 暂未开放
|
|
191
191
|
*/
|
|
192
|
-
|
|
192
|
+
Operator?: UserInfo
|
|
193
193
|
}
|
|
194
194
|
|
|
195
195
|
/**
|
|
@@ -197,7 +197,7 @@ export interface DescribeFlowDetailInfoRequest {
|
|
|
197
197
|
*/
|
|
198
198
|
export interface ModifyExtendedServiceRequest {
|
|
199
199
|
/**
|
|
200
|
-
*
|
|
200
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
201
201
|
|
|
202
202
|
注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId
|
|
203
203
|
*/
|
|
@@ -226,7 +226,7 @@ CLOSE:关闭
|
|
|
226
226
|
*/
|
|
227
227
|
export interface DescribeResourceUrlsByFlowsRequest {
|
|
228
228
|
/**
|
|
229
|
-
*
|
|
229
|
+
* 应用相关信息。
|
|
230
230
|
此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
231
231
|
*/
|
|
232
232
|
Agent: Agent
|
|
@@ -237,7 +237,7 @@ export interface DescribeResourceUrlsByFlowsRequest {
|
|
|
237
237
|
FlowIds?: Array<string>
|
|
238
238
|
|
|
239
239
|
/**
|
|
240
|
-
*
|
|
240
|
+
* 操作者的信息,不用传
|
|
241
241
|
*/
|
|
242
242
|
Operator?: UserInfo
|
|
243
243
|
}
|
|
@@ -269,7 +269,7 @@ export interface ChannelCreateFlowSignUrlResponse {
|
|
|
269
269
|
/**
|
|
270
270
|
* 签署人签署链接信息
|
|
271
271
|
*/
|
|
272
|
-
FlowApproverUrlInfos
|
|
272
|
+
FlowApproverUrlInfos?: Array<FlowApproverUrlInfo>
|
|
273
273
|
|
|
274
274
|
/**
|
|
275
275
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -284,7 +284,7 @@ export interface CreateSealByImageResponse {
|
|
|
284
284
|
/**
|
|
285
285
|
* 印章id
|
|
286
286
|
*/
|
|
287
|
-
SealId
|
|
287
|
+
SealId?: string
|
|
288
288
|
|
|
289
289
|
/**
|
|
290
290
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -300,37 +300,37 @@ export interface OperateChannelTemplateResponse {
|
|
|
300
300
|
* 腾讯电子签颁发给渠道的应用ID
|
|
301
301
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
302
302
|
*/
|
|
303
|
-
AppId
|
|
303
|
+
AppId?: string
|
|
304
304
|
|
|
305
305
|
/**
|
|
306
306
|
* 渠道方模板库模板唯一标识
|
|
307
307
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
308
308
|
*/
|
|
309
|
-
TemplateId
|
|
309
|
+
TemplateId?: string
|
|
310
310
|
|
|
311
311
|
/**
|
|
312
312
|
* 全部成功-"all-success",部分成功-"part-success", 全部失败-"fail"失败的会在FailMessageList中展示
|
|
313
313
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
314
314
|
*/
|
|
315
|
-
OperateResult
|
|
315
|
+
OperateResult?: string
|
|
316
316
|
|
|
317
317
|
/**
|
|
318
318
|
* 模板可见性, 全部可见-"all", 部分可见-"part"
|
|
319
319
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
320
320
|
*/
|
|
321
|
-
AuthTag
|
|
321
|
+
AuthTag?: string
|
|
322
322
|
|
|
323
323
|
/**
|
|
324
324
|
* 合作企业方第三方机构唯一标识数据
|
|
325
325
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
326
326
|
*/
|
|
327
|
-
ProxyOrganizationOpenIds
|
|
327
|
+
ProxyOrganizationOpenIds?: Array<string>
|
|
328
328
|
|
|
329
329
|
/**
|
|
330
330
|
* 操作失败信息数组
|
|
331
331
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
332
332
|
*/
|
|
333
|
-
FailMessageList
|
|
333
|
+
FailMessageList?: Array<AuthFailMessage>
|
|
334
334
|
|
|
335
335
|
/**
|
|
336
336
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -410,17 +410,17 @@ export interface CreateConsoleLoginUrlResponse {
|
|
|
410
410
|
4. 此链接仅单次有效,使用后需要再次创建新的链接(部分聊天软件,如企业微信默认会对链接进行解析,此时需要使用类似“代码片段”的方式或者放到txt文件里发送链接)
|
|
411
411
|
5. 创建的链接应避免被转义,如:&被转义为\u0026;如使用Postman请求后,请选择响应类型为 JSON,否则链接将被转义
|
|
412
412
|
*/
|
|
413
|
-
ConsoleUrl
|
|
413
|
+
ConsoleUrl?: string
|
|
414
414
|
|
|
415
415
|
/**
|
|
416
416
|
* 渠道子客企业是否已开通腾讯电子签
|
|
417
417
|
*/
|
|
418
|
-
IsActivated
|
|
418
|
+
IsActivated?: boolean
|
|
419
419
|
|
|
420
420
|
/**
|
|
421
421
|
* 当前经办人是否已认证(false:未认证 true:已认证)
|
|
422
422
|
*/
|
|
423
|
-
ProxyOperatorIsVerified
|
|
423
|
+
ProxyOperatorIsVerified?: boolean
|
|
424
424
|
|
|
425
425
|
/**
|
|
426
426
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -459,7 +459,7 @@ export interface SyncProxyOrganizationRequest {
|
|
|
459
459
|
ProxyLegalName?: string
|
|
460
460
|
|
|
461
461
|
/**
|
|
462
|
-
*
|
|
462
|
+
* 暂未开放
|
|
463
463
|
*/
|
|
464
464
|
Operator?: UserInfo
|
|
465
465
|
}
|
|
@@ -469,7 +469,7 @@ export interface SyncProxyOrganizationRequest {
|
|
|
469
469
|
*/
|
|
470
470
|
export interface CreateSealByImageRequest {
|
|
471
471
|
/**
|
|
472
|
-
*
|
|
472
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
473
473
|
*/
|
|
474
474
|
Agent: Agent
|
|
475
475
|
|
|
@@ -494,7 +494,7 @@ export interface CreateSealByImageRequest {
|
|
|
494
494
|
*/
|
|
495
495
|
export interface ChannelCreateFlowRemindsRequest {
|
|
496
496
|
/**
|
|
497
|
-
*
|
|
497
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
498
498
|
*/
|
|
499
499
|
Agent: Agent
|
|
500
500
|
|
|
@@ -574,7 +574,7 @@ export interface FlowApproverUrlInfo {
|
|
|
574
574
|
*/
|
|
575
575
|
export interface ChannelCreateConvertTaskApiRequest {
|
|
576
576
|
/**
|
|
577
|
-
*
|
|
577
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
578
578
|
*/
|
|
579
579
|
Agent: Agent
|
|
580
580
|
|
|
@@ -594,7 +594,7 @@ export interface ChannelCreateConvertTaskApiRequest {
|
|
|
594
594
|
ResourceId: string
|
|
595
595
|
|
|
596
596
|
/**
|
|
597
|
-
*
|
|
597
|
+
* 调用方用户信息,不用传
|
|
598
598
|
*/
|
|
599
599
|
Operator?: UserInfo
|
|
600
600
|
|
|
@@ -609,7 +609,7 @@ export interface ChannelCreateConvertTaskApiRequest {
|
|
|
609
609
|
*/
|
|
610
610
|
export interface ChannelCreateFlowByFilesRequest {
|
|
611
611
|
/**
|
|
612
|
-
*
|
|
612
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
613
613
|
*/
|
|
614
614
|
Agent?: Agent
|
|
615
615
|
|
|
@@ -673,11 +673,6 @@ export interface ChannelCreateFlowByFilesRequest {
|
|
|
673
673
|
*/
|
|
674
674
|
NeedSignReview?: boolean
|
|
675
675
|
|
|
676
|
-
/**
|
|
677
|
-
* 操作者的信息
|
|
678
|
-
*/
|
|
679
|
-
Operator?: UserInfo
|
|
680
|
-
|
|
681
676
|
/**
|
|
682
677
|
* 签署人校验方式
|
|
683
678
|
VerifyCheck: 人脸识别(默认)
|
|
@@ -690,6 +685,11 @@ MobileCheck:手机号验证
|
|
|
690
685
|
* 标识是否允许发起后添加控件。0为不允许1为允许。如果为1,创建的时候不能有签署控件,只能创建后添加。注意发起后添加控件功能不支持添加骑缝章和签批控件
|
|
691
686
|
*/
|
|
692
687
|
SignBeanTag?: number
|
|
688
|
+
|
|
689
|
+
/**
|
|
690
|
+
* 操作者的信息,不用传
|
|
691
|
+
*/
|
|
692
|
+
Operator?: UserInfo
|
|
693
693
|
}
|
|
694
694
|
|
|
695
695
|
/**
|
|
@@ -832,7 +832,7 @@ export interface ChannelCreateFlowGroupByFilesRequest {
|
|
|
832
832
|
FlowGroupName: string
|
|
833
833
|
|
|
834
834
|
/**
|
|
835
|
-
*
|
|
835
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
836
836
|
*/
|
|
837
837
|
Agent?: Agent
|
|
838
838
|
|
|
@@ -845,7 +845,7 @@ MobileCheck:手机号验证
|
|
|
845
845
|
ApproverVerifyType?: string
|
|
846
846
|
|
|
847
847
|
/**
|
|
848
|
-
*
|
|
848
|
+
* 操作者的信息,此参数不用传
|
|
849
849
|
*/
|
|
850
850
|
Operator?: UserInfo
|
|
851
851
|
}
|
|
@@ -857,30 +857,30 @@ export interface DescribeFlowDetailInfoResponse {
|
|
|
857
857
|
/**
|
|
858
858
|
* 渠道侧应用号Id
|
|
859
859
|
*/
|
|
860
|
-
ApplicationId
|
|
860
|
+
ApplicationId?: string
|
|
861
861
|
|
|
862
862
|
/**
|
|
863
863
|
* 渠道侧企业第三方Id
|
|
864
864
|
*/
|
|
865
|
-
ProxyOrganizationOpenId
|
|
865
|
+
ProxyOrganizationOpenId?: string
|
|
866
866
|
|
|
867
867
|
/**
|
|
868
868
|
* 合同(签署流程)的具体详细描述信息
|
|
869
869
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
870
870
|
*/
|
|
871
|
-
FlowInfo
|
|
871
|
+
FlowInfo?: Array<FlowDetailInfo>
|
|
872
872
|
|
|
873
873
|
/**
|
|
874
874
|
* 合同组编号
|
|
875
875
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
876
876
|
*/
|
|
877
|
-
FlowGroupId
|
|
877
|
+
FlowGroupId?: string
|
|
878
878
|
|
|
879
879
|
/**
|
|
880
880
|
* 合同组名称
|
|
881
881
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
882
882
|
*/
|
|
883
|
-
FlowGroupName
|
|
883
|
+
FlowGroupName?: string
|
|
884
884
|
|
|
885
885
|
/**
|
|
886
886
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1000,8 +1000,9 @@ ENTERPRISESERVER-企业静默签(文件发起时的企业静默签字)。
|
|
|
1000
1000
|
SignComponents?: Array<Component>
|
|
1001
1001
|
|
|
1002
1002
|
/**
|
|
1003
|
-
|
|
1004
|
-
|
|
1003
|
+
* 个人签署方指定签署控件类型,目前支持:OCR_ESIGN -AI智慧手写签名
|
|
1004
|
+
HANDWRITE -手写签名
|
|
1005
|
+
*/
|
|
1005
1006
|
ComponentLimitType?: Array<string>
|
|
1006
1007
|
|
|
1007
1008
|
/**
|
|
@@ -1032,7 +1033,7 @@ export interface PrepareFlowsResponse {
|
|
|
1032
1033
|
/**
|
|
1033
1034
|
* 待发起文件确认页
|
|
1034
1035
|
*/
|
|
1035
|
-
ConfirmUrl
|
|
1036
|
+
ConfirmUrl?: string
|
|
1036
1037
|
|
|
1037
1038
|
/**
|
|
1038
1039
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1137,7 +1138,7 @@ export interface GetDownloadFlowUrlResponse {
|
|
|
1137
1138
|
/**
|
|
1138
1139
|
* 合同(流程)下载地址
|
|
1139
1140
|
*/
|
|
1140
|
-
DownLoadUrl
|
|
1141
|
+
DownLoadUrl?: string
|
|
1141
1142
|
|
|
1142
1143
|
/**
|
|
1143
1144
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1202,22 +1203,22 @@ export interface DescribeTemplatesResponse {
|
|
|
1202
1203
|
/**
|
|
1203
1204
|
* 模板详情
|
|
1204
1205
|
*/
|
|
1205
|
-
Templates
|
|
1206
|
+
Templates?: Array<TemplateInfo>
|
|
1206
1207
|
|
|
1207
1208
|
/**
|
|
1208
1209
|
* 查询总数
|
|
1209
1210
|
*/
|
|
1210
|
-
TotalCount
|
|
1211
|
+
TotalCount?: number
|
|
1211
1212
|
|
|
1212
1213
|
/**
|
|
1213
1214
|
* 查询数量
|
|
1214
1215
|
*/
|
|
1215
|
-
Limit
|
|
1216
|
+
Limit?: number
|
|
1216
1217
|
|
|
1217
1218
|
/**
|
|
1218
1219
|
* 查询起始偏移
|
|
1219
1220
|
*/
|
|
1220
|
-
Offset
|
|
1221
|
+
Offset?: number
|
|
1221
1222
|
|
|
1222
1223
|
/**
|
|
1223
1224
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1252,12 +1253,12 @@ export interface ChannelVerifyPdfRequest {
|
|
|
1252
1253
|
FlowId: string
|
|
1253
1254
|
|
|
1254
1255
|
/**
|
|
1255
|
-
*
|
|
1256
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
1256
1257
|
*/
|
|
1257
1258
|
Agent?: Agent
|
|
1258
1259
|
|
|
1259
1260
|
/**
|
|
1260
|
-
*
|
|
1261
|
+
* 暂未开放
|
|
1261
1262
|
*/
|
|
1262
1263
|
Operator?: UserInfo
|
|
1263
1264
|
}
|
|
@@ -1267,17 +1268,17 @@ export interface ChannelVerifyPdfRequest {
|
|
|
1267
1268
|
*/
|
|
1268
1269
|
export interface CreateChannelFlowEvidenceReportRequest {
|
|
1269
1270
|
/**
|
|
1270
|
-
*
|
|
1271
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
|
|
1271
1272
|
*/
|
|
1272
|
-
|
|
1273
|
+
Agent: Agent
|
|
1273
1274
|
|
|
1274
1275
|
/**
|
|
1275
|
-
*
|
|
1276
|
+
* 签署流程编号
|
|
1276
1277
|
*/
|
|
1277
|
-
|
|
1278
|
+
FlowId: string
|
|
1278
1279
|
|
|
1279
1280
|
/**
|
|
1280
|
-
*
|
|
1281
|
+
* 暂未开放
|
|
1281
1282
|
*/
|
|
1282
1283
|
Operator?: UserInfo
|
|
1283
1284
|
}
|
|
@@ -1289,13 +1290,13 @@ export interface ChannelVerifyPdfResponse {
|
|
|
1289
1290
|
/**
|
|
1290
1291
|
* 验签结果,1-文件未被篡改,全部签名在腾讯电子签完成; 2-文件未被篡改,部分签名在腾讯电子签完成;3-文件被篡改;4-异常:文件内没有签名域;5-异常:文件签名格式错误
|
|
1291
1292
|
*/
|
|
1292
|
-
VerifyResult
|
|
1293
|
+
VerifyResult?: number
|
|
1293
1294
|
|
|
1294
1295
|
/**
|
|
1295
1296
|
* 验签结果详情,内部状态1-验签成功,在电子签签署;2-验签成功,在其他平台签署;3-验签失败;4-pdf文件没有签名域
|
|
1296
1297
|
;5-文件签名格式错误
|
|
1297
1298
|
*/
|
|
1298
|
-
PdfVerifyResults
|
|
1299
|
+
PdfVerifyResults?: Array<PdfVerifyResult>
|
|
1299
1300
|
|
|
1300
1301
|
/**
|
|
1301
1302
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1354,14 +1355,14 @@ export interface CreateConsoleLoginUrlRequest {
|
|
|
1354
1355
|
AutoJumpBackEvent?: string
|
|
1355
1356
|
|
|
1356
1357
|
/**
|
|
1357
|
-
*
|
|
1358
|
+
* 支持的授权方式,授权方式: "1" - 上传授权书认证 "2" - 法定代表人认证
|
|
1358
1359
|
*/
|
|
1359
|
-
|
|
1360
|
+
AuthorizationTypes?: Array<number>
|
|
1360
1361
|
|
|
1361
1362
|
/**
|
|
1362
|
-
*
|
|
1363
|
+
* 暂未开放
|
|
1363
1364
|
*/
|
|
1364
|
-
|
|
1365
|
+
Operator?: UserInfo
|
|
1365
1366
|
}
|
|
1366
1367
|
|
|
1367
1368
|
/**
|
|
@@ -1474,7 +1475,7 @@ export interface PdfVerifyResult {
|
|
|
1474
1475
|
*/
|
|
1475
1476
|
export interface ChannelCancelMultiFlowSignQRCodeRequest {
|
|
1476
1477
|
/**
|
|
1477
|
-
*
|
|
1478
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
1478
1479
|
*/
|
|
1479
1480
|
Agent: Agent
|
|
1480
1481
|
|
|
@@ -1484,7 +1485,7 @@ export interface ChannelCancelMultiFlowSignQRCodeRequest {
|
|
|
1484
1485
|
QrCodeId: string
|
|
1485
1486
|
|
|
1486
1487
|
/**
|
|
1487
|
-
*
|
|
1488
|
+
* 暂未开放
|
|
1488
1489
|
*/
|
|
1489
1490
|
Operator?: UserInfo
|
|
1490
1491
|
}
|
|
@@ -1521,7 +1522,7 @@ export interface UploadFilesRequest {
|
|
|
1521
1522
|
*/
|
|
1522
1523
|
export interface ChannelDescribeOrganizationSealsRequest {
|
|
1523
1524
|
/**
|
|
1524
|
-
*
|
|
1525
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
1525
1526
|
*/
|
|
1526
1527
|
Agent: Agent
|
|
1527
1528
|
|
|
@@ -1595,7 +1596,7 @@ export interface DescribeUsageRequest {
|
|
|
1595
1596
|
Offset?: number
|
|
1596
1597
|
|
|
1597
1598
|
/**
|
|
1598
|
-
*
|
|
1599
|
+
* 暂未开放
|
|
1599
1600
|
*/
|
|
1600
1601
|
Operator?: UserInfo
|
|
1601
1602
|
}
|
|
@@ -1605,7 +1606,7 @@ export interface DescribeUsageRequest {
|
|
|
1605
1606
|
*/
|
|
1606
1607
|
export interface DescribeExtendedServiceAuthInfoRequest {
|
|
1607
1608
|
/**
|
|
1608
|
-
*
|
|
1609
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
|
|
1609
1610
|
|
|
1610
1611
|
注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId
|
|
1611
1612
|
|
|
@@ -1879,13 +1880,13 @@ export interface DescribeUsageResponse {
|
|
|
1879
1880
|
/**
|
|
1880
1881
|
* 用量明细条数
|
|
1881
1882
|
*/
|
|
1882
|
-
Total
|
|
1883
|
+
Total?: number
|
|
1883
1884
|
|
|
1884
1885
|
/**
|
|
1885
1886
|
* 用量明细
|
|
1886
1887
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1887
1888
|
*/
|
|
1888
|
-
Details
|
|
1889
|
+
Details?: Array<UsageDetail>
|
|
1889
1890
|
|
|
1890
1891
|
/**
|
|
1891
1892
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1988,7 +1989,7 @@ export interface ChannelDescribeEmployeesRequest {
|
|
|
1988
1989
|
Limit: number
|
|
1989
1990
|
|
|
1990
1991
|
/**
|
|
1991
|
-
*
|
|
1992
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
1992
1993
|
*/
|
|
1993
1994
|
Agent?: Agent
|
|
1994
1995
|
|
|
@@ -2005,7 +2006,7 @@ export interface ChannelDescribeEmployeesRequest {
|
|
|
2005
2006
|
Offset?: number
|
|
2006
2007
|
|
|
2007
2008
|
/**
|
|
2008
|
-
*
|
|
2009
|
+
* 暂未开放
|
|
2009
2010
|
*/
|
|
2010
2011
|
Operator?: UserInfo
|
|
2011
2012
|
}
|
|
@@ -2027,13 +2028,13 @@ export interface DescribeResourceUrlsByFlowsResponse {
|
|
|
2027
2028
|
/**
|
|
2028
2029
|
* 签署流程资源对应链接信息
|
|
2029
2030
|
*/
|
|
2030
|
-
FlowResourceUrlInfos
|
|
2031
|
+
FlowResourceUrlInfos?: Array<FlowResourceUrlInfo>
|
|
2031
2032
|
|
|
2032
2033
|
/**
|
|
2033
2034
|
* 创建消息,对应多个合同ID,
|
|
2034
2035
|
成功为“”,创建失败则对应失败消息
|
|
2035
2036
|
*/
|
|
2036
|
-
ErrorMessages
|
|
2037
|
+
ErrorMessages?: Array<string>
|
|
2037
2038
|
|
|
2038
2039
|
/**
|
|
2039
2040
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2046,7 +2047,7 @@ export interface DescribeResourceUrlsByFlowsResponse {
|
|
|
2046
2047
|
*/
|
|
2047
2048
|
export interface SyncProxyOrganizationOperatorsRequest {
|
|
2048
2049
|
/**
|
|
2049
|
-
*
|
|
2050
|
+
* 应用相关信息。 此接口Agent.AppId 和 Agent.ProxyOrganizationOpenId必填。
|
|
2050
2051
|
*/
|
|
2051
2052
|
Agent: Agent
|
|
2052
2053
|
|
|
@@ -2061,7 +2062,7 @@ export interface SyncProxyOrganizationOperatorsRequest {
|
|
|
2061
2062
|
ProxyOrganizationOperators: Array<ProxyOrganizationOperator>
|
|
2062
2063
|
|
|
2063
2064
|
/**
|
|
2064
|
-
*
|
|
2065
|
+
* 暂未开放
|
|
2065
2066
|
*/
|
|
2066
2067
|
Operator?: UserInfo
|
|
2067
2068
|
}
|
|
@@ -2071,7 +2072,7 @@ export interface SyncProxyOrganizationOperatorsRequest {
|
|
|
2071
2072
|
*/
|
|
2072
2073
|
export interface CreateSignUrlsRequest {
|
|
2073
2074
|
/**
|
|
2074
|
-
*
|
|
2075
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
2075
2076
|
*/
|
|
2076
2077
|
Agent: Agent
|
|
2077
2078
|
|
|
@@ -2122,7 +2123,7 @@ GenerateType为"PERSON"或"FOLLOWER"时必填
|
|
|
2122
2123
|
OrganizationOpenId?: string
|
|
2123
2124
|
|
|
2124
2125
|
/**
|
|
2125
|
-
* 渠道合作企业参与人OpenId,GenerateType为"CHANNEL"
|
|
2126
|
+
* 渠道合作企业参与人OpenId,GenerateType为"CHANNEL"时可用,指定到具体参与人, 仅展示已经实名的经办人信息
|
|
2126
2127
|
*/
|
|
2127
2128
|
OpenId?: string
|
|
2128
2129
|
|
|
@@ -2137,7 +2138,7 @@ GenerateType为"PERSON"或"FOLLOWER"时必填
|
|
|
2137
2138
|
JumpUrl?: string
|
|
2138
2139
|
|
|
2139
2140
|
/**
|
|
2140
|
-
*
|
|
2141
|
+
* 暂未开放
|
|
2141
2142
|
*/
|
|
2142
2143
|
Operator?: UserInfo
|
|
2143
2144
|
}
|
|
@@ -2147,7 +2148,7 @@ GenerateType为"PERSON"或"FOLLOWER"时必填
|
|
|
2147
2148
|
*/
|
|
2148
2149
|
export interface ChannelCreateMultiFlowSignQRCodeRequest {
|
|
2149
2150
|
/**
|
|
2150
|
-
*
|
|
2151
|
+
* 应用相关信息。
|
|
2151
2152
|
此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 必填。
|
|
2152
2153
|
*/
|
|
2153
2154
|
Agent: Agent
|
|
@@ -2190,14 +2191,14 @@ export interface ChannelCreateMultiFlowSignQRCodeRequest {
|
|
|
2190
2191
|
CallbackUrl?: string
|
|
2191
2192
|
|
|
2192
2193
|
/**
|
|
2193
|
-
*
|
|
2194
|
+
* 限制二维码用户条件(已弃用)
|
|
2194
2195
|
*/
|
|
2195
|
-
|
|
2196
|
+
ApproverRestrictions?: ApproverRestriction
|
|
2196
2197
|
|
|
2197
2198
|
/**
|
|
2198
|
-
*
|
|
2199
|
+
* 暂未开放
|
|
2199
2200
|
*/
|
|
2200
|
-
|
|
2201
|
+
Operator?: UserInfo
|
|
2201
2202
|
}
|
|
2202
2203
|
|
|
2203
2204
|
/**
|
|
@@ -2225,7 +2226,7 @@ export interface SignQrCode {
|
|
|
2225
2226
|
*/
|
|
2226
2227
|
export interface ChannelGetTaskResultApiRequest {
|
|
2227
2228
|
/**
|
|
2228
|
-
*
|
|
2229
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
2229
2230
|
*/
|
|
2230
2231
|
Agent: Agent
|
|
2231
2232
|
|
|
@@ -2235,7 +2236,7 @@ export interface ChannelGetTaskResultApiRequest {
|
|
|
2235
2236
|
TaskId: string
|
|
2236
2237
|
|
|
2237
2238
|
/**
|
|
2238
|
-
*
|
|
2239
|
+
* 操作者的信息,不用传
|
|
2239
2240
|
*/
|
|
2240
2241
|
Operator?: UserInfo
|
|
2241
2242
|
|
|
@@ -2302,29 +2303,29 @@ export interface CreateFlowsByTemplatesResponse {
|
|
|
2302
2303
|
/**
|
|
2303
2304
|
* 多个合同ID
|
|
2304
2305
|
*/
|
|
2305
|
-
FlowIds
|
|
2306
|
+
FlowIds?: Array<string>
|
|
2306
2307
|
|
|
2307
2308
|
/**
|
|
2308
2309
|
* 渠道的业务信息,限制1024字符
|
|
2309
2310
|
*/
|
|
2310
|
-
CustomerData
|
|
2311
|
+
CustomerData?: Array<string>
|
|
2311
2312
|
|
|
2312
2313
|
/**
|
|
2313
2314
|
* 创建消息,对应多个合同ID,
|
|
2314
2315
|
成功为“”,创建失败则对应失败消息
|
|
2315
2316
|
*/
|
|
2316
|
-
ErrorMessages
|
|
2317
|
+
ErrorMessages?: Array<string>
|
|
2317
2318
|
|
|
2318
2319
|
/**
|
|
2319
2320
|
* 预览模式下返回的预览文件url数组
|
|
2320
2321
|
*/
|
|
2321
|
-
PreviewUrls
|
|
2322
|
+
PreviewUrls?: Array<string>
|
|
2322
2323
|
|
|
2323
2324
|
/**
|
|
2324
2325
|
* 复杂文档合成任务(如,包含动态表格的预览任务)的任务信息数组;
|
|
2325
2326
|
如果文档需要异步合成,此字段会返回该异步任务的任务信息,后续可以通过ChannelGetTaskResultApi接口查询任务详情;
|
|
2326
2327
|
*/
|
|
2327
|
-
TaskInfos
|
|
2328
|
+
TaskInfos?: Array<TaskInfo>
|
|
2328
2329
|
|
|
2329
2330
|
/**
|
|
2330
2331
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2337,7 +2338,7 @@ export interface CreateFlowsByTemplatesResponse {
|
|
|
2337
2338
|
*/
|
|
2338
2339
|
export interface DescribeChannelFlowEvidenceReportRequest {
|
|
2339
2340
|
/**
|
|
2340
|
-
*
|
|
2341
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
|
|
2341
2342
|
*/
|
|
2342
2343
|
Agent: Agent
|
|
2343
2344
|
|
|
@@ -2347,7 +2348,7 @@ export interface DescribeChannelFlowEvidenceReportRequest {
|
|
|
2347
2348
|
ReportId: string
|
|
2348
2349
|
|
|
2349
2350
|
/**
|
|
2350
|
-
*
|
|
2351
|
+
* 暂未开放
|
|
2351
2352
|
*/
|
|
2352
2353
|
Operator?: UserInfo
|
|
2353
2354
|
}
|
|
@@ -2362,13 +2363,13 @@ export interface SyncProxyOrganizationOperatorsResponse {
|
|
|
2362
2363
|
2-部分成功
|
|
2363
2364
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2364
2365
|
*/
|
|
2365
|
-
Status
|
|
2366
|
+
Status?: number
|
|
2366
2367
|
|
|
2367
2368
|
/**
|
|
2368
2369
|
* 同步失败经办人及其失败原因
|
|
2369
2370
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2370
2371
|
*/
|
|
2371
|
-
FailedList
|
|
2372
|
+
FailedList?: Array<SyncFailReason>
|
|
2372
2373
|
|
|
2373
2374
|
/**
|
|
2374
2375
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2616,12 +2617,12 @@ export interface CreateSignUrlsResponse {
|
|
|
2616
2617
|
/**
|
|
2617
2618
|
* 签署参与者签署H5链接信息数组
|
|
2618
2619
|
*/
|
|
2619
|
-
SignUrlInfos
|
|
2620
|
+
SignUrlInfos?: Array<SignUrlInfo>
|
|
2620
2621
|
|
|
2621
2622
|
/**
|
|
2622
2623
|
* 生成失败时的错误信息,成功返回”“,顺序和出参SignUrlInfos保持一致
|
|
2623
2624
|
*/
|
|
2624
|
-
ErrorMessages
|
|
2625
|
+
ErrorMessages?: Array<string>
|
|
2625
2626
|
|
|
2626
2627
|
/**
|
|
2627
2628
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2659,7 +2660,7 @@ export interface UploadFilesResponse {
|
|
|
2659
2660
|
*/
|
|
2660
2661
|
export interface ChannelCreateBatchCancelFlowUrlRequest {
|
|
2661
2662
|
/**
|
|
2662
|
-
*
|
|
2663
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
2663
2664
|
*/
|
|
2664
2665
|
Agent: Agent
|
|
2665
2666
|
|
|
@@ -2669,7 +2670,7 @@ export interface ChannelCreateBatchCancelFlowUrlRequest {
|
|
|
2669
2670
|
FlowIds: Array<string>
|
|
2670
2671
|
|
|
2671
2672
|
/**
|
|
2672
|
-
*
|
|
2673
|
+
* 暂未开放
|
|
2673
2674
|
*/
|
|
2674
2675
|
Operator?: UserInfo
|
|
2675
2676
|
}
|
|
@@ -2704,7 +2705,7 @@ export interface ApproverRestriction {
|
|
|
2704
2705
|
*/
|
|
2705
2706
|
export interface PrepareFlowsRequest {
|
|
2706
2707
|
/**
|
|
2707
|
-
*
|
|
2708
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
2708
2709
|
*/
|
|
2709
2710
|
Agent: Agent
|
|
2710
2711
|
|
|
@@ -2719,7 +2720,7 @@ export interface PrepareFlowsRequest {
|
|
|
2719
2720
|
JumpUrl: string
|
|
2720
2721
|
|
|
2721
2722
|
/**
|
|
2722
|
-
*
|
|
2723
|
+
* 暂未开放
|
|
2723
2724
|
*/
|
|
2724
2725
|
Operator?: UserInfo
|
|
2725
2726
|
}
|
|
@@ -2732,7 +2733,7 @@ export interface ChannelCreateFlowByFilesResponse {
|
|
|
2732
2733
|
* 合同签署流程ID
|
|
2733
2734
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2734
2735
|
*/
|
|
2735
|
-
FlowId
|
|
2736
|
+
FlowId?: string
|
|
2736
2737
|
|
|
2737
2738
|
/**
|
|
2738
2739
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2785,7 +2786,7 @@ export interface ChannelCancelMultiFlowSignQRCodeResponse {
|
|
|
2785
2786
|
*/
|
|
2786
2787
|
export interface ChannelCreateReleaseFlowRequest {
|
|
2787
2788
|
/**
|
|
2788
|
-
*
|
|
2789
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
2789
2790
|
*/
|
|
2790
2791
|
Agent: Agent
|
|
2791
2792
|
|
|
@@ -2810,12 +2811,12 @@ export interface ChannelCreateReleaseFlowRequest {
|
|
|
2810
2811
|
CallbackUrl?: string
|
|
2811
2812
|
|
|
2812
2813
|
/**
|
|
2813
|
-
*
|
|
2814
|
+
* 暂未开放
|
|
2814
2815
|
*/
|
|
2815
2816
|
Organization?: OrganizationInfo
|
|
2816
2817
|
|
|
2817
2818
|
/**
|
|
2818
|
-
*
|
|
2819
|
+
* 暂未开放
|
|
2819
2820
|
*/
|
|
2820
2821
|
Operator?: UserInfo
|
|
2821
2822
|
}
|
|
@@ -2828,13 +2829,13 @@ export interface ChannelCreateFlowGroupByFilesResponse {
|
|
|
2828
2829
|
* 合同组ID
|
|
2829
2830
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2830
2831
|
*/
|
|
2831
|
-
FlowGroupId
|
|
2832
|
+
FlowGroupId?: string
|
|
2832
2833
|
|
|
2833
2834
|
/**
|
|
2834
2835
|
* 子合同ID列表
|
|
2835
2836
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2836
2837
|
*/
|
|
2837
|
-
FlowIds
|
|
2838
|
+
FlowIds?: Array<string>
|
|
2838
2839
|
|
|
2839
2840
|
/**
|
|
2840
2841
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2849,12 +2850,12 @@ export interface ChannelCreateMultiFlowSignQRCodeResponse {
|
|
|
2849
2850
|
/**
|
|
2850
2851
|
* 签署二维码对象
|
|
2851
2852
|
*/
|
|
2852
|
-
QrCode
|
|
2853
|
+
QrCode?: SignQrCode
|
|
2853
2854
|
|
|
2854
2855
|
/**
|
|
2855
2856
|
* 签署链接对象
|
|
2856
2857
|
*/
|
|
2857
|
-
SignUrls
|
|
2858
|
+
SignUrls?: SignUrl
|
|
2858
2859
|
|
|
2859
2860
|
/**
|
|
2860
2861
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2941,7 +2942,7 @@ export interface ChannelGetTaskResultApiResponse {
|
|
|
2941
2942
|
/**
|
|
2942
2943
|
* 任务Id
|
|
2943
2944
|
*/
|
|
2944
|
-
TaskId
|
|
2945
|
+
TaskId?: string
|
|
2945
2946
|
|
|
2946
2947
|
/**
|
|
2947
2948
|
* 任务状态,需要关注的状态
|
|
@@ -2952,7 +2953,7 @@ export interface ChannelGetTaskResultApiResponse {
|
|
|
2952
2953
|
-6 :ProcessFailed - 转换失败
|
|
2953
2954
|
-13:ProcessTimeout - 转换文件超时
|
|
2954
2955
|
*/
|
|
2955
|
-
TaskStatus
|
|
2956
|
+
TaskStatus?: number
|
|
2956
2957
|
|
|
2957
2958
|
/**
|
|
2958
2959
|
* 状态描述,需要关注的状态
|
|
@@ -2963,18 +2964,18 @@ DownloadFailed - 下载失败
|
|
|
2963
2964
|
ProcessFailed - 转换失败
|
|
2964
2965
|
ProcessTimeout - 转换文件超时
|
|
2965
2966
|
*/
|
|
2966
|
-
TaskMessage
|
|
2967
|
+
TaskMessage?: string
|
|
2967
2968
|
|
|
2968
2969
|
/**
|
|
2969
2970
|
* 资源Id,也是FileId,用于文件发起使用
|
|
2970
2971
|
*/
|
|
2971
|
-
ResourceId
|
|
2972
|
+
ResourceId?: string
|
|
2972
2973
|
|
|
2973
2974
|
/**
|
|
2974
2975
|
* 预览文件Url,有效期30分钟
|
|
2975
2976
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2976
2977
|
*/
|
|
2977
|
-
PreviewUrl
|
|
2978
|
+
PreviewUrl?: string
|
|
2978
2979
|
|
|
2979
2980
|
/**
|
|
2980
2981
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3265,7 +3266,7 @@ SIGN_PAGING_SEAL - 可以指定印章ID
|
|
|
3265
3266
|
*/
|
|
3266
3267
|
export interface GetDownloadFlowUrlRequest {
|
|
3267
3268
|
/**
|
|
3268
|
-
*
|
|
3269
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
3269
3270
|
*/
|
|
3270
3271
|
Agent: Agent
|
|
3271
3272
|
|
|
@@ -3275,7 +3276,7 @@ export interface GetDownloadFlowUrlRequest {
|
|
|
3275
3276
|
DownLoadFlows?: Array<DownloadFlowInfo>
|
|
3276
3277
|
|
|
3277
3278
|
/**
|
|
3278
|
-
*
|
|
3279
|
+
* 操作者的信息,不用传
|
|
3279
3280
|
*/
|
|
3280
3281
|
Operator?: UserInfo
|
|
3281
3282
|
}
|
|
@@ -3285,7 +3286,7 @@ export interface GetDownloadFlowUrlRequest {
|
|
|
3285
3286
|
*/
|
|
3286
3287
|
export interface ChannelBatchCancelFlowsRequest {
|
|
3287
3288
|
/**
|
|
3288
|
-
*
|
|
3289
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
3289
3290
|
*/
|
|
3290
3291
|
Agent: Agent
|
|
3291
3292
|
|
|
@@ -3309,7 +3310,7 @@ export interface ChannelBatchCancelFlowsRequest {
|
|
|
3309
3310
|
CancelMessageFormat?: number
|
|
3310
3311
|
|
|
3311
3312
|
/**
|
|
3312
|
-
*
|
|
3313
|
+
* 暂未开放
|
|
3313
3314
|
*/
|
|
3314
3315
|
Operator?: UserInfo
|
|
3315
3316
|
}
|
|
@@ -3319,7 +3320,7 @@ export interface ChannelBatchCancelFlowsRequest {
|
|
|
3319
3320
|
*/
|
|
3320
3321
|
export interface ChannelUpdateSealStatusRequest {
|
|
3321
3322
|
/**
|
|
3322
|
-
*
|
|
3323
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
3323
3324
|
*/
|
|
3324
3325
|
Agent: Agent
|
|
3325
3326
|
|
|
@@ -3374,7 +3375,7 @@ export interface ChannelCancelFlowRequest {
|
|
|
3374
3375
|
FlowId: string
|
|
3375
3376
|
|
|
3376
3377
|
/**
|
|
3377
|
-
*
|
|
3378
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
3378
3379
|
*/
|
|
3379
3380
|
Agent?: Agent
|
|
3380
3381
|
|
|
@@ -3383,11 +3384,6 @@ export interface ChannelCancelFlowRequest {
|
|
|
3383
3384
|
*/
|
|
3384
3385
|
CancelMessage?: string
|
|
3385
3386
|
|
|
3386
|
-
/**
|
|
3387
|
-
* 操作者的信息
|
|
3388
|
-
*/
|
|
3389
|
-
Operator?: UserInfo
|
|
3390
|
-
|
|
3391
3387
|
/**
|
|
3392
3388
|
* 撤销理由自定义格式;选项:
|
|
3393
3389
|
0 默认格式
|
|
@@ -3396,6 +3392,11 @@ export interface ChannelCancelFlowRequest {
|
|
|
3396
3392
|
3 保留身份信息+企业名称+经办人名称:展示为【发起方xxxx公司-经办人姓名】
|
|
3397
3393
|
*/
|
|
3398
3394
|
CancelMessageFormat?: number
|
|
3395
|
+
|
|
3396
|
+
/**
|
|
3397
|
+
* 暂未开放
|
|
3398
|
+
*/
|
|
3399
|
+
Operator?: UserInfo
|
|
3399
3400
|
}
|
|
3400
3401
|
|
|
3401
3402
|
/**
|
|
@@ -3403,7 +3404,7 @@ export interface ChannelCancelFlowRequest {
|
|
|
3403
3404
|
*/
|
|
3404
3405
|
export interface DescribeTemplatesRequest {
|
|
3405
3406
|
/**
|
|
3406
|
-
*
|
|
3407
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
3407
3408
|
*/
|
|
3408
3409
|
Agent: Agent
|
|
3409
3410
|
|
|
@@ -3463,12 +3464,12 @@ export interface DescribeTemplatesRequest {
|
|
|
3463
3464
|
*/
|
|
3464
3465
|
export interface ChannelCreateSealPolicyRequest {
|
|
3465
3466
|
/**
|
|
3466
|
-
*
|
|
3467
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
3467
3468
|
*/
|
|
3468
3469
|
Agent: Agent
|
|
3469
3470
|
|
|
3470
3471
|
/**
|
|
3471
|
-
* 指定印章
|
|
3472
|
+
* 指定印章ID
|
|
3472
3473
|
*/
|
|
3473
3474
|
SealId: string
|
|
3474
3475
|
|
|
@@ -3478,12 +3479,12 @@ export interface ChannelCreateSealPolicyRequest {
|
|
|
3478
3479
|
UserIds: Array<string>
|
|
3479
3480
|
|
|
3480
3481
|
/**
|
|
3481
|
-
*
|
|
3482
|
+
* 企业机构信息,不用传
|
|
3482
3483
|
*/
|
|
3483
3484
|
Organization?: OrganizationInfo
|
|
3484
3485
|
|
|
3485
3486
|
/**
|
|
3486
|
-
*
|
|
3487
|
+
* 操作人(用户)信息,不用传
|
|
3487
3488
|
*/
|
|
3488
3489
|
Operator?: UserInfo
|
|
3489
3490
|
}
|
|
@@ -3554,7 +3555,7 @@ export interface OccupiedSeal {
|
|
|
3554
3555
|
*/
|
|
3555
3556
|
export interface CreateFlowsByTemplatesRequest {
|
|
3556
3557
|
/**
|
|
3557
|
-
*
|
|
3558
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
3558
3559
|
*/
|
|
3559
3560
|
Agent: Agent
|
|
3560
3561
|
|
|
@@ -3576,7 +3577,7 @@ export interface CreateFlowsByTemplatesRequest {
|
|
|
3576
3577
|
PreviewType?: number
|
|
3577
3578
|
|
|
3578
3579
|
/**
|
|
3579
|
-
*
|
|
3580
|
+
* 操作者的信息,不用传
|
|
3580
3581
|
*/
|
|
3581
3582
|
Operator?: UserInfo
|
|
3582
3583
|
}
|
|
@@ -3627,17 +3628,17 @@ export interface ChannelCreateBatchCancelFlowUrlResponse {
|
|
|
3627
3628
|
/**
|
|
3628
3629
|
* 批量撤销url
|
|
3629
3630
|
*/
|
|
3630
|
-
BatchCancelFlowUrl
|
|
3631
|
+
BatchCancelFlowUrl?: string
|
|
3631
3632
|
|
|
3632
3633
|
/**
|
|
3633
3634
|
* 签署流程批量撤销失败原因
|
|
3634
3635
|
*/
|
|
3635
|
-
FailMessages
|
|
3636
|
+
FailMessages?: Array<string>
|
|
3636
3637
|
|
|
3637
3638
|
/**
|
|
3638
3639
|
* 签署撤销url过期时间-年月日-时分秒
|
|
3639
3640
|
*/
|
|
3640
|
-
UrlExpireOn
|
|
3641
|
+
UrlExpireOn?: string
|
|
3641
3642
|
|
|
3642
3643
|
/**
|
|
3643
3644
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3650,7 +3651,7 @@ export interface ChannelCreateBatchCancelFlowUrlResponse {
|
|
|
3650
3651
|
*/
|
|
3651
3652
|
export interface OperateChannelTemplateRequest {
|
|
3652
3653
|
/**
|
|
3653
|
-
*
|
|
3654
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
3654
3655
|
*/
|
|
3655
3656
|
Agent: Agent
|
|
3656
3657
|
|
|
@@ -3675,7 +3676,7 @@ export interface OperateChannelTemplateRequest {
|
|
|
3675
3676
|
AuthTag?: string
|
|
3676
3677
|
|
|
3677
3678
|
/**
|
|
3678
|
-
*
|
|
3679
|
+
* 暂未开放
|
|
3679
3680
|
*/
|
|
3680
3681
|
Operator?: UserInfo
|
|
3681
3682
|
}
|
|
@@ -3688,20 +3689,20 @@ export interface CreateChannelFlowEvidenceReportResponse {
|
|
|
3688
3689
|
* 出证报告 ID,用于查询出证报告接口DescribeChannelFlowEvidenceReport时用到
|
|
3689
3690
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3690
3691
|
*/
|
|
3691
|
-
ReportId
|
|
3692
|
+
ReportId?: string
|
|
3692
3693
|
|
|
3693
3694
|
/**
|
|
3694
3695
|
* 执行中:EvidenceStatusExecuting
|
|
3695
3696
|
成功:EvidenceStatusSuccess
|
|
3696
3697
|
失败:EvidenceStatusFailed
|
|
3697
3698
|
*/
|
|
3698
|
-
Status
|
|
3699
|
+
Status?: string
|
|
3699
3700
|
|
|
3700
3701
|
/**
|
|
3701
3702
|
* 废除,字段无效
|
|
3702
3703
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3703
3704
|
*/
|
|
3704
|
-
ReportUrl
|
|
3705
|
+
ReportUrl?: string
|
|
3705
3706
|
|
|
3706
3707
|
/**
|
|
3707
3708
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3734,23 +3735,23 @@ export interface ChannelDescribeEmployeesResponse {
|
|
|
3734
3735
|
* 员工数据列表
|
|
3735
3736
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3736
3737
|
*/
|
|
3737
|
-
Employees
|
|
3738
|
+
Employees?: Array<Staff>
|
|
3738
3739
|
|
|
3739
3740
|
/**
|
|
3740
3741
|
* 偏移量,默认为0,最大为20000
|
|
3741
3742
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3742
3743
|
*/
|
|
3743
|
-
Offset
|
|
3744
|
+
Offset?: number
|
|
3744
3745
|
|
|
3745
3746
|
/**
|
|
3746
3747
|
* 返回最大数量,最大为20
|
|
3747
3748
|
*/
|
|
3748
|
-
Limit
|
|
3749
|
+
Limit?: number
|
|
3749
3750
|
|
|
3750
3751
|
/**
|
|
3751
3752
|
* 符合条件的员工数量
|
|
3752
3753
|
*/
|
|
3753
|
-
TotalCount
|
|
3754
|
+
TotalCount?: number
|
|
3754
3755
|
|
|
3755
3756
|
/**
|
|
3756
3757
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3781,14 +3782,14 @@ export interface DescribeChannelFlowEvidenceReportResponse {
|
|
|
3781
3782
|
* 出证报告 URL
|
|
3782
3783
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3783
3784
|
*/
|
|
3784
|
-
ReportUrl
|
|
3785
|
+
ReportUrl?: string
|
|
3785
3786
|
|
|
3786
3787
|
/**
|
|
3787
3788
|
* 执行中:EvidenceStatusExecuting
|
|
3788
3789
|
成功:EvidenceStatusSuccess
|
|
3789
3790
|
失败:EvidenceStatusFailed
|
|
3790
3791
|
*/
|
|
3791
|
-
Status
|
|
3792
|
+
Status?: string
|
|
3792
3793
|
|
|
3793
3794
|
/**
|
|
3794
3795
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3811,7 +3812,7 @@ export interface ChannelUpdateSealStatusResponse {
|
|
|
3811
3812
|
*/
|
|
3812
3813
|
export interface ChannelCreateFlowSignUrlRequest {
|
|
3813
3814
|
/**
|
|
3814
|
-
*
|
|
3815
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
|
|
3815
3816
|
*/
|
|
3816
3817
|
Agent: Agent
|
|
3817
3818
|
|