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.
@@ -14,7 +14,7 @@ export interface ChannelCreateConvertTaskApiResponse {
14
14
  /**
15
15
  * 任务id
16
16
  */
17
- TaskId: string;
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
- Operator?: UserInfo;
55
+ Organization?: OrganizationInfo;
56
56
  /**
57
- * 组织机构信息
57
+ * 操作人(用户)信息,不用传
58
58
  */
59
- Organization?: OrganizationInfo;
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: Array<string>;
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
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
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
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
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
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
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: Array<FlowApproverUrlInfo>;
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: string;
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: string;
248
+ AppId?: string;
249
249
  /**
250
250
  * 渠道方模板库模板唯一标识
251
251
  注意:此字段可能返回 null,表示取不到有效值。
252
252
  */
253
- TemplateId: string;
253
+ TemplateId?: string;
254
254
  /**
255
255
  * 全部成功-"all-success",部分成功-"part-success", 全部失败-"fail"失败的会在FailMessageList中展示
256
256
  注意:此字段可能返回 null,表示取不到有效值。
257
257
  */
258
- OperateResult: string;
258
+ OperateResult?: string;
259
259
  /**
260
260
  * 模板可见性, 全部可见-"all", 部分可见-"part"
261
261
  注意:此字段可能返回 null,表示取不到有效值。
262
262
  */
263
- AuthTag: string;
263
+ AuthTag?: string;
264
264
  /**
265
265
  * 合作企业方第三方机构唯一标识数据
266
266
  注意:此字段可能返回 null,表示取不到有效值。
267
267
  */
268
- ProxyOrganizationOpenIds: Array<string>;
268
+ ProxyOrganizationOpenIds?: Array<string>;
269
269
  /**
270
270
  * 操作失败信息数组
271
271
  注意:此字段可能返回 null,表示取不到有效值。
272
272
  */
273
- FailMessageList: Array<AuthFailMessage>;
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: string;
340
+ ConsoleUrl?: string;
341
341
  /**
342
342
  * 渠道子客企业是否已开通腾讯电子签
343
343
  */
344
- IsActivated: boolean;
344
+ IsActivated?: boolean;
345
345
  /**
346
346
  * 当前经办人是否已认证(false:未认证 true:已认证)
347
347
  */
348
- ProxyOperatorIsVerified: boolean;
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
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
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
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
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
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
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
- * 调用方用户信息,userId 必填
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
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
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
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
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: string;
714
+ ApplicationId?: string;
715
715
  /**
716
716
  * 渠道侧企业第三方Id
717
717
  */
718
- ProxyOrganizationOpenId: string;
718
+ ProxyOrganizationOpenId?: string;
719
719
  /**
720
720
  * 合同(签署流程)的具体详细描述信息
721
721
  注意:此字段可能返回 null,表示取不到有效值。
722
722
  */
723
- FlowInfo: Array<FlowDetailInfo>;
723
+ FlowInfo?: Array<FlowDetailInfo>;
724
724
  /**
725
725
  * 合同组编号
726
726
  注意:此字段可能返回 null,表示取不到有效值。
727
727
  */
728
- FlowGroupId: string;
728
+ FlowGroupId?: string;
729
729
  /**
730
730
  * 合同组名称
731
731
  注意:此字段可能返回 null,表示取不到有效值。
732
732
  */
733
- FlowGroupName: string;
733
+ FlowGroupName?: string;
734
734
  /**
735
735
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
736
736
  */
@@ -832,8 +832,9 @@ export interface FlowApproverInfo {
832
832
  */
833
833
  SignComponents?: Array<Component>;
834
834
  /**
835
- * 个人签署方指定签署控件类型,目前仅支持:OCR_ESIGN(AI智慧手写签名)
836
- */
835
+ * 个人签署方指定签署控件类型,目前支持:OCR_ESIGN -AI智慧手写签名
836
+ HANDWRITE -手写签名
837
+ */
837
838
  ComponentLimitType?: Array<string>;
838
839
  /**
839
840
  * 合同的强制预览时间:3~300s,未指定则按合同页数计算
@@ -859,7 +860,7 @@ export interface PrepareFlowsResponse {
859
860
  /**
860
861
  * 待发起文件确认页
861
862
  */
862
- ConfirmUrl: string;
863
+ ConfirmUrl?: string;
863
864
  /**
864
865
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
865
866
  */
@@ -946,7 +947,7 @@ export interface GetDownloadFlowUrlResponse {
946
947
  /**
947
948
  * 合同(流程)下载地址
948
949
  */
949
- DownLoadUrl: string;
950
+ DownLoadUrl?: string;
950
951
  /**
951
952
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
952
953
  */
@@ -1000,19 +1001,19 @@ export interface DescribeTemplatesResponse {
1000
1001
  /**
1001
1002
  * 模板详情
1002
1003
  */
1003
- Templates: Array<TemplateInfo>;
1004
+ Templates?: Array<TemplateInfo>;
1004
1005
  /**
1005
1006
  * 查询总数
1006
1007
  */
1007
- TotalCount: number;
1008
+ TotalCount?: number;
1008
1009
  /**
1009
1010
  * 查询数量
1010
1011
  */
1011
- Limit: number;
1012
+ Limit?: number;
1012
1013
  /**
1013
1014
  * 查询起始偏移
1014
1015
  */
1015
- Offset: number;
1016
+ Offset?: number;
1016
1017
  /**
1017
1018
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1018
1019
  */
@@ -1042,11 +1043,11 @@ export interface ChannelVerifyPdfRequest {
1042
1043
  */
1043
1044
  FlowId: string;
1044
1045
  /**
1045
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1046
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1046
1047
  */
1047
1048
  Agent?: Agent;
1048
1049
  /**
1049
- * 操作者的信息
1050
+ * 暂未开放
1050
1051
  */
1051
1052
  Operator?: UserInfo;
1052
1053
  }
@@ -1055,15 +1056,15 @@ export interface ChannelVerifyPdfRequest {
1055
1056
  */
1056
1057
  export interface CreateChannelFlowEvidenceReportRequest {
1057
1058
  /**
1058
- * 签署流程编号
1059
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
1059
1060
  */
1060
- FlowId: string;
1061
+ Agent: Agent;
1061
1062
  /**
1062
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
1063
+ * 签署流程编号
1063
1064
  */
1064
- Agent: Agent;
1065
+ FlowId: string;
1065
1066
  /**
1066
- * 操作者的信息
1067
+ * 暂未开放
1067
1068
  */
1068
1069
  Operator?: UserInfo;
1069
1070
  }
@@ -1074,12 +1075,12 @@ export interface ChannelVerifyPdfResponse {
1074
1075
  /**
1075
1076
  * 验签结果,1-文件未被篡改,全部签名在腾讯电子签完成; 2-文件未被篡改,部分签名在腾讯电子签完成;3-文件被篡改;4-异常:文件内没有签名域;5-异常:文件签名格式错误
1076
1077
  */
1077
- VerifyResult: number;
1078
+ VerifyResult?: number;
1078
1079
  /**
1079
1080
  * 验签结果详情,内部状态1-验签成功,在电子签签署;2-验签成功,在其他平台签署;3-验签失败;4-pdf文件没有签名域
1080
1081
  ;5-文件签名格式错误
1081
1082
  */
1082
- PdfVerifyResults: Array<PdfVerifyResult>;
1083
+ PdfVerifyResults?: Array<PdfVerifyResult>;
1083
1084
  /**
1084
1085
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1085
1086
  */
@@ -1126,14 +1127,14 @@ export interface CreateConsoleLoginUrlRequest {
1126
1127
  * 触发自动跳转事件,仅对App类型有效,"VERIFIED":企业认证完成/员工认证完成后跳回原App/小程序
1127
1128
  */
1128
1129
  AutoJumpBackEvent?: string;
1129
- /**
1130
- * 操作者的信息
1131
- */
1132
- Operator?: UserInfo;
1133
1130
  /**
1134
1131
  * 支持的授权方式,授权方式: "1" - 上传授权书认证 "2" - 法定代表人认证
1135
1132
  */
1136
1133
  AuthorizationTypes?: Array<number>;
1134
+ /**
1135
+ * 暂未开放
1136
+ */
1137
+ Operator?: UserInfo;
1137
1138
  }
1138
1139
  /**
1139
1140
  * 机构信息
@@ -1226,7 +1227,7 @@ export interface PdfVerifyResult {
1226
1227
  */
1227
1228
  export interface ChannelCancelMultiFlowSignQRCodeRequest {
1228
1229
  /**
1229
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1230
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1230
1231
  */
1231
1232
  Agent: Agent;
1232
1233
  /**
@@ -1234,7 +1235,7 @@ export interface ChannelCancelMultiFlowSignQRCodeRequest {
1234
1235
  */
1235
1236
  QrCodeId: string;
1236
1237
  /**
1237
- * 用户信息
1238
+ * 暂未开放
1238
1239
  */
1239
1240
  Operator?: UserInfo;
1240
1241
  }
@@ -1266,7 +1267,7 @@ export interface UploadFilesRequest {
1266
1267
  */
1267
1268
  export interface ChannelDescribeOrganizationSealsRequest {
1268
1269
  /**
1269
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1270
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1270
1271
  */
1271
1272
  Agent: Agent;
1272
1273
  /**
@@ -1328,7 +1329,7 @@ export interface DescribeUsageRequest {
1328
1329
  */
1329
1330
  Offset?: number;
1330
1331
  /**
1331
- * 操作者的信息
1332
+ * 暂未开放
1332
1333
  */
1333
1334
  Operator?: UserInfo;
1334
1335
  }
@@ -1337,7 +1338,7 @@ export interface DescribeUsageRequest {
1337
1338
  */
1338
1339
  export interface DescribeExtendedServiceAuthInfoRequest {
1339
1340
  /**
1340
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
1341
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
1341
1342
 
1342
1343
  注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId
1343
1344
 
@@ -1588,12 +1589,12 @@ export interface DescribeUsageResponse {
1588
1589
  /**
1589
1590
  * 用量明细条数
1590
1591
  */
1591
- Total: number;
1592
+ Total?: number;
1592
1593
  /**
1593
1594
  * 用量明细
1594
1595
  注意:此字段可能返回 null,表示取不到有效值。
1595
1596
  */
1596
- Details: Array<UsageDetail>;
1597
+ Details?: Array<UsageDetail>;
1597
1598
  /**
1598
1599
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1599
1600
  */
@@ -1679,7 +1680,7 @@ export interface ChannelDescribeEmployeesRequest {
1679
1680
  */
1680
1681
  Limit: number;
1681
1682
  /**
1682
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1683
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1683
1684
  */
1684
1685
  Agent?: Agent;
1685
1686
  /**
@@ -1693,7 +1694,7 @@ export interface ChannelDescribeEmployeesRequest {
1693
1694
  */
1694
1695
  Offset?: number;
1695
1696
  /**
1696
- * 操作者的信息
1697
+ * 暂未开放
1697
1698
  */
1698
1699
  Operator?: UserInfo;
1699
1700
  }
@@ -1713,12 +1714,12 @@ export interface DescribeResourceUrlsByFlowsResponse {
1713
1714
  /**
1714
1715
  * 签署流程资源对应链接信息
1715
1716
  */
1716
- FlowResourceUrlInfos: Array<FlowResourceUrlInfo>;
1717
+ FlowResourceUrlInfos?: Array<FlowResourceUrlInfo>;
1717
1718
  /**
1718
1719
  * 创建消息,对应多个合同ID,
1719
1720
  成功为“”,创建失败则对应失败消息
1720
1721
  */
1721
- ErrorMessages: Array<string>;
1722
+ ErrorMessages?: Array<string>;
1722
1723
  /**
1723
1724
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1724
1725
  */
@@ -1729,7 +1730,7 @@ export interface DescribeResourceUrlsByFlowsResponse {
1729
1730
  */
1730
1731
  export interface SyncProxyOrganizationOperatorsRequest {
1731
1732
  /**
1732
- * 渠道应用相关信息。 此接口Agent.AppId 和 Agent.ProxyOrganizationOpenId必填。
1733
+ * 应用相关信息。 此接口Agent.AppId 和 Agent.ProxyOrganizationOpenId必填。
1733
1734
  */
1734
1735
  Agent: Agent;
1735
1736
  /**
@@ -1741,7 +1742,7 @@ export interface SyncProxyOrganizationOperatorsRequest {
1741
1742
  */
1742
1743
  ProxyOrganizationOperators: Array<ProxyOrganizationOperator>;
1743
1744
  /**
1744
- * 操作者的信息
1745
+ * 暂未开放
1745
1746
  */
1746
1747
  Operator?: UserInfo;
1747
1748
  }
@@ -1750,7 +1751,7 @@ export interface SyncProxyOrganizationOperatorsRequest {
1750
1751
  */
1751
1752
  export interface CreateSignUrlsRequest {
1752
1753
  /**
1753
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1754
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1754
1755
  */
1755
1756
  Agent: Agent;
1756
1757
  /**
@@ -1792,7 +1793,7 @@ export interface CreateSignUrlsRequest {
1792
1793
  */
1793
1794
  OrganizationOpenId?: string;
1794
1795
  /**
1795
- * 渠道合作企业参与人OpenId,GenerateType为"CHANNEL"时可用,指定到具体参与人
1796
+ * 渠道合作企业参与人OpenId,GenerateType为"CHANNEL"时可用,指定到具体参与人, 仅展示已经实名的经办人信息
1796
1797
  */
1797
1798
  OpenId?: string;
1798
1799
  /**
@@ -1804,7 +1805,7 @@ export interface CreateSignUrlsRequest {
1804
1805
  */
1805
1806
  JumpUrl?: string;
1806
1807
  /**
1807
- * 操作者的信息
1808
+ * 暂未开放
1808
1809
  */
1809
1810
  Operator?: UserInfo;
1810
1811
  }
@@ -1813,7 +1814,7 @@ export interface CreateSignUrlsRequest {
1813
1814
  */
1814
1815
  export interface ChannelCreateMultiFlowSignQRCodeRequest {
1815
1816
  /**
1816
- * 渠道应用相关信息。
1817
+ * 应用相关信息。
1817
1818
  此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 必填。
1818
1819
  */
1819
1820
  Agent: Agent;
@@ -1847,14 +1848,14 @@ export interface ChannelCreateMultiFlowSignQRCodeRequest {
1847
1848
  回调时机:用户通过签署二维码发起合同时,企业额度不足导致失败
1848
1849
  */
1849
1850
  CallbackUrl?: string;
1850
- /**
1851
- * 用户信息
1852
- */
1853
- Operator?: UserInfo;
1854
1851
  /**
1855
1852
  * 限制二维码用户条件(已弃用)
1856
1853
  */
1857
1854
  ApproverRestrictions?: ApproverRestriction;
1855
+ /**
1856
+ * 暂未开放
1857
+ */
1858
+ Operator?: UserInfo;
1858
1859
  }
1859
1860
  /**
1860
1861
  * 一码多扫签署二维码对象
@@ -1878,7 +1879,7 @@ export interface SignQrCode {
1878
1879
  */
1879
1880
  export interface ChannelGetTaskResultApiRequest {
1880
1881
  /**
1881
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1882
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1882
1883
  */
1883
1884
  Agent: Agent;
1884
1885
  /**
@@ -1886,7 +1887,7 @@ export interface ChannelGetTaskResultApiRequest {
1886
1887
  */
1887
1888
  TaskId: string;
1888
1889
  /**
1889
- * 操作者的信息
1890
+ * 操作者的信息,不用传
1890
1891
  */
1891
1892
  Operator?: UserInfo;
1892
1893
  /**
@@ -1942,25 +1943,25 @@ export interface CreateFlowsByTemplatesResponse {
1942
1943
  /**
1943
1944
  * 多个合同ID
1944
1945
  */
1945
- FlowIds: Array<string>;
1946
+ FlowIds?: Array<string>;
1946
1947
  /**
1947
1948
  * 渠道的业务信息,限制1024字符
1948
1949
  */
1949
- CustomerData: Array<string>;
1950
+ CustomerData?: Array<string>;
1950
1951
  /**
1951
1952
  * 创建消息,对应多个合同ID,
1952
1953
  成功为“”,创建失败则对应失败消息
1953
1954
  */
1954
- ErrorMessages: Array<string>;
1955
+ ErrorMessages?: Array<string>;
1955
1956
  /**
1956
1957
  * 预览模式下返回的预览文件url数组
1957
1958
  */
1958
- PreviewUrls: Array<string>;
1959
+ PreviewUrls?: Array<string>;
1959
1960
  /**
1960
1961
  * 复杂文档合成任务(如,包含动态表格的预览任务)的任务信息数组;
1961
1962
  如果文档需要异步合成,此字段会返回该异步任务的任务信息,后续可以通过ChannelGetTaskResultApi接口查询任务详情;
1962
1963
  */
1963
- TaskInfos: Array<TaskInfo>;
1964
+ TaskInfos?: Array<TaskInfo>;
1964
1965
  /**
1965
1966
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1966
1967
  */
@@ -1971,7 +1972,7 @@ export interface CreateFlowsByTemplatesResponse {
1971
1972
  */
1972
1973
  export interface DescribeChannelFlowEvidenceReportRequest {
1973
1974
  /**
1974
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
1975
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
1975
1976
  */
1976
1977
  Agent: Agent;
1977
1978
  /**
@@ -1979,7 +1980,7 @@ export interface DescribeChannelFlowEvidenceReportRequest {
1979
1980
  */
1980
1981
  ReportId: string;
1981
1982
  /**
1982
- * 操作者的信息
1983
+ * 暂未开放
1983
1984
  */
1984
1985
  Operator?: UserInfo;
1985
1986
  }
@@ -1993,12 +1994,12 @@ export interface SyncProxyOrganizationOperatorsResponse {
1993
1994
  2-部分成功
1994
1995
  注意:此字段可能返回 null,表示取不到有效值。
1995
1996
  */
1996
- Status: number;
1997
+ Status?: number;
1997
1998
  /**
1998
1999
  * 同步失败经办人及其失败原因
1999
2000
  注意:此字段可能返回 null,表示取不到有效值。
2000
2001
  */
2001
- FailedList: Array<SyncFailReason>;
2002
+ FailedList?: Array<SyncFailReason>;
2002
2003
  /**
2003
2004
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2004
2005
  */
@@ -2211,11 +2212,11 @@ export interface CreateSignUrlsResponse {
2211
2212
  /**
2212
2213
  * 签署参与者签署H5链接信息数组
2213
2214
  */
2214
- SignUrlInfos: Array<SignUrlInfo>;
2215
+ SignUrlInfos?: Array<SignUrlInfo>;
2215
2216
  /**
2216
2217
  * 生成失败时的错误信息,成功返回”“,顺序和出参SignUrlInfos保持一致
2217
2218
  */
2218
- ErrorMessages: Array<string>;
2219
+ ErrorMessages?: Array<string>;
2219
2220
  /**
2220
2221
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2221
2222
  */
@@ -2247,7 +2248,7 @@ export interface UploadFilesResponse {
2247
2248
  */
2248
2249
  export interface ChannelCreateBatchCancelFlowUrlRequest {
2249
2250
  /**
2250
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2251
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2251
2252
  */
2252
2253
  Agent: Agent;
2253
2254
  /**
@@ -2255,7 +2256,7 @@ export interface ChannelCreateBatchCancelFlowUrlRequest {
2255
2256
  */
2256
2257
  FlowIds: Array<string>;
2257
2258
  /**
2258
- * 操作人信息
2259
+ * 暂未开放
2259
2260
  */
2260
2261
  Operator?: UserInfo;
2261
2262
  }
@@ -2285,7 +2286,7 @@ export interface ApproverRestriction {
2285
2286
  */
2286
2287
  export interface PrepareFlowsRequest {
2287
2288
  /**
2288
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2289
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2289
2290
  */
2290
2291
  Agent: Agent;
2291
2292
  /**
@@ -2297,7 +2298,7 @@ export interface PrepareFlowsRequest {
2297
2298
  */
2298
2299
  JumpUrl: string;
2299
2300
  /**
2300
- * 操作者的信息
2301
+ * 暂未开放
2301
2302
  */
2302
2303
  Operator?: UserInfo;
2303
2304
  }
@@ -2309,7 +2310,7 @@ export interface ChannelCreateFlowByFilesResponse {
2309
2310
  * 合同签署流程ID
2310
2311
  注意:此字段可能返回 null,表示取不到有效值。
2311
2312
  */
2312
- FlowId: string;
2313
+ FlowId?: string;
2313
2314
  /**
2314
2315
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2315
2316
  */
@@ -2355,7 +2356,7 @@ export interface ChannelCancelMultiFlowSignQRCodeResponse {
2355
2356
  */
2356
2357
  export interface ChannelCreateReleaseFlowRequest {
2357
2358
  /**
2358
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2359
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2359
2360
  */
2360
2361
  Agent: Agent;
2361
2362
  /**
@@ -2375,11 +2376,11 @@ export interface ChannelCreateReleaseFlowRequest {
2375
2376
  */
2376
2377
  CallbackUrl?: string;
2377
2378
  /**
2378
- * 机构信息
2379
+ * 暂未开放
2379
2380
  */
2380
2381
  Organization?: OrganizationInfo;
2381
2382
  /**
2382
- * 用户信息
2383
+ * 暂未开放
2383
2384
  */
2384
2385
  Operator?: UserInfo;
2385
2386
  }
@@ -2391,12 +2392,12 @@ export interface ChannelCreateFlowGroupByFilesResponse {
2391
2392
  * 合同组ID
2392
2393
  注意:此字段可能返回 null,表示取不到有效值。
2393
2394
  */
2394
- FlowGroupId: string;
2395
+ FlowGroupId?: string;
2395
2396
  /**
2396
2397
  * 子合同ID列表
2397
2398
  注意:此字段可能返回 null,表示取不到有效值。
2398
2399
  */
2399
- FlowIds: Array<string>;
2400
+ FlowIds?: Array<string>;
2400
2401
  /**
2401
2402
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2402
2403
  */
@@ -2409,11 +2410,11 @@ export interface ChannelCreateMultiFlowSignQRCodeResponse {
2409
2410
  /**
2410
2411
  * 签署二维码对象
2411
2412
  */
2412
- QrCode: SignQrCode;
2413
+ QrCode?: SignQrCode;
2413
2414
  /**
2414
2415
  * 签署链接对象
2415
2416
  */
2416
- SignUrls: SignUrl;
2417
+ SignUrls?: SignUrl;
2417
2418
  /**
2418
2419
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2419
2420
  */
@@ -2489,7 +2490,7 @@ export interface ChannelGetTaskResultApiResponse {
2489
2490
  /**
2490
2491
  * 任务Id
2491
2492
  */
2492
- TaskId: string;
2493
+ TaskId?: string;
2493
2494
  /**
2494
2495
  * 任务状态,需要关注的状态
2495
2496
  0 :NeedTranform - 任务已提交
@@ -2499,7 +2500,7 @@ export interface ChannelGetTaskResultApiResponse {
2499
2500
  -6 :ProcessFailed - 转换失败
2500
2501
  -13:ProcessTimeout - 转换文件超时
2501
2502
  */
2502
- TaskStatus: number;
2503
+ TaskStatus?: number;
2503
2504
  /**
2504
2505
  * 状态描述,需要关注的状态
2505
2506
  NeedTranform - 任务已提交
@@ -2509,16 +2510,16 @@ export interface ChannelGetTaskResultApiResponse {
2509
2510
  ProcessFailed - 转换失败
2510
2511
  ProcessTimeout - 转换文件超时
2511
2512
  */
2512
- TaskMessage: string;
2513
+ TaskMessage?: string;
2513
2514
  /**
2514
2515
  * 资源Id,也是FileId,用于文件发起使用
2515
2516
  */
2516
- ResourceId: string;
2517
+ ResourceId?: string;
2517
2518
  /**
2518
2519
  * 预览文件Url,有效期30分钟
2519
2520
  注意:此字段可能返回 null,表示取不到有效值。
2520
2521
  */
2521
- PreviewUrl: string;
2522
+ PreviewUrl?: string;
2522
2523
  /**
2523
2524
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2524
2525
  */
@@ -2782,7 +2783,7 @@ export interface Component {
2782
2783
  */
2783
2784
  export interface GetDownloadFlowUrlRequest {
2784
2785
  /**
2785
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2786
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2786
2787
  */
2787
2788
  Agent: Agent;
2788
2789
  /**
@@ -2790,7 +2791,7 @@ export interface GetDownloadFlowUrlRequest {
2790
2791
  */
2791
2792
  DownLoadFlows?: Array<DownloadFlowInfo>;
2792
2793
  /**
2793
- * 操作者的信息
2794
+ * 操作者的信息,不用传
2794
2795
  */
2795
2796
  Operator?: UserInfo;
2796
2797
  }
@@ -2799,7 +2800,7 @@ export interface GetDownloadFlowUrlRequest {
2799
2800
  */
2800
2801
  export interface ChannelBatchCancelFlowsRequest {
2801
2802
  /**
2802
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2803
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2803
2804
  */
2804
2805
  Agent: Agent;
2805
2806
  /**
@@ -2819,7 +2820,7 @@ export interface ChannelBatchCancelFlowsRequest {
2819
2820
  */
2820
2821
  CancelMessageFormat?: number;
2821
2822
  /**
2822
- * 操作人信息
2823
+ * 暂未开放
2823
2824
  */
2824
2825
  Operator?: UserInfo;
2825
2826
  }
@@ -2828,7 +2829,7 @@ export interface ChannelBatchCancelFlowsRequest {
2828
2829
  */
2829
2830
  export interface ChannelUpdateSealStatusRequest {
2830
2831
  /**
2831
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2832
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2832
2833
  */
2833
2834
  Agent: Agent;
2834
2835
  /**
@@ -2874,17 +2875,13 @@ export interface ChannelCancelFlowRequest {
2874
2875
  */
2875
2876
  FlowId: string;
2876
2877
  /**
2877
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2878
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2878
2879
  */
2879
2880
  Agent?: Agent;
2880
2881
  /**
2881
2882
  * 撤回原因,最大不超过200字符
2882
2883
  */
2883
2884
  CancelMessage?: string;
2884
- /**
2885
- * 操作者的信息
2886
- */
2887
- Operator?: UserInfo;
2888
2885
  /**
2889
2886
  * 撤销理由自定义格式;选项:
2890
2887
  0 默认格式
@@ -2893,13 +2890,17 @@ export interface ChannelCancelFlowRequest {
2893
2890
  3 保留身份信息+企业名称+经办人名称:展示为【发起方xxxx公司-经办人姓名】
2894
2891
  */
2895
2892
  CancelMessageFormat?: number;
2893
+ /**
2894
+ * 暂未开放
2895
+ */
2896
+ Operator?: UserInfo;
2896
2897
  }
2897
2898
  /**
2898
2899
  * DescribeTemplates请求参数结构体
2899
2900
  */
2900
2901
  export interface DescribeTemplatesRequest {
2901
2902
  /**
2902
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2903
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2903
2904
  */
2904
2905
  Agent: Agent;
2905
2906
  /**
@@ -2948,11 +2949,11 @@ export interface DescribeTemplatesRequest {
2948
2949
  */
2949
2950
  export interface ChannelCreateSealPolicyRequest {
2950
2951
  /**
2951
- * 用户渠道信息
2952
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2952
2953
  */
2953
2954
  Agent: Agent;
2954
2955
  /**
2955
- * 指定印章
2956
+ * 指定印章ID
2956
2957
  */
2957
2958
  SealId: string;
2958
2959
  /**
@@ -2960,11 +2961,11 @@ export interface ChannelCreateSealPolicyRequest {
2960
2961
  */
2961
2962
  UserIds: Array<string>;
2962
2963
  /**
2963
- * 企业机构信息
2964
+ * 企业机构信息,不用传
2964
2965
  */
2965
2966
  Organization?: OrganizationInfo;
2966
2967
  /**
2967
- * 操作人(用户)信息
2968
+ * 操作人(用户)信息,不用传
2968
2969
  */
2969
2970
  Operator?: UserInfo;
2970
2971
  }
@@ -3023,7 +3024,7 @@ export interface OccupiedSeal {
3023
3024
  */
3024
3025
  export interface CreateFlowsByTemplatesRequest {
3025
3026
  /**
3026
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3027
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3027
3028
  */
3028
3029
  Agent: Agent;
3029
3030
  /**
@@ -3041,7 +3042,7 @@ export interface CreateFlowsByTemplatesRequest {
3041
3042
  */
3042
3043
  PreviewType?: number;
3043
3044
  /**
3044
- * 操作者的信息
3045
+ * 操作者的信息,不用传
3045
3046
  */
3046
3047
  Operator?: UserInfo;
3047
3048
  }
@@ -3085,15 +3086,15 @@ export interface ChannelCreateBatchCancelFlowUrlResponse {
3085
3086
  /**
3086
3087
  * 批量撤销url
3087
3088
  */
3088
- BatchCancelFlowUrl: string;
3089
+ BatchCancelFlowUrl?: string;
3089
3090
  /**
3090
3091
  * 签署流程批量撤销失败原因
3091
3092
  */
3092
- FailMessages: Array<string>;
3093
+ FailMessages?: Array<string>;
3093
3094
  /**
3094
3095
  * 签署撤销url过期时间-年月日-时分秒
3095
3096
  */
3096
- UrlExpireOn: string;
3097
+ UrlExpireOn?: string;
3097
3098
  /**
3098
3099
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3099
3100
  */
@@ -3104,7 +3105,7 @@ export interface ChannelCreateBatchCancelFlowUrlResponse {
3104
3105
  */
3105
3106
  export interface OperateChannelTemplateRequest {
3106
3107
  /**
3107
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3108
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3108
3109
  */
3109
3110
  Agent: Agent;
3110
3111
  /**
@@ -3124,7 +3125,7 @@ export interface OperateChannelTemplateRequest {
3124
3125
  */
3125
3126
  AuthTag?: string;
3126
3127
  /**
3127
- * 操作者的信息
3128
+ * 暂未开放
3128
3129
  */
3129
3130
  Operator?: UserInfo;
3130
3131
  }
@@ -3136,18 +3137,18 @@ export interface CreateChannelFlowEvidenceReportResponse {
3136
3137
  * 出证报告 ID,用于查询出证报告接口DescribeChannelFlowEvidenceReport时用到
3137
3138
  注意:此字段可能返回 null,表示取不到有效值。
3138
3139
  */
3139
- ReportId: string;
3140
+ ReportId?: string;
3140
3141
  /**
3141
3142
  * 执行中:EvidenceStatusExecuting
3142
3143
  成功:EvidenceStatusSuccess
3143
3144
  失败:EvidenceStatusFailed
3144
3145
  */
3145
- Status: string;
3146
+ Status?: string;
3146
3147
  /**
3147
3148
  * 废除,字段无效
3148
3149
  注意:此字段可能返回 null,表示取不到有效值。
3149
3150
  */
3150
- ReportUrl: string;
3151
+ ReportUrl?: string;
3151
3152
  /**
3152
3153
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3153
3154
  */
@@ -3176,20 +3177,20 @@ export interface ChannelDescribeEmployeesResponse {
3176
3177
  * 员工数据列表
3177
3178
  注意:此字段可能返回 null,表示取不到有效值。
3178
3179
  */
3179
- Employees: Array<Staff>;
3180
+ Employees?: Array<Staff>;
3180
3181
  /**
3181
3182
  * 偏移量,默认为0,最大为20000
3182
3183
  注意:此字段可能返回 null,表示取不到有效值。
3183
3184
  */
3184
- Offset: number;
3185
+ Offset?: number;
3185
3186
  /**
3186
3187
  * 返回最大数量,最大为20
3187
3188
  */
3188
- Limit: number;
3189
+ Limit?: number;
3189
3190
  /**
3190
3191
  * 符合条件的员工数量
3191
3192
  */
3192
- TotalCount: number;
3193
+ TotalCount?: number;
3193
3194
  /**
3194
3195
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3195
3196
  */
@@ -3216,13 +3217,13 @@ export interface DescribeChannelFlowEvidenceReportResponse {
3216
3217
  * 出证报告 URL
3217
3218
  注意:此字段可能返回 null,表示取不到有效值。
3218
3219
  */
3219
- ReportUrl: string;
3220
+ ReportUrl?: string;
3220
3221
  /**
3221
3222
  * 执行中:EvidenceStatusExecuting
3222
3223
  成功:EvidenceStatusSuccess
3223
3224
  失败:EvidenceStatusFailed
3224
3225
  */
3225
- Status: string;
3226
+ Status?: string;
3226
3227
  /**
3227
3228
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3228
3229
  */
@@ -3242,7 +3243,7 @@ export interface ChannelUpdateSealStatusResponse {
3242
3243
  */
3243
3244
  export interface ChannelCreateFlowSignUrlRequest {
3244
3245
  /**
3245
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
3246
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
3246
3247
  */
3247
3248
  Agent: Agent;
3248
3249
  /**