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.
@@ -32,7 +32,7 @@ export interface ChannelCreateConvertTaskApiResponse {
32
32
  /**
33
33
  * 任务id
34
34
  */
35
- TaskId: string
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
- Operator?: UserInfo
80
+ Organization?: OrganizationInfo
81
81
 
82
82
  /**
83
- * 组织机构信息
83
+ * 操作人(用户)信息,不用传
84
84
  */
85
- Organization?: OrganizationInfo
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: Array<string>
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
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
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
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
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
- Operator?: UserInfo
187
+ FlowGroupId?: string
188
188
 
189
189
  /**
190
- * 合同组编号(备注:该参数和合同(流程)编号数组必须二选一)
190
+ * 暂未开放
191
191
  */
192
- FlowGroupId?: string
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
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
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: Array<FlowApproverUrlInfo>
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: string
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: string
303
+ AppId?: string
304
304
 
305
305
  /**
306
306
  * 渠道方模板库模板唯一标识
307
307
  注意:此字段可能返回 null,表示取不到有效值。
308
308
  */
309
- TemplateId: string
309
+ TemplateId?: string
310
310
 
311
311
  /**
312
312
  * 全部成功-"all-success",部分成功-"part-success", 全部失败-"fail"失败的会在FailMessageList中展示
313
313
  注意:此字段可能返回 null,表示取不到有效值。
314
314
  */
315
- OperateResult: string
315
+ OperateResult?: string
316
316
 
317
317
  /**
318
318
  * 模板可见性, 全部可见-"all", 部分可见-"part"
319
319
  注意:此字段可能返回 null,表示取不到有效值。
320
320
  */
321
- AuthTag: string
321
+ AuthTag?: string
322
322
 
323
323
  /**
324
324
  * 合作企业方第三方机构唯一标识数据
325
325
  注意:此字段可能返回 null,表示取不到有效值。
326
326
  */
327
- ProxyOrganizationOpenIds: Array<string>
327
+ ProxyOrganizationOpenIds?: Array<string>
328
328
 
329
329
  /**
330
330
  * 操作失败信息数组
331
331
  注意:此字段可能返回 null,表示取不到有效值。
332
332
  */
333
- FailMessageList: Array<AuthFailMessage>
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: string
413
+ ConsoleUrl?: string
414
414
 
415
415
  /**
416
416
  * 渠道子客企业是否已开通腾讯电子签
417
417
  */
418
- IsActivated: boolean
418
+ IsActivated?: boolean
419
419
 
420
420
  /**
421
421
  * 当前经办人是否已认证(false:未认证 true:已认证)
422
422
  */
423
- ProxyOperatorIsVerified: boolean
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
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
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
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
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
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
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
- * 调用方用户信息,userId 必填
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
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
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
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
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: string
860
+ ApplicationId?: string
861
861
 
862
862
  /**
863
863
  * 渠道侧企业第三方Id
864
864
  */
865
- ProxyOrganizationOpenId: string
865
+ ProxyOrganizationOpenId?: string
866
866
 
867
867
  /**
868
868
  * 合同(签署流程)的具体详细描述信息
869
869
  注意:此字段可能返回 null,表示取不到有效值。
870
870
  */
871
- FlowInfo: Array<FlowDetailInfo>
871
+ FlowInfo?: Array<FlowDetailInfo>
872
872
 
873
873
  /**
874
874
  * 合同组编号
875
875
  注意:此字段可能返回 null,表示取不到有效值。
876
876
  */
877
- FlowGroupId: string
877
+ FlowGroupId?: string
878
878
 
879
879
  /**
880
880
  * 合同组名称
881
881
  注意:此字段可能返回 null,表示取不到有效值。
882
882
  */
883
- FlowGroupName: string
883
+ FlowGroupName?: string
884
884
 
885
885
  /**
886
886
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1033,7 +1033,7 @@ export interface PrepareFlowsResponse {
1033
1033
  /**
1034
1034
  * 待发起文件确认页
1035
1035
  */
1036
- ConfirmUrl: string
1036
+ ConfirmUrl?: string
1037
1037
 
1038
1038
  /**
1039
1039
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1138,7 +1138,7 @@ export interface GetDownloadFlowUrlResponse {
1138
1138
  /**
1139
1139
  * 合同(流程)下载地址
1140
1140
  */
1141
- DownLoadUrl: string
1141
+ DownLoadUrl?: string
1142
1142
 
1143
1143
  /**
1144
1144
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1203,22 +1203,22 @@ export interface DescribeTemplatesResponse {
1203
1203
  /**
1204
1204
  * 模板详情
1205
1205
  */
1206
- Templates: Array<TemplateInfo>
1206
+ Templates?: Array<TemplateInfo>
1207
1207
 
1208
1208
  /**
1209
1209
  * 查询总数
1210
1210
  */
1211
- TotalCount: number
1211
+ TotalCount?: number
1212
1212
 
1213
1213
  /**
1214
1214
  * 查询数量
1215
1215
  */
1216
- Limit: number
1216
+ Limit?: number
1217
1217
 
1218
1218
  /**
1219
1219
  * 查询起始偏移
1220
1220
  */
1221
- Offset: number
1221
+ Offset?: number
1222
1222
 
1223
1223
  /**
1224
1224
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1253,12 +1253,12 @@ export interface ChannelVerifyPdfRequest {
1253
1253
  FlowId: string
1254
1254
 
1255
1255
  /**
1256
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1256
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1257
1257
  */
1258
1258
  Agent?: Agent
1259
1259
 
1260
1260
  /**
1261
- * 操作者的信息
1261
+ * 暂未开放
1262
1262
  */
1263
1263
  Operator?: UserInfo
1264
1264
  }
