tencentcloud-sdk-nodejs-essbasic 4.0.549 → 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 +342 -0
- package/SERVICE_CHANGELOG.md +580 -43
- package/package.json +1 -1
- package/products.md +17 -17
- package/src/services/essbasic/v20210526/essbasic_client.ts +12 -15
- package/src/services/essbasic/v20210526/essbasic_models.ts +148 -148
- 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 +146 -146
|
@@ -14,7 +14,7 @@ export interface ChannelCreateConvertTaskApiResponse {
|
|
|
14
14
|
/**
|
|
15
15
|
* 任务id
|
|
16
16
|
*/
|
|
17
|
-
TaskId
|
|
17
|
+
TaskId?: string;
|
|
18
18
|
/**
|
|
19
19
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
20
20
|
*/
|
|
@@ -38,7 +38,7 @@ export interface ChannelCreateFlowRemindsResponse {
|
|
|
38
38
|
*/
|
|
39
39
|
export interface ChannelDeleteSealPoliciesRequest {
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
41
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
42
42
|
*/
|
|
43
43
|
Agent: Agent;
|
|
44
44
|
/**
|
|
@@ -50,13 +50,13 @@ export interface ChannelDeleteSealPoliciesRequest {
|
|
|
50
50
|
*/
|
|
51
51
|
UserIds: Array<string>;
|
|
52
52
|
/**
|
|
53
|
-
*
|
|
53
|
+
* 组织机构信息,不用传
|
|
54
54
|
*/
|
|
55
|
-
|
|
55
|
+
Organization?: OrganizationInfo;
|
|
56
56
|
/**
|
|
57
|
-
*
|
|
57
|
+
* 操作人(用户)信息,不用传
|
|
58
58
|
*/
|
|
59
|
-
|
|
59
|
+
Operator?: UserInfo;
|
|
60
60
|
}
|
|
61
61
|
/**
|
|
62
62
|
* ChannelBatchCancelFlows返回参数结构体
|
|
@@ -65,7 +65,7 @@ export interface ChannelBatchCancelFlowsResponse {
|
|
|
65
65
|
/**
|
|
66
66
|
* 签署流程批量撤销失败原因,错误信息与流程Id一一对应,成功为“”,失败则对应失败消息
|
|
67
67
|
*/
|
|
68
|
-
FailMessages
|
|
68
|
+
FailMessages?: Array<string>;
|
|
69
69
|
/**
|
|
70
70
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
71
71
|
*/
|
|
@@ -91,7 +91,7 @@ export interface Department {
|
|
|
91
91
|
*/
|
|
92
92
|
export interface ChannelCreateFlowSignReviewRequest {
|
|
93
93
|
/**
|
|
94
|
-
*
|
|
94
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
95
95
|
*/
|
|
96
96
|
Agent: Agent;
|
|
97
97
|
/**
|
|
@@ -133,7 +133,7 @@ export interface AuthFailMessage {
|
|
|
133
133
|
*/
|
|
134
134
|
export interface DescribeFlowDetailInfoRequest {
|
|
135
135
|
/**
|
|
136
|
-
*
|
|
136
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
137
137
|
*/
|
|
138
138
|
Agent: Agent;
|
|
139
139
|
/**
|
|
@@ -141,21 +141,21 @@ export interface DescribeFlowDetailInfoRequest {
|
|
|
141
141
|
(备注:该参数和合同组编号必须二选一)
|
|
142
142
|
*/
|
|
143
143
|
FlowIds?: Array<string>;
|
|
144
|
-
/**
|
|
145
|
-
* 操作者的信息
|
|
146
|
-
*/
|
|
147
|
-
Operator?: UserInfo;
|
|
148
144
|
/**
|
|
149
145
|
* 合同组编号(备注:该参数和合同(流程)编号数组必须二选一)
|
|
150
146
|
*/
|
|
151
147
|
FlowGroupId?: string;
|
|
148
|
+
/**
|
|
149
|
+
* 暂未开放
|
|
150
|
+
*/
|
|
151
|
+
Operator?: UserInfo;
|
|
152
152
|
}
|
|
153
153
|
/**
|
|
154
154
|
* ModifyExtendedService请求参数结构体
|
|
155
155
|
*/
|
|
156
156
|
export interface ModifyExtendedServiceRequest {
|
|
157
157
|
/**
|
|
158
|
-
*
|
|
158
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
159
159
|
|
|
160
160
|
注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId
|
|
161
161
|
*/
|
|
@@ -181,7 +181,7 @@ export interface ModifyExtendedServiceRequest {
|
|
|
181
181
|
*/
|
|
182
182
|
export interface DescribeResourceUrlsByFlowsRequest {
|
|
183
183
|
/**
|
|
184
|
-
*
|
|
184
|
+
* 应用相关信息。
|
|
185
185
|
此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
186
186
|
*/
|
|
187
187
|
Agent: Agent;
|
|
@@ -190,7 +190,7 @@ export interface DescribeResourceUrlsByFlowsRequest {
|
|
|
190
190
|
*/
|
|
191
191
|
FlowIds?: Array<string>;
|
|
192
192
|
/**
|
|
193
|
-
*
|
|
193
|
+
* 操作者的信息,不用传
|
|
194
194
|
*/
|
|
195
195
|
Operator?: UserInfo;
|
|
196
196
|
}
|
|
@@ -218,7 +218,7 @@ export interface ChannelCreateFlowSignUrlResponse {
|
|
|
218
218
|
/**
|
|
219
219
|
* 签署人签署链接信息
|
|
220
220
|
*/
|
|
221
|
-
FlowApproverUrlInfos
|
|
221
|
+
FlowApproverUrlInfos?: Array<FlowApproverUrlInfo>;
|
|
222
222
|
/**
|
|
223
223
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
224
224
|
*/
|
|
@@ -231,7 +231,7 @@ export interface CreateSealByImageResponse {
|
|
|
231
231
|
/**
|
|
232
232
|
* 印章id
|
|
233
233
|
*/
|
|
234
|
-
SealId
|
|
234
|
+
SealId?: string;
|
|
235
235
|
/**
|
|
236
236
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
237
237
|
*/
|
|
@@ -245,32 +245,32 @@ export interface OperateChannelTemplateResponse {
|
|
|
245
245
|
* 腾讯电子签颁发给渠道的应用ID
|
|
246
246
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
247
247
|
*/
|
|
248
|
-
AppId
|
|
248
|
+
AppId?: string;
|
|
249
249
|
/**
|
|
250
250
|
* 渠道方模板库模板唯一标识
|
|
251
251
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
252
252
|
*/
|
|
253
|
-
TemplateId
|
|
253
|
+
TemplateId?: string;
|
|
254
254
|
/**
|
|
255
255
|
* 全部成功-"all-success",部分成功-"part-success", 全部失败-"fail"失败的会在FailMessageList中展示
|
|
256
256
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
257
257
|
*/
|
|
258
|
-
OperateResult
|
|
258
|
+
OperateResult?: string;
|
|
259
259
|
/**
|
|
260
260
|
* 模板可见性, 全部可见-"all", 部分可见-"part"
|
|
261
261
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
262
262
|
*/
|
|
263
|
-
AuthTag
|
|
263
|
+
AuthTag?: string;
|
|
264
264
|
/**
|
|
265
265
|
* 合作企业方第三方机构唯一标识数据
|
|
266
266
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
267
267
|
*/
|
|
268
|
-
ProxyOrganizationOpenIds
|
|
268
|
+
ProxyOrganizationOpenIds?: Array<string>;
|
|
269
269
|
/**
|
|
270
270
|
* 操作失败信息数组
|
|
271
271
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
272
272
|
*/
|
|
273
|
-
FailMessageList
|
|
273
|
+
FailMessageList?: Array<AuthFailMessage>;
|
|
274
274
|
/**
|
|
275
275
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
276
276
|
*/
|
|
@@ -337,15 +337,15 @@ export interface CreateConsoleLoginUrlResponse {
|
|
|
337
337
|
4. 此链接仅单次有效,使用后需要再次创建新的链接(部分聊天软件,如企业微信默认会对链接进行解析,此时需要使用类似“代码片段”的方式或者放到txt文件里发送链接)
|
|
338
338
|
5. 创建的链接应避免被转义,如:&被转义为\u0026;如使用Postman请求后,请选择响应类型为 JSON,否则链接将被转义
|
|
339
339
|
*/
|
|
340
|
-
ConsoleUrl
|
|
340
|
+
ConsoleUrl?: string;
|
|
341
341
|
/**
|
|
342
342
|
* 渠道子客企业是否已开通腾讯电子签
|
|
343
343
|
*/
|
|
344
|
-
IsActivated
|
|
344
|
+
IsActivated?: boolean;
|
|
345
345
|
/**
|
|
346
346
|
* 当前经办人是否已认证(false:未认证 true:已认证)
|
|
347
347
|
*/
|
|
348
|
-
ProxyOperatorIsVerified
|
|
348
|
+
ProxyOperatorIsVerified?: boolean;
|
|
349
349
|
/**
|
|
350
350
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
351
351
|
*/
|
|
@@ -377,7 +377,7 @@ export interface SyncProxyOrganizationRequest {
|
|
|
377
377
|
*/
|
|
378
378
|
ProxyLegalName?: string;
|
|
379
379
|
/**
|
|
380
|
-
*
|
|
380
|
+
* 暂未开放
|
|
381
381
|
*/
|
|
382
382
|
Operator?: UserInfo;
|
|
383
383
|
}
|
|
@@ -386,7 +386,7 @@ export interface SyncProxyOrganizationRequest {
|
|
|
386
386
|
*/
|
|
387
387
|
export interface CreateSealByImageRequest {
|
|
388
388
|
/**
|
|
389
|
-
*
|
|
389
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
390
390
|
*/
|
|
391
391
|
Agent: Agent;
|
|
392
392
|
/**
|
|
@@ -407,7 +407,7 @@ export interface CreateSealByImageRequest {
|
|
|
407
407
|
*/
|
|
408
408
|
export interface ChannelCreateFlowRemindsRequest {
|
|
409
409
|
/**
|
|
410
|
-
*
|
|
410
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
411
411
|
*/
|
|
412
412
|
Agent: Agent;
|
|
413
413
|
/**
|
|
@@ -476,7 +476,7 @@ export interface FlowApproverUrlInfo {
|
|
|
476
476
|
*/
|
|
477
477
|
export interface ChannelCreateConvertTaskApiRequest {
|
|
478
478
|
/**
|
|
479
|
-
*
|
|
479
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
480
480
|
*/
|
|
481
481
|
Agent: Agent;
|
|
482
482
|
/**
|
|
@@ -492,7 +492,7 @@ export interface ChannelCreateConvertTaskApiRequest {
|
|
|
492
492
|
*/
|
|
493
493
|
ResourceId: string;
|
|
494
494
|
/**
|
|
495
|
-
*
|
|
495
|
+
* 调用方用户信息,不用传
|
|
496
496
|
*/
|
|
497
497
|
Operator?: UserInfo;
|
|
498
498
|
/**
|
|
@@ -505,7 +505,7 @@ export interface ChannelCreateConvertTaskApiRequest {
|
|
|
505
505
|
*/
|
|
506
506
|
export interface ChannelCreateFlowByFilesRequest {
|
|
507
507
|
/**
|
|
508
|
-
*
|
|
508
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
509
509
|
*/
|
|
510
510
|
Agent?: Agent;
|
|
511
511
|
/**
|
|
@@ -556,10 +556,6 @@ export interface ChannelCreateFlowByFilesRequest {
|
|
|
556
556
|
* 发起方企业的签署人进行签署操作是否需要企业内部审批。 若设置为true,审核结果需通过接口 ChannelCreateFlowSignReview 通知电子签,审核通过后,发起方企业签署人方可进行签署操作,否则会阻塞其签署操作。 注:企业可以通过此功能与企业内部的审批流程进行关联,支持手动、静默签署合同。
|
|
557
557
|
*/
|
|
558
558
|
NeedSignReview?: boolean;
|
|
559
|
-
/**
|
|
560
|
-
* 操作者的信息
|
|
561
|
-
*/
|
|
562
|
-
Operator?: UserInfo;
|
|
563
559
|
/**
|
|
564
560
|
* 签署人校验方式
|
|
565
561
|
VerifyCheck: 人脸识别(默认)
|
|
@@ -571,6 +567,10 @@ export interface ChannelCreateFlowByFilesRequest {
|
|
|
571
567
|
* 标识是否允许发起后添加控件。0为不允许1为允许。如果为1,创建的时候不能有签署控件,只能创建后添加。注意发起后添加控件功能不支持添加骑缝章和签批控件
|
|
572
568
|
*/
|
|
573
569
|
SignBeanTag?: number;
|
|
570
|
+
/**
|
|
571
|
+
* 操作者的信息,不用传
|
|
572
|
+
*/
|
|
573
|
+
Operator?: UserInfo;
|
|
574
574
|
}
|
|
575
575
|
/**
|
|
576
576
|
* 应用相关信息
|
|
@@ -689,7 +689,7 @@ export interface ChannelCreateFlowGroupByFilesRequest {
|
|
|
689
689
|
*/
|
|
690
690
|
FlowGroupName: string;
|
|
691
691
|
/**
|
|
692
|
-
*
|
|
692
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
693
693
|
*/
|
|
694
694
|
Agent?: Agent;
|
|
695
695
|
/**
|
|
@@ -700,7 +700,7 @@ export interface ChannelCreateFlowGroupByFilesRequest {
|
|
|
700
700
|
*/
|
|
701
701
|
ApproverVerifyType?: string;
|
|
702
702
|
/**
|
|
703
|
-
*
|
|
703
|
+
* 操作者的信息,此参数不用传
|
|
704
704
|
*/
|
|
705
705
|
Operator?: UserInfo;
|
|
706
706
|
}
|
|
@@ -711,26 +711,26 @@ export interface DescribeFlowDetailInfoResponse {
|
|
|
711
711
|
/**
|
|
712
712
|
* 渠道侧应用号Id
|
|
713
713
|
*/
|
|
714
|
-
ApplicationId
|
|
714
|
+
ApplicationId?: string;
|
|
715
715
|
/**
|
|
716
716
|
* 渠道侧企业第三方Id
|
|
717
717
|
*/
|
|
718
|
-
ProxyOrganizationOpenId
|
|
718
|
+
ProxyOrganizationOpenId?: string;
|
|
719
719
|
/**
|
|
720
720
|
* 合同(签署流程)的具体详细描述信息
|
|
721
721
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
722
722
|
*/
|
|
723
|
-
FlowInfo
|
|
723
|
+
FlowInfo?: Array<FlowDetailInfo>;
|
|
724
724
|
/**
|
|
725
725
|
* 合同组编号
|
|
726
726
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
727
727
|
*/
|
|
728
|
-
FlowGroupId
|
|
728
|
+
FlowGroupId?: string;
|
|
729
729
|
/**
|
|
730
730
|
* 合同组名称
|
|
731
731
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
732
732
|
*/
|
|
733
|
-
FlowGroupName
|
|
733
|
+
FlowGroupName?: string;
|
|
734
734
|
/**
|
|
735
735
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
736
736
|
*/
|
|
@@ -860,7 +860,7 @@ export interface PrepareFlowsResponse {
|
|
|
860
860
|
/**
|
|
861
861
|
* 待发起文件确认页
|
|
862
862
|
*/
|
|
863
|
-
ConfirmUrl
|
|
863
|
+
ConfirmUrl?: string;
|
|
864
864
|
/**
|
|
865
865
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
866
866
|
*/
|
|
@@ -947,7 +947,7 @@ export interface GetDownloadFlowUrlResponse {
|
|
|
947
947
|
/**
|
|
948
948
|
* 合同(流程)下载地址
|
|
949
949
|
*/
|
|
950
|
-
DownLoadUrl
|
|
950
|
+
DownLoadUrl?: string;
|
|
951
951
|
/**
|
|
952
952
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
953
953
|
*/
|
|
@@ -1001,19 +1001,19 @@ export interface DescribeTemplatesResponse {
|
|
|
1001
1001
|
/**
|
|
1002
1002
|
* 模板详情
|
|
1003
1003
|
*/
|
|
1004
|
-
Templates
|
|
1004
|
+
Templates?: Array<TemplateInfo>;
|
|
1005
1005
|
/**
|
|
1006
1006
|
* 查询总数
|
|
1007
1007
|
*/
|
|
1008
|
-
TotalCount
|
|
1008
|
+
TotalCount?: number;
|
|
1009
1009
|
/**
|
|
1010
1010
|
* 查询数量
|
|
1011
1011
|
*/
|
|
1012
|
-
Limit
|
|
1012
|
+
Limit?: number;
|
|
1013
1013
|
/**
|
|
1014
1014
|
* 查询起始偏移
|
|
1015
1015
|
*/
|
|
1016
|
-
Offset
|
|
1016
|
+
Offset?: number;
|
|
1017
1017
|
/**
|
|
1018
1018
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1019
1019
|
*/
|
|
@@ -1043,11 +1043,11 @@ export interface ChannelVerifyPdfRequest {
|
|
|
1043
1043
|
*/
|
|
1044
1044
|
FlowId: string;
|
|
1045
1045
|
/**
|
|
1046
|
-
*
|
|
1046
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
1047
1047
|
*/
|
|
1048
1048
|
Agent?: Agent;
|
|
1049
1049
|
/**
|
|
1050
|
-
*
|
|
1050
|
+
* 暂未开放
|
|
1051
1051
|
*/
|
|
1052
1052
|
Operator?: UserInfo;
|
|
1053
1053
|
}
|
|
@@ -1056,15 +1056,15 @@ export interface ChannelVerifyPdfRequest {
|
|
|
1056
1056
|
*/
|
|
1057
1057
|
export interface CreateChannelFlowEvidenceReportRequest {
|
|
1058
1058
|
/**
|
|
1059
|
-
*
|
|
1059
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
|
|
1060
1060
|
*/
|
|
1061
|
-
|
|
1061
|
+
Agent: Agent;
|
|
1062
1062
|
/**
|
|
1063
|
-
*
|
|
1063
|
+
* 签署流程编号
|
|
1064
1064
|
*/
|
|
1065
|
-
|
|
1065
|
+
FlowId: string;
|
|
1066
1066
|
/**
|
|
1067
|
-
*
|
|
1067
|
+
* 暂未开放
|
|
1068
1068
|
*/
|
|
1069
1069
|
Operator?: UserInfo;
|
|
1070
1070
|
}
|
|
@@ -1075,12 +1075,12 @@ export interface ChannelVerifyPdfResponse {
|
|
|
1075
1075
|
/**
|
|
1076
1076
|
* 验签结果,1-文件未被篡改,全部签名在腾讯电子签完成; 2-文件未被篡改,部分签名在腾讯电子签完成;3-文件被篡改;4-异常:文件内没有签名域;5-异常:文件签名格式错误
|
|
1077
1077
|
*/
|
|
1078
|
-
VerifyResult
|
|
1078
|
+
VerifyResult?: number;
|
|
1079
1079
|
/**
|
|
1080
1080
|
* 验签结果详情,内部状态1-验签成功,在电子签签署;2-验签成功,在其他平台签署;3-验签失败;4-pdf文件没有签名域
|
|
1081
1081
|
;5-文件签名格式错误
|
|
1082
1082
|
*/
|
|
1083
|
-
PdfVerifyResults
|
|
1083
|
+
PdfVerifyResults?: Array<PdfVerifyResult>;
|
|
1084
1084
|
/**
|
|
1085
1085
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1086
1086
|
*/
|
|
@@ -1127,14 +1127,14 @@ export interface CreateConsoleLoginUrlRequest {
|
|
|
1127
1127
|
* 触发自动跳转事件,仅对App类型有效,"VERIFIED":企业认证完成/员工认证完成后跳回原App/小程序
|
|
1128
1128
|
*/
|
|
1129
1129
|
AutoJumpBackEvent?: string;
|
|
1130
|
-
/**
|
|
1131
|
-
* 操作者的信息
|
|
1132
|
-
*/
|
|
1133
|
-
Operator?: UserInfo;
|
|
1134
1130
|
/**
|
|
1135
1131
|
* 支持的授权方式,授权方式: "1" - 上传授权书认证 "2" - 法定代表人认证
|
|
1136
1132
|
*/
|
|
1137
1133
|
AuthorizationTypes?: Array<number>;
|
|
1134
|
+
/**
|
|
1135
|
+
* 暂未开放
|
|
1136
|
+
*/
|
|
1137
|
+
Operator?: UserInfo;
|
|
1138
1138
|
}
|
|
1139
1139
|
/**
|
|
1140
1140
|
* 机构信息
|
|
@@ -1227,7 +1227,7 @@ export interface PdfVerifyResult {
|
|
|
1227
1227
|
*/
|
|
1228
1228
|
export interface ChannelCancelMultiFlowSignQRCodeRequest {
|
|
1229
1229
|
/**
|
|
1230
|
-
*
|
|
1230
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
1231
1231
|
*/
|
|
1232
1232
|
Agent: Agent;
|
|
1233
1233
|
/**
|
|
@@ -1235,7 +1235,7 @@ export interface ChannelCancelMultiFlowSignQRCodeRequest {
|
|
|
1235
1235
|
*/
|
|
1236
1236
|
QrCodeId: string;
|
|
1237
1237
|
/**
|
|
1238
|
-
*
|
|
1238
|
+
* 暂未开放
|
|
1239
1239
|
*/
|
|
1240
1240
|
Operator?: UserInfo;
|
|
1241
1241
|
}
|
|
@@ -1267,7 +1267,7 @@ export interface UploadFilesRequest {
|
|
|
1267
1267
|
*/
|
|
1268
1268
|
export interface ChannelDescribeOrganizationSealsRequest {
|
|
1269
1269
|
/**
|
|
1270
|
-
*
|
|
1270
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
1271
1271
|
*/
|
|
1272
1272
|
Agent: Agent;
|
|
1273
1273
|
/**
|
|
@@ -1329,7 +1329,7 @@ export interface DescribeUsageRequest {
|
|
|
1329
1329
|
*/
|
|
1330
1330
|
Offset?: number;
|
|
1331
1331
|
/**
|
|
1332
|
-
*
|
|
1332
|
+
* 暂未开放
|
|
1333
1333
|
*/
|
|
1334
1334
|
Operator?: UserInfo;
|
|
1335
1335
|
}
|
|
@@ -1338,7 +1338,7 @@ export interface DescribeUsageRequest {
|
|
|
1338
1338
|
*/
|
|
1339
1339
|
export interface DescribeExtendedServiceAuthInfoRequest {
|
|
1340
1340
|
/**
|
|
1341
|
-
*
|
|
1341
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
|
|
1342
1342
|
|
|
1343
1343
|
注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId
|
|
1344
1344
|
|
|
@@ -1589,12 +1589,12 @@ export interface DescribeUsageResponse {
|
|
|
1589
1589
|
/**
|
|
1590
1590
|
* 用量明细条数
|
|
1591
1591
|
*/
|
|
1592
|
-
Total
|
|
1592
|
+
Total?: number;
|
|
1593
1593
|
/**
|
|
1594
1594
|
* 用量明细
|
|
1595
1595
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1596
1596
|
*/
|
|
1597
|
-
Details
|
|
1597
|
+
Details?: Array<UsageDetail>;
|
|
1598
1598
|
/**
|
|
1599
1599
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1600
1600
|
*/
|
|
@@ -1680,7 +1680,7 @@ export interface ChannelDescribeEmployeesRequest {
|
|
|
1680
1680
|
*/
|
|
1681
1681
|
Limit: number;
|
|
1682
1682
|
/**
|
|
1683
|
-
*
|
|
1683
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
1684
1684
|
*/
|
|
1685
1685
|
Agent?: Agent;
|
|
1686
1686
|
/**
|
|
@@ -1694,7 +1694,7 @@ export interface ChannelDescribeEmployeesRequest {
|
|
|
1694
1694
|
*/
|
|
1695
1695
|
Offset?: number;
|
|
1696
1696
|
/**
|
|
1697
|
-
*
|
|
1697
|
+
* 暂未开放
|
|
1698
1698
|
*/
|
|
1699
1699
|
Operator?: UserInfo;
|
|
1700
1700
|
}
|
|
@@ -1714,12 +1714,12 @@ export interface DescribeResourceUrlsByFlowsResponse {
|
|
|
1714
1714
|
/**
|
|
1715
1715
|
* 签署流程资源对应链接信息
|
|
1716
1716
|
*/
|
|
1717
|
-
FlowResourceUrlInfos
|
|
1717
|
+
FlowResourceUrlInfos?: Array<FlowResourceUrlInfo>;
|
|
1718
1718
|
/**
|
|
1719
1719
|
* 创建消息,对应多个合同ID,
|
|
1720
1720
|
成功为“”,创建失败则对应失败消息
|
|
1721
1721
|
*/
|
|
1722
|
-
ErrorMessages
|
|
1722
|
+
ErrorMessages?: Array<string>;
|
|
1723
1723
|
/**
|
|
1724
1724
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1725
1725
|
*/
|
|
@@ -1730,7 +1730,7 @@ export interface DescribeResourceUrlsByFlowsResponse {
|
|
|
1730
1730
|
*/
|
|
1731
1731
|
export interface SyncProxyOrganizationOperatorsRequest {
|
|
1732
1732
|
/**
|
|
1733
|
-
*
|
|
1733
|
+
* 应用相关信息。 此接口Agent.AppId 和 Agent.ProxyOrganizationOpenId必填。
|
|
1734
1734
|
*/
|
|
1735
1735
|
Agent: Agent;
|
|
1736
1736
|
/**
|
|
@@ -1742,7 +1742,7 @@ export interface SyncProxyOrganizationOperatorsRequest {
|
|
|
1742
1742
|
*/
|
|
1743
1743
|
ProxyOrganizationOperators: Array<ProxyOrganizationOperator>;
|
|
1744
1744
|
/**
|
|
1745
|
-
*
|
|
1745
|
+
* 暂未开放
|
|
1746
1746
|
*/
|
|
1747
1747
|
Operator?: UserInfo;
|
|
1748
1748
|
}
|
|
@@ -1751,7 +1751,7 @@ export interface SyncProxyOrganizationOperatorsRequest {
|
|
|
1751
1751
|
*/
|
|
1752
1752
|
export interface CreateSignUrlsRequest {
|
|
1753
1753
|
/**
|
|
1754
|
-
*
|
|
1754
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
1755
1755
|
*/
|
|
1756
1756
|
Agent: Agent;
|
|
1757
1757
|
/**
|
|
@@ -1793,7 +1793,7 @@ export interface CreateSignUrlsRequest {
|
|
|
1793
1793
|
*/
|
|
1794
1794
|
OrganizationOpenId?: string;
|
|
1795
1795
|
/**
|
|
1796
|
-
* 渠道合作企业参与人OpenId,GenerateType为"CHANNEL"
|
|
1796
|
+
* 渠道合作企业参与人OpenId,GenerateType为"CHANNEL"时可用,指定到具体参与人, 仅展示已经实名的经办人信息
|
|
1797
1797
|
*/
|
|
1798
1798
|
OpenId?: string;
|
|
1799
1799
|
/**
|
|
@@ -1805,7 +1805,7 @@ export interface CreateSignUrlsRequest {
|
|
|
1805
1805
|
*/
|
|
1806
1806
|
JumpUrl?: string;
|
|
1807
1807
|
/**
|
|
1808
|
-
*
|
|
1808
|
+
* 暂未开放
|
|
1809
1809
|
*/
|
|
1810
1810
|
Operator?: UserInfo;
|
|
1811
1811
|
}
|
|
@@ -1814,7 +1814,7 @@ export interface CreateSignUrlsRequest {
|
|
|
1814
1814
|
*/
|
|
1815
1815
|
export interface ChannelCreateMultiFlowSignQRCodeRequest {
|
|
1816
1816
|
/**
|
|
1817
|
-
*
|
|
1817
|
+
* 应用相关信息。
|
|
1818
1818
|
此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 必填。
|
|
1819
1819
|
*/
|
|
1820
1820
|
Agent: Agent;
|
|
@@ -1848,14 +1848,14 @@ export interface ChannelCreateMultiFlowSignQRCodeRequest {
|
|
|
1848
1848
|
回调时机:用户通过签署二维码发起合同时,企业额度不足导致失败
|
|
1849
1849
|
*/
|
|
1850
1850
|
CallbackUrl?: string;
|
|
1851
|
-
/**
|
|
1852
|
-
* 用户信息
|
|
1853
|
-
*/
|
|
1854
|
-
Operator?: UserInfo;
|
|
1855
1851
|
/**
|
|
1856
1852
|
* 限制二维码用户条件(已弃用)
|
|
1857
1853
|
*/
|
|
1858
1854
|
ApproverRestrictions?: ApproverRestriction;
|
|
1855
|
+
/**
|
|
1856
|
+
* 暂未开放
|
|
1857
|
+
*/
|
|
1858
|
+
Operator?: UserInfo;
|
|
1859
1859
|
}
|
|
1860
1860
|
/**
|
|
1861
1861
|
* 一码多扫签署二维码对象
|
|
@@ -1879,7 +1879,7 @@ export interface SignQrCode {
|
|
|
1879
1879
|
*/
|
|
1880
1880
|
export interface ChannelGetTaskResultApiRequest {
|
|
1881
1881
|
/**
|
|
1882
|
-
*
|
|
1882
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
1883
1883
|
*/
|
|
1884
1884
|
Agent: Agent;
|
|
1885
1885
|
/**
|
|
@@ -1887,7 +1887,7 @@ export interface ChannelGetTaskResultApiRequest {
|
|
|
1887
1887
|
*/
|
|
1888
1888
|
TaskId: string;
|
|
1889
1889
|
/**
|
|
1890
|
-
*
|
|
1890
|
+
* 操作者的信息,不用传
|
|
1891
1891
|
*/
|
|
1892
1892
|
Operator?: UserInfo;
|
|
1893
1893
|
/**
|
|
@@ -1943,25 +1943,25 @@ export interface CreateFlowsByTemplatesResponse {
|
|
|
1943
1943
|
/**
|
|
1944
1944
|
* 多个合同ID
|
|
1945
1945
|
*/
|
|
1946
|
-
FlowIds
|
|
1946
|
+
FlowIds?: Array<string>;
|
|
1947
1947
|
/**
|
|
1948
1948
|
* 渠道的业务信息,限制1024字符
|
|
1949
1949
|
*/
|
|
1950
|
-
CustomerData
|
|
1950
|
+
CustomerData?: Array<string>;
|
|
1951
1951
|
/**
|
|
1952
1952
|
* 创建消息,对应多个合同ID,
|
|
1953
1953
|
成功为“”,创建失败则对应失败消息
|
|
1954
1954
|
*/
|
|
1955
|
-
ErrorMessages
|
|
1955
|
+
ErrorMessages?: Array<string>;
|
|
1956
1956
|
/**
|
|
1957
1957
|
* 预览模式下返回的预览文件url数组
|
|
1958
1958
|
*/
|
|
1959
|
-
PreviewUrls
|
|
1959
|
+
PreviewUrls?: Array<string>;
|
|
1960
1960
|
/**
|
|
1961
1961
|
* 复杂文档合成任务(如,包含动态表格的预览任务)的任务信息数组;
|
|
1962
1962
|
如果文档需要异步合成,此字段会返回该异步任务的任务信息,后续可以通过ChannelGetTaskResultApi接口查询任务详情;
|
|
1963
1963
|
*/
|
|
1964
|
-
TaskInfos
|
|
1964
|
+
TaskInfos?: Array<TaskInfo>;
|
|
1965
1965
|
/**
|
|
1966
1966
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1967
1967
|
*/
|
|
@@ -1972,7 +1972,7 @@ export interface CreateFlowsByTemplatesResponse {
|
|
|
1972
1972
|
*/
|
|
1973
1973
|
export interface DescribeChannelFlowEvidenceReportRequest {
|
|
1974
1974
|
/**
|
|
1975
|
-
*
|
|
1975
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
|
|
1976
1976
|
*/
|
|
1977
1977
|
Agent: Agent;
|
|
1978
1978
|
/**
|
|
@@ -1980,7 +1980,7 @@ export interface DescribeChannelFlowEvidenceReportRequest {
|
|
|
1980
1980
|
*/
|
|
1981
1981
|
ReportId: string;
|
|
1982
1982
|
/**
|
|
1983
|
-
*
|
|
1983
|
+
* 暂未开放
|
|
1984
1984
|
*/
|
|
1985
1985
|
Operator?: UserInfo;
|
|
1986
1986
|
}
|
|
@@ -1994,12 +1994,12 @@ export interface SyncProxyOrganizationOperatorsResponse {
|
|
|
1994
1994
|
2-部分成功
|
|
1995
1995
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1996
1996
|
*/
|
|
1997
|
-
Status
|
|
1997
|
+
Status?: number;
|
|
1998
1998
|
/**
|
|
1999
1999
|
* 同步失败经办人及其失败原因
|
|
2000
2000
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2001
2001
|
*/
|
|
2002
|
-
FailedList
|
|
2002
|
+
FailedList?: Array<SyncFailReason>;
|
|
2003
2003
|
/**
|
|
2004
2004
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2005
2005
|
*/
|
|
@@ -2212,11 +2212,11 @@ export interface CreateSignUrlsResponse {
|
|
|
2212
2212
|
/**
|
|
2213
2213
|
* 签署参与者签署H5链接信息数组
|
|
2214
2214
|
*/
|
|
2215
|
-
SignUrlInfos
|
|
2215
|
+
SignUrlInfos?: Array<SignUrlInfo>;
|
|
2216
2216
|
/**
|
|
2217
2217
|
* 生成失败时的错误信息,成功返回”“,顺序和出参SignUrlInfos保持一致
|
|
2218
2218
|
*/
|
|
2219
|
-
ErrorMessages
|
|
2219
|
+
ErrorMessages?: Array<string>;
|
|
2220
2220
|
/**
|
|
2221
2221
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2222
2222
|
*/
|
|
@@ -2248,7 +2248,7 @@ export interface UploadFilesResponse {
|
|
|
2248
2248
|
*/
|
|
2249
2249
|
export interface ChannelCreateBatchCancelFlowUrlRequest {
|
|
2250
2250
|
/**
|
|
2251
|
-
*
|
|
2251
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
2252
2252
|
*/
|
|
2253
2253
|
Agent: Agent;
|
|
2254
2254
|
/**
|
|
@@ -2256,7 +2256,7 @@ export interface ChannelCreateBatchCancelFlowUrlRequest {
|
|
|
2256
2256
|
*/
|
|
2257
2257
|
FlowIds: Array<string>;
|
|
2258
2258
|
/**
|
|
2259
|
-
*
|
|
2259
|
+
* 暂未开放
|
|
2260
2260
|
*/
|
|
2261
2261
|
Operator?: UserInfo;
|
|
2262
2262
|
}
|
|
@@ -2286,7 +2286,7 @@ export interface ApproverRestriction {
|
|
|
2286
2286
|
*/
|
|
2287
2287
|
export interface PrepareFlowsRequest {
|
|
2288
2288
|
/**
|
|
2289
|
-
*
|
|
2289
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
2290
2290
|
*/
|
|
2291
2291
|
Agent: Agent;
|
|
2292
2292
|
/**
|
|
@@ -2298,7 +2298,7 @@ export interface PrepareFlowsRequest {
|
|
|
2298
2298
|
*/
|
|
2299
2299
|
JumpUrl: string;
|
|
2300
2300
|
/**
|
|
2301
|
-
*
|
|
2301
|
+
* 暂未开放
|
|
2302
2302
|
*/
|
|
2303
2303
|
Operator?: UserInfo;
|
|
2304
2304
|
}
|
|
@@ -2310,7 +2310,7 @@ export interface ChannelCreateFlowByFilesResponse {
|
|
|
2310
2310
|
* 合同签署流程ID
|
|
2311
2311
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2312
2312
|
*/
|
|
2313
|
-
FlowId
|
|
2313
|
+
FlowId?: string;
|
|
2314
2314
|
/**
|
|
2315
2315
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2316
2316
|
*/
|
|
@@ -2356,7 +2356,7 @@ export interface ChannelCancelMultiFlowSignQRCodeResponse {
|
|
|
2356
2356
|
*/
|
|
2357
2357
|
export interface ChannelCreateReleaseFlowRequest {
|
|
2358
2358
|
/**
|
|
2359
|
-
*
|
|
2359
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
2360
2360
|
*/
|
|
2361
2361
|
Agent: Agent;
|
|
2362
2362
|
/**
|
|
@@ -2376,11 +2376,11 @@ export interface ChannelCreateReleaseFlowRequest {
|
|
|
2376
2376
|
*/
|
|
2377
2377
|
CallbackUrl?: string;
|
|
2378
2378
|
/**
|
|
2379
|
-
*
|
|
2379
|
+
* 暂未开放
|
|
2380
2380
|
*/
|
|
2381
2381
|
Organization?: OrganizationInfo;
|
|
2382
2382
|
/**
|
|
2383
|
-
*
|
|
2383
|
+
* 暂未开放
|
|
2384
2384
|
*/
|
|
2385
2385
|
Operator?: UserInfo;
|
|
2386
2386
|
}
|
|
@@ -2392,12 +2392,12 @@ export interface ChannelCreateFlowGroupByFilesResponse {
|
|
|
2392
2392
|
* 合同组ID
|
|
2393
2393
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2394
2394
|
*/
|
|
2395
|
-
FlowGroupId
|
|
2395
|
+
FlowGroupId?: string;
|
|
2396
2396
|
/**
|
|
2397
2397
|
* 子合同ID列表
|
|
2398
2398
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2399
2399
|
*/
|
|
2400
|
-
FlowIds
|
|
2400
|
+
FlowIds?: Array<string>;
|
|
2401
2401
|
/**
|
|
2402
2402
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2403
2403
|
*/
|
|
@@ -2410,11 +2410,11 @@ export interface ChannelCreateMultiFlowSignQRCodeResponse {
|
|
|
2410
2410
|
/**
|
|
2411
2411
|
* 签署二维码对象
|
|
2412
2412
|
*/
|
|
2413
|
-
QrCode
|
|
2413
|
+
QrCode?: SignQrCode;
|
|
2414
2414
|
/**
|
|
2415
2415
|
* 签署链接对象
|
|
2416
2416
|
*/
|
|
2417
|
-
SignUrls
|
|
2417
|
+
SignUrls?: SignUrl;
|
|
2418
2418
|
/**
|
|
2419
2419
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2420
2420
|
*/
|
|
@@ -2490,7 +2490,7 @@ export interface ChannelGetTaskResultApiResponse {
|
|
|
2490
2490
|
/**
|
|
2491
2491
|
* 任务Id
|
|
2492
2492
|
*/
|
|
2493
|
-
TaskId
|
|
2493
|
+
TaskId?: string;
|
|
2494
2494
|
/**
|
|
2495
2495
|
* 任务状态,需要关注的状态
|
|
2496
2496
|
0 :NeedTranform - 任务已提交
|
|
@@ -2500,7 +2500,7 @@ export interface ChannelGetTaskResultApiResponse {
|
|
|
2500
2500
|
-6 :ProcessFailed - 转换失败
|
|
2501
2501
|
-13:ProcessTimeout - 转换文件超时
|
|
2502
2502
|
*/
|
|
2503
|
-
TaskStatus
|
|
2503
|
+
TaskStatus?: number;
|
|
2504
2504
|
/**
|
|
2505
2505
|
* 状态描述,需要关注的状态
|
|
2506
2506
|
NeedTranform - 任务已提交
|
|
@@ -2510,16 +2510,16 @@ export interface ChannelGetTaskResultApiResponse {
|
|
|
2510
2510
|
ProcessFailed - 转换失败
|
|
2511
2511
|
ProcessTimeout - 转换文件超时
|
|
2512
2512
|
*/
|
|
2513
|
-
TaskMessage
|
|
2513
|
+
TaskMessage?: string;
|
|
2514
2514
|
/**
|
|
2515
2515
|
* 资源Id,也是FileId,用于文件发起使用
|
|
2516
2516
|
*/
|
|
2517
|
-
ResourceId
|
|
2517
|
+
ResourceId?: string;
|
|
2518
2518
|
/**
|
|
2519
2519
|
* 预览文件Url,有效期30分钟
|
|
2520
2520
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2521
2521
|
*/
|
|
2522
|
-
PreviewUrl
|
|
2522
|
+
PreviewUrl?: string;
|
|
2523
2523
|
/**
|
|
2524
2524
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2525
2525
|
*/
|
|
@@ -2783,7 +2783,7 @@ export interface Component {
|
|
|
2783
2783
|
*/
|
|
2784
2784
|
export interface GetDownloadFlowUrlRequest {
|
|
2785
2785
|
/**
|
|
2786
|
-
*
|
|
2786
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
2787
2787
|
*/
|
|
2788
2788
|
Agent: Agent;
|
|
2789
2789
|
/**
|
|
@@ -2791,7 +2791,7 @@ export interface GetDownloadFlowUrlRequest {
|
|
|
2791
2791
|
*/
|
|
2792
2792
|
DownLoadFlows?: Array<DownloadFlowInfo>;
|
|
2793
2793
|
/**
|
|
2794
|
-
*
|
|
2794
|
+
* 操作者的信息,不用传
|
|
2795
2795
|
*/
|
|
2796
2796
|
Operator?: UserInfo;
|
|
2797
2797
|
}
|
|
@@ -2800,7 +2800,7 @@ export interface GetDownloadFlowUrlRequest {
|
|
|
2800
2800
|
*/
|
|
2801
2801
|
export interface ChannelBatchCancelFlowsRequest {
|
|
2802
2802
|
/**
|
|
2803
|
-
*
|
|
2803
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
2804
2804
|
*/
|
|
2805
2805
|
Agent: Agent;
|
|
2806
2806
|
/**
|
|
@@ -2820,7 +2820,7 @@ export interface ChannelBatchCancelFlowsRequest {
|
|
|
2820
2820
|
*/
|
|
2821
2821
|
CancelMessageFormat?: number;
|
|
2822
2822
|
/**
|
|
2823
|
-
*
|
|
2823
|
+
* 暂未开放
|
|
2824
2824
|
*/
|
|
2825
2825
|
Operator?: UserInfo;
|
|
2826
2826
|
}
|
|
@@ -2829,7 +2829,7 @@ export interface ChannelBatchCancelFlowsRequest {
|
|
|
2829
2829
|
*/
|
|
2830
2830
|
export interface ChannelUpdateSealStatusRequest {
|
|
2831
2831
|
/**
|
|
2832
|
-
*
|
|
2832
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
2833
2833
|
*/
|
|
2834
2834
|
Agent: Agent;
|
|
2835
2835
|
/**
|
|
@@ -2875,17 +2875,13 @@ export interface ChannelCancelFlowRequest {
|
|
|
2875
2875
|
*/
|
|
2876
2876
|
FlowId: string;
|
|
2877
2877
|
/**
|
|
2878
|
-
*
|
|
2878
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
2879
2879
|
*/
|
|
2880
2880
|
Agent?: Agent;
|
|
2881
2881
|
/**
|
|
2882
2882
|
* 撤回原因,最大不超过200字符
|
|
2883
2883
|
*/
|
|
2884
2884
|
CancelMessage?: string;
|
|
2885
|
-
/**
|
|
2886
|
-
* 操作者的信息
|
|
2887
|
-
*/
|
|
2888
|
-
Operator?: UserInfo;
|
|
2889
2885
|
/**
|
|
2890
2886
|
* 撤销理由自定义格式;选项:
|
|
2891
2887
|
0 默认格式
|
|
@@ -2894,13 +2890,17 @@ export interface ChannelCancelFlowRequest {
|
|
|
2894
2890
|
3 保留身份信息+企业名称+经办人名称:展示为【发起方xxxx公司-经办人姓名】
|
|
2895
2891
|
*/
|
|
2896
2892
|
CancelMessageFormat?: number;
|
|
2893
|
+
/**
|
|
2894
|
+
* 暂未开放
|
|
2895
|
+
*/
|
|
2896
|
+
Operator?: UserInfo;
|
|
2897
2897
|
}
|
|
2898
2898
|
/**
|
|
2899
2899
|
* DescribeTemplates请求参数结构体
|
|
2900
2900
|
*/
|
|
2901
2901
|
export interface DescribeTemplatesRequest {
|
|
2902
2902
|
/**
|
|
2903
|
-
*
|
|
2903
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
2904
2904
|
*/
|
|
2905
2905
|
Agent: Agent;
|
|
2906
2906
|
/**
|
|
@@ -2949,11 +2949,11 @@ export interface DescribeTemplatesRequest {
|
|
|
2949
2949
|
*/
|
|
2950
2950
|
export interface ChannelCreateSealPolicyRequest {
|
|
2951
2951
|
/**
|
|
2952
|
-
*
|
|
2952
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
2953
2953
|
*/
|
|
2954
2954
|
Agent: Agent;
|
|
2955
2955
|
/**
|
|
2956
|
-
* 指定印章
|
|
2956
|
+
* 指定印章ID
|
|
2957
2957
|
*/
|
|
2958
2958
|
SealId: string;
|
|
2959
2959
|
/**
|
|
@@ -2961,11 +2961,11 @@ export interface ChannelCreateSealPolicyRequest {
|
|
|
2961
2961
|
*/
|
|
2962
2962
|
UserIds: Array<string>;
|
|
2963
2963
|
/**
|
|
2964
|
-
*
|
|
2964
|
+
* 企业机构信息,不用传
|
|
2965
2965
|
*/
|
|
2966
2966
|
Organization?: OrganizationInfo;
|
|
2967
2967
|
/**
|
|
2968
|
-
*
|
|
2968
|
+
* 操作人(用户)信息,不用传
|
|
2969
2969
|
*/
|
|
2970
2970
|
Operator?: UserInfo;
|
|
2971
2971
|
}
|
|
@@ -3024,7 +3024,7 @@ export interface OccupiedSeal {
|
|
|
3024
3024
|
*/
|
|
3025
3025
|
export interface CreateFlowsByTemplatesRequest {
|
|
3026
3026
|
/**
|
|
3027
|
-
*
|
|
3027
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
3028
3028
|
*/
|
|
3029
3029
|
Agent: Agent;
|
|
3030
3030
|
/**
|
|
@@ -3042,7 +3042,7 @@ export interface CreateFlowsByTemplatesRequest {
|
|
|
3042
3042
|
*/
|
|
3043
3043
|
PreviewType?: number;
|
|
3044
3044
|
/**
|
|
3045
|
-
*
|
|
3045
|
+
* 操作者的信息,不用传
|
|
3046
3046
|
*/
|
|
3047
3047
|
Operator?: UserInfo;
|
|
3048
3048
|
}
|
|
@@ -3086,15 +3086,15 @@ export interface ChannelCreateBatchCancelFlowUrlResponse {
|
|
|
3086
3086
|
/**
|
|
3087
3087
|
* 批量撤销url
|
|
3088
3088
|
*/
|
|
3089
|
-
BatchCancelFlowUrl
|
|
3089
|
+
BatchCancelFlowUrl?: string;
|
|
3090
3090
|
/**
|
|
3091
3091
|
* 签署流程批量撤销失败原因
|
|
3092
3092
|
*/
|
|
3093
|
-
FailMessages
|
|
3093
|
+
FailMessages?: Array<string>;
|
|
3094
3094
|
/**
|
|
3095
3095
|
* 签署撤销url过期时间-年月日-时分秒
|
|
3096
3096
|
*/
|
|
3097
|
-
UrlExpireOn
|
|
3097
|
+
UrlExpireOn?: string;
|
|
3098
3098
|
/**
|
|
3099
3099
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3100
3100
|
*/
|
|
@@ -3105,7 +3105,7 @@ export interface ChannelCreateBatchCancelFlowUrlResponse {
|
|
|
3105
3105
|
*/
|
|
3106
3106
|
export interface OperateChannelTemplateRequest {
|
|
3107
3107
|
/**
|
|
3108
|
-
*
|
|
3108
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
3109
3109
|
*/
|
|
3110
3110
|
Agent: Agent;
|
|
3111
3111
|
/**
|
|
@@ -3125,7 +3125,7 @@ export interface OperateChannelTemplateRequest {
|
|
|
3125
3125
|
*/
|
|
3126
3126
|
AuthTag?: string;
|
|
3127
3127
|
/**
|
|
3128
|
-
*
|
|
3128
|
+
* 暂未开放
|
|
3129
3129
|
*/
|
|
3130
3130
|
Operator?: UserInfo;
|
|
3131
3131
|
}
|
|
@@ -3137,18 +3137,18 @@ export interface CreateChannelFlowEvidenceReportResponse {
|
|
|
3137
3137
|
* 出证报告 ID,用于查询出证报告接口DescribeChannelFlowEvidenceReport时用到
|
|
3138
3138
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3139
3139
|
*/
|
|
3140
|
-
ReportId
|
|
3140
|
+
ReportId?: string;
|
|
3141
3141
|
/**
|
|
3142
3142
|
* 执行中:EvidenceStatusExecuting
|
|
3143
3143
|
成功:EvidenceStatusSuccess
|
|
3144
3144
|
失败:EvidenceStatusFailed
|
|
3145
3145
|
*/
|
|
3146
|
-
Status
|
|
3146
|
+
Status?: string;
|
|
3147
3147
|
/**
|
|
3148
3148
|
* 废除,字段无效
|
|
3149
3149
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3150
3150
|
*/
|
|
3151
|
-
ReportUrl
|
|
3151
|
+
ReportUrl?: string;
|
|
3152
3152
|
/**
|
|
3153
3153
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3154
3154
|
*/
|
|
@@ -3177,20 +3177,20 @@ export interface ChannelDescribeEmployeesResponse {
|
|
|
3177
3177
|
* 员工数据列表
|
|
3178
3178
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3179
3179
|
*/
|
|
3180
|
-
Employees
|
|
3180
|
+
Employees?: Array<Staff>;
|
|
3181
3181
|
/**
|
|
3182
3182
|
* 偏移量,默认为0,最大为20000
|
|
3183
3183
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3184
3184
|
*/
|
|
3185
|
-
Offset
|
|
3185
|
+
Offset?: number;
|
|
3186
3186
|
/**
|
|
3187
3187
|
* 返回最大数量,最大为20
|
|
3188
3188
|
*/
|
|
3189
|
-
Limit
|
|
3189
|
+
Limit?: number;
|
|
3190
3190
|
/**
|
|
3191
3191
|
* 符合条件的员工数量
|
|
3192
3192
|
*/
|
|
3193
|
-
TotalCount
|
|
3193
|
+
TotalCount?: number;
|
|
3194
3194
|
/**
|
|
3195
3195
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3196
3196
|
*/
|
|
@@ -3217,13 +3217,13 @@ export interface DescribeChannelFlowEvidenceReportResponse {
|
|
|
3217
3217
|
* 出证报告 URL
|
|
3218
3218
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3219
3219
|
*/
|
|
3220
|
-
ReportUrl
|
|
3220
|
+
ReportUrl?: string;
|
|
3221
3221
|
/**
|
|
3222
3222
|
* 执行中:EvidenceStatusExecuting
|
|
3223
3223
|
成功:EvidenceStatusSuccess
|
|
3224
3224
|
失败:EvidenceStatusFailed
|
|
3225
3225
|
*/
|
|
3226
|
-
Status
|
|
3226
|
+
Status?: string;
|
|
3227
3227
|
/**
|
|
3228
3228
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3229
3229
|
*/
|
|
@@ -3243,7 +3243,7 @@ export interface ChannelUpdateSealStatusResponse {
|
|
|
3243
3243
|
*/
|
|
3244
3244
|
export interface ChannelCreateFlowSignUrlRequest {
|
|
3245
3245
|
/**
|
|
3246
|
-
*
|
|
3246
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
|
|
3247
3247
|
*/
|
|
3248
3248
|
Agent: Agent;
|
|
3249
3249
|
/**
|