tencentcloud-sdk-nodejs-essbasic 4.0.489 → 4.0.491

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.
@@ -467,7 +467,7 @@ export interface ChannelCreateConvertTaskApiRequest {
467
467
  Agent: Agent
468
468
 
469
469
  /**
470
- * 资源类型 取值范围doc,docx,html,excel之一
470
+ * 资源类型 取值范围doc,docx,html,xls,xlsx之一
471
471
  */
472
472
  ResourceType: string
473
473
 
@@ -675,6 +675,36 @@ export interface FlowApproverDetail {
675
675
  ApproveType: string
676
676
  }
677
677
 
678
+ /**
679
+ * 解除协议文档中内容信息,包括但不限于:解除理由、解除后仍然有效的条款-保留条款、原合同事项处理-费用结算、原合同事项处理-其他事项、其他约定等。
680
+ */
681
+ export interface RelieveInfo {
682
+ /**
683
+ * 解除理由,最大支持200个字
684
+ */
685
+ Reason: string
686
+
687
+ /**
688
+ * 解除后仍然有效的条款,保留条款,最大支持200个字
689
+ */
690
+ RemainInForceItem?: string
691
+
692
+ /**
693
+ * 原合同事项处理-费用结算,最大支持200个字
694
+ */
695
+ OriginalExpenseSettlement?: string
696
+
697
+ /**
698
+ * 原合同事项处理-其他事项,最大支持200个字
699
+ */
700
+ OriginalOtherSettlement?: string
701
+
702
+ /**
703
+ * 其他约定,最大支持200个字
704
+ */
705
+ OtherDeals?: string
706
+ }
707
+
678
708
  /**
679
709
  * ChannelCreateFlowGroupByFiles请求参数结构体
680
710
  */
@@ -701,20 +731,41 @@ export interface ChannelCreateFlowGroupByFilesRequest {
701
731
  }
702
732
 
703
733
  /**
704
- * 复杂文档合成任务的任务信息
734
+ * DescribeFlowDetailInfo返回参数结构体
705
735
  */
706
- export interface TaskInfo {
736
+ export interface DescribeFlowDetailInfoResponse {
707
737
  /**
708
- * 合成任务Id,可以通过 ChannelGetTaskResultApi 接口获取任务信息
738
+ * 渠道侧应用号Id
739
+ */
740
+ ApplicationId: string
741
+
742
+ /**
743
+ * 渠道侧企业第三方Id
744
+ */
745
+ ProxyOrganizationOpenId: string
746
+
747
+ /**
748
+ * 合同(签署流程)的具体详细描述信息
709
749
  注意:此字段可能返回 null,表示取不到有效值。
710
750
  */
711
- TaskId: string
751
+ FlowInfo: Array<FlowDetailInfo>
712
752
 
713
753
  /**
714
- * 任务状态:READY - 任务已完成;NOTREADY - 任务未完成;
754
+ * 合同组编号
715
755
  注意:此字段可能返回 null,表示取不到有效值。
716
756
  */
717
- TaskStatus: string
757
+ FlowGroupId: string
758
+
759
+ /**
760
+ * 合同组名称
761
+ 注意:此字段可能返回 null,表示取不到有效值。
762
+ */
763
+ FlowGroupName: string
764
+
765
+ /**
766
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
767
+ */
768
+ RequestId?: string
718
769
  }
719
770
 
720
771
  /**
@@ -1018,6 +1069,26 @@ export interface ChannelVerifyPdfRequest {
1018
1069
  Operator?: UserInfo
1019
1070
  }
1020
1071
 
1072
+ /**
1073
+ * CreateChannelFlowEvidenceReport请求参数结构体
1074
+ */
1075
+ export interface CreateChannelFlowEvidenceReportRequest {
1076
+ /**
1077
+ * 签署流程编号
1078
+ */
1079
+ FlowId: string
1080
+
1081
+ /**
1082
+ * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
1083
+ */
1084
+ Agent: Agent
1085
+
1086
+ /**
1087
+ * 操作者的信息
1088
+ */
1089
+ Operator?: UserInfo
1090
+ }
1091
+
1021
1092
  /**
1022
1093
  * ChannelVerifyPdf返回参数结构体
1023
1094
  */
@@ -1245,7 +1316,7 @@ export interface ChannelDescribeOrganizationSealsRequest {
1245
1316
  Offset?: number
1246
1317
 
1247
1318
  /**
1248
- * 查询信息类型,为0时不返回授权用户,为1时返回
1319
+ * 查询信息类型,为1时返回授权用户,为其他值时不返回
1249
1320
  */
1250
1321
  InfoType?: number
1251
1322
 
@@ -1256,46 +1327,36 @@ export interface ChannelDescribeOrganizationSealsRequest {
1256
1327
  }
1257
1328
 
1258
1329
  /**
1259
- * DescribeUsage请求参数结构体
1330
+ * 合作企业经办人列表信息
1260
1331
  */
1261
- export interface DescribeUsageRequest {
1332
+ export interface ProxyOrganizationOperator {
1262
1333
  /**
1263
- * 应用信息
1334
+ * 经办人ID(渠道颁发),最大长度64个字符
1264
1335
  */
1265
- Agent: Agent
1336
+ Id: string
1266
1337
 
1267
1338
  /**
1268
- * 开始时间,例如:2021-03-21
1339
+ * 经办人姓名,最大长度50个字符
1269
1340
  */
1270
- StartDate: string
1271
-
1272
- /**
1273
- * 结束时间,例如:2021-06-21;
1274
- 开始时间到结束时间的区间长度小于等于90天。
1275
- */
1276
- EndDate: string
1341
+ Name?: string
1277
1342
 
1278
1343
  /**
1279
- * 是否汇总数据,默认不汇总。
1280
- 不汇总:返回在统计区间内渠道下所有企业的每日明细,即每个企业N条数据,N为统计天数;
1281
- 汇总:返回在统计区间内渠道下所有企业的汇总后数据,即每个企业一条数据;
1344
+ * 经办人身份证件类型
1345
+ 1.ID_CARD 居民身份证
1346
+ 2.HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证
1347
+ 3.HONGKONG_AND_MACAO 港澳居民来往内地通行证
1282
1348
  */
1283
- NeedAggregate?: boolean
1284
-
1285
- /**
1286
- * 单次返回的最多条目数量。默认为1000,且不能超过1000。
1287
- */
1288
- Limit?: number
1349
+ IdCardType?: string
1289
1350
 
1290
1351
  /**
1291
- * 偏移量,默认是0。
1352
+ * 经办人证件号
1292
1353
  */
1293
- Offset?: number
1354
+ IdCardNumber?: string
1294
1355
 
1295
1356
  /**
1296
- * 操作者的信息
1357
+ * 经办人手机号,大陆手机号输入11位,暂不支持海外手机号。
1297
1358
  */
1298
- Operator?: UserInfo
1359
+ Mobile?: string
1299
1360
  }
1300
1361
 
1301
1362
  /**
@@ -1541,41 +1602,20 @@ export interface UserInfo {
1541
1602
  }
1542
1603
 
1543
1604
  /**
1544
- * DescribeFlowDetailInfo返回参数结构体
1605
+ * 复杂文档合成任务的任务信息
1545
1606
  */
1546
- export interface DescribeFlowDetailInfoResponse {
1547
- /**
1548
- * 渠道侧应用号Id
1549
- */
1550
- ApplicationId: string
1551
-
1552
- /**
1553
- * 渠道侧企业第三方Id
1554
- */
1555
- ProxyOrganizationOpenId: string
1556
-
1557
- /**
1558
- * 合同(签署流程)的具体详细描述信息
1559
- 注意:此字段可能返回 null,表示取不到有效值。
1560
- */
1561
- FlowInfo: Array<FlowDetailInfo>
1562
-
1607
+ export interface TaskInfo {
1563
1608
  /**
1564
- * 合同组编号
1609
+ * 合成任务Id,可以通过 ChannelGetTaskResultApi 接口获取任务信息
1565
1610
  注意:此字段可能返回 null,表示取不到有效值。
1566
1611
  */
1567
- FlowGroupId: string
1612
+ TaskId: string
1568
1613
 
1569
1614
  /**
1570
- * 合同组名称
1615
+ * 任务状态:READY - 任务已完成;NOTREADY - 任务未完成;
1571
1616
  注意:此字段可能返回 null,表示取不到有效值。
1572
1617
  */
1573
- FlowGroupName: string
1574
-
1575
- /**
1576
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1577
- */
1578
- RequestId?: string
1618
+ TaskStatus: string
1579
1619
  }
1580
1620
 
1581
1621
  /**
@@ -2239,6 +2279,111 @@ export interface Filter {
2239
2279
  Values: Array<string>
2240
2280
  }
2241
2281
 
2282
+ /**
2283
+ * 解除协议的签署人,如不指定,默认使用待解除流程(即原流程)中的签署人。
2284
+ 注意:不支持更换C端(个人身份类型)签署人,如果原流程中含有C端签署人,默认使用原流程中的该签署人。
2285
+
2286
+ 如果需要指定B端(机构身份类型)签署人,其中ReleasedApprover需要传递的参数如下:
2287
+ ApproverNumber, OrganizationName, ApproverType必传。
2288
+ 对于其他身份标识
2289
+ - 渠道子客企业指定经办人:OpenId必传,OrganizationOpenId必传;
2290
+ - 非渠道合作企业:Name、Mobile必传。
2291
+ */
2292
+ export interface ReleasedApprover {
2293
+ /**
2294
+ * 企业签署方工商营业执照上的企业名称,签署方为非发起方企业场景下必传,最大长度64个字符
2295
+ */
2296
+ OrganizationName: string
2297
+
2298
+ /**
2299
+ * 签署人在原流程中的签署人列表中的顺序序号(从0开始,按顺序依次递增),如果不清楚原流程中的签署人列表,可以通过DescribeFlows接口查看
2300
+ */
2301
+ ApproverNumber: number
2302
+
2303
+ /**
2304
+ * 签署人类型,目前仅支持
2305
+ ORGANIZATION-企业
2306
+ */
2307
+ ApproverType: string
2308
+
2309
+ /**
2310
+ * 签署人姓名,最大长度50个字符
2311
+ */
2312
+ Name?: string
2313
+
2314
+ /**
2315
+ * 签署人身份证件类型
2316
+ 1.ID_CARD 居民身份证
2317
+ 2.HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证
2318
+ 3.HONGKONG_AND_MACAO 港澳居民来往内地通行证
2319
+ */
2320
+ IdCardType?: string
2321
+
2322
+ /**
2323
+ * 签署人证件号
2324
+ */
2325
+ IdCardNumber?: string
2326
+
2327
+ /**
2328
+ * 签署人手机号,脱敏显示。大陆手机号为11位,暂不支持海外手机号
2329
+ */
2330
+ Mobile?: string
2331
+
2332
+ /**
2333
+ * 企业签署方在同一渠道下的其他合作企业OpenId,签署方为非发起方企业场景下必传,最大长度64个字符
2334
+ */
2335
+ OrganizationOpenId?: string
2336
+
2337
+ /**
2338
+ * 用户侧第三方id,最大长度64个字符
2339
+ 当签署方为同一渠道下的员工时,该字必传
2340
+ */
2341
+ OpenId?: string
2342
+ }
2343
+
2344
+ /**
2345
+ * DescribeUsage请求参数结构体
2346
+ */
2347
+ export interface DescribeUsageRequest {
2348
+ /**
2349
+ * 应用信息
2350
+ */
2351
+ Agent: Agent
2352
+
2353
+ /**
2354
+ * 开始时间,例如:2021-03-21
2355
+ */
2356
+ StartDate: string
2357
+
2358
+ /**
2359
+ * 结束时间,例如:2021-06-21;
2360
+ 开始时间到结束时间的区间长度小于等于90天。
2361
+ */
2362
+ EndDate: string
2363
+
2364
+ /**
2365
+ * 是否汇总数据,默认不汇总。
2366
+ 不汇总:返回在统计区间内渠道下所有企业的每日明细,即每个企业N条数据,N为统计天数;
2367
+ 汇总:返回在统计区间内渠道下所有企业的汇总后数据,即每个企业一条数据;
2368
+ */
2369
+ NeedAggregate?: boolean
2370
+
2371
+ /**
2372
+ * 单次返回的最多条目数量。默认为1000,且不能超过1000。
2373
+ */
2374
+ Limit?: number
2375
+
2376
+ /**
2377
+ * 偏移量,默认是0。
2378
+ */
2379
+ Offset?: number
2380
+
2381
+ /**
2382
+ * 操作者的信息
2383
+ */
2384
+ Operator?: UserInfo
2385
+ }
2386
+
2242
2387
  /**
2243
2388
  * CreateSignUrls返回参数结构体
2244
2389
  */
@@ -2330,36 +2475,23 @@ export interface ApproverRestriction {
2330
2475
  }
2331
2476
 
2332
2477
  /**
2333
- * 合作企业经办人列表信息
2478
+ * DescribeChannelFlowEvidenceReport请求参数结构体
2334
2479
  */
2335
- export interface ProxyOrganizationOperator {
2480
+ export interface DescribeChannelFlowEvidenceReportRequest {
2336
2481
  /**
2337
- * 经办人ID(渠道颁发),最大长度64个字符
2482
+ * 出证报告编号
2338
2483
  */
2339
- Id: string
2484
+ ReportId: string
2340
2485
 
2341
2486
  /**
2342
- * 经办人姓名,最大长度50个字符
2487
+ * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
2343
2488
  */
2344
- Name?: string
2345
-
2346
- /**
2347
- * 经办人身份证件类型
2348
- 1.ID_CARD 居民身份证
2349
- 2.HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证
2350
- 3.HONGKONG_AND_MACAO 港澳居民来往内地通行证
2351
- */
2352
- IdCardType?: string
2353
-
2354
- /**
2355
- * 经办人证件号
2356
- */
2357
- IdCardNumber?: string
2489
+ Agent: Agent
2358
2490
 
2359
2491
  /**
2360
- * 经办人手机号,大陆手机号输入11位,暂不支持海外手机号。
2492
+ * 操作者的信息
2361
2493
  */
2362
- Mobile?: string
2494
+ Operator?: UserInfo
2363
2495
  }
2364
2496
 
2365
2497
  /**
@@ -2418,6 +2550,46 @@ export interface ChannelCancelMultiFlowSignQRCodeResponse {
2418
2550
  RequestId?: string
2419
2551
  }
2420
2552
 
2553
+ /**
2554
+ * ChannelCreateReleaseFlow请求参数结构体
2555
+ */
2556
+ export interface ChannelCreateReleaseFlowRequest {
2557
+ /**
2558
+ * 待解除的流程编号(即原流程的编号)
2559
+ */
2560
+ NeedRelievedFlowId: string
2561
+
2562
+ /**
2563
+ * 解除协议内容
2564
+ */
2565
+ ReliveInfo: RelieveInfo
2566
+
2567
+ /**
2568
+ * 应用相关信息
2569
+ */
2570
+ Agent: Agent
2571
+
2572
+ /**
2573
+ * 非必须,解除协议的本企业签署人列表,默认使用原流程的签署人列表;当解除协议的签署人与原流程的签署人不能相同时(比如原流程签署人离职了),需要指定本企业的其他签署人来替换原流程中的原签署人,注意需要指明ApproverNumber来代表需要替换哪一个签署人,解除协议的签署人数量不能多于原流程的签署人数量
2574
+ */
2575
+ ReleasedApprovers?: Array<ReleasedApprover>
2576
+
2577
+ /**
2578
+ * 签署完回调url,最大长度1000个字符
2579
+ */
2580
+ CallbackUrl?: string
2581
+
2582
+ /**
2583
+ * 机构信息
2584
+ */
2585
+ Organization?: OrganizationInfo
2586
+
2587
+ /**
2588
+ * 用户信息
2589
+ */
2590
+ Operator?: UserInfo
2591
+ }
2592
+
2421
2593
  /**
2422
2594
  * ChannelCreateFlowGroupByFiles返回参数结构体
2423
2595
  */
@@ -2470,6 +2642,16 @@ export interface ApproverOption {
2470
2642
  HideOneKeySign?: boolean
2471
2643
  }
2472
2644
 
2645
+ /**
2646
+ * ChannelCreateBoundFlows返回参数结构体
2647
+ */
2648
+ export interface ChannelCreateBoundFlowsResponse {
2649
+ /**
2650
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2651
+ */
2652
+ RequestId?: string
2653
+ }
2654
+
2473
2655
  /**
2474
2656
  * ChannelGetTaskResultApi返回参数结构体
2475
2657
  */
@@ -3062,6 +3244,35 @@ export interface OperateChannelTemplateRequest {
3062
3244
  Operator?: UserInfo
3063
3245
  }
3064
3246
 
3247
+ /**
3248
+ * CreateChannelFlowEvidenceReport返回参数结构体
3249
+ */
3250
+ export interface CreateChannelFlowEvidenceReportResponse {
3251
+ /**
3252
+ * 废除,字段无效
3253
+ 注意:此字段可能返回 null,表示取不到有效值。
3254
+ */
3255
+ ReportUrl: string
3256
+
3257
+ /**
3258
+ * 出证报告 ID
3259
+ 注意:此字段可能返回 null,表示取不到有效值。
3260
+ */
3261
+ ReportId: string
3262
+
3263
+ /**
3264
+ * 执行中:EvidenceStatusExecuting
3265
+ 成功:EvidenceStatusSuccess
3266
+ 失败:EvidenceStatusFailed
3267
+ */
3268
+ Status: string
3269
+
3270
+ /**
3271
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3272
+ */
3273
+ RequestId?: string
3274
+ }
3275
+
3065
3276
  /**
3066
3277
  * 同步经办人失败原因
3067
3278
  */
@@ -3112,9 +3323,37 @@ export interface ChannelDescribeEmployeesResponse {
3112
3323
  }
3113
3324
 
3114
3325
  /**
3115
- * ChannelCreateBoundFlows返回参数结构体
3326
+ * ChannelCreateReleaseFlow返回参数结构体
3116
3327
  */
3117
- export interface ChannelCreateBoundFlowsResponse {
3328
+ export interface ChannelCreateReleaseFlowResponse {
3329
+ /**
3330
+ * 解除协议流程编号
3331
+ */
3332
+ FlowId: string
3333
+
3334
+ /**
3335
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3336
+ */
3337
+ RequestId?: string
3338
+ }
3339
+
3340
+ /**
3341
+ * DescribeChannelFlowEvidenceReport返回参数结构体
3342
+ */
3343
+ export interface DescribeChannelFlowEvidenceReportResponse {
3344
+ /**
3345
+ * 出证报告 URL
3346
+ 注意:此字段可能返回 null,表示取不到有效值。
3347
+ */
3348
+ ReportUrl: string
3349
+
3350
+ /**
3351
+ * 执行中:EvidenceStatusExecuting
3352
+ 成功:EvidenceStatusSuccess
3353
+ 失败:EvidenceStatusFailed
3354
+ */
3355
+ Status: string
3356
+
3118
3357
  /**
3119
3358
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3120
3359
  */
@@ -1,5 +1,5 @@
1
1
  import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
2
- import { SyncProxyOrganizationResponse, ChannelCreateConvertTaskApiResponse, ChannelBatchCancelFlowsResponse, ChannelCreateFlowSignReviewRequest, DescribeFlowDetailInfoRequest, UploadFilesRequest, DescribeResourceUrlsByFlowsRequest, CreateSealByImageResponse, OperateChannelTemplateResponse, CreateConsoleLoginUrlResponse, SyncProxyOrganizationRequest, CreateSealByImageRequest, PrepareFlowsRequest, ChannelCancelFlowResponse, ChannelCreateConvertTaskApiRequest, ChannelCreateFlowByFilesRequest, ChannelCreateFlowGroupByFilesRequest, PrepareFlowsResponse, GetDownloadFlowUrlResponse, DescribeTemplatesResponse, ChannelVerifyPdfRequest, ChannelVerifyPdfResponse, CreateConsoleLoginUrlRequest, ChannelCancelMultiFlowSignQRCodeRequest, ChannelDescribeOrganizationSealsRequest, DescribeUsageRequest, DescribeFlowDetailInfoResponse, DescribeUsageResponse, ChannelCreateBoundFlowsRequest, ChannelDescribeEmployeesRequest, DescribeResourceUrlsByFlowsResponse, SyncProxyOrganizationOperatorsRequest, CreateSignUrlsRequest, ChannelCreateMultiFlowSignQRCodeRequest, ChannelGetTaskResultApiRequest, CreateFlowsByTemplatesResponse, SyncProxyOrganizationOperatorsResponse, CreateSignUrlsResponse, UploadFilesResponse, ChannelCreateBatchCancelFlowUrlRequest, ChannelCreateFlowByFilesResponse, ChannelCreateFlowSignReviewResponse, ChannelDescribeOrganizationSealsResponse, ChannelCancelMultiFlowSignQRCodeResponse, ChannelCreateFlowGroupByFilesResponse, ChannelCreateMultiFlowSignQRCodeResponse, ChannelGetTaskResultApiResponse, GetDownloadFlowUrlRequest, ChannelBatchCancelFlowsRequest, ChannelCancelFlowRequest, DescribeTemplatesRequest, CreateFlowsByTemplatesRequest, ChannelCreateBatchCancelFlowUrlResponse, OperateChannelTemplateRequest, ChannelDescribeEmployeesResponse, ChannelCreateBoundFlowsResponse } from "./essbasic_models";
2
+ import { SyncProxyOrganizationResponse, ChannelCreateConvertTaskApiResponse, ChannelBatchCancelFlowsResponse, ChannelCreateFlowSignReviewRequest, DescribeFlowDetailInfoRequest, UploadFilesRequest, DescribeResourceUrlsByFlowsRequest, CreateSealByImageResponse, OperateChannelTemplateResponse, CreateConsoleLoginUrlResponse, SyncProxyOrganizationRequest, CreateSealByImageRequest, PrepareFlowsRequest, ChannelCancelFlowResponse, ChannelCreateConvertTaskApiRequest, ChannelCreateFlowByFilesRequest, ChannelCreateFlowGroupByFilesRequest, DescribeFlowDetailInfoResponse, PrepareFlowsResponse, GetDownloadFlowUrlResponse, DescribeTemplatesResponse, ChannelVerifyPdfRequest, CreateChannelFlowEvidenceReportRequest, ChannelVerifyPdfResponse, CreateConsoleLoginUrlRequest, ChannelCancelMultiFlowSignQRCodeRequest, ChannelDescribeOrganizationSealsRequest, DescribeUsageResponse, ChannelCreateBoundFlowsRequest, ChannelDescribeEmployeesRequest, DescribeResourceUrlsByFlowsResponse, SyncProxyOrganizationOperatorsRequest, CreateSignUrlsRequest, ChannelCreateMultiFlowSignQRCodeRequest, ChannelGetTaskResultApiRequest, CreateFlowsByTemplatesResponse, SyncProxyOrganizationOperatorsResponse, DescribeUsageRequest, CreateSignUrlsResponse, UploadFilesResponse, ChannelCreateBatchCancelFlowUrlRequest, DescribeChannelFlowEvidenceReportRequest, ChannelCreateFlowByFilesResponse, ChannelCreateFlowSignReviewResponse, ChannelDescribeOrganizationSealsResponse, ChannelCancelMultiFlowSignQRCodeResponse, ChannelCreateReleaseFlowRequest, ChannelCreateFlowGroupByFilesResponse, ChannelCreateMultiFlowSignQRCodeResponse, ChannelCreateBoundFlowsResponse, ChannelGetTaskResultApiResponse, GetDownloadFlowUrlRequest, ChannelBatchCancelFlowsRequest, ChannelCancelFlowRequest, DescribeTemplatesRequest, CreateFlowsByTemplatesRequest, ChannelCreateBatchCancelFlowUrlResponse, OperateChannelTemplateRequest, CreateChannelFlowEvidenceReportResponse, ChannelDescribeEmployeesResponse, ChannelCreateReleaseFlowResponse, DescribeChannelFlowEvidenceReportResponse } from "./essbasic_models";
3
3
  /**
4
4
  * essbasic client
5
5
  * @class
@@ -97,9 +97,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
97
97
  */
98
98
  ChannelGetTaskResultApi(req: ChannelGetTaskResultApiRequest, cb?: (error: string, rep: ChannelGetTaskResultApiResponse) => void): Promise<ChannelGetTaskResultApiResponse>;
99
99
  /**
100
- * 此接口(SyncProxyOrganization)用于同步渠道子客企业信息,主要是子客企业的营业执照,便于子客企业开通过程中不用手动上传。若有需要调用此接口,需要在创建控制链接CreateConsoleLoginUrl之后即刻进行调用。
101
- */
102
- SyncProxyOrganization(req: SyncProxyOrganizationRequest, cb?: (error: string, rep: SyncProxyOrganizationResponse) => void): Promise<SyncProxyOrganizationResponse>;
100
+ * 创建出证报告,返回报告 ID
101
+
102
+ */
103
+ CreateChannelFlowEvidenceReport(req: CreateChannelFlowEvidenceReportRequest, cb?: (error: string, rep: CreateChannelFlowEvidenceReportResponse) => void): Promise<CreateChannelFlowEvidenceReportResponse>;
103
104
  /**
104
105
  * 合同文件验签
105
106
  */
@@ -115,6 +116,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
115
116
  客户指定需要获取的印章数量和偏移量,数量最多100,超过100按100处理;入参InfoType控制印章是否携带授权人信息,为1则携带,为0则返回的授权人信息为空数组。接口调用成功返回印章的信息列表还有企业印章的总数。
116
117
  */
117
118
  ChannelDescribeOrganizationSeals(req: ChannelDescribeOrganizationSealsRequest, cb?: (error: string, rep: ChannelDescribeOrganizationSealsResponse) => void): Promise<ChannelDescribeOrganizationSealsResponse>;
119
+ /**
120
+ * 渠道版发起解除协议,主要应用场景为:基于一份已经签署的合同,进行解除操作。
121
+ 合同发起人必须在电子签已经进行实名。
122
+ */
123
+ ChannelCreateReleaseFlow(req: ChannelCreateReleaseFlowRequest, cb?: (error: string, rep: ChannelCreateReleaseFlowResponse) => void): Promise<ChannelCreateReleaseFlowResponse>;
118
124
  /**
119
125
  * 查询企业员工列表
120
126
  */
@@ -149,11 +155,20 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
149
155
  httpProfile.setEndpoint("file.test.ess.tencent.cn");
150
156
  */
151
157
  UploadFiles(req: UploadFilesRequest, cb?: (error: string, rep: UploadFilesResponse) => void): Promise<UploadFilesResponse>;
158
+ /**
159
+ * 此接口(SyncProxyOrganization)用于同步渠道子客企业信息,主要是子客企业的营业执照,便于子客企业开通过程中不用手动上传。若有需要调用此接口,需要在创建控制链接CreateConsoleLoginUrl之后即刻进行调用。
160
+ */
161
+ SyncProxyOrganization(req: SyncProxyOrganizationRequest, cb?: (error: string, rep: SyncProxyOrganizationResponse) => void): Promise<SyncProxyOrganizationResponse>;
152
162
  /**
153
163
  * 此接口(SyncProxyOrganizationOperators)用于同步渠道子客企业经办人列表,主要是同步经办人的离职状态。子客Web控制台的组织架构管理,是依赖于渠道平台的,无法针对员工做新增/更新/离职等操作。
154
164
  若经办人信息有误,或者需要修改,也可以先将之前的经办人做离职操作,然后重新使用控制台链接CreateConsoleLoginUrl让经办人重新实名。
155
165
  */
156
166
  SyncProxyOrganizationOperators(req: SyncProxyOrganizationOperatorsRequest, cb?: (error: string, rep: SyncProxyOrganizationOperatorsResponse) => void): Promise<SyncProxyOrganizationOperatorsResponse>;
167
+ /**
168
+ * 查询出证报告,返回报告 URL。
169
+
170
+ */
171
+ DescribeChannelFlowEvidenceReport(req: DescribeChannelFlowEvidenceReportRequest, cb?: (error: string, rep: DescribeChannelFlowEvidenceReportResponse) => void): Promise<DescribeChannelFlowEvidenceReportResponse>;
157
172
  /**
158
173
  * 此接口(OperateChannelTemplate)用于针对渠道模板库中的模板对子客企业可见性的查询和设置,不会直接分配渠道模板给子客企业。
159
174
  1、OperateType=select时:
@@ -146,10 +146,11 @@ class Client extends TencentCloudCommon.AbstractClient {
146
146
  return this.request("ChannelGetTaskResultApi", req, cb);
147
147
  }
148
148
  /**
149
- * 此接口(SyncProxyOrganization)用于同步渠道子客企业信息,主要是子客企业的营业执照,便于子客企业开通过程中不用手动上传。若有需要调用此接口,需要在创建控制链接CreateConsoleLoginUrl之后即刻进行调用。
150
- */
151
- async SyncProxyOrganization(req, cb) {
152
- return this.request("SyncProxyOrganization", req, cb);
149
+ * 创建出证报告,返回报告 ID
150
+
151
+ */
152
+ async CreateChannelFlowEvidenceReport(req, cb) {
153
+ return this.request("CreateChannelFlowEvidenceReport", req, cb);
153
154
  }
154
155
  /**
155
156
  * 合同文件验签
@@ -172,6 +173,13 @@ class Client extends TencentCloudCommon.AbstractClient {
172
173
  async ChannelDescribeOrganizationSeals(req, cb) {
173
174
  return this.request("ChannelDescribeOrganizationSeals", req, cb);
174
175
  }
176
+ /**
177
+ * 渠道版发起解除协议,主要应用场景为:基于一份已经签署的合同,进行解除操作。
178
+ 合同发起人必须在电子签已经进行实名。
179
+ */
180
+ async ChannelCreateReleaseFlow(req, cb) {
181
+ return this.request("ChannelCreateReleaseFlow", req, cb);
182
+ }
175
183
  /**
176
184
  * 查询企业员工列表
177
185
  */
@@ -218,6 +226,12 @@ class Client extends TencentCloudCommon.AbstractClient {
218
226
  async UploadFiles(req, cb) {
219
227
  return this.request("UploadFiles", req, cb);
220
228
  }
229
+ /**
230
+ * 此接口(SyncProxyOrganization)用于同步渠道子客企业信息,主要是子客企业的营业执照,便于子客企业开通过程中不用手动上传。若有需要调用此接口,需要在创建控制链接CreateConsoleLoginUrl之后即刻进行调用。
231
+ */
232
+ async SyncProxyOrganization(req, cb) {
233
+ return this.request("SyncProxyOrganization", req, cb);
234
+ }
221
235
  /**
222
236
  * 此接口(SyncProxyOrganizationOperators)用于同步渠道子客企业经办人列表,主要是同步经办人的离职状态。子客Web控制台的组织架构管理,是依赖于渠道平台的,无法针对员工做新增/更新/离职等操作。
223
237
  若经办人信息有误,或者需要修改,也可以先将之前的经办人做离职操作,然后重新使用控制台链接CreateConsoleLoginUrl让经办人重新实名。
@@ -225,6 +239,13 @@ class Client extends TencentCloudCommon.AbstractClient {
225
239
  async SyncProxyOrganizationOperators(req, cb) {
226
240
  return this.request("SyncProxyOrganizationOperators", req, cb);
227
241
  }
242
+ /**
243
+ * 查询出证报告,返回报告 URL。
244
+
245
+ */
246
+ async DescribeChannelFlowEvidenceReport(req, cb) {
247
+ return this.request("DescribeChannelFlowEvidenceReport", req, cb);
248
+ }
228
249
  /**
229
250
  * 此接口(OperateChannelTemplate)用于针对渠道模板库中的模板对子客企业可见性的查询和设置,不会直接分配渠道模板给子客企业。
230
251
  1、OperateType=select时: