tencentcloud-sdk-nodejs 4.0.758 → 4.0.760
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +295 -0
- package/SERVICE_CHANGELOG.md +480 -38
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +2 -2
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +2 -2
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +3 -3
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/csip/v20221121/csip_client.ts +13 -0
- package/src/services/csip/v20221121/csip_models.ts +152 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +4 -4
- package/src/services/dlc/v20210125/dlc_models.ts +17 -1
- package/src/services/domain/v20180808/domain_client.ts +4 -6
- package/src/services/domain/v20180808/domain_models.ts +34 -13
- package/src/services/eb/v20210416/eb_models.ts +24 -15
- package/src/services/ess/v20201111/ess_client.ts +23 -6
- package/src/services/ess/v20201111/ess_models.ts +167 -28
- package/src/services/essbasic/v20210526/essbasic_client.ts +87 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +434 -67
- package/src/services/facefusion/v20220927/facefusion_models.ts +2 -2
- package/src/services/iai/v20180301/iai_models.ts +1 -1
- package/src/services/iai/v20200303/iai_models.ts +1 -1
- package/src/services/ioa/v20220601/ioa_client.ts +1 -0
- package/src/services/ioa/v20220601/ioa_models.ts +226 -0
- package/src/services/monitor/v20180724/monitor_client.ts +3 -2
- package/src/services/monitor/v20180724/monitor_models.ts +46 -10
- package/src/services/ssl/v20191205/ssl_models.ts +8 -0
- package/src/services/tat/v20201028/tat_models.ts +96 -101
- package/src/services/tdmq/v20200217/tdmq_client.ts +15 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +102 -19
- package/src/services/teo/v20220901/teo_models.ts +10 -10
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/wedata/v20210820/wedata_models.ts +26 -8
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -2
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +2 -2
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +2 -2
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +3 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +149 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +4 -4
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +17 -1
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +0 -2
- package/tencentcloud/services/domain/v20180808/domain_client.js +0 -2
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +34 -13
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +24 -15
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +11 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +12 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +163 -28
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +50 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +57 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +422 -68
- package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +2 -2
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +1 -1
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +225 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +45 -10
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +8 -0
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +95 -100
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +99 -19
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +10 -10
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +26 -8
- package/test/csip.v20221121.test.js +10 -0
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +40 -0
- package/test/tdmq.v20200217.test.js +10 -0
|
@@ -311,7 +311,7 @@ export interface CreateDomainBatchResponse {
|
|
|
311
311
|
* 批量日志ID
|
|
312
312
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
313
313
|
*/
|
|
314
|
-
LogId
|
|
314
|
+
LogId?: number
|
|
315
315
|
/**
|
|
316
316
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
317
317
|
*/
|
|
@@ -326,6 +326,10 @@ export interface DomainBatchDetailSet {
|
|
|
326
326
|
* 详情ID
|
|
327
327
|
*/
|
|
328
328
|
Id: number
|
|
329
|
+
/**
|
|
330
|
+
* 类型 new: 注册域名 batch_transfer_prohibition_on:开启禁止转移 batch_transfer_prohibition_off:关闭禁止转移 batch_update_prohibition_on:开启禁止更新 batch_update_prohibition_off:关闭禁止更新
|
|
331
|
+
*/
|
|
332
|
+
Action: string
|
|
329
333
|
/**
|
|
330
334
|
* 域名
|
|
331
335
|
*/
|
|
@@ -350,6 +354,11 @@ success 操作成功。
|
|
|
350
354
|
* 更新时间
|
|
351
355
|
*/
|
|
352
356
|
UpdatedOn: string
|
|
357
|
+
/**
|
|
358
|
+
* 订单号
|
|
359
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
360
|
+
*/
|
|
361
|
+
BigDealId?: string
|
|
353
362
|
}
|
|
354
363
|
|
|
355
364
|
/**
|
|
@@ -384,11 +393,11 @@ export interface DescribeCustomDnsHostSetResponse {
|
|
|
384
393
|
* 自定义DNS Host 列表
|
|
385
394
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
386
395
|
*/
|
|
387
|
-
DnsHostSet
|
|
396
|
+
DnsHostSet?: Array<CustomDnsHost>
|
|
388
397
|
/**
|
|
389
398
|
* 自定义DNS Host总数
|
|
390
399
|
*/
|
|
391
|
-
TotalCount
|
|
400
|
+
TotalCount?: number
|
|
392
401
|
/**
|
|
393
402
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
394
403
|
*/
|
|
@@ -711,12 +720,12 @@ export interface DescribeDomainBaseInfoResponse {
|
|
|
711
720
|
/**
|
|
712
721
|
* 域名信息
|
|
713
722
|
*/
|
|
714
|
-
DomainInfo
|
|
723
|
+
DomainInfo?: DomainBaseInfo
|
|
715
724
|
/**
|
|
716
725
|
* 用户Uin
|
|
717
726
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
718
727
|
*/
|
|
719
|
-
Uin
|
|
728
|
+
Uin?: string
|
|
720
729
|
/**
|
|
721
730
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
722
731
|
*/
|
|
@@ -1429,11 +1438,11 @@ export interface DescribeDomainNameListResponse {
|
|
|
1429
1438
|
* 域名信息集合
|
|
1430
1439
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1431
1440
|
*/
|
|
1432
|
-
DomainSet
|
|
1441
|
+
DomainSet?: Array<DomainList>
|
|
1433
1442
|
/**
|
|
1434
1443
|
* 域名总数量
|
|
1435
1444
|
*/
|
|
1436
|
-
TotalCount
|
|
1445
|
+
TotalCount?: number
|
|
1437
1446
|
/**
|
|
1438
1447
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1439
1448
|
*/
|
|
@@ -1499,12 +1508,12 @@ export interface DescribeBatchOperationLogsResponse {
|
|
|
1499
1508
|
/**
|
|
1500
1509
|
* 总数量
|
|
1501
1510
|
*/
|
|
1502
|
-
TotalCount
|
|
1511
|
+
TotalCount?: number
|
|
1503
1512
|
/**
|
|
1504
1513
|
* 日志列表
|
|
1505
1514
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1506
1515
|
*/
|
|
1507
|
-
DomainBatchLogSet
|
|
1516
|
+
DomainBatchLogSet?: Array<DomainBatchLogSet>
|
|
1508
1517
|
/**
|
|
1509
1518
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1510
1519
|
*/
|
|
@@ -1624,12 +1633,12 @@ export interface DescribeBatchOperationLogDetailsResponse {
|
|
|
1624
1633
|
/**
|
|
1625
1634
|
* 总数量。
|
|
1626
1635
|
*/
|
|
1627
|
-
TotalCount
|
|
1636
|
+
TotalCount?: number
|
|
1628
1637
|
/**
|
|
1629
1638
|
* 日志详情列表。
|
|
1630
1639
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1631
1640
|
*/
|
|
1632
|
-
DomainBatchDetailSet
|
|
1641
|
+
DomainBatchDetailSet?: Array<DomainBatchDetailSet>
|
|
1633
1642
|
/**
|
|
1634
1643
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1635
1644
|
*/
|
|
@@ -1675,7 +1684,7 @@ export interface CheckBatchStatusResponse {
|
|
|
1675
1684
|
/**
|
|
1676
1685
|
* 批量任务状态集
|
|
1677
1686
|
*/
|
|
1678
|
-
StatusSet
|
|
1687
|
+
StatusSet?: Array<BatchStatus>
|
|
1679
1688
|
/**
|
|
1680
1689
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1681
1690
|
*/
|
|
@@ -1763,7 +1772,7 @@ export interface ModifyIntlCustomDnsHostResponse {
|
|
|
1763
1772
|
/**
|
|
1764
1773
|
* 任务ID
|
|
1765
1774
|
*/
|
|
1766
|
-
LogId
|
|
1775
|
+
LogId?: number
|
|
1767
1776
|
/**
|
|
1768
1777
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1769
1778
|
*/
|
|
@@ -1792,4 +1801,16 @@ done 执行完成。
|
|
|
1792
1801
|
* 提交时间
|
|
1793
1802
|
*/
|
|
1794
1803
|
CreatedOn: string
|
|
1804
|
+
/**
|
|
1805
|
+
* 批量操作成功个数
|
|
1806
|
+
*/
|
|
1807
|
+
Success?: number
|
|
1808
|
+
/**
|
|
1809
|
+
* 批量操作处理中个数
|
|
1810
|
+
*/
|
|
1811
|
+
Doing?: number
|
|
1812
|
+
/**
|
|
1813
|
+
* 批量操作失败个数
|
|
1814
|
+
*/
|
|
1815
|
+
Failed?: number
|
|
1795
1816
|
}
|
|
@@ -72,7 +72,7 @@ export interface CheckRuleRequest {
|
|
|
72
72
|
*/
|
|
73
73
|
export interface LogFilters {
|
|
74
74
|
/**
|
|
75
|
-
*
|
|
75
|
+
* 过滤字段名称,取值范围如下:region(地域),type(事件类型),source(事件源),status(事件状态)
|
|
76
76
|
*/
|
|
77
77
|
Key: string
|
|
78
78
|
/**
|
|
@@ -151,7 +151,7 @@ export interface CreateTransformationRequest {
|
|
|
151
151
|
*/
|
|
152
152
|
RuleId: string
|
|
153
153
|
/**
|
|
154
|
-
*
|
|
154
|
+
* 一个转换规则列表,当前仅限定一个;示例如下:[{"Extraction":{"ExtractionInputPath":"$.data.payload","Format":"JSON"},"EtlFilter":{"Filter":"{\"source\":\"ckafka.cloud.tencent\"}"},"Transform":{"OutputStructs":[{"Key":"op","Value":"$.op","ValueType":"JSONPATH"},{"Key":"table","Value":"$.source.table","ValueType":"JSONPATH"},{"Key":"id","Value":"$.after.id","ValueType":"JSONPATH"},{"Key":"app_id","Value":"$.after.app_id","ValueType":"JSONPATH"},{"Key":"spu_id","Value":"$.after.spu_id","ValueType":"JSONPATH"}]}}]
|
|
155
155
|
*/
|
|
156
156
|
Transformations: Array<Transformation>
|
|
157
157
|
}
|
|
@@ -213,11 +213,20 @@ export interface CreateTargetRequest {
|
|
|
213
213
|
*/
|
|
214
214
|
EventBusId: string
|
|
215
215
|
/**
|
|
216
|
-
*
|
|
216
|
+
* 目标类型;取值范围:scf(云函数)/cls(日志服务)/amp(消息推送)/ckafka(消息推送)/es(大数据elastic-search)
|
|
217
217
|
*/
|
|
218
218
|
Type: string
|
|
219
219
|
/**
|
|
220
|
-
*
|
|
220
|
+
* 目标描述;scf类型示例:
|
|
221
|
+
{"ResourceDescription":"qcs::scf:ap-guangzhou:uin/2252646423:namespace/default/function/john-test-0326/$LATEST"};
|
|
222
|
+
cls类型示例:
|
|
223
|
+
{"ResourceDescription":"qcs::cls:ap-guangzhou:uin/12323442323:topic/7103f705-6c38-4b64-ac9d-428af0f2e732"}
|
|
224
|
+
ckafka类型示例:
|
|
225
|
+
{"ResourceDescription":"qcs::ckafka:ap-guangzhou:uin/1500000688:ckafkaId/uin/1500000688/ckafka-018q1nwj","CkafkaTargetParams":{"TopicName":"alert","RetryPolicy":{"RetryInterval":60,"MaxRetryAttempts":360}}}
|
|
226
|
+
amp类型-邮件/短信示例:
|
|
227
|
+
{"ResourceDescription":"qcs::eb-amp:ap-guangzhou:uin/100012505002:","AMPParams":{"NotificationTemplateId":10181,"Lang":"cn","NoticeReceivers":[{"UserType":"User","UserIds":["9424525"],"TimeWindow":{"From":"09:30:00","To":"23:30:00"},"Channels":["Email","SMS"]}]}}
|
|
228
|
+
es类型示例:
|
|
229
|
+
{"ResourceDescription":"qcs::es:ap-guangzhou:uin/1500000688:instance/es-7cplmhsd","ESTargetParams":{"EsVersion":"7.14.2","UserName":"elastic","Password":"xxxxx","NetMode":"privateLink","IndexPrefix":"auto-test","IndexSuffixMode":"default","RotationInterval":"none","IndexTemplateType":"","OutputMode":"default"}}
|
|
221
230
|
*/
|
|
222
231
|
TargetDescription: TargetDescription
|
|
223
232
|
/**
|
|
@@ -488,7 +497,7 @@ export interface CreateTargetResponse {
|
|
|
488
497
|
/**
|
|
489
498
|
* 目标ID
|
|
490
499
|
*/
|
|
491
|
-
TargetId
|
|
500
|
+
TargetId?: string
|
|
492
501
|
/**
|
|
493
502
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
494
503
|
*/
|
|
@@ -574,17 +583,17 @@ export interface ListTargetsRequest {
|
|
|
574
583
|
*/
|
|
575
584
|
export interface Transformation {
|
|
576
585
|
/**
|
|
577
|
-
*
|
|
586
|
+
* 描述如何提取数据,{"ExtractionInputPath":"$.data.payload","Format":"JSON"}
|
|
578
587
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
579
588
|
*/
|
|
580
589
|
Extraction?: Extraction
|
|
581
590
|
/**
|
|
582
|
-
*
|
|
591
|
+
* 描述如何过滤数据;{"Filter":"{\"source\":\"ckafka.cloud.tencent\"}"}
|
|
583
592
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
584
593
|
*/
|
|
585
594
|
EtlFilter?: EtlFilter
|
|
586
595
|
/**
|
|
587
|
-
*
|
|
596
|
+
* 描述如何数据转换;"OutputStructs":[{"Key":"op","Value":"$.op","ValueType":"JSONPATH"}]
|
|
588
597
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
589
598
|
*/
|
|
590
599
|
Transform?: Transform
|
|
@@ -740,7 +749,7 @@ export interface ListEventBusesRequest {
|
|
|
740
749
|
*/
|
|
741
750
|
Order?: string
|
|
742
751
|
/**
|
|
743
|
-
*
|
|
752
|
+
* 过滤字段范围: EventBusName(事件集名称)/EventBusId(事件集Id)/Type(事件集类型:Cloud(云服务);Platform(平台型);Custom(自定义))/TagKey(标签键)。每次请求的Filters的上限为10,Filter.Values的上限为5。[{"Name":"Type","Values":["Cloud","Platform"]}]
|
|
744
753
|
*/
|
|
745
754
|
Filters?: Array<Filter>
|
|
746
755
|
/**
|
|
@@ -756,7 +765,7 @@ export interface CreateTransformationResponse {
|
|
|
756
765
|
/**
|
|
757
766
|
* 生成的转换器id
|
|
758
767
|
*/
|
|
759
|
-
TransformationId
|
|
768
|
+
TransformationId?: string
|
|
760
769
|
/**
|
|
761
770
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
762
771
|
*/
|
|
@@ -1150,7 +1159,7 @@ export interface Filter {
|
|
|
1150
1159
|
*/
|
|
1151
1160
|
Values: Array<string>
|
|
1152
1161
|
/**
|
|
1153
|
-
* 过滤键的名称。
|
|
1162
|
+
* 过滤键的名称。EventBusName(事件集名称)/EventBusId(事件集Id)/Type(事件集类型:Cloud(云服务);Platform(平台型);Custom(自定义))/TagKey(标签键)
|
|
1154
1163
|
*/
|
|
1155
1164
|
Name: string
|
|
1156
1165
|
}
|
|
@@ -1424,7 +1433,7 @@ export interface DescribeLogTagValueRequest {
|
|
|
1424
1433
|
*/
|
|
1425
1434
|
EventBusId: string
|
|
1426
1435
|
/**
|
|
1427
|
-
*
|
|
1436
|
+
* 聚合字段,取值范围如下:Source(事件源),RuleIds(命中规则),Subject(实例ID),Region(地域)
|
|
1428
1437
|
*/
|
|
1429
1438
|
GroupField: string
|
|
1430
1439
|
/**
|
|
@@ -1693,11 +1702,11 @@ export interface SearchLogRequest {
|
|
|
1693
1702
|
*/
|
|
1694
1703
|
Limit: number
|
|
1695
1704
|
/**
|
|
1696
|
-
*
|
|
1705
|
+
* 事件查询筛选条件;示例如下:[{"key":"host","operator":"eq","value":"106.53.106.243"},{"type":"AND","filters":[{"key":"region","operator":"like","value":"*guangzhou*"},{"key":"type","operator":"eq","value":"cvm:ErrorEvent:GuestReboot"}]},{"type":"OR","filters":[{"key":"field1","operator":"like","value":"*access*"},{"key":"field2","operator":"eq","value":"custorm"}]}]
|
|
1697
1706
|
*/
|
|
1698
1707
|
Filter?: Array<LogFilter>
|
|
1699
1708
|
/**
|
|
1700
|
-
*
|
|
1709
|
+
* 事件查询结果排序,["timestamp","subject"]
|
|
1701
1710
|
*/
|
|
1702
1711
|
OrderFields?: Array<string>
|
|
1703
1712
|
/**
|
|
@@ -1813,7 +1822,7 @@ export interface PutEventsRequest {
|
|
|
1813
1822
|
*/
|
|
1814
1823
|
export interface TargetDescription {
|
|
1815
1824
|
/**
|
|
1816
|
-
* QCS资源六段式,更多参考 [资源六段式](https://cloud.tencent.com/document/product/598/10606)
|
|
1825
|
+
* QCS资源六段式,更多参考 [资源六段式](https://cloud.tencent.com/document/product/598/10606);scf资源六段式示例[qcs::scf:ap-guangzhou:uin/123:namespace/test(函数命名空间)/function/test(函数名)/$LATEST(函数版本)] amp资源六段式示例[qcs::eb-amp:ap-guangzhou:uin/123:] ckafka资源六段式示例[qcs::ckafka:ap-guangzhou:uin/123:ckafkaId/uin/123/ckafka-123(ckafka实例Id)] cls资源六段式示例[qcs::cls:ap-guangzhou:uin/123:topic/122332442(topicId)] es资源六段式示例[qcs::es:ap-guangzhou:appid/123/uin/456:instance/es-7cplmhsd(es实例Id)]
|
|
1817
1826
|
*/
|
|
1818
1827
|
ResourceDescription: string
|
|
1819
1828
|
/**
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
CreateSealRequest,
|
|
24
24
|
ModifyIntegrationDepartmentResponse,
|
|
25
25
|
CancelFlowResponse,
|
|
26
|
-
|
|
26
|
+
DescribeExtendedServiceAuthDetailResponse,
|
|
27
27
|
UpdateIntegrationEmployeesResponse,
|
|
28
28
|
Department,
|
|
29
29
|
CreatePreparedPersonalEsignRequest,
|
|
@@ -32,6 +32,7 @@ import {
|
|
|
32
32
|
CreateFlowApproversResponse,
|
|
33
33
|
DescribeFileUrlsResponse,
|
|
34
34
|
CreateExtendedServiceAuthInfosRequest,
|
|
35
|
+
AuthInfoDetail,
|
|
35
36
|
ModifyApplicationCallbackInfoResponse,
|
|
36
37
|
CreateMultiFlowSignQRCodeResponse,
|
|
37
38
|
FlowApproverUrlInfo,
|
|
@@ -81,7 +82,7 @@ import {
|
|
|
81
82
|
BindEmployeeUserIdWithClientOpenIdRequest,
|
|
82
83
|
CreateOrganizationInfoChangeUrlResponse,
|
|
83
84
|
Permission,
|
|
84
|
-
|
|
85
|
+
DescribeExtendedServiceAuthDetailRequest,
|
|
85
86
|
Staff,
|
|
86
87
|
ComponentLimit,
|
|
87
88
|
CreateIntegrationDepartmentResponse,
|
|
@@ -119,6 +120,7 @@ import {
|
|
|
119
120
|
ExtendAuthInfo,
|
|
120
121
|
FlowCreateApprover,
|
|
121
122
|
ApproverComponentLimitType,
|
|
123
|
+
HasAuthOrganization,
|
|
122
124
|
RecipientComponentInfo,
|
|
123
125
|
CreateFlowEvidenceReportResponse,
|
|
124
126
|
CreateIntegrationRoleResponse,
|
|
@@ -135,6 +137,7 @@ import {
|
|
|
135
137
|
FailedUpdateStaffData,
|
|
136
138
|
GetTaskResultApiRequest,
|
|
137
139
|
FlowGroupOptions,
|
|
140
|
+
DescribeFlowBriefsResponse,
|
|
138
141
|
ModifyIntegrationRoleRequest,
|
|
139
142
|
CreateFlowGroupByFilesResponse,
|
|
140
143
|
CreateIntegrationEmployeesResponse,
|
|
@@ -150,7 +153,7 @@ import {
|
|
|
150
153
|
UploadFilesResponse,
|
|
151
154
|
SuccessCreateStaffData,
|
|
152
155
|
Recipient,
|
|
153
|
-
|
|
156
|
+
DescribeFlowEvidenceReportRequest,
|
|
154
157
|
FailedCreateRoleData,
|
|
155
158
|
ApproverInfo,
|
|
156
159
|
CreateFlowSignReviewResponse,
|
|
@@ -208,6 +211,7 @@ import {
|
|
|
208
211
|
EmbedUrlOption,
|
|
209
212
|
CreateBatchCancelFlowUrlRequest,
|
|
210
213
|
CreateMultiFlowSignQRCodeRequest,
|
|
214
|
+
VerifyPdfRequest,
|
|
211
215
|
DescribeFlowInfoRequest,
|
|
212
216
|
DeleteExtendedServiceAuthInfosRequest,
|
|
213
217
|
DescribeIntegrationDepartmentsRequest,
|
|
@@ -543,9 +547,7 @@ export class Client extends AbstractClient {
|
|
|
543
547
|
|
|
544
548
|
/**
|
|
545
549
|
* 创建签署流程电子文档<br />
|
|
546
|
-
|
|
547
|
-
点击查看<a href="https://qian.tencent.com/developers/startFlows/CreateFlow" target="_blank">通过模板创建签署流程</a>
|
|
548
|
-
<a href="https://qian.tencent.com/developers/startFlows/CreateFlowByFiles" target="_blank">用PDF文件创建签署流程</a>。<br />
|
|
550
|
+
|
|
549
551
|
注:该接口需要给对应的流程指定一个模板id,并且填充该模板中需要补充的信息。需要配置<a href="https://qian.tencent.com/developers/companyApis/startFlows/CreateFlow" target="_blank">创建签署流程</a>和<a href="https://qian.tencent.com/developers/companyApis/startFlows/StartFlow" target="_blank">发起签署流程</a>接口使用。具体逻辑可以参考下图:
|
|
550
552
|
|
|
551
553
|
<svg id="SvgjsSvg1077" width="304" height="505" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs"><defs id="SvgjsDefs1078"><pattern patternUnits="userSpaceOnUse" id="pattern_mark_0" width="300" height="300"><text x="150" y="100" fill="rgba(229,229,229,0.8)" font-size="18" transform="rotate(-45, 150, 150)" style="dominant-baseline: middle; text-anchor: middle;"></text></pattern><pattern patternUnits="userSpaceOnUse" id="pattern_mark_1" width="300" height="300"><text x="150" y="200" fill="rgba(229,229,229,0.8)" font-size="18" transform="rotate(-45, 150, 150)" style="dominant-baseline: middle; text-anchor: middle;"></text></pattern><marker id="SvgjsMarker1096" markerWidth="12" markerHeight="8" refX="9" refY="4" viewBox="0 0 12 8" orient="auto" markerUnits="userSpaceOnUse" stroke-dasharray="0,0"><path id="SvgjsPath1097" d="M0,0 L12,4 L0,8 L0,0" fill="#323232" stroke="#323232" stroke-width="1"></path></marker><marker id="SvgjsMarker1108" markerWidth="12" markerHeight="8" refX="9" refY="4" viewBox="0 0 12 8" orient="auto" markerUnits="userSpaceOnUse" stroke-dasharray="0,0"><path id="SvgjsPath1109" d="M0,0 L12,4 L0,8 L0,0" fill="#323232" stroke="#323232" stroke-width="1"></path></marker><marker id="SvgjsMarker1120" markerWidth="12" markerHeight="8" refX="9" refY="4" viewBox="0 0 12 8" orient="auto" markerUnits="userSpaceOnUse" stroke-dasharray="0,0"><path id="SvgjsPath1121" d="M0,0 L12,4 L0,8 L0,0" fill="#323232" stroke="#323232" stroke-width="1"></path></marker><marker id="SvgjsMarker1140" markerWidth="12" markerHeight="8" refX="9" refY="4" viewBox="0 0 12 8" orient="auto" markerUnits="userSpaceOnUse" stroke-dasharray="0,0"><path id="SvgjsPath1141" d="M0,0 L12,4 L0,8 L0,0" fill="#323232" stroke="#323232" stroke-width="1"></path></marker></defs><rect id="svgbackgroundid" width="304" height="505" fill="transparent"></rect><rect id="SvgjsRect1080" width="304" height="505" fill="url(#pattern_mark_0)"></rect><rect id="SvgjsRect1081" width="304" height="505" fill="url(#pattern_mark_1)"></rect><g id="SvgjsG1082" transform="translate(58,121)"><path id="SvgjsPath1083" d="M 0 0L 221 0L 221 262L 0 262Z" stroke-dasharray="3,4" stroke="rgba(33,41,48,1)" stroke-width="1" fill-opacity="1" fill="#ffffff"></path><g id="SvgjsG1084"><text id="SvgjsText1085" font-family="微软雅黑" text-anchor="middle" font-size="13px" width="201px" fill="#323232" font-weight="400" align="middle" lineHeight="125%" anchor="middle" family="微软雅黑" size="13px" weight="400" font-style="" opacity="1" y="120.375" transform="rotate(0)"></text></g></g><g id="SvgjsG1086" transform="translate(88,140.00000000000006)"><path id="SvgjsPath1087" d="M 0 0L 161 0L 161 48L 0 48Z" stroke="rgba(86,146,48,1)" stroke-width="1" fill-opacity="1" fill="#e7ebed"></path><g id="SvgjsG1088"><text id="SvgjsText1089" font-family="微软雅黑" text-anchor="middle" font-size="13px" width="141px" fill="#323232" font-weight="400" align="middle" lineHeight="125%" anchor="middle" family="微软雅黑" size="13px" weight="400" font-style="" opacity="1" y="4.875" transform="rotate(0)"><tspan id="SvgjsTspan1090" dy="16" x="80.5"><tspan id="SvgjsTspan1091" style="text-decoration:;fill: rgb(28, 30, 33);">CreateFlow</tspan></tspan><tspan id="SvgjsTspan1092" dy="16" x="80.5"><tspan id="SvgjsTspan1093" style="text-decoration:;">创建签署流程</tspan></tspan></text></g></g><g id="SvgjsG1094"><path id="SvgjsPath1095" d="M168.5 188.50000000000006L168.5 200.83333333333337L168.5 200.83333333333337L168.5 211.86666666666667" stroke="#323232" stroke-width="1" fill="none" marker-end="url(#SvgjsMarker1096)"></path></g><g id="SvgjsG1098" transform="translate(104.25,213.66666666666669)"><path id="SvgjsPath1099" d="M 0 0L 128.5 0L 128.5 55L 0 55Z" stroke="rgba(86,146,48,1)" stroke-width="1" fill-opacity="1" fill="#e7ebed"></path><g id="SvgjsG1100"><text id="SvgjsText1101" font-family="微软雅黑" text-anchor="middle" font-size="13px" width="109px" fill="#323232" font-weight="400" align="middle" lineHeight="125%" anchor="middle" family="微软雅黑" size="13px" weight="400" font-style="" opacity="1" y="8.375" transform="rotate(0)"><tspan id="SvgjsTspan1102" dy="16" x="64.5"><tspan id="SvgjsTspan1103" style="text-decoration:;fill: rgb(28, 30, 33);">CreateDocument</tspan></tspan><tspan id="SvgjsTspan1104" dy="16" x="64.5"><tspan id="SvgjsTspan1105" style="text-decoration:;">创建电子文档</tspan></tspan></text></g></g><g id="SvgjsG1106"><path id="SvgjsPath1107" d="M168.5 269.16666666666674L168.5 281.5L168.5 281.5L168.5 292.5333333333334" stroke="#323232" stroke-width="1" fill="none" marker-end="url(#SvgjsMarker1108)"></path></g><g id="SvgjsG1110" transform="translate(96.75,294.33333333333337)"><path id="SvgjsPath1111" d="M 0 0L 143.5 0L 143.5 65L 0 65Z" stroke="rgba(86,146,48,1)" stroke-width="1" fill-opacity="1" fill="#e7ebed"></path><g id="SvgjsG1112"><text id="SvgjsText1113" font-family="微软雅黑" text-anchor="middle" font-size="13px" width="124px" fill="#323232" font-weight="400" align="middle" lineHeight="125%" anchor="middle" family="微软雅黑" size="13px" weight="400" font-style="" opacity="1" y="13.375" transform="rotate(0)"><tspan id="SvgjsTspan1114" dy="16" x="72"><tspan id="SvgjsTspan1115" style="text-decoration:;fill: rgb(28, 30, 33);">StartFlow</tspan></tspan><tspan id="SvgjsTspan1116" dy="16" x="72"><tspan id="SvgjsTspan1117" style="text-decoration:;">发起签署流程</tspan></tspan></text></g></g><g id="SvgjsG1118"><path id="SvgjsPath1119" d="M168.5 359.83333333333337L168.5 392.16666666666674L168.5 392.16666666666674L168.5 423.20000000000005" stroke="#323232" stroke-width="1" fill="none" marker-end="url(#SvgjsMarker1120)"></path></g><g id="SvgjsG1122" transform="translate(106.25,425)"><path id="SvgjsPath1123" d="M 0 0L 124.5 0L 124.5 55L 0 55Z" stroke="rgba(33,41,48,1)" stroke-width="1" fill-opacity="1" fill="#ffffff"></path><g id="SvgjsG1124"><text id="SvgjsText1125" font-family="微软雅黑" text-anchor="middle" font-size="13px" width="105px" fill="#323232" font-weight="400" align="middle" lineHeight="125%" anchor="middle" family="微软雅黑" size="13px" weight="400" font-style="" opacity="1" y="8.375" transform="rotate(0)"><tspan id="SvgjsTspan1126" dy="16" x="62.5"><tspan id="SvgjsTspan1127" style="text-decoration:;">开始签署</tspan></tspan><tspan id="SvgjsTspan1128" dy="16" x="62.5"><tspan id="SvgjsTspan1129" style="text-decoration:;">(小程序/H5等)</tspan></tspan></text></g></g><g id="SvgjsG1130" transform="translate(120.5,25)"><path id="SvgjsPath1131" d="M 0 0L 96 0L 96 54L 0 54Z" stroke="rgba(33,41,48,1)" stroke-width="1" fill-opacity="1" fill="#ffffff"></path><g id="SvgjsG1132"><text id="SvgjsText1133" font-family="微软雅黑" text-anchor="middle" font-size="13px" width="76px" fill="#323232" font-weight="400" align="middle" lineHeight="125%" anchor="middle" family="微软雅黑" size="13px" weight="400" font-style="" opacity="1" y="7.875" transform="rotate(0)"><tspan id="SvgjsTspan1134" dy="16" x="48"><tspan id="SvgjsTspan1135" style="text-decoration:;">控制台创建</tspan></tspan><tspan id="SvgjsTspan1136" dy="16" x="48"><tspan id="SvgjsTspan1137" style="text-decoration:;">模板</tspan></tspan></text></g></g><g id="SvgjsG1138"><path id="SvgjsPath1139" d="M168.5 79.5L168.5 109.5L168.5 109.5L168.5 138.20000000000005" stroke="#323232" stroke-width="1" fill="none" marker-end="url(#SvgjsMarker1140)"></path></g><g id="SvgjsG1142" transform="translate(25,114)"><path id="SvgjsPath1143" d="M 0 0L 100 0L 100 40L 0 40Z" stroke="none" fill="none"></path><g id="SvgjsG1144"><text id="SvgjsText1145" font-family="微软雅黑" text-anchor="middle" font-size="13px" width="100px" fill="#323232" font-weight="400" align="middle" lineHeight="125%" anchor="middle" family="微软雅黑" size="13px" weight="400" font-style="" opacity="1" y="9.375" transform="rotate(0)"><tspan id="SvgjsTspan1146" dy="16" x="50"><tspan id="SvgjsTspan1147" style="text-decoration:;">API</tspan></tspan></text></g></g></svg>
|
|
@@ -803,6 +805,21 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
803
805
|
return this.request("GetTaskResultApi", req, cb)
|
|
804
806
|
}
|
|
805
807
|
|
|
808
|
+
/**
|
|
809
|
+
* 查询企业扩展服务的授权详情(列表),当前支持查询以下内容:
|
|
810
|
+
1. 企业自动签(本企业授权、集团企业授权、合作企业授权)
|
|
811
|
+
2. 批量签署能力
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
注: <font color='red'>所在企业的超管、法人才有权限调用此接口</font>(Agent.ProxyOperator.OpenId 需要传递超管或者法人的OpenId)
|
|
815
|
+
*/
|
|
816
|
+
async DescribeExtendedServiceAuthDetail(
|
|
817
|
+
req: DescribeExtendedServiceAuthDetailRequest,
|
|
818
|
+
cb?: (error: string, rep: DescribeExtendedServiceAuthDetailResponse) => void
|
|
819
|
+
): Promise<DescribeExtendedServiceAuthDetailResponse> {
|
|
820
|
+
return this.request("DescribeExtendedServiceAuthDetail", req, cb)
|
|
821
|
+
}
|
|
822
|
+
|
|
806
823
|
/**
|
|
807
824
|
* 创建企业扩展服务授权,当前仅支持授权 “企业自动签” 和 “批量签署” 给企业员工。
|
|
808
825
|
该接口作用和电子签控制台 企业设置-扩展服务-企业自动签署和批量签署授权 两个模块功能相同,可通过该接口授权给企业员工。
|
|
@@ -245,23 +245,17 @@ export interface CancelFlowResponse {
|
|
|
245
245
|
}
|
|
246
246
|
|
|
247
247
|
/**
|
|
248
|
-
*
|
|
248
|
+
* DescribeExtendedServiceAuthDetail返回参数结构体
|
|
249
249
|
*/
|
|
250
|
-
export interface
|
|
251
|
-
/**
|
|
252
|
-
* 执行本接口操作的员工信息。
|
|
253
|
-
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
254
|
-
*/
|
|
255
|
-
Operator: UserInfo
|
|
250
|
+
export interface DescribeExtendedServiceAuthDetailResponse {
|
|
256
251
|
/**
|
|
257
|
-
*
|
|
252
|
+
* 服务授权的信息列表,根据查询类型返回特定扩展服务的授权状况。
|
|
258
253
|
*/
|
|
259
|
-
|
|
254
|
+
AuthInfoDetail?: AuthInfoDetail
|
|
260
255
|
/**
|
|
261
|
-
*
|
|
262
|
-
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
256
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
263
257
|
*/
|
|
264
|
-
|
|
258
|
+
RequestId?: string
|
|
265
259
|
}
|
|
266
260
|
|
|
267
261
|
/**
|
|
@@ -475,6 +469,42 @@ export interface CreateExtendedServiceAuthInfosRequest {
|
|
|
475
469
|
Agent?: Agent
|
|
476
470
|
}
|
|
477
471
|
|
|
472
|
+
/**
|
|
473
|
+
* 企业扩展服务授权列表详情
|
|
474
|
+
*/
|
|
475
|
+
export interface AuthInfoDetail {
|
|
476
|
+
/**
|
|
477
|
+
* 扩展服务类型,和入参一致
|
|
478
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
479
|
+
*/
|
|
480
|
+
Type?: string
|
|
481
|
+
/**
|
|
482
|
+
* 扩展服务名称
|
|
483
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
484
|
+
*/
|
|
485
|
+
Name?: string
|
|
486
|
+
/**
|
|
487
|
+
* 授权员工列表
|
|
488
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
489
|
+
*/
|
|
490
|
+
HasAuthUserList?: Array<HasAuthUser>
|
|
491
|
+
/**
|
|
492
|
+
* 授权企业列表(企业自动签时,该字段有值)
|
|
493
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
494
|
+
*/
|
|
495
|
+
HasAuthOrganizationList?: Array<HasAuthOrganization>
|
|
496
|
+
/**
|
|
497
|
+
* 授权员工列表总数
|
|
498
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
499
|
+
*/
|
|
500
|
+
AuthUserTotal?: number
|
|
501
|
+
/**
|
|
502
|
+
* 授权企业列表总数
|
|
503
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
504
|
+
*/
|
|
505
|
+
AuthOrganizationTotal?: number
|
|
506
|
+
}
|
|
507
|
+
|
|
478
508
|
/**
|
|
479
509
|
* ModifyApplicationCallbackInfo返回参数结构体
|
|
480
510
|
*/
|
|
@@ -2052,18 +2082,36 @@ export interface Permission {
|
|
|
2052
2082
|
}
|
|
2053
2083
|
|
|
2054
2084
|
/**
|
|
2055
|
-
*
|
|
2085
|
+
* DescribeExtendedServiceAuthDetail请求参数结构体
|
|
2056
2086
|
*/
|
|
2057
|
-
export interface
|
|
2087
|
+
export interface DescribeExtendedServiceAuthDetailRequest {
|
|
2058
2088
|
/**
|
|
2059
|
-
*
|
|
2060
|
-
|
|
2089
|
+
* 执行本接口操作的员工信息。
|
|
2090
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
2061
2091
|
*/
|
|
2062
|
-
|
|
2092
|
+
Operator: UserInfo
|
|
2063
2093
|
/**
|
|
2064
|
-
*
|
|
2094
|
+
* 要查询的扩展服务类型。
|
|
2095
|
+
如下所示:
|
|
2096
|
+
<ul><li>OPEN_SERVER_SIGN:企业静默签署</li>
|
|
2097
|
+
<li>BATCH_SIGN:批量签署</li>
|
|
2098
|
+
</ul>
|
|
2099
|
+
|
|
2065
2100
|
*/
|
|
2066
|
-
|
|
2101
|
+
ExtendServiceType?: string
|
|
2102
|
+
/**
|
|
2103
|
+
* 代理企业和员工的信息。
|
|
2104
|
+
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
2105
|
+
*/
|
|
2106
|
+
Agent?: Agent
|
|
2107
|
+
/**
|
|
2108
|
+
* 指定每页返回的数据条数,和Offset参数配合使用。 注:`1.默认值为20,单页做大值为200。`
|
|
2109
|
+
*/
|
|
2110
|
+
Limit?: number
|
|
2111
|
+
/**
|
|
2112
|
+
* 查询结果分页返回,指定从第几页返回数据,和Limit参数配合使用。 注:`1.offset从0开始,即第一页为0。` `2.默认从第一页返回。`
|
|
2113
|
+
*/
|
|
2114
|
+
Offset?: number
|
|
2067
2115
|
}
|
|
2068
2116
|
|
|
2069
2117
|
/**
|
|
@@ -3810,6 +3858,14 @@ export interface FlowCreateApprover {
|
|
|
3810
3858
|
`此参数仅针对文件发起设置生效,模板发起合同签署流程, 请以模板配置为主`
|
|
3811
3859
|
*/
|
|
3812
3860
|
ApproverSignTypes?: Array<number | bigint>
|
|
3861
|
+
/**
|
|
3862
|
+
* 生成H5签署链接时,你可以指定签署方签署合同的认证校验方式的选择模式,可传递一下值:
|
|
3863
|
+
<ul><li>**0**:签署方自行选择,签署方可以从预先指定的认证方式中自由选择;</li>
|
|
3864
|
+
<li>**1**:自动按顺序首位推荐,签署方无需选择,系统会优先推荐使用第一种认证方式。</li></ul>
|
|
3865
|
+
注:
|
|
3866
|
+
`不指定该值时,默认为签署方自行选择。`
|
|
3867
|
+
*/
|
|
3868
|
+
SignTypeSelector?: number
|
|
3813
3869
|
}
|
|
3814
3870
|
|
|
3815
3871
|
/**
|
|
@@ -3834,6 +3890,47 @@ export interface ApproverComponentLimitType {
|
|
|
3834
3890
|
Values: Array<string>
|
|
3835
3891
|
}
|
|
3836
3892
|
|
|
3893
|
+
/**
|
|
3894
|
+
* 授权企业列表(目前仅用于“企业自动签 -> 合作企业授权”)
|
|
3895
|
+
*/
|
|
3896
|
+
export interface HasAuthOrganization {
|
|
3897
|
+
/**
|
|
3898
|
+
* 授权企业id
|
|
3899
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3900
|
+
*/
|
|
3901
|
+
OrganizationId?: string
|
|
3902
|
+
/**
|
|
3903
|
+
* 授权企业名称
|
|
3904
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3905
|
+
*/
|
|
3906
|
+
OrganizationName?: string
|
|
3907
|
+
/**
|
|
3908
|
+
* 被授权企业id
|
|
3909
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3910
|
+
*/
|
|
3911
|
+
AuthorizedOrganizationId?: string
|
|
3912
|
+
/**
|
|
3913
|
+
* 被授权企业名称
|
|
3914
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3915
|
+
*/
|
|
3916
|
+
AuthorizedOrganizationName?: string
|
|
3917
|
+
/**
|
|
3918
|
+
* 授权模板id(仅当授权方式为模板授权时有值)
|
|
3919
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3920
|
+
*/
|
|
3921
|
+
TemplateId?: string
|
|
3922
|
+
/**
|
|
3923
|
+
* 授权模板名称(仅当授权方式为模板授权时有值)
|
|
3924
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3925
|
+
*/
|
|
3926
|
+
TemplateName?: string
|
|
3927
|
+
/**
|
|
3928
|
+
* 授权时间,格式为时间戳,单位s
|
|
3929
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3930
|
+
*/
|
|
3931
|
+
AuthorizeTime?: number
|
|
3932
|
+
}
|
|
3933
|
+
|
|
3837
3934
|
/**
|
|
3838
3935
|
* 参与方填写控件信息
|
|
3839
3936
|
*/
|
|
@@ -4319,6 +4416,21 @@ export interface FlowGroupOptions {
|
|
|
4319
4416
|
OtherApproverNotifyType?: string
|
|
4320
4417
|
}
|
|
4321
4418
|
|
|
4419
|
+
/**
|
|
4420
|
+
* DescribeFlowBriefs返回参数结构体
|
|
4421
|
+
*/
|
|
4422
|
+
export interface DescribeFlowBriefsResponse {
|
|
4423
|
+
/**
|
|
4424
|
+
* 合同流程基础信息列表,包含流程的名称、状态、创建日期等基本信息。
|
|
4425
|
+
注:`与入参 FlowIds 的顺序可能存在不一致的情况。`
|
|
4426
|
+
*/
|
|
4427
|
+
FlowBriefs?: Array<FlowBrief>
|
|
4428
|
+
/**
|
|
4429
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4430
|
+
*/
|
|
4431
|
+
RequestId?: string
|
|
4432
|
+
}
|
|
4433
|
+
|
|
4322
4434
|
/**
|
|
4323
4435
|
* ModifyIntegrationRole请求参数结构体
|
|
4324
4436
|
*/
|
|
@@ -4805,19 +4917,18 @@ WECHAT-微信通知
|
|
|
4805
4917
|
}
|
|
4806
4918
|
|
|
4807
4919
|
/**
|
|
4808
|
-
*
|
|
4920
|
+
* DescribeFlowEvidenceReport请求参数结构体
|
|
4809
4921
|
*/
|
|
4810
|
-
export interface
|
|
4922
|
+
export interface DescribeFlowEvidenceReportRequest {
|
|
4811
4923
|
/**
|
|
4812
|
-
*
|
|
4813
|
-
|
|
4924
|
+
* 执行本接口操作的员工信息。
|
|
4925
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
4814
4926
|
*/
|
|
4815
|
-
|
|
4927
|
+
Operator: UserInfo
|
|
4816
4928
|
/**
|
|
4817
|
-
*
|
|
4818
|
-
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。
|
|
4929
|
+
* 签署报告编号, 由<a href="https://qian.tencent.com/developers/companyApis/certificate/CreateFlowEvidenceReport" target="_blank">提交申请出证报告任务</a>产生
|
|
4819
4930
|
*/
|
|
4820
|
-
|
|
4931
|
+
ReportId: string
|
|
4821
4932
|
/**
|
|
4822
4933
|
* 代理企业和员工的信息。
|
|
4823
4934
|
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
@@ -6684,7 +6795,6 @@ export interface UploadFilesRequest {
|
|
|
6684
6795
|
* 文件对应业务类型,可以选择的类型如下
|
|
6685
6796
|
<ul><li> **TEMPLATE** : 此上传的文件用户生成合同模板,文件类型支持.pdf/.doc/.docx/.html格式,如果非pdf文件需要通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务</a>转换后才能使用</li>
|
|
6686
6797
|
<li> **DOCUMENT** : 此文件用来发起合同流程,文件类型支持.pdf/.doc/.docx/.jpg/.png/.xls.xlsx/.html,如果非pdf文件需要通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务</a>转换后才能使用</li>
|
|
6687
|
-
<li> **DOCUMENT** : 此文件用于合同图片控件的填充,文件类型支持.jpg/.png</li>
|
|
6688
6798
|
<li> **SEAL** : 此文件用于印章的生成,文件类型支持.jpg/.jpeg/.png</li></ul>
|
|
6689
6799
|
*/
|
|
6690
6800
|
BusinessType: string
|
|
@@ -6904,6 +7014,27 @@ export interface CreateMultiFlowSignQRCodeRequest {
|
|
|
6904
7014
|
ApproverComponentLimitTypes?: Array<ApproverComponentLimitType>
|
|
6905
7015
|
}
|
|
6906
7016
|
|
|
7017
|
+
/**
|
|
7018
|
+
* VerifyPdf请求参数结构体
|
|
7019
|
+
*/
|
|
7020
|
+
export interface VerifyPdfRequest {
|
|
7021
|
+
/**
|
|
7022
|
+
* 合同流程ID,为32位字符串。
|
|
7023
|
+
可登录腾讯电子签控制台,在 "合同"->"合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。
|
|
7024
|
+
*/
|
|
7025
|
+
FlowId: string
|
|
7026
|
+
/**
|
|
7027
|
+
* 执行本接口操作的员工信息。
|
|
7028
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。
|
|
7029
|
+
*/
|
|
7030
|
+
Operator?: UserInfo
|
|
7031
|
+
/**
|
|
7032
|
+
* 代理企业和员工的信息。
|
|
7033
|
+
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
7034
|
+
*/
|
|
7035
|
+
Agent?: Agent
|
|
7036
|
+
}
|
|
7037
|
+
|
|
6907
7038
|
/**
|
|
6908
7039
|
* DescribeFlowInfo请求参数结构体
|
|
6909
7040
|
*/
|
|
@@ -7155,6 +7286,14 @@ export interface CreateBatchQuickSignUrlRequest {
|
|
|
7155
7286
|
<li>您可以传递多种值,表示可用多种认证校验方式。</li></ul>
|
|
7156
7287
|
*/
|
|
7157
7288
|
ApproverSignTypes?: Array<number | bigint>
|
|
7289
|
+
/**
|
|
7290
|
+
* 生成H5签署链接时,你可以指定签署方签署合同的认证校验方式的选择模式,可传递一下值:
|
|
7291
|
+
<ul><li>**0**:签署方自行选择,签署方可以从预先指定的认证方式中自由选择;</li>
|
|
7292
|
+
<li>**1**:自动按顺序首位推荐,签署方无需选择,系统会优先推荐使用第一种认证方式。</li></ul>
|
|
7293
|
+
注:
|
|
7294
|
+
`不指定该值时,默认为签署方自行选择。`
|
|
7295
|
+
*/
|
|
7296
|
+
SignTypeSelector?: number
|
|
7158
7297
|
}
|
|
7159
7298
|
|
|
7160
7299
|
/**
|