@@ -1268,17 +1268,17 @@ export interface ChannelVerifyPdfRequest {
1268
1268
  */
1269
1269
  export interface CreateChannelFlowEvidenceReportRequest {
1270
1270
  /**
1271
- * 签署流程编号
1271
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
1272
1272
  */
1273
- FlowId: string
1273
+ Agent: Agent
1274
1274
 
1275
1275
  /**
1276
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
1276
+ * 签署流程编号
1277
1277
  */
1278
- Agent: Agent
1278
+ FlowId: string
1279
1279
 
1280
1280
  /**
1281
- * 操作者的信息
1281
+ * 暂未开放
1282
1282
  */
1283
1283
  Operator?: UserInfo
1284
1284
  }
@@ -1290,13 +1290,13 @@ export interface ChannelVerifyPdfResponse {
1290
1290
  /**
1291
1291
  * 验签结果,1-文件未被篡改,全部签名在腾讯电子签完成; 2-文件未被篡改,部分签名在腾讯电子签完成;3-文件被篡改;4-异常:文件内没有签名域;5-异常:文件签名格式错误
1292
1292
  */
1293
- VerifyResult: number
1293
+ VerifyResult?: number
1294
1294
 
1295
1295
  /**
1296
1296
  * 验签结果详情,内部状态1-验签成功,在电子签签署;2-验签成功,在其他平台签署;3-验签失败;4-pdf文件没有签名域
1297
1297
  ;5-文件签名格式错误
1298
1298
  */
1299
- PdfVerifyResults: Array<PdfVerifyResult>
1299
+ PdfVerifyResults?: Array<PdfVerifyResult>
1300
1300
 
1301
1301
  /**
1302
1302
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1355,14 +1355,14 @@ export interface CreateConsoleLoginUrlRequest {
1355
1355
  AutoJumpBackEvent?: string
1356
1356
 
1357
1357
  /**
1358
- * 操作者的信息
1358
+ * 支持的授权方式,授权方式: "1" - 上传授权书认证 "2" - 法定代表人认证
1359
1359
  */
1360
- Operator?: UserInfo
1360
+ AuthorizationTypes?: Array<number>
1361
1361
 
1362
1362
  /**
1363
- * 支持的授权方式,授权方式: "1" - 上传授权书认证 "2" - 法定代表人认证
1363
+ * 暂未开放
1364
1364
  */
1365
- AuthorizationTypes?: Array<number>
1365
+ Operator?: UserInfo
1366
1366
  }
1367
1367
 
1368
1368
  /**
@@ -1475,7 +1475,7 @@ export interface PdfVerifyResult {
1475
1475
  */
1476
1476
  export interface ChannelCancelMultiFlowSignQRCodeRequest {
1477
1477
  /**
1478
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1478
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1479
1479
  */
1480
1480
  Agent: Agent
1481
1481
 
@@ -1485,7 +1485,7 @@ export interface ChannelCancelMultiFlowSignQRCodeRequest {
1485
1485
  QrCodeId: string
1486
1486
 
1487
1487
  /**
1488
- * 用户信息
1488
+ * 暂未开放
1489
1489
  */
1490
1490
  Operator?: UserInfo
1491
1491
  }
@@ -1522,7 +1522,7 @@ export interface UploadFilesRequest {
1522
1522
  */
1523
1523
  export interface ChannelDescribeOrganizationSealsRequest {
1524
1524
  /**
1525
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1525
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1526
1526
  */
1527
1527
  Agent: Agent
1528
1528
 
@@ -1596,7 +1596,7 @@ export interface DescribeUsageRequest {
1596
1596
  Offset?: number
1597
1597
 
1598
1598
  /**
1599
- * 操作者的信息
1599
+ * 暂未开放
1600
1600
  */
1601
1601
  Operator?: UserInfo
1602
1602
  }
@@ -1606,7 +1606,7 @@ export interface DescribeUsageRequest {
1606
1606
  */
1607
1607
  export interface DescribeExtendedServiceAuthInfoRequest {
1608
1608
  /**
1609
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
1609
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
1610
1610
 
1611
1611
  注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId
1612
1612
 
@@ -1880,13 +1880,13 @@ export interface DescribeUsageResponse {
1880
1880
  /**
1881
1881
  * 用量明细条数
1882
1882
  */
1883
- Total: number
1883
+ Total?: number
1884
1884
 
1885
1885
  /**
1886
1886
  * 用量明细
1887
1887
  注意:此字段可能返回 null,表示取不到有效值。
1888
1888
  */
1889
- Details: Array<UsageDetail>
1889
+ Details?: Array<UsageDetail>
1890
1890
 
1891
1891
  /**
1892
1892
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1989,7 +1989,7 @@ export interface ChannelDescribeEmployeesRequest {
1989
1989
  Limit: number
1990
1990
 
1991
1991
  /**
1992
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1992
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1993
1993
  */
1994
1994
  Agent?: Agent
1995
1995
 
@@ -2006,7 +2006,7 @@ export interface ChannelDescribeEmployeesRequest {
2006
2006
  Offset?: number
2007
2007
 
2008
2008
  /**
2009
- * 操作者的信息
2009
+ * 暂未开放
2010
2010
  */
2011
2011
  Operator?: UserInfo
2012
2012
  }
@@ -2028,13 +2028,13 @@ export interface DescribeResourceUrlsByFlowsResponse {
2028
2028
  /**
2029
2029
  * 签署流程资源对应链接信息
2030
2030
  */
2031
- FlowResourceUrlInfos: Array<FlowResourceUrlInfo>
2031
+ FlowResourceUrlInfos?: Array<FlowResourceUrlInfo>
2032
2032
 
2033
2033
  /**
2034
2034
  * 创建消息,对应多个合同ID,
2035
2035
  成功为“”,创建失败则对应失败消息
2036
2036
  */
2037
- ErrorMessages: Array<string>
2037
+ ErrorMessages?: Array<string>
2038
2038
 
2039
2039
  /**
2040
2040
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2047,7 +2047,7 @@ export interface DescribeResourceUrlsByFlowsResponse {
2047
2047
  */
2048
2048
  export interface SyncProxyOrganizationOperatorsRequest {
2049
2049
  /**
2050
- * 渠道应用相关信息。 此接口Agent.AppId 和 Agent.ProxyOrganizationOpenId必填。
2050
+ * 应用相关信息。 此接口Agent.AppId 和 Agent.ProxyOrganizationOpenId必填。
2051
2051
  */
2052
2052
  Agent: Agent
2053
2053
 
@@ -2062,7 +2062,7 @@ export interface SyncProxyOrganizationOperatorsRequest {
2062
2062
  ProxyOrganizationOperators: Array<ProxyOrganizationOperator>
2063
2063
 
2064
2064
  /**
2065
- * 操作者的信息
2065
+ * 暂未开放
2066
2066
  */
2067
2067
  Operator?: UserInfo
2068
2068
  }
@@ -2072,7 +2072,7 @@ export interface SyncProxyOrganizationOperatorsRequest {
2072
2072
  */
2073
2073
  export interface CreateSignUrlsRequest {
2074
2074
  /**
2075
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2075
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2076
2076
  */
2077
2077
  Agent: Agent
2078
2078
 
@@ -2123,7 +2123,7 @@ GenerateType为"PERSON"或"FOLLOWER"时必填
2123
2123
  OrganizationOpenId?: string
2124
2124
 
2125
2125
  /**
2126
- * 渠道合作企业参与人OpenId,GenerateType为"CHANNEL"时可用,指定到具体参与人
2126
+ * 渠道合作企业参与人OpenId,GenerateType为"CHANNEL"时可用,指定到具体参与人, 仅展示已经实名的经办人信息
2127
2127
  */
2128
2128
  OpenId?: string
2129
2129
 
@@ -2138,7 +2138,7 @@ GenerateType为"PERSON"或"FOLLOWER"时必填
2138
2138
  JumpUrl?: string
2139
2139
 
2140
2140
  /**
2141
- * 操作者的信息
2141
+ * 暂未开放
2142
2142
  */
2143
2143
  Operator?: UserInfo
2144
2144
  }
@@ -2148,7 +2148,7 @@ GenerateType为"PERSON"或"FOLLOWER"时必填
2148
2148
  */
2149
2149
  export interface ChannelCreateMultiFlowSignQRCodeRequest {
2150
2150
  /**
2151
- * 渠道应用相关信息。
2151
+ * 应用相关信息。
2152
2152
  此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 必填。
2153
2153
  */
2154
2154
  Agent: Agent
@@ -2191,14 +2191,14 @@ export interface ChannelCreateMultiFlowSignQRCodeRequest {
2191
2191
  CallbackUrl?: string
2192
2192
 
2193
2193
  /**
2194
- * 用户信息
2194
+ * 限制二维码用户条件(已弃用)
2195
2195
  */
2196
- Operator?: UserInfo
2196
+ ApproverRestrictions?: ApproverRestriction
2197
2197
 
2198
2198
  /**
2199
- * 限制二维码用户条件(已弃用)
2199
+ * 暂未开放
2200
2200
  */
2201
- ApproverRestrictions?: ApproverRestriction
2201
+ Operator?: UserInfo
2202
2202
  }
2203
2203
 
2204
2204
  /**
@@ -2226,7 +2226,7 @@ export interface SignQrCode {
2226
2226
  */
2227
2227
  export interface ChannelGetTaskResultApiRequest {
2228
2228
  /**
2229
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2229
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2230
2230
  */
2231
2231
  Agent: Agent
2232
2232
 
@@ -2236,7 +2236,7 @@ export interface ChannelGetTaskResultApiRequest {
2236
2236
  TaskId: string
2237
2237
 
2238
2238
  /**
2239
- * 操作者的信息
2239
+ * 操作者的信息,不用传
2240
2240
  */
2241
2241
  Operator?: UserInfo
2242
2242
 
@@ -2303,29 +2303,29 @@ export interface CreateFlowsByTemplatesResponse {
2303
2303
  /**
2304
2304
  * 多个合同ID
2305
2305
  */
2306
- FlowIds: Array<string>
2306
+ FlowIds?: Array<string>
2307
2307
 
2308
2308
  /**
2309
2309
  * 渠道的业务信息,限制1024字符
2310
2310
  */
2311
- CustomerData: Array<string>
2311
+ CustomerData?: Array<string>
2312
2312
 
2313
2313
  /**
2314
2314
  * 创建消息,对应多个合同ID,
2315
2315
  成功为“”,创建失败则对应失败消息
2316
2316
  */
2317
- ErrorMessages: Array<string>
2317
+ ErrorMessages?: Array<string>
2318
2318
 
2319
2319
  /**
2320
2320
  * 预览模式下返回的预览文件url数组
2321
2321
  */
2322
- PreviewUrls: Array<string>
2322
+ PreviewUrls?: Array<string>
2323
2323
 
2324
2324
  /**
2325
2325
  * 复杂文档合成任务(如,包含动态表格的预览任务)的任务信息数组;
2326
2326
  如果文档需要异步合成,此字段会返回该异步任务的任务信息,后续可以通过ChannelGetTaskResultApi接口查询任务详情;
2327
2327
  */
2328
- TaskInfos: Array<TaskInfo>
2328
+ TaskInfos?: Array<TaskInfo>
2329
2329
 
2330
2330
  /**
2331
2331
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2338,7 +2338,7 @@ export interface CreateFlowsByTemplatesResponse {
2338
2338
  */
2339
2339
  export interface DescribeChannelFlowEvidenceReportRequest {
2340
2340
  /**
2341
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
2341
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
2342
2342
  */
2343
2343
  Agent: Agent
2344
2344
 
@@ -2348,7 +2348,7 @@ export interface DescribeChannelFlowEvidenceReportRequest {
2348
2348
  ReportId: string
2349
2349
 
2350
2350
  /**
2351
- * 操作者的信息
2351
+ * 暂未开放
2352
2352
  */
2353
2353
  Operator?: UserInfo
2354
2354
  }
@@ -2363,13 +2363,13 @@ export interface SyncProxyOrganizationOperatorsResponse {
2363
2363
  2-部分成功
2364
2364
  注意:此字段可能返回 null,表示取不到有效值。
2365
2365
  */
2366
- Status: number
2366
+ Status?: number
2367
2367
 
2368
2368
  /**
2369
2369
  * 同步失败经办人及其失败原因
2370
2370
  注意:此字段可能返回 null,表示取不到有效值。
2371
2371
  */
2372
- FailedList: Array<SyncFailReason>
2372
+ FailedList?: Array<SyncFailReason>
2373
2373
 
2374
2374
  /**
2375
2375
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2617,12 +2617,12 @@ export interface CreateSignUrlsResponse {
2617
2617
  /**
2618
2618
  * 签署参与者签署H5链接信息数组
2619
2619
  */
2620
- SignUrlInfos: Array<SignUrlInfo>
2620
+ SignUrlInfos?: Array<SignUrlInfo>
2621
2621
 
2622
2622
  /**
2623
2623
  * 生成失败时的错误信息,成功返回”“,顺序和出参SignUrlInfos保持一致
2624
2624
  */
2625
- ErrorMessages: Array<string>
2625
+ ErrorMessages?: Array<string>
2626
2626
 
2627
2627
  /**
2628
2628
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2660,7 +2660,7 @@ export interface UploadFilesResponse {
2660
2660
  */
2661
2661
  export interface ChannelCreateBatchCancelFlowUrlRequest {
2662
2662
  /**
2663
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2663
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2664
2664
  */
2665
2665
  Agent: Agent
2666
2666
 
@@ -2670,7 +2670,7 @@ export interface ChannelCreateBatchCancelFlowUrlRequest {
2670
2670
  FlowIds: Array<string>
2671
2671
 
2672
2672
  /**
2673
- * 操作人信息
2673
+ * 暂未开放
2674
2674
  */
2675
2675
  Operator?: UserInfo
2676
2676
  }
@@ -2705,7 +2705,7 @@ export interface ApproverRestriction {
2705
2705
  */
2706
2706
  export interface PrepareFlowsRequest {
2707
2707
  /**
2708
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2708
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2709
2709
  */
2710
2710
  Agent: Agent
2711
2711
 
@@ -2720,7 +2720,7 @@ export interface PrepareFlowsRequest {
2720
2720
  JumpUrl: string
2721
2721
 
2722
2722
  /**
2723
- * 操作者的信息
2723
+ * 暂未开放
2724
2724
  */
2725
2725
  Operator?: UserInfo
2726
2726
  }
@@ -2733,7 +2733,7 @@ export interface ChannelCreateFlowByFilesResponse {
2733
2733
  * 合同签署流程ID
2734
2734
  注意:此字段可能返回 null,表示取不到有效值。
2735
2735
  */
2736
- FlowId: string
2736
+ FlowId?: string
2737
2737
 
2738
2738
  /**
2739
2739
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2786,7 +2786,7 @@ export interface ChannelCancelMultiFlowSignQRCodeResponse {
2786
2786
  */
2787
2787
  export interface ChannelCreateReleaseFlowRequest {
2788
2788
  /**
2789
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2789
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2790
2790
  */
2791
2791
  Agent: Agent
2792
2792
 
@@ -2811,12 +2811,12 @@ export interface ChannelCreateReleaseFlowRequest {
2811
2811
  CallbackUrl?: string
2812
2812
 
2813
2813
  /**
2814
- * 机构信息
2814
+ * 暂未开放
2815
2815
  */
2816
2816
  Organization?: OrganizationInfo
2817
2817
 
2818
2818
  /**
2819
- * 用户信息
2819
+ * 暂未开放
2820
2820
  */
2821
2821
  Operator?: UserInfo
2822
2822
  }
@@ -2829,13 +2829,13 @@ export interface ChannelCreateFlowGroupByFilesResponse {
2829
2829
  * 合同组ID
2830
2830
  注意:此字段可能返回 null,表示取不到有效值。
2831
2831
  */
2832
- FlowGroupId: string
2832
+ FlowGroupId?: string
2833
2833
 
2834
2834
  /**
2835
2835
  * 子合同ID列表
2836
2836
  注意:此字段可能返回 null,表示取不到有效值。
2837
2837
  */
2838
- FlowIds: Array<string>
2838
+ FlowIds?: Array<string>
2839
2839
 
2840
2840
  /**
2841
2841
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2850,12 +2850,12 @@ export interface ChannelCreateMultiFlowSignQRCodeResponse {
2850
2850
  /**
2851
2851
  * 签署二维码对象
2852
2852
  */
2853
- QrCode: SignQrCode
2853
+ QrCode?: SignQrCode
2854
2854
 
2855
2855
  /**
2856
2856
  * 签署链接对象
2857
2857
  */
2858
- SignUrls: SignUrl
2858
+ SignUrls?: SignUrl
2859
2859
 
2860
2860
  /**
2861
2861
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2942,7 +2942,7 @@ export interface ChannelGetTaskResultApiResponse {
2942
2942
  /**
2943
2943
  * 任务Id
2944
2944
  */
2945
- TaskId: string
2945
+ TaskId?: string
2946
2946
 
2947
2947
  /**
2948
2948
  * 任务状态,需要关注的状态
@@ -2953,7 +2953,7 @@ export interface ChannelGetTaskResultApiResponse {
2953
2953
  -6 :ProcessFailed - 转换失败
2954
2954
  -13:ProcessTimeout - 转换文件超时
2955
2955
  */
2956
- TaskStatus: number
2956
+ TaskStatus?: number
2957
2957
 
2958
2958
  /**
2959
2959
  * 状态描述,需要关注的状态
@@ -2964,18 +2964,18 @@ DownloadFailed - 下载失败
2964
2964
  ProcessFailed - 转换失败
2965
2965
  ProcessTimeout - 转换文件超时
2966
2966
  */
2967
- TaskMessage: string
2967
+ TaskMessage?: string
2968
2968
 
2969
2969
  /**
2970
2970
  * 资源Id,也是FileId,用于文件发起使用
2971
2971
  */
2972
- ResourceId: string
2972
+ ResourceId?: string
2973
2973
 
2974
2974
  /**
2975
2975
  * 预览文件Url,有效期30分钟
2976
2976
  注意:此字段可能返回 null,表示取不到有效值。
2977
2977
  */
2978
- PreviewUrl: string
2978
+ PreviewUrl?: string
2979
2979
 
2980
2980
  /**
2981
2981
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3266,7 +3266,7 @@ SIGN_PAGING_SEAL - 可以指定印章ID
3266
3266
  */
3267
3267
  export interface GetDownloadFlowUrlRequest {
3268
3268
  /**
3269
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3269
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3270
3270
  */
3271
3271
  Agent: Agent
3272
3272
 
@@ -3276,7 +3276,7 @@ export interface GetDownloadFlowUrlRequest {
3276
3276
  DownLoadFlows?: Array<DownloadFlowInfo>
3277
3277
 
3278
3278
  /**
3279
- * 操作者的信息
3279
+ * 操作者的信息,不用传
3280
3280
  */
3281
3281
  Operator?: UserInfo
3282
3282
  }
@@ -3286,7 +3286,7 @@ export interface GetDownloadFlowUrlRequest {
3286
3286
  */
3287
3287
  export interface ChannelBatchCancelFlowsRequest {
3288
3288
  /**
3289
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3289
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3290
3290
  */
3291
3291
  Agent: Agent
3292
3292
 
@@ -3310,7 +3310,7 @@ export interface ChannelBatchCancelFlowsRequest {
3310
3310
  CancelMessageFormat?: number
3311
3311
 
3312
3312
  /**
3313
- * 操作人信息
3313
+ * 暂未开放
3314
3314
  */
3315
3315
  Operator?: UserInfo
3316
3316
  }
@@ -3320,7 +3320,7 @@ export interface ChannelBatchCancelFlowsRequest {
3320
3320
  */
3321
3321
  export interface ChannelUpdateSealStatusRequest {
3322
3322
  /**
3323
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3323
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3324
3324
  */
3325
3325
  Agent: Agent
3326
3326
 
@@ -3375,7 +3375,7 @@ export interface ChannelCancelFlowRequest {
3375
3375
  FlowId: string
3376
3376
 
3377
3377
  /**
3378
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3378
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3379
3379
  */
3380
3380
  Agent?: Agent
3381
3381
 
@@ -3384,11 +3384,6 @@ export interface ChannelCancelFlowRequest {
3384
3384
  */
3385
3385
  CancelMessage?: string
3386
3386
 
3387
- /**
3388
- * 操作者的信息
3389
- */
3390
- Operator?: UserInfo
3391
-
3392
3387
  /**
3393
3388
  * 撤销理由自定义格式;选项:
3394
3389
  0 默认格式
@@ -3397,6 +3392,11 @@ export interface ChannelCancelFlowRequest {
3397
3392
  3 保留身份信息+企业名称+经办人名称:展示为【发起方xxxx公司-经办人姓名】
3398
3393
  */
3399
3394
  CancelMessageFormat?: number
3395
+
3396
+ /**
3397
+ * 暂未开放
3398
+ */
3399
+ Operator?: UserInfo
3400
3400
  }
3401
3401
 
3402
3402
  /**
@@ -3404,7 +3404,7 @@ export interface ChannelCancelFlowRequest {
3404
3404
  */
3405
3405
  export interface DescribeTemplatesRequest {
3406
3406
  /**
3407
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3407
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3408
3408
  */
3409
3409
  Agent: Agent
3410
3410
 
@@ -3464,12 +3464,12 @@ export interface DescribeTemplatesRequest {
3464
3464
  */
3465
3465
  export interface ChannelCreateSealPolicyRequest {
3466
3466
  /**
3467
- * 用户渠道信息
3467
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3468
3468
  */
3469
3469
  Agent: Agent
3470
3470
 
3471
3471
  /**
3472
- * 指定印章
3472
+ * 指定印章ID
3473
3473
  */
3474
3474
  SealId: string
3475
3475
 
@@ -3479,12 +3479,12 @@ export interface ChannelCreateSealPolicyRequest {
3479
3479
  UserIds: Array<string>
3480
3480
 
3481
3481
  /**
3482
- * 企业机构信息
3482
+ * 企业机构信息,不用传
3483
3483
  */
3484
3484
  Organization?: OrganizationInfo
3485
3485
 
3486
3486
  /**
3487
- * 操作人(用户)信息
3487
+ * 操作人(用户)信息,不用传
3488
3488
  */
3489
3489
  Operator?: UserInfo
3490
3490
  }
@@ -3555,7 +3555,7 @@ export interface OccupiedSeal {
3555
3555
  */
3556
3556
  export interface CreateFlowsByTemplatesRequest {
3557
3557
  /**
3558
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3558
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3559
3559
  */
3560
3560
  Agent: Agent
3561
3561
 
@@ -3577,7 +3577,7 @@ export interface CreateFlowsByTemplatesRequest {
3577
3577
  PreviewType?: number
3578
3578
 
3579
3579
  /**
3580
- * 操作者的信息
3580
+ * 操作者的信息,不用传
3581
3581
  */
3582
3582
  Operator?: UserInfo
3583
3583
  }
@@ -3628,17 +3628,17 @@ export interface ChannelCreateBatchCancelFlowUrlResponse {
3628
3628
  /**
3629
3629
  * 批量撤销url
3630
3630
  */
3631
- BatchCancelFlowUrl: string
3631
+ BatchCancelFlowUrl?: string
3632
3632
 
3633
3633
  /**
3634
3634
  * 签署流程批量撤销失败原因
3635
3635
  */
3636
- FailMessages: Array<string>
3636
+ FailMessages?: Array<string>
3637
3637
 
3638
3638
  /**
3639
3639
  * 签署撤销url过期时间-年月日-时分秒
3640
3640
  */
3641
- UrlExpireOn: string
3641
+ UrlExpireOn?: string
3642
3642
 
3643
3643
  /**
3644
3644
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3651,7 +3651,7 @@ export interface ChannelCreateBatchCancelFlowUrlResponse {
3651
3651
  */
3652
3652
  export interface OperateChannelTemplateRequest {
3653
3653
  /**
3654
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3654
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3655
3655
  */
3656
3656
  Agent: Agent
3657
3657
 
@@ -3676,7 +3676,7 @@ export interface OperateChannelTemplateRequest {
3676
3676
  AuthTag?: string
3677
3677
 
3678
3678
  /**
3679
- * 操作者的信息
3679
+ * 暂未开放
3680
3680
  */
3681
3681
  Operator?: UserInfo
3682
3682
  }
@@ -3689,20 +3689,20 @@ export interface CreateChannelFlowEvidenceReportResponse {
3689
3689
  * 出证报告 ID,用于查询出证报告接口DescribeChannelFlowEvidenceReport时用到
3690
3690
  注意:此字段可能返回 null,表示取不到有效值。
3691
3691
  */
3692
- ReportId: string
3692
+ ReportId?: string
3693
3693
 
3694
3694
  /**
3695
3695
  * 执行中:EvidenceStatusExecuting
3696
3696
  成功:EvidenceStatusSuccess
3697
3697
  失败:EvidenceStatusFailed
3698
3698
  */
3699
- Status: string
3699
+ Status?: string
3700
3700
 
3701
3701
  /**
3702
3702
  * 废除,字段无效
3703
3703
  注意:此字段可能返回 null,表示取不到有效值。
3704
3704
  */
3705
- ReportUrl: string
3705
+ ReportUrl?: string
3706
3706
 
3707
3707
  /**
3708
3708
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3735,23 +3735,23 @@ export interface ChannelDescribeEmployeesResponse {
3735
3735
  * 员工数据列表
3736
3736
  注意:此字段可能返回 null,表示取不到有效值。
3737
3737
  */
3738
- Employees: Array<Staff>
3738
+ Employees?: Array<Staff>
3739
3739
 
3740
3740
  /**
3741
3741
  * 偏移量,默认为0,最大为20000
3742
3742
  注意:此字段可能返回 null,表示取不到有效值。
3743
3743
  */
3744
- Offset: number
3744
+ Offset?: number
3745
3745
 
3746
3746
  /**
3747
3747
  * 返回最大数量,最大为20
3748
3748
  */
3749
- Limit: number
3749
+ Limit?: number
3750
3750
 
3751
3751
  /**
3752
3752
  * 符合条件的员工数量
3753
3753
  */
3754
- TotalCount: number
3754
+ TotalCount?: number
3755
3755
 
3756
3756
  /**
3757
3757
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3782,14 +3782,14 @@ export interface DescribeChannelFlowEvidenceReportResponse {
3782
3782
  * 出证报告 URL
3783
3783
  注意:此字段可能返回 null,表示取不到有效值。
3784
3784
  */
3785
- ReportUrl: string
3785
+ ReportUrl?: string
3786
3786
 
3787
3787
  /**
3788
3788
  * 执行中:EvidenceStatusExecuting
3789
3789
  成功:EvidenceStatusSuccess
3790
3790
  失败:EvidenceStatusFailed
3791
3791
  */
3792
- Status: string
3792
+ Status?: string
3793
3793
 
3794
3794
  /**
3795
3795
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3812,7 +3812,7 @@ export interface ChannelUpdateSealStatusResponse {
3812
3812
  */
3813
3813
  export interface ChannelCreateFlowSignUrlRequest {
3814
3814
  /**
3815
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
3815
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
3816
3816
  */
3817
3817
  Agent: Agent
3818
3818