tencentcloud-sdk-nodejs-essbasic 4.0.528 → 4.0.529

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.
@@ -19,7 +19,7 @@ import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common"
19
19
  import {
20
20
  SyncProxyOrganizationResponse,
21
21
  ChannelCreateConvertTaskApiResponse,
22
- ChannelCreateFlowSignUrlResponse,
22
+ ChannelCreateFlowRemindsResponse,
23
23
  ChannelBatchCancelFlowsResponse,
24
24
  Department,
25
25
  ChannelCreateFlowSignReviewRequest,
@@ -27,13 +27,15 @@ import {
27
27
  DescribeFlowDetailInfoRequest,
28
28
  ModifyExtendedServiceRequest,
29
29
  DescribeResourceUrlsByFlowsRequest,
30
+ RemindFlowRecords,
31
+ ChannelCreateFlowSignUrlResponse,
30
32
  CreateSealByImageResponse,
31
33
  OperateChannelTemplateResponse,
32
34
  FlowFileInfo,
33
35
  CreateConsoleLoginUrlResponse,
34
36
  SyncProxyOrganizationRequest,
35
37
  CreateSealByImageRequest,
36
- ChannelCreateFlowSignUrlRequest,
38
+ ChannelCreateFlowRemindsRequest,
37
39
  ChannelCancelFlowResponse,
38
40
  DownloadFlowInfo,
39
41
  FlowApproverUrlInfo,
@@ -49,19 +51,19 @@ import {
49
51
  PrepareFlowsResponse,
50
52
  TemplateInfo,
51
53
  GetDownloadFlowUrlResponse,
54
+ Recipient,
52
55
  DescribeTemplatesResponse,
53
56
  StaffRole,
54
57
  ChannelVerifyPdfRequest,
55
58
  CreateChannelFlowEvidenceReportRequest,
56
59
  ChannelVerifyPdfResponse,
57
- DescribeChannelFlowEvidenceReportRequest,
58
60
  CreateConsoleLoginUrlRequest,
59
61
  OrganizationInfo,
60
62
  PdfVerifyResult,
61
63
  ChannelCancelMultiFlowSignQRCodeRequest,
62
64
  UploadFilesRequest,
63
65
  ChannelDescribeOrganizationSealsRequest,
64
- ProxyOrganizationOperator,
66
+ DescribeUsageRequest,
65
67
  DescribeExtendedServiceAuthInfoRequest,
66
68
  FormField,
67
69
  FlowInfo,
@@ -80,7 +82,7 @@ import {
80
82
  ChannelGetTaskResultApiRequest,
81
83
  FlowDetailInfo,
82
84
  CreateFlowsByTemplatesResponse,
83
- Recipient,
85
+ PrepareFlowsRequest,
84
86
  SyncProxyOrganizationOperatorsResponse,
85
87
  SignUrlInfo,
86
88
  FlowResourceUrlInfo,
@@ -88,12 +90,11 @@ import {
88
90
  ExtentServiceAuthInfo,
89
91
  Filter,
90
92
  ReleasedApprover,
91
- DescribeUsageRequest,
92
93
  CreateSignUrlsResponse,
93
94
  UploadFilesResponse,
94
95
  ChannelCreateBatchCancelFlowUrlRequest,
95
96
  ApproverRestriction,
96
- PrepareFlowsRequest,
97
+ DescribeChannelFlowEvidenceReportRequest,
97
98
  ChannelCreateFlowByFilesResponse,
98
99
  ChannelCreateFlowSignReviewResponse,
99
100
  ChannelDescribeOrganizationSealsResponse,
@@ -103,6 +104,7 @@ import {
103
104
  ChannelCreateMultiFlowSignQRCodeResponse,
104
105
  ApproverOption,
105
106
  ChannelCreateBoundFlowsResponse,
107
+ ProxyOrganizationOperator,
106
108
  ModifyExtendedServiceResponse,
107
109
  ChannelGetTaskResultApiResponse,
108
110
  DescribeExtendedServiceAuthInfoResponse,
@@ -122,6 +124,7 @@ import {
122
124
  ChannelDescribeEmployeesResponse,
123
125
  ChannelCreateReleaseFlowResponse,
124
126
  DescribeChannelFlowEvidenceReportResponse,
127
+ ChannelCreateFlowSignUrlRequest,
125
128
  CcInfo,
126
129
  } from "./essbasic_models"
127
130
 
@@ -189,7 +192,7 @@ export class Client extends TencentCloudCommon.AbstractClient {
189
192
  }
190
193
 
191
194
  /**
192
- * 查询企业扩展服务授权信息,企业经办人需要时企业超管或者法人
195
+ * 查询企业扩展服务授权信息,企业经办人需要是企业超管或者法人
193
196
  */
194
197
  async DescribeExtendedServiceAuthInfo(
195
198
  req: DescribeExtendedServiceAuthInfoRequest,
@@ -199,7 +202,7 @@ export class Client extends TencentCloudCommon.AbstractClient {
199
202
  }
200
203
 
201
204
  /**
202
- * 修改(操作)企业扩展服务 ,企业经办人需要时企业超管或者法人
205
+ * 修改(操作)企业扩展服务 ,企业经办人需要是企业超管或者法人
203
206
  */
204
207
  async ModifyExtendedService(
205
208
  req: ModifyExtendedServiceRequest,
@@ -254,6 +257,17 @@ export class Client extends TencentCloudCommon.AbstractClient {
254
257
  return this.request("CreateFlowsByTemplates", req, cb)
255
258
  }
256
259
 
260
+ /**
261
+ * 查询渠道子客企业电子印章,需要操作者具有管理印章权限
262
+ 客户指定需要获取的印章数量和偏移量,数量最多100,超过100按100处理;入参InfoType控制印章是否携带授权人信息,为1则携带,为0则返回的授权人信息为空数组。接口调用成功返回印章的信息列表还有企业印章的总数。
263
+ */
264
+ async ChannelDescribeOrganizationSeals(
265
+ req: ChannelDescribeOrganizationSealsRequest,
266
+ cb?: (error: string, rep: ChannelDescribeOrganizationSealsResponse) => void
267
+ ): Promise<ChannelDescribeOrganizationSealsResponse> {
268
+ return this.request("ChannelDescribeOrganizationSeals", req, cb)
269
+ }
270
+
257
271
  /**
258
272
  * 创建跳转小程序查看或签署的链接。
259
273
 
@@ -362,14 +376,13 @@ export class Client extends TencentCloudCommon.AbstractClient {
362
376
  }
363
377
 
364
378
  /**
365
- * 查询渠道子客企业电子印章,需要操作者具有管理印章权限
366
- 客户指定需要获取的印章数量和偏移量,数量最多100,超过100按100处理;入参InfoType控制印章是否携带授权人信息,为1则携带,为0则返回的授权人信息为空数组。接口调用成功返回印章的信息列表还有企业印章的总数。
367
- */
368
- async ChannelDescribeOrganizationSeals(
369
- req: ChannelDescribeOrganizationSealsRequest,
370
- cb?: (error: string, rep: ChannelDescribeOrganizationSealsResponse) => void
371
- ): Promise<ChannelDescribeOrganizationSealsResponse> {
372
- return this.request("ChannelDescribeOrganizationSeals", req, cb)
379
+ * 渠道版创建签署链接,需要联系运营人员开白后才可使用
380
+ */
381
+ async ChannelCreateFlowSignUrl(
382
+ req: ChannelCreateFlowSignUrlRequest,
383
+ cb?: (error: string, rep: ChannelCreateFlowSignUrlResponse) => void
384
+ ): Promise<ChannelCreateFlowSignUrlResponse> {
385
+ return this.request("ChannelCreateFlowSignUrl", req, cb)
373
386
  }
374
387
 
375
388
  /**
@@ -454,13 +467,17 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
454
467
  }
455
468
 
456
469
  /**
457
- * 渠道版创建签署链接,需要联系运营人员开白后才可使用
458
- */
459
- async ChannelCreateFlowSignUrl(
460
- req: ChannelCreateFlowSignUrlRequest,
461
- cb?: (error: string, rep: ChannelCreateFlowSignUrlResponse) => void
462
- ): Promise<ChannelCreateFlowSignUrlResponse> {
463
- return this.request("ChannelCreateFlowSignUrl", req, cb)
470
+ * 指定需要批量撤销的签署流程Id,批量催办合同
471
+ 客户指定需要撤销的签署流程Id,最多100个,超过100不处理;接口失败后返回错误信息
472
+ 注意:
473
+ 能撤回合同的只能是合同的发起人或者签署人
474
+ 该接口需要开白后使用
475
+ */
476
+ async ChannelCreateFlowReminds(
477
+ req: ChannelCreateFlowRemindsRequest,
478
+ cb?: (error: string, rep: ChannelCreateFlowRemindsResponse) => void
479
+ ): Promise<ChannelCreateFlowRemindsResponse> {
480
+ return this.request("ChannelCreateFlowReminds", req, cb)
464
481
  }
465
482
 
466
483
  /**
@@ -41,13 +41,13 @@ export interface ChannelCreateConvertTaskApiResponse {
41
41
  }
42
42
 
43
43
  /**
44
- * ChannelCreateFlowSignUrl返回参数结构体
44
+ * ChannelCreateFlowReminds返回参数结构体
45
45
  */
46
- export interface ChannelCreateFlowSignUrlResponse {
46
+ export interface ChannelCreateFlowRemindsResponse {
47
47
  /**
48
- * 签署人签署链接信息
48
+ * 合同催办详情信息
49
49
  */
50
- FlowApproverUrlInfos: Array<FlowApproverUrlInfo>
50
+ RemindFlowRecords: Array<RemindFlowRecords>
51
51
 
52
52
  /**
53
53
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -167,8 +167,10 @@ export interface DescribeFlowDetailInfoRequest {
167
167
  */
168
168
  export interface ModifyExtendedServiceRequest {
169
169
  /**
170
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
171
- */
170
+ * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
171
+
172
+ 注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId
173
+ */
172
174
  Agent: Agent
173
175
 
174
176
  /**
@@ -210,6 +212,41 @@ export interface DescribeResourceUrlsByFlowsRequest {
210
212
  Operator?: UserInfo
211
213
  }
212
214
 
215
+ /**
216
+ * 催办接口返回详细信息
217
+ */
218
+ export interface RemindFlowRecords {
219
+ /**
220
+ * 是否能够催办
221
+ */
222
+ CanRemind: boolean
223
+
224
+ /**
225
+ * 合同id
226
+ */
227
+ FlowId: string
228
+
229
+ /**
230
+ * 催办详情
231
+ */
232
+ RemindMessage: string
233
+ }
234
+
235
+ /**
236
+ * ChannelCreateFlowSignUrl返回参数结构体
237
+ */
238
+ export interface ChannelCreateFlowSignUrlResponse {
239
+ /**
240
+ * 签署人签署链接信息
241
+ */
242
+ FlowApproverUrlInfos: Array<FlowApproverUrlInfo>
243
+
244
+ /**
245
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
246
+ */
247
+ RequestId?: string
248
+ }
249
+
213
250
  /**
214
251
  * CreateSealByImage返回参数结构体
215
252
  */
@@ -423,33 +460,18 @@ export interface CreateSealByImageRequest {
423
460
  }
424
461
 
425
462
  /**
426
- * ChannelCreateFlowSignUrl请求参数结构体
463
+ * ChannelCreateFlowReminds请求参数结构体
427
464
  */
428
- export interface ChannelCreateFlowSignUrlRequest {
465
+ export interface ChannelCreateFlowRemindsRequest {
429
466
  /**
430
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
467
+ * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
431
468
  */
432
469
  Agent: Agent
433
470
 
434
471
  /**
435
- * 流程编号
436
- */
437
- FlowId: string
438
-
439
- /**
440
- * 流程签署人,其中Name和Mobile必传,其他可不传,ApproverType目前只支持PERSON类型的签署人,如果不传默认为该值。还需注意签署人只能有手写签名和时间类型的签署控件,其他类型的填写控件和签署控件暂时都未支持。
441
- */
442
- FlowApproverInfos: Array<FlowApproverInfo>
443
-
444
- /**
445
- * 用户信息,暂未开放
446
- */
447
- Operator?: UserInfo
448
-
449
- /**
450
- * 机构信息,暂未开放
472
+ * 签署流程Id数组,最多100个,超过100不处理
451
473
  */
452
- Organization?: OrganizationInfo
474
+ FlowIds: Array<string>
453
475
  }
454
476
 
455
477
  /**
@@ -1078,6 +1100,56 @@ export interface GetDownloadFlowUrlResponse {
1078
1100
  RequestId?: string
1079
1101
  }
1080
1102
 
1103
+ /**
1104
+ * 签署参与者信息
1105
+ */
1106
+ export interface Recipient {
1107
+ /**
1108
+ * 签署人唯一标识
1109
+ */
1110
+ RecipientId?: string
1111
+
1112
+ /**
1113
+ * 签署方类型:ENTERPRISE-企业INDIVIDUAL-自然人
1114
+ */
1115
+ RecipientType?: string
1116
+
1117
+ /**
1118
+ * 描述
1119
+ */
1120
+ Description?: string
1121
+
1122
+ /**
1123
+ * 签署方备注信息
1124
+ */
1125
+ RoleName?: string
1126
+
1127
+ /**
1128
+ * 是否需要校验
1129
+ */
1130
+ RequireValidation?: boolean
1131
+
1132
+ /**
1133
+ * 是否必须填写
1134
+ */
1135
+ RequireSign?: boolean
1136
+
1137
+ /**
1138
+ * 签署类型
1139
+ */
1140
+ SignType?: number
1141
+
1142
+ /**
1143
+ * 签署顺序:数字越小优先级越高
1144
+ */
1145
+ RoutingOrder?: number
1146
+
1147
+ /**
1148
+ * 是否是发起方
1149
+ */
1150
+ IsPromoter?: boolean
1151
+ }
1152
+
1081
1153
  /**
1082
1154
  * DescribeTemplates返回参数结构体
1083
1155
  */
@@ -1186,26 +1258,6 @@ export interface ChannelVerifyPdfResponse {
1186
1258
  RequestId?: string
1187
1259
  }
1188
1260
 
1189
- /**
1190
- * DescribeChannelFlowEvidenceReport请求参数结构体
1191
- */
1192
- export interface DescribeChannelFlowEvidenceReportRequest {
1193
- /**
1194
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
1195
- */
1196
- Agent: Agent
1197
-
1198
- /**
1199
- * 出证报告编号
1200
- */
1201
- ReportId: string
1202
-
1203
- /**
1204
- * 操作者的信息
1205
- */
1206
- Operator?: UserInfo
1207
- }
1208
-
1209
1261
  /**
1210
1262
  * CreateConsoleLoginUrl请求参数结构体
1211
1263
  */
@@ -1450,36 +1502,46 @@ export interface ChannelDescribeOrganizationSealsRequest {
1450
1502
  }
1451
1503
 
1452
1504
  /**
1453
- * 合作企业经办人列表信息
1505
+ * DescribeUsage请求参数结构体
1454
1506
  */
1455
- export interface ProxyOrganizationOperator {
1507
+ export interface DescribeUsageRequest {
1456
1508
  /**
1457
- * 对应Agent-ProxyOperator-OpenId。渠道平台自定义,对渠道子客企业员的唯一标识。一个OpenId在一个子客企业内唯一对应一个真实员工,不可在其他子客企业内重复使用。(例如,可以使用经办人企业名+员工身份证的hash值,需要渠道平台保存),最大64位字符串
1509
+ * 应用信息,此接口Agent.AppId必填
1458
1510
  */
1459
- Id: string
1511
+ Agent: Agent
1460
1512
 
1461
1513
  /**
1462
- * 经办人姓名,最大长度50个字符
1514
+ * 开始时间,例如:2021-03-21
1463
1515
  */
1464
- Name?: string
1516
+ StartDate: string
1465
1517
 
1466
1518
  /**
1467
- * 经办人身份证件类型
1468
- 1.ID_CARD 居民身份证
1469
- 2.HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证
1470
- 3.HONGKONG_AND_MACAO 港澳居民来往内地通行证
1519
+ * 结束时间,例如:2021-06-21;
1520
+ 开始时间到结束时间的区间长度小于等于90天。
1471
1521
  */
1472
- IdCardType?: string
1522
+ EndDate: string
1473
1523
 
1474
1524
  /**
1475
- * 经办人证件号
1525
+ * 是否汇总数据,默认不汇总。
1526
+ 不汇总:返回在统计区间内渠道下所有企业的每日明细,即每个企业N条数据,N为统计天数;
1527
+ 汇总:返回在统计区间内渠道下所有企业的汇总后数据,即每个企业一条数据;
1528
+ */
1529
+ NeedAggregate?: boolean
1530
+
1531
+ /**
1532
+ * 单次返回的最多条目数量。默认为1000,且不能超过1000。
1476
1533
  */
1477
- IdCardNumber?: string
1534
+ Limit?: number
1478
1535
 
1479
1536
  /**
1480
- * 经办人手机号,大陆手机号输入11位,暂不支持海外手机号。
1537
+ * 偏移量,默认是0。
1481
1538
  */
1482
- Mobile?: string
1539
+ Offset?: number
1540
+
1541
+ /**
1542
+ * 操作者的信息
1543
+ */
1544
+ Operator?: UserInfo
1483
1545
  }
1484
1546
 
1485
1547
  /**
@@ -1487,8 +1549,11 @@ export interface ProxyOrganizationOperator {
1487
1549
  */
1488
1550
  export interface DescribeExtendedServiceAuthInfoRequest {
1489
1551
  /**
1490
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
1491
- */
1552
+ * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
1553
+
1554
+ 注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId
1555
+
1556
+ */
1492
1557
  Agent: Agent
1493
1558
  }
1494
1559
 
@@ -2212,53 +2277,28 @@ export interface CreateFlowsByTemplatesResponse {
2212
2277
  }
2213
2278
 
2214
2279
  /**
2215
- * 签署参与者信息
2280
+ * PrepareFlows请求参数结构体
2216
2281
  */
2217
- export interface Recipient {
2218
- /**
2219
- * 签署人唯一标识
2220
- */
2221
- RecipientId?: string
2222
-
2223
- /**
2224
- * 签署方类型:ENTERPRISE-企业INDIVIDUAL-自然人
2225
- */
2226
- RecipientType?: string
2227
-
2228
- /**
2229
- * 描述
2230
- */
2231
- Description?: string
2232
-
2233
- /**
2234
- * 签署方备注信息
2235
- */
2236
- RoleName?: string
2237
-
2238
- /**
2239
- * 是否需要校验
2240
- */
2241
- RequireValidation?: boolean
2242
-
2282
+ export interface PrepareFlowsRequest {
2243
2283
  /**
2244
- * 是否必须填写
2284
+ * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2245
2285
  */
2246
- RequireSign?: boolean
2286
+ Agent: Agent
2247
2287
 
2248
2288
  /**
2249
- * 签署类型
2289
+ * 多个合同(签署流程)信息,最大支持20个签署流程。
2250
2290
  */
2251
- SignType?: number
2291
+ FlowInfos: Array<FlowInfo>
2252
2292
 
2253
2293
  /**
2254
- * 签署顺序:数字越小优先级越高
2294
+ * 操作完成后的跳转地址,最大长度200
2255
2295
  */
2256
- RoutingOrder?: number
2296
+ JumpUrl: string
2257
2297
 
2258
2298
  /**
2259
- * 是否是发起方
2299
+ * 操作者的信息
2260
2300
  */
2261
- IsPromoter?: boolean
2301
+ Operator?: UserInfo
2262
2302
  }
2263
2303
 
2264
2304
  /**
@@ -2518,49 +2558,6 @@ ORGANIZATION-企业
2518
2558
  OpenId?: string
2519
2559
  }
2520
2560
 
2521
- /**
2522
- * DescribeUsage请求参数结构体
2523
- */
2524
- export interface DescribeUsageRequest {
2525
- /**
2526
- * 应用信息,此接口Agent.AppId必填
2527
- */
2528
- Agent: Agent
2529
-
2530
- /**
2531
- * 开始时间,例如:2021-03-21
2532
- */
2533
- StartDate: string
2534
-
2535
- /**
2536
- * 结束时间,例如:2021-06-21;
2537
- 开始时间到结束时间的区间长度小于等于90天。
2538
- */
2539
- EndDate: string
2540
-
2541
- /**
2542
- * 是否汇总数据,默认不汇总。
2543
- 不汇总:返回在统计区间内渠道下所有企业的每日明细,即每个企业N条数据,N为统计天数;
2544
- 汇总:返回在统计区间内渠道下所有企业的汇总后数据,即每个企业一条数据;
2545
- */
2546
- NeedAggregate?: boolean
2547
-
2548
- /**
2549
- * 单次返回的最多条目数量。默认为1000,且不能超过1000。
2550
- */
2551
- Limit?: number
2552
-
2553
- /**
2554
- * 偏移量,默认是0。
2555
- */
2556
- Offset?: number
2557
-
2558
- /**
2559
- * 操作者的信息
2560
- */
2561
- Operator?: UserInfo
2562
- }
2563
-
2564
2561
  /**
2565
2562
  * CreateSignUrls返回参数结构体
2566
2563
  */
@@ -2652,23 +2649,18 @@ export interface ApproverRestriction {
2652
2649
  }
2653
2650
 
2654
2651
  /**
2655
- * PrepareFlows请求参数结构体
2652
+ * DescribeChannelFlowEvidenceReport请求参数结构体
2656
2653
  */
2657
- export interface PrepareFlowsRequest {
2654
+ export interface DescribeChannelFlowEvidenceReportRequest {
2658
2655
  /**
2659
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2656
+ * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
2660
2657
  */
2661
2658
  Agent: Agent
2662
2659
 
2663
2660
  /**
2664
- * 多个合同(签署流程)信息,最大支持20个签署流程。
2665
- */
2666
- FlowInfos: Array<FlowInfo>
2667
-
2668
- /**
2669
- * 操作完成后的跳转地址,最大长度200
2661
+ * 出证报告编号
2670
2662
  */
2671
- JumpUrl: string
2663
+ ReportId: string
2672
2664
 
2673
2665
  /**
2674
2666
  * 操作者的信息
@@ -2834,15 +2826,49 @@ export interface ChannelCreateBoundFlowsResponse {
2834
2826
  RequestId?: string
2835
2827
  }
2836
2828
 
2829
+ /**
2830
+ * 合作企业经办人列表信息
2831
+ */
2832
+ export interface ProxyOrganizationOperator {
2833
+ /**
2834
+ * 对应Agent-ProxyOperator-OpenId。渠道平台自定义,对渠道子客企业员的唯一标识。一个OpenId在一个子客企业内唯一对应一个真实员工,不可在其他子客企业内重复使用。(例如,可以使用经办人企业名+员工身份证的hash值,需要渠道平台保存),最大64位字符串
2835
+ */
2836
+ Id: string
2837
+
2838
+ /**
2839
+ * 经办人姓名,最大长度50个字符
2840
+ */
2841
+ Name?: string
2842
+
2843
+ /**
2844
+ * 经办人身份证件类型
2845
+ 1.ID_CARD 居民身份证
2846
+ 2.HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证
2847
+ 3.HONGKONG_AND_MACAO 港澳居民来往内地通行证
2848
+ */
2849
+ IdCardType?: string
2850
+
2851
+ /**
2852
+ * 经办人证件号
2853
+ */
2854
+ IdCardNumber?: string
2855
+
2856
+ /**
2857
+ * 经办人手机号,大陆手机号输入11位,暂不支持海外手机号。
2858
+ */
2859
+ Mobile?: string
2860
+ }
2861
+
2837
2862
  /**
2838
2863
  * ModifyExtendedService返回参数结构体
2839
2864
  */
2840
2865
  export interface ModifyExtendedServiceResponse {
2841
2866
  /**
2842
2867
  * 操作跳转链接,有效期24小时
2843
- 仅当操作类型是 OPEN 且 扩展服务类型是 AUTO_SIGN 或 DOWNLOAD_FLOW 或者 OVERSEA_SIGN 时返回 ,此时需要经办人(操作人)点击链接完成服务开通操作。若开通操作时没有返回跳转链接,表示无需跳转操作,此时会直接开通服务
2868
+ 若操作时没有返回跳转链接,表示无需跳转操作,此时会直接开通/关闭服务。
2844
2869
 
2845
- 操作类型是CLOSE时,不会返回此链接,会直接关闭企业该扩展服务
2870
+ 当操作类型是 OPEN 且 扩展服务类型是 AUTO_SIGN 或 DOWNLOAD_FLOW 或者 OVERSEA_SIGN 时返回操作链接,
2871
+ 返回的链接需要平台方自行触达超管或法人,超管或法人点击链接完成服务开通操作。
2846
2872
  */
2847
2873
  OperateUrl?: string
2848
2874
 
@@ -3659,6 +3685,36 @@ export interface DescribeChannelFlowEvidenceReportResponse {
3659
3685
  RequestId?: string
3660
3686
  }
3661
3687
 
3688
+ /**
3689
+ * ChannelCreateFlowSignUrl请求参数结构体
3690
+ */
3691
+ export interface ChannelCreateFlowSignUrlRequest {
3692
+ /**
3693
+ * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
3694
+ */
3695
+ Agent: Agent
3696
+
3697
+ /**
3698
+ * 流程编号
3699
+ */
3700
+ FlowId: string
3701
+
3702
+ /**
3703
+ * 流程签署人,其中Name和Mobile必传,其他可不传,ApproverType目前只支持PERSON类型的签署人,如果不传默认为该值。还需注意签署人只能有手写签名和时间类型的签署控件,其他类型的填写控件和签署控件暂时都未支持。
3704
+ */
3705
+ FlowApproverInfos: Array<FlowApproverInfo>
3706
+
3707
+ /**
3708
+ * 用户信息,暂未开放
3709
+ */
3710
+ Operator?: UserInfo
3711
+
3712
+ /**
3713
+ * 机构信息,暂未开放
3714
+ */
3715
+ Organization?: OrganizationInfo
3716
+ }
3717
+
3662
3718
  /**
3663
3719
  * 抄送信息
3664
3720
  */