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
|
@@ -832,6 +832,10 @@ export interface DescribeSparkSessionBatchSQLRequest {
|
|
|
832
832
|
* SparkSQL唯一标识
|
|
833
833
|
*/
|
|
834
834
|
BatchId: string;
|
|
835
|
+
/**
|
|
836
|
+
* 用户自定义主键, 若不为空,则按照该值查询
|
|
837
|
+
*/
|
|
838
|
+
CustomKey?: string;
|
|
835
839
|
}
|
|
836
840
|
/**
|
|
837
841
|
* SmartOptimizerPolicy
|
|
@@ -1323,7 +1327,7 @@ export interface UpdateUserDataEngineConfigRequest {
|
|
|
1323
1327
|
*/
|
|
1324
1328
|
DataEngineId: string;
|
|
1325
1329
|
/**
|
|
1326
|
-
*
|
|
1330
|
+
* 用户自定义引擎配置项集合。该参数需要传用户需要添加的全部配置项,例如,已有配置项k1:v1,添加k2:v2,需要传[k1:v1,k2:v2]。
|
|
1327
1331
|
*/
|
|
1328
1332
|
DataEngineConfigPairs?: Array<DataEngineConfigPair>;
|
|
1329
1333
|
/**
|
|
@@ -1771,6 +1775,10 @@ export interface CancelSparkSessionBatchSQLRequest {
|
|
|
1771
1775
|
* 批任务唯一标识
|
|
1772
1776
|
*/
|
|
1773
1777
|
BatchId: string;
|
|
1778
|
+
/**
|
|
1779
|
+
* 用户自定义主键,若不为空,则使用该值进行查询
|
|
1780
|
+
*/
|
|
1781
|
+
CustomKey?: string;
|
|
1774
1782
|
}
|
|
1775
1783
|
/**
|
|
1776
1784
|
* 任务概览
|
|
@@ -4680,6 +4688,10 @@ export interface DescribeSparkSessionBatchSqlLogRequest {
|
|
|
4680
4688
|
* SparkSQL唯一标识
|
|
4681
4689
|
*/
|
|
4682
4690
|
BatchId: string;
|
|
4691
|
+
/**
|
|
4692
|
+
* 用户自定义主键,若不为空,则按照该值进行查询
|
|
4693
|
+
*/
|
|
4694
|
+
CustomKey?: string;
|
|
4683
4695
|
}
|
|
4684
4696
|
/**
|
|
4685
4697
|
* 同一个用户绑定的工作组集合
|
|
@@ -5842,6 +5854,10 @@ export interface CreateSparkSessionBatchSQLRequest {
|
|
|
5842
5854
|
* 是否继承集群的资源类配置:0:不继承(默认),1:继承集群;
|
|
5843
5855
|
*/
|
|
5844
5856
|
IsInherit?: number;
|
|
5857
|
+
/**
|
|
5858
|
+
* 用户自定义主键,需唯一
|
|
5859
|
+
*/
|
|
5860
|
+
CustomKey?: string;
|
|
5845
5861
|
}
|
|
5846
5862
|
/**
|
|
5847
5863
|
* ListTaskJobLogDetail返回参数结构体
|
|
@@ -37,7 +37,6 @@ export declare class Client extends AbstractClient {
|
|
|
37
37
|
DescribeCustomDnsHostSet(req: DescribeCustomDnsHostSetRequest, cb?: (error: string, rep: DescribeCustomDnsHostSetResponse) => void): Promise<DescribeCustomDnsHostSetResponse>;
|
|
38
38
|
/**
|
|
39
39
|
* 本接口 ( DescribeDomainNameList ) 我的域名列表。
|
|
40
|
-
|
|
41
40
|
*/
|
|
42
41
|
DescribeDomainNameList(req: DescribeDomainNameListRequest, cb?: (error: string, rep: DescribeDomainNameListResponse) => void): Promise<DescribeDomainNameListResponse>;
|
|
43
42
|
/**
|
|
@@ -50,7 +49,6 @@ export declare class Client extends AbstractClient {
|
|
|
50
49
|
CreateDomainBatch(req: CreateDomainBatchRequest, cb?: (error: string, rep: CreateDomainBatchResponse) => void): Promise<CreateDomainBatchResponse>;
|
|
51
50
|
/**
|
|
52
51
|
* 本接口 ( DescribeDomainBaseInfo) 获取域名基本信息。
|
|
53
|
-
|
|
54
52
|
*/
|
|
55
53
|
DescribeDomainBaseInfo(req: DescribeDomainBaseInfoRequest, cb?: (error: string, rep: DescribeDomainBaseInfoResponse) => void): Promise<DescribeDomainBaseInfoResponse>;
|
|
56
54
|
/**
|
|
@@ -71,7 +71,6 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
73
|
* 本接口 ( DescribeDomainNameList ) 我的域名列表。
|
|
74
|
-
|
|
75
74
|
*/
|
|
76
75
|
async DescribeDomainNameList(req, cb) {
|
|
77
76
|
return this.request("DescribeDomainNameList", req, cb);
|
|
@@ -90,7 +89,6 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
90
89
|
}
|
|
91
90
|
/**
|
|
92
91
|
* 本接口 ( DescribeDomainBaseInfo) 获取域名基本信息。
|
|
93
|
-
|
|
94
92
|
*/
|
|
95
93
|
async DescribeDomainBaseInfo(req, cb) {
|
|
96
94
|
return this.request("DescribeDomainBaseInfo", req, cb);
|
|
@@ -284,7 +284,7 @@ export interface CreateDomainBatchResponse {
|
|
|
284
284
|
* 批量日志ID
|
|
285
285
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
286
286
|
*/
|
|
287
|
-
LogId
|
|
287
|
+
LogId?: number;
|
|
288
288
|
/**
|
|
289
289
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
290
290
|
*/
|
|
@@ -298,6 +298,10 @@ export interface DomainBatchDetailSet {
|
|
|
298
298
|
* 详情ID
|
|
299
299
|
*/
|
|
300
300
|
Id: number;
|
|
301
|
+
/**
|
|
302
|
+
* 类型 new: 注册域名 batch_transfer_prohibition_on:开启禁止转移 batch_transfer_prohibition_off:关闭禁止转移 batch_update_prohibition_on:开启禁止更新 batch_update_prohibition_off:关闭禁止更新
|
|
303
|
+
*/
|
|
304
|
+
Action: string;
|
|
301
305
|
/**
|
|
302
306
|
* 域名
|
|
303
307
|
*/
|
|
@@ -322,6 +326,11 @@ export interface DomainBatchDetailSet {
|
|
|
322
326
|
* 更新时间
|
|
323
327
|
*/
|
|
324
328
|
UpdatedOn: string;
|
|
329
|
+
/**
|
|
330
|
+
* 订单号
|
|
331
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
332
|
+
*/
|
|
333
|
+
BigDealId?: string;
|
|
325
334
|
}
|
|
326
335
|
/**
|
|
327
336
|
* SendPhoneEmailCode返回参数结构体
|
|
@@ -353,11 +362,11 @@ export interface DescribeCustomDnsHostSetResponse {
|
|
|
353
362
|
* 自定义DNS Host 列表
|
|
354
363
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
355
364
|
*/
|
|
356
|
-
DnsHostSet
|
|
365
|
+
DnsHostSet?: Array<CustomDnsHost>;
|
|
357
366
|
/**
|
|
358
367
|
* 自定义DNS Host总数
|
|
359
368
|
*/
|
|
360
|
-
TotalCount
|
|
369
|
+
TotalCount?: number;
|
|
361
370
|
/**
|
|
362
371
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
363
372
|
*/
|
|
@@ -666,12 +675,12 @@ export interface DescribeDomainBaseInfoResponse {
|
|
|
666
675
|
/**
|
|
667
676
|
* 域名信息
|
|
668
677
|
*/
|
|
669
|
-
DomainInfo
|
|
678
|
+
DomainInfo?: DomainBaseInfo;
|
|
670
679
|
/**
|
|
671
680
|
* 用户Uin
|
|
672
681
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
673
682
|
*/
|
|
674
|
-
Uin
|
|
683
|
+
Uin?: string;
|
|
675
684
|
/**
|
|
676
685
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
677
686
|
*/
|
|
@@ -1358,11 +1367,11 @@ export interface DescribeDomainNameListResponse {
|
|
|
1358
1367
|
* 域名信息集合
|
|
1359
1368
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1360
1369
|
*/
|
|
1361
|
-
DomainSet
|
|
1370
|
+
DomainSet?: Array<DomainList>;
|
|
1362
1371
|
/**
|
|
1363
1372
|
* 域名总数量
|
|
1364
1373
|
*/
|
|
1365
|
-
TotalCount
|
|
1374
|
+
TotalCount?: number;
|
|
1366
1375
|
/**
|
|
1367
1376
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1368
1377
|
*/
|
|
@@ -1423,12 +1432,12 @@ export interface DescribeBatchOperationLogsResponse {
|
|
|
1423
1432
|
/**
|
|
1424
1433
|
* 总数量
|
|
1425
1434
|
*/
|
|
1426
|
-
TotalCount
|
|
1435
|
+
TotalCount?: number;
|
|
1427
1436
|
/**
|
|
1428
1437
|
* 日志列表
|
|
1429
1438
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1430
1439
|
*/
|
|
1431
|
-
DomainBatchLogSet
|
|
1440
|
+
DomainBatchLogSet?: Array<DomainBatchLogSet>;
|
|
1432
1441
|
/**
|
|
1433
1442
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1434
1443
|
*/
|
|
@@ -1540,12 +1549,12 @@ export interface DescribeBatchOperationLogDetailsResponse {
|
|
|
1540
1549
|
/**
|
|
1541
1550
|
* 总数量。
|
|
1542
1551
|
*/
|
|
1543
|
-
TotalCount
|
|
1552
|
+
TotalCount?: number;
|
|
1544
1553
|
/**
|
|
1545
1554
|
* 日志详情列表。
|
|
1546
1555
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1547
1556
|
*/
|
|
1548
|
-
DomainBatchDetailSet
|
|
1557
|
+
DomainBatchDetailSet?: Array<DomainBatchDetailSet>;
|
|
1549
1558
|
/**
|
|
1550
1559
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1551
1560
|
*/
|
|
@@ -1588,7 +1597,7 @@ export interface CheckBatchStatusResponse {
|
|
|
1588
1597
|
/**
|
|
1589
1598
|
* 批量任务状态集
|
|
1590
1599
|
*/
|
|
1591
|
-
StatusSet
|
|
1600
|
+
StatusSet?: Array<BatchStatus>;
|
|
1592
1601
|
/**
|
|
1593
1602
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1594
1603
|
*/
|
|
@@ -1670,7 +1679,7 @@ export interface ModifyIntlCustomDnsHostResponse {
|
|
|
1670
1679
|
/**
|
|
1671
1680
|
* 任务ID
|
|
1672
1681
|
*/
|
|
1673
|
-
LogId
|
|
1682
|
+
LogId?: number;
|
|
1674
1683
|
/**
|
|
1675
1684
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1676
1685
|
*/
|
|
@@ -1698,4 +1707,16 @@ export interface DomainBatchLogSet {
|
|
|
1698
1707
|
* 提交时间
|
|
1699
1708
|
*/
|
|
1700
1709
|
CreatedOn: string;
|
|
1710
|
+
/**
|
|
1711
|
+
* 批量操作成功个数
|
|
1712
|
+
*/
|
|
1713
|
+
Success?: number;
|
|
1714
|
+
/**
|
|
1715
|
+
* 批量操作处理中个数
|
|
1716
|
+
*/
|
|
1717
|
+
Doing?: number;
|
|
1718
|
+
/**
|
|
1719
|
+
* 批量操作失败个数
|
|
1720
|
+
*/
|
|
1721
|
+
Failed?: number;
|
|
1701
1722
|
}
|
|
@@ -51,7 +51,7 @@ export interface CheckRuleRequest {
|
|
|
51
51
|
*/
|
|
52
52
|
export interface LogFilters {
|
|
53
53
|
/**
|
|
54
|
-
*
|
|
54
|
+
* 过滤字段名称,取值范围如下:region(地域),type(事件类型),source(事件源),status(事件状态)
|
|
55
55
|
*/
|
|
56
56
|
Key: string;
|
|
57
57
|
/**
|
|
@@ -126,7 +126,7 @@ export interface CreateTransformationRequest {
|
|
|
126
126
|
*/
|
|
127
127
|
RuleId: string;
|
|
128
128
|
/**
|
|
129
|
-
*
|
|
129
|
+
* 一个转换规则列表,当前仅限定一个;示例如下:[{"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"}]}}]
|
|
130
130
|
*/
|
|
131
131
|
Transformations: Array<Transformation>;
|
|
132
132
|
}
|
|
@@ -185,11 +185,20 @@ export interface CreateTargetRequest {
|
|
|
185
185
|
*/
|
|
186
186
|
EventBusId: string;
|
|
187
187
|
/**
|
|
188
|
-
*
|
|
188
|
+
* 目标类型;取值范围:scf(云函数)/cls(日志服务)/amp(消息推送)/ckafka(消息推送)/es(大数据elastic-search)
|
|
189
189
|
*/
|
|
190
190
|
Type: string;
|
|
191
191
|
/**
|
|
192
|
-
*
|
|
192
|
+
* 目标描述;scf类型示例:
|
|
193
|
+
{"ResourceDescription":"qcs::scf:ap-guangzhou:uin/2252646423:namespace/default/function/john-test-0326/$LATEST"};
|
|
194
|
+
cls类型示例:
|
|
195
|
+
{"ResourceDescription":"qcs::cls:ap-guangzhou:uin/12323442323:topic/7103f705-6c38-4b64-ac9d-428af0f2e732"}
|
|
196
|
+
ckafka类型示例:
|
|
197
|
+
{"ResourceDescription":"qcs::ckafka:ap-guangzhou:uin/1500000688:ckafkaId/uin/1500000688/ckafka-018q1nwj","CkafkaTargetParams":{"TopicName":"alert","RetryPolicy":{"RetryInterval":60,"MaxRetryAttempts":360}}}
|
|
198
|
+
amp类型-邮件/短信示例:
|
|
199
|
+
{"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"]}]}}
|
|
200
|
+
es类型示例:
|
|
201
|
+
{"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"}}
|
|
193
202
|
*/
|
|
194
203
|
TargetDescription: TargetDescription;
|
|
195
204
|
/**
|
|
@@ -445,7 +454,7 @@ export interface CreateTargetResponse {
|
|
|
445
454
|
/**
|
|
446
455
|
* 目标ID
|
|
447
456
|
*/
|
|
448
|
-
TargetId
|
|
457
|
+
TargetId?: string;
|
|
449
458
|
/**
|
|
450
459
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
451
460
|
*/
|
|
@@ -527,17 +536,17 @@ export interface ListTargetsRequest {
|
|
|
527
536
|
*/
|
|
528
537
|
export interface Transformation {
|
|
529
538
|
/**
|
|
530
|
-
*
|
|
539
|
+
* 描述如何提取数据,{"ExtractionInputPath":"$.data.payload","Format":"JSON"}
|
|
531
540
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
532
541
|
*/
|
|
533
542
|
Extraction?: Extraction;
|
|
534
543
|
/**
|
|
535
|
-
*
|
|
544
|
+
* 描述如何过滤数据;{"Filter":"{\"source\":\"ckafka.cloud.tencent\"}"}
|
|
536
545
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
537
546
|
*/
|
|
538
547
|
EtlFilter?: EtlFilter;
|
|
539
548
|
/**
|
|
540
|
-
*
|
|
549
|
+
* 描述如何数据转换;"OutputStructs":[{"Key":"op","Value":"$.op","ValueType":"JSONPATH"}]
|
|
541
550
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
542
551
|
*/
|
|
543
552
|
Transform?: Transform;
|
|
@@ -685,7 +694,7 @@ export interface ListEventBusesRequest {
|
|
|
685
694
|
*/
|
|
686
695
|
Order?: string;
|
|
687
696
|
/**
|
|
688
|
-
*
|
|
697
|
+
* 过滤字段范围: EventBusName(事件集名称)/EventBusId(事件集Id)/Type(事件集类型:Cloud(云服务);Platform(平台型);Custom(自定义))/TagKey(标签键)。每次请求的Filters的上限为10,Filter.Values的上限为5。[{"Name":"Type","Values":["Cloud","Platform"]}]
|
|
689
698
|
*/
|
|
690
699
|
Filters?: Array<Filter>;
|
|
691
700
|
/**
|
|
@@ -700,7 +709,7 @@ export interface CreateTransformationResponse {
|
|
|
700
709
|
/**
|
|
701
710
|
* 生成的转换器id
|
|
702
711
|
*/
|
|
703
|
-
TransformationId
|
|
712
|
+
TransformationId?: string;
|
|
704
713
|
/**
|
|
705
714
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
706
715
|
*/
|
|
@@ -1073,7 +1082,7 @@ export interface Filter {
|
|
|
1073
1082
|
*/
|
|
1074
1083
|
Values: Array<string>;
|
|
1075
1084
|
/**
|
|
1076
|
-
* 过滤键的名称。
|
|
1085
|
+
* 过滤键的名称。EventBusName(事件集名称)/EventBusId(事件集Id)/Type(事件集类型:Cloud(云服务);Platform(平台型);Custom(自定义))/TagKey(标签键)
|
|
1077
1086
|
*/
|
|
1078
1087
|
Name: string;
|
|
1079
1088
|
}
|
|
@@ -1333,7 +1342,7 @@ export interface DescribeLogTagValueRequest {
|
|
|
1333
1342
|
*/
|
|
1334
1343
|
EventBusId: string;
|
|
1335
1344
|
/**
|
|
1336
|
-
*
|
|
1345
|
+
* 聚合字段,取值范围如下:Source(事件源),RuleIds(命中规则),Subject(实例ID),Region(地域)
|
|
1337
1346
|
*/
|
|
1338
1347
|
GroupField: string;
|
|
1339
1348
|
/**
|
|
@@ -1591,11 +1600,11 @@ export interface SearchLogRequest {
|
|
|
1591
1600
|
*/
|
|
1592
1601
|
Limit: number;
|
|
1593
1602
|
/**
|
|
1594
|
-
*
|
|
1603
|
+
* 事件查询筛选条件;示例如下:[{"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"}]}]
|
|
1595
1604
|
*/
|
|
1596
1605
|
Filter?: Array<LogFilter>;
|
|
1597
1606
|
/**
|
|
1598
|
-
*
|
|
1607
|
+
* 事件查询结果排序,["timestamp","subject"]
|
|
1599
1608
|
*/
|
|
1600
1609
|
OrderFields?: Array<string>;
|
|
1601
1610
|
/**
|
|
@@ -1704,7 +1713,7 @@ export interface PutEventsRequest {
|
|
|
1704
1713
|
*/
|
|
1705
1714
|
export interface TargetDescription {
|
|
1706
1715
|
/**
|
|
1707
|
-
* QCS资源六段式,更多参考 [资源六段式](https://cloud.tencent.com/document/product/598/10606)
|
|
1716
|
+
* 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)]
|
|
1708
1717
|
*/
|
|
1709
1718
|
ResourceDescription: string;
|
|
1710
1719
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribePersonCertificateResponse, CreateSealRequest, ModifyIntegrationDepartmentResponse, CancelFlowResponse,
|
|
3
|
+
import { DescribePersonCertificateResponse, CreateSealRequest, ModifyIntegrationDepartmentResponse, CancelFlowResponse, DescribeExtendedServiceAuthDetailResponse, UpdateIntegrationEmployeesResponse, CreatePreparedPersonalEsignRequest, DescribeIntegrationDepartmentsResponse, DeleteExtendedServiceAuthInfosResponse, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateExtendedServiceAuthInfosRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeThirdPartyAuthCodeResponse, DisableUserAutoSignResponse, CancelUserAutoSignEnableUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationEmployeesRequest, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, DeleteSealPoliciesRequest, CreateFlowGroupByTemplatesResponse, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateReleaseFlowResponse, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DescribeExtendedServiceAuthDetailRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, DeleteSealPoliciesResponse, DescribeUserAutoSignStatusResponse, CreateUserAutoSignSealUrlResponse, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, UnbindEmployeeUserIdWithClientOpenIdRequest, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreateUserAutoSignSealUrlRequest, CreateFlowApproversRequest, ModifyIntegrationRoleResponse, CreateFlowEvidenceReportResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, CreateIntegrationDepartmentRequest, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, DescribeOrganizationSealsResponse, CreateEmbedWebUrlRequest, DeleteIntegrationEmployeesRequest, GetTaskResultApiRequest, DescribeFlowBriefsResponse, ModifyIntegrationRoleRequest, CreateFlowGroupByFilesResponse, CreateIntegrationEmployeesResponse, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateReleaseFlowRequest, CreateIntegrationUserRolesRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeFlowEvidenceReportRequest, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, CreateUserAutoSignEnableUrlRequest, CreateOrganizationBatchSignUrlResponse, CancelUserAutoSignEnableUrlRequest, CreateExtendedServiceAuthInfosResponse, CreateWebThemeConfigRequest, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, GetTaskResultApiResponse, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, ModifyApplicationCallbackInfoRequest, StartFlowRequest, CreateSealResponse, CreatePrepareFlowRequest, CreateEmbedWebUrlResponse, CreateSealPolicyRequest, DescribeOrganizationSealsRequest, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, DescribeIntegrationRolesResponse, CreateBatchSignUrlRequest, CreateFlowRemindsRequest, UpdateIntegrationEmployeesRequest, DescribeFlowBriefsRequest, CreateFlowGroupByTemplatesRequest, DescribeBillUsageDetailResponse, CreateUserAutoSignEnableUrlResponse, VerifyPdfResponse, DescribeBillUsageDetailRequest, DescribeFlowTemplatesResponse, UploadFilesRequest, DescribePersonCertificateRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, VerifyPdfRequest, DescribeFlowInfoRequest, DeleteExtendedServiceAuthInfosRequest, DescribeIntegrationDepartmentsRequest, DescribeFlowInfoResponse, CancelMultiFlowSignQRCodeResponse, CreateFlowResponse, DescribeUserAutoSignStatusRequest, CreateBatchQuickSignUrlRequest, CreateOrganizationInfoChangeUrlRequest, DescribeOrganizationGroupOrganizationsResponse, DescribeExtendedServiceAuthInfosResponse } from "./ess_models";
|
|
4
4
|
/**
|
|
5
5
|
* ess client
|
|
6
6
|
* @class
|
|
@@ -179,9 +179,7 @@ export declare class Client extends AbstractClient {
|
|
|
179
179
|
CreatePrepareFlow(req: CreatePrepareFlowRequest, cb?: (error: string, rep: CreatePrepareFlowResponse) => void): Promise<CreatePrepareFlowResponse>;
|
|
180
180
|
/**
|
|
181
181
|
* 创建签署流程电子文档<br />
|
|
182
|
-
|
|
183
|
-
点击查看<a href="https://qian.tencent.com/developers/startFlows/CreateFlow" target="_blank">通过模板创建签署流程</a>
|
|
184
|
-
<a href="https://qian.tencent.com/developers/startFlows/CreateFlowByFiles" target="_blank">用PDF文件创建签署流程</a>。<br />
|
|
182
|
+
|
|
185
183
|
注:该接口需要给对应的流程指定一个模板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>接口使用。具体逻辑可以参考下图:
|
|
186
184
|
|
|
187
185
|
<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>
|
|
@@ -343,6 +341,15 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
343
341
|
1. `大文件转换所需的时间可能会比较长`
|
|
344
342
|
*/
|
|
345
343
|
GetTaskResultApi(req: GetTaskResultApiRequest, cb?: (error: string, rep: GetTaskResultApiResponse) => void): Promise<GetTaskResultApiResponse>;
|
|
344
|
+
/**
|
|
345
|
+
* 查询企业扩展服务的授权详情(列表),当前支持查询以下内容:
|
|
346
|
+
1. 企业自动签(本企业授权、集团企业授权、合作企业授权)
|
|
347
|
+
2. 批量签署能力
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
注: <font color='red'>所在企业的超管、法人才有权限调用此接口</font>(Agent.ProxyOperator.OpenId 需要传递超管或者法人的OpenId)
|
|
351
|
+
*/
|
|
352
|
+
DescribeExtendedServiceAuthDetail(req: DescribeExtendedServiceAuthDetailRequest, cb?: (error: string, rep: DescribeExtendedServiceAuthDetailResponse) => void): Promise<DescribeExtendedServiceAuthDetailResponse>;
|
|
346
353
|
/**
|
|
347
354
|
* 创建企业扩展服务授权,当前仅支持授权 “企业自动签” 和 “批量签署” 给企业员工。
|
|
348
355
|
该接口作用和电子签控制台 企业设置-扩展服务-企业自动签署和批量签署授权 两个模块功能相同,可通过该接口授权给企业员工。
|
|
@@ -245,9 +245,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
245
245
|
}
|
|
246
246
|
/**
|
|
247
247
|
* 创建签署流程电子文档<br />
|
|
248
|
-
|
|
249
|
-
点击查看<a href="https://qian.tencent.com/developers/startFlows/CreateFlow" target="_blank">通过模板创建签署流程</a>
|
|
250
|
-
<a href="https://qian.tencent.com/developers/startFlows/CreateFlowByFiles" target="_blank">用PDF文件创建签署流程</a>。<br />
|
|
248
|
+
|
|
251
249
|
注:该接口需要给对应的流程指定一个模板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>接口使用。具体逻辑可以参考下图:
|
|
252
250
|
|
|
253
251
|
<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>
|
|
@@ -441,6 +439,17 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
441
439
|
async GetTaskResultApi(req, cb) {
|
|
442
440
|
return this.request("GetTaskResultApi", req, cb);
|
|
443
441
|
}
|
|
442
|
+
/**
|
|
443
|
+
* 查询企业扩展服务的授权详情(列表),当前支持查询以下内容:
|
|
444
|
+
1. 企业自动签(本企业授权、集团企业授权、合作企业授权)
|
|
445
|
+
2. 批量签署能力
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
注: <font color='red'>所在企业的超管、法人才有权限调用此接口</font>(Agent.ProxyOperator.OpenId 需要传递超管或者法人的OpenId)
|
|
449
|
+
*/
|
|
450
|
+
async DescribeExtendedServiceAuthDetail(req, cb) {
|
|
451
|
+
return this.request("DescribeExtendedServiceAuthDetail", req, cb);
|
|
452
|
+
}
|
|
444
453
|
/**
|
|
445
454
|
* 创建企业扩展服务授权,当前仅支持授权 “企业自动签” 和 “批量签署” 给企业员工。
|
|
446
455
|
该接口作用和电子签控制台 企业设置-扩展服务-企业自动签署和批量签署授权 两个模块功能相同,可通过该接口授权给企业员工。
|