tencentcloud-sdk-nodejs 4.0.836 → 4.0.837
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 +25 -0
- package/SERVICE_CHANGELOG.md +567 -143
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +3 -4
- package/src/services/cfs/v20190719/cfs_models.ts +2 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +15 -15
- package/src/services/cls/v20201016/cls_models.ts +19 -3
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +42 -0
- package/src/services/dnspod/v20210323/dnspod_client.ts +8 -3
- package/src/services/domain/v20180808/domain_models.ts +16 -0
- package/src/services/dsgc/v20190723/dsgc_client.ts +2 -0
- package/src/services/dsgc/v20190723/dsgc_models.ts +53 -9
- package/src/services/eb/v20210416/eb_client.ts +1 -0
- package/src/services/eb/v20210416/eb_models.ts +30 -0
- package/src/services/emr/v20190103/emr_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +15 -0
- package/src/services/ess/v20201111/ess_models.ts +125 -0
- package/src/services/facefusion/v20220927/facefusion_models.ts +1 -1
- package/src/services/gaap/v20180529/gaap_models.ts +53 -40
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +100 -15
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +419 -124
- package/src/services/lcic/v20220817/lcic_models.ts +5 -6
- package/src/services/organization/v20210331/organization_client.ts +183 -36
- package/src/services/organization/v20210331/organization_models.ts +598 -52
- package/src/services/tke/v20180525/tke_models.ts +5 -0
- package/src/services/trocket/v20230308/trocket_client.ts +1 -13
- package/src/services/trocket/v20230308/trocket_models.ts +16 -36
- package/src/services/tse/v20201207/tse_models.ts +6 -0
- package/src/services/vod/v20180717/vod_models.ts +10 -10
- package/src/services/wedata/v20210820/wedata_client.ts +388 -1533
- package/src/services/wedata/v20210820/wedata_models.ts +10515 -18122
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +3 -4
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +2 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +15 -15
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +19 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +42 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +6 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +6 -1
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +16 -0
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +51 -9
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +29 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +120 -0
- package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +1 -1
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +53 -40
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +31 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +45 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +404 -124
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +5 -6
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +59 -11
- package/tencentcloud/services/organization/v20210331/organization_client.js +87 -15
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +571 -52
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +1 -5
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +0 -6
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +16 -34
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +6 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +10 -10
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +109 -494
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +149 -708
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +8892 -16261
- package/test/ess.v20201111.test.js +10 -0
- package/test/iotexplorer.v20190423.test.js +72 -2
- package/test/organization.v20210331.test.js +130 -10
- package/test/trocket.v20230308.test.js +0 -10
- package/test/wedata.v20210820.test.js +96 -966
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.837";
|
|
@@ -383,7 +383,7 @@ export interface FileSystemInfo {
|
|
|
383
383
|
*/
|
|
384
384
|
SizeByte?: number;
|
|
385
385
|
/**
|
|
386
|
-
*
|
|
386
|
+
* 文件系统空间限制。单位:GiB
|
|
387
387
|
*/
|
|
388
388
|
SizeLimit?: number;
|
|
389
389
|
/**
|
|
@@ -435,7 +435,7 @@ export interface FileSystemInfo {
|
|
|
435
435
|
*/
|
|
436
436
|
BandwidthLimit?: number;
|
|
437
437
|
/**
|
|
438
|
-
*
|
|
438
|
+
* 文件系统容量规格上限
|
|
439
439
|
单位:GiB
|
|
440
440
|
*/
|
|
441
441
|
Capacity?: number;
|
|
@@ -5,69 +5,69 @@ export interface TopicDetail {
|
|
|
5
5
|
/**
|
|
6
6
|
* 主题名称
|
|
7
7
|
*/
|
|
8
|
-
TopicName
|
|
8
|
+
TopicName?: string;
|
|
9
9
|
/**
|
|
10
10
|
* 主题ID
|
|
11
11
|
*/
|
|
12
|
-
TopicId
|
|
12
|
+
TopicId?: string;
|
|
13
13
|
/**
|
|
14
14
|
* 分区数
|
|
15
15
|
*/
|
|
16
|
-
PartitionNum
|
|
16
|
+
PartitionNum?: number;
|
|
17
17
|
/**
|
|
18
18
|
* 副本数
|
|
19
19
|
*/
|
|
20
|
-
ReplicaNum
|
|
20
|
+
ReplicaNum?: number;
|
|
21
21
|
/**
|
|
22
22
|
* 备注
|
|
23
23
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
24
24
|
*/
|
|
25
|
-
Note
|
|
25
|
+
Note?: string;
|
|
26
26
|
/**
|
|
27
27
|
* 创建时间
|
|
28
28
|
*/
|
|
29
|
-
CreateTime
|
|
29
|
+
CreateTime?: number;
|
|
30
30
|
/**
|
|
31
31
|
* 是否开启ip鉴权白名单,true表示开启,false表示不开启
|
|
32
32
|
*/
|
|
33
|
-
EnableWhiteList
|
|
33
|
+
EnableWhiteList?: boolean;
|
|
34
34
|
/**
|
|
35
35
|
* ip白名单中ip个数
|
|
36
36
|
*/
|
|
37
|
-
IpWhiteListCount
|
|
37
|
+
IpWhiteListCount?: number;
|
|
38
38
|
/**
|
|
39
39
|
* 数据备份cos bucket: 转存到cos 的bucket地址
|
|
40
40
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
41
41
|
*/
|
|
42
|
-
ForwardCosBucket
|
|
42
|
+
ForwardCosBucket?: string;
|
|
43
43
|
/**
|
|
44
44
|
* 数据备份cos 状态: 1 不开启数据备份,0 开启数据备份
|
|
45
45
|
*/
|
|
46
|
-
ForwardStatus
|
|
46
|
+
ForwardStatus?: number;
|
|
47
47
|
/**
|
|
48
48
|
* 数据备份到cos的周期频率
|
|
49
49
|
*/
|
|
50
|
-
ForwardInterval
|
|
50
|
+
ForwardInterval?: number;
|
|
51
51
|
/**
|
|
52
52
|
* 高级配置
|
|
53
53
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
54
54
|
*/
|
|
55
|
-
Config
|
|
55
|
+
Config?: Config;
|
|
56
56
|
/**
|
|
57
57
|
* 消息保留时间配置(用于动态配置变更记录)
|
|
58
58
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
59
59
|
*/
|
|
60
|
-
RetentionTimeConfig
|
|
60
|
+
RetentionTimeConfig?: TopicRetentionTimeConfigRsp;
|
|
61
61
|
/**
|
|
62
62
|
* 0:正常,1:已删除,2:删除中
|
|
63
63
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
64
64
|
*/
|
|
65
|
-
Status
|
|
65
|
+
Status?: number;
|
|
66
66
|
/**
|
|
67
67
|
* 标签列表
|
|
68
68
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
69
69
|
*/
|
|
70
|
-
Tags
|
|
70
|
+
Tags?: Array<Tag>;
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
73
|
* DeleteAcl请求参数结构体
|
|
@@ -1102,11 +1102,27 @@ export interface DescribeScheduledSqlInfoResponse {
|
|
|
1102
1102
|
*/
|
|
1103
1103
|
export interface CallBackInfo {
|
|
1104
1104
|
/**
|
|
1105
|
-
* 回调时的Body
|
|
1105
|
+
* 回调时的Body。
|
|
1106
|
+
可将各类告警变量放在请求内容中,详见[帮助文档](https://cloud.tencent.com/document/product/614/74718)。
|
|
1107
|
+
如下示例:
|
|
1108
|
+
|
|
1109
|
+
```
|
|
1110
|
+
{
|
|
1111
|
+
"TopicId": "{{ .QueryLog[0][0].topicId }}",
|
|
1112
|
+
"key": "{{.Alarm}}",
|
|
1113
|
+
"time": "{{ .QueryLog[0][0].time }}",
|
|
1114
|
+
"log": "{{ .QueryLog[0][0].content.__CONTENT__ }}",
|
|
1115
|
+
"namespace": "{{ .QueryLog[0][0].content.__TAG__.namespace }}"
|
|
1116
|
+
}
|
|
1117
|
+
```
|
|
1106
1118
|
*/
|
|
1107
1119
|
Body: string;
|
|
1108
1120
|
/**
|
|
1109
|
-
* 回调时的
|
|
1121
|
+
* 回调时的HTTP请求头部字段。
|
|
1122
|
+
例如:下面请求头部字段来告知服务器请求主体的内容类型为JSON。
|
|
1123
|
+
```
|
|
1124
|
+
"Content-Type: application/json"
|
|
1125
|
+
```
|
|
1110
1126
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1111
1127
|
*/
|
|
1112
1128
|
Headers?: Array<string>;
|
|
@@ -2989,7 +3005,7 @@ export interface CreateDeliverCloudFunctionRequest {
|
|
|
2989
3005
|
*/
|
|
2990
3006
|
TopicId: string;
|
|
2991
3007
|
/**
|
|
2992
|
-
*
|
|
3008
|
+
* 投递的云函数名字。仅支持[事件函数](https://cloud.tencent.com/document/product/583/9694#scf-.E4.BA.8B.E4.BB.B6.E5.87.BD.E6.95.B0) ([函数类型选型](https://cloud.tencent.com/document/product/583/73483))
|
|
2993
3009
|
*/
|
|
2994
3010
|
FunctionName: string;
|
|
2995
3011
|
/**
|
|
@@ -1227,6 +1227,48 @@ export interface SlowQueriesItem {
|
|
|
1227
1227
|
* sql语句md5
|
|
1228
1228
|
*/
|
|
1229
1229
|
SqlMd5?: string;
|
|
1230
|
+
/**
|
|
1231
|
+
* 远程读取次数
|
|
1232
|
+
数据库内核版本大于3.1.12
|
|
1233
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1234
|
+
*/
|
|
1235
|
+
SyncReadCountRemote?: number;
|
|
1236
|
+
/**
|
|
1237
|
+
* 远程读取的字节数
|
|
1238
|
+
数据库内核版本大于3.1.12
|
|
1239
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1240
|
+
*/
|
|
1241
|
+
SyncReadBytesRemote?: number;
|
|
1242
|
+
/**
|
|
1243
|
+
* 远程读取所花费的时间(微秒)
|
|
1244
|
+
数据库内核版本大于3.1.12
|
|
1245
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1246
|
+
*/
|
|
1247
|
+
SyncReadTimeRemote?: number;
|
|
1248
|
+
/**
|
|
1249
|
+
* 远程写入次数
|
|
1250
|
+
数据库内核版本大于3.1.12
|
|
1251
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1252
|
+
*/
|
|
1253
|
+
SyncWriteCountRemote?: number;
|
|
1254
|
+
/**
|
|
1255
|
+
* 远程写入的字节数。
|
|
1256
|
+
数据库内核版本大于3.1.12
|
|
1257
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1258
|
+
*/
|
|
1259
|
+
SyncWriteBytesRemote?: number;
|
|
1260
|
+
/**
|
|
1261
|
+
* 远程写入所花费的时间(微秒)。
|
|
1262
|
+
数据库内核版本大于3.1.12
|
|
1263
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1264
|
+
*/
|
|
1265
|
+
SyncWriteTimeRemote?: number;
|
|
1266
|
+
/**
|
|
1267
|
+
* 事务提交延迟(微秒)
|
|
1268
|
+
数据库内核版本大于3.1.12
|
|
1269
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1270
|
+
*/
|
|
1271
|
+
TrxCommitDelay?: number;
|
|
1230
1272
|
}
|
|
1231
1273
|
/**
|
|
1232
1274
|
* 数据库代理组详细信息
|
|
@@ -9,7 +9,9 @@ export declare class Client extends AbstractClient {
|
|
|
9
9
|
constructor(clientConfig: ClientConfig);
|
|
10
10
|
/**
|
|
11
11
|
* 获取某个域名下的解析记录列表
|
|
12
|
-
|
|
12
|
+
备注:
|
|
13
|
+
1. 新添加的解析记录存在短暂的索引延迟,如果查询不到新增记录,请在 30 秒后重试
|
|
14
|
+
2. API获取的记录总条数会比控制台多2条,原因是: 为了防止用户误操作导致解析服务不可用,对2021-10-29 14:24:26之后添加的域名,在控制台都不显示这2条NS记录。
|
|
13
15
|
*/
|
|
14
16
|
DescribeRecordList(req: DescribeRecordListRequest, cb?: (error: string, rep: DescribeRecordListResponse) => void): Promise<DescribeRecordListResponse>;
|
|
15
17
|
/**
|
|
@@ -114,6 +116,9 @@ export declare class Client extends AbstractClient {
|
|
|
114
116
|
CreateDeal(req: CreateDealRequest, cb?: (error: string, rep: CreateDealResponse) => void): Promise<CreateDealResponse>;
|
|
115
117
|
/**
|
|
116
118
|
* 获取某个域名下的解析记录列表
|
|
119
|
+
备注:
|
|
120
|
+
1. 新添加的解析记录存在短暂的索引延迟,如果查询不到新增记录,请在 30 秒后重试
|
|
121
|
+
2. API获取的记录总条数会比控制台多2条,原因是: 为了防止用户误操作导致解析服务不可用,对2021-10-29 14:24:26之后添加的域名,在控制台都不显示这2条NS记录。
|
|
117
122
|
*/
|
|
118
123
|
DescribeRecordFilterList(req: DescribeRecordFilterListRequest, cb?: (error: string, rep: DescribeRecordFilterListResponse) => void): Promise<DescribeRecordFilterListResponse>;
|
|
119
124
|
/**
|
|
@@ -29,7 +29,9 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
31
|
* 获取某个域名下的解析记录列表
|
|
32
|
-
|
|
32
|
+
备注:
|
|
33
|
+
1. 新添加的解析记录存在短暂的索引延迟,如果查询不到新增记录,请在 30 秒后重试
|
|
34
|
+
2. API获取的记录总条数会比控制台多2条,原因是: 为了防止用户误操作导致解析服务不可用,对2021-10-29 14:24:26之后添加的域名,在控制台都不显示这2条NS记录。
|
|
33
35
|
*/
|
|
34
36
|
async DescribeRecordList(req, cb) {
|
|
35
37
|
return this.request("DescribeRecordList", req, cb);
|
|
@@ -186,6 +188,9 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
186
188
|
}
|
|
187
189
|
/**
|
|
188
190
|
* 获取某个域名下的解析记录列表
|
|
191
|
+
备注:
|
|
192
|
+
1. 新添加的解析记录存在短暂的索引延迟,如果查询不到新增记录,请在 30 秒后重试
|
|
193
|
+
2. API获取的记录总条数会比控制台多2条,原因是: 为了防止用户误操作导致解析服务不可用,对2021-10-29 14:24:26之后添加的域名,在控制台都不显示这2条NS记录。
|
|
189
194
|
*/
|
|
190
195
|
async DescribeRecordFilterList(req, cb) {
|
|
191
196
|
return this.request("DescribeRecordFilterList", req, cb);
|
|
@@ -1568,6 +1568,22 @@ export interface DescribeReservedBidInfoResponse {
|
|
|
1568
1568
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1569
1569
|
*/
|
|
1570
1570
|
BidList?: Array<ReserveBidInfo>;
|
|
1571
|
+
/**
|
|
1572
|
+
* 竞价结束时间
|
|
1573
|
+
*/
|
|
1574
|
+
BidEndTime?: string;
|
|
1575
|
+
/**
|
|
1576
|
+
* 是否领先
|
|
1577
|
+
*/
|
|
1578
|
+
IsUp?: boolean;
|
|
1579
|
+
/**
|
|
1580
|
+
* 下次出价金额
|
|
1581
|
+
*/
|
|
1582
|
+
NextPrice?: number;
|
|
1583
|
+
/**
|
|
1584
|
+
* 状态:1. 等待竞价 2.竞价中 3.竞价结束
|
|
1585
|
+
*/
|
|
1586
|
+
Status?: number;
|
|
1571
1587
|
/**
|
|
1572
1588
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1573
1589
|
*/
|
|
@@ -425,6 +425,19 @@ export interface DescribeDSPADiscoveryServiceStatusResponse {
|
|
|
425
425
|
*/
|
|
426
426
|
RequestId?: string;
|
|
427
427
|
}
|
|
428
|
+
/**
|
|
429
|
+
* 云数据库资源项
|
|
430
|
+
*/
|
|
431
|
+
export interface CloudResourceItem {
|
|
432
|
+
/**
|
|
433
|
+
* 资源所处地域。
|
|
434
|
+
*/
|
|
435
|
+
Region: string;
|
|
436
|
+
/**
|
|
437
|
+
* 云上资源列表。
|
|
438
|
+
*/
|
|
439
|
+
Items: Array<DspaCloudResourceMeta>;
|
|
440
|
+
}
|
|
428
441
|
/**
|
|
429
442
|
* DescribeRuleDetail返回参数结构体
|
|
430
443
|
*/
|
|
@@ -4031,20 +4044,28 @@ export interface CreateDSPADbMetaResourcesRequest {
|
|
|
4031
4044
|
MetaType: string;
|
|
4032
4045
|
/**
|
|
4033
4046
|
* 资源所处地域。
|
|
4047
|
+
* @deprecated
|
|
4034
4048
|
*/
|
|
4035
|
-
ResourceRegion
|
|
4049
|
+
ResourceRegion?: string;
|
|
4036
4050
|
/**
|
|
4037
4051
|
* 用来标记本次更新是否已经是最后一次,可选值:continue(后续还需要更新)、finished(本次是最后一次更新)。
|
|
4052
|
+
* @deprecated
|
|
4038
4053
|
*/
|
|
4039
|
-
UpdateStatus
|
|
4054
|
+
UpdateStatus?: string;
|
|
4040
4055
|
/**
|
|
4041
4056
|
* 本次更新的ID号,用来标记一次完整的更新过程。
|
|
4057
|
+
* @deprecated
|
|
4042
4058
|
*/
|
|
4043
|
-
UpdateId
|
|
4059
|
+
UpdateId?: string;
|
|
4044
4060
|
/**
|
|
4045
4061
|
* 云上资源列表。
|
|
4062
|
+
* @deprecated
|
|
4046
4063
|
*/
|
|
4047
|
-
Items
|
|
4064
|
+
Items?: Array<DspaCloudResourceMeta>;
|
|
4065
|
+
/**
|
|
4066
|
+
* 必填,云数据库资源列表。
|
|
4067
|
+
*/
|
|
4068
|
+
CloudResourceItems?: Array<CloudResourceItem>;
|
|
4048
4069
|
}
|
|
4049
4070
|
/**
|
|
4050
4071
|
* ModifyDSPACOSDiscoveryTask请求参数结构体
|
|
@@ -4140,6 +4161,7 @@ export interface DescribeDSPAComplianceGroupDetailRequest {
|
|
|
4140
4161
|
export interface CreateDSPADbMetaResourcesResponse {
|
|
4141
4162
|
/**
|
|
4142
4163
|
* 本次更新的ID号,用来标记一次完整的更新过程。
|
|
4164
|
+
* @deprecated
|
|
4143
4165
|
*/
|
|
4144
4166
|
UpdateId?: string;
|
|
4145
4167
|
/**
|
|
@@ -4152,6 +4174,7 @@ export interface CreateDSPADbMetaResourcesResponse {
|
|
|
4152
4174
|
DspaId?: string;
|
|
4153
4175
|
/**
|
|
4154
4176
|
* 资源所处地域。
|
|
4177
|
+
* @deprecated
|
|
4155
4178
|
*/
|
|
4156
4179
|
ResourceRegion?: string;
|
|
4157
4180
|
/**
|
|
@@ -5544,18 +5567,24 @@ export interface ModifyDSPAESTaskResultResponse {
|
|
|
5544
5567
|
* CreateDSPACosMetaResources请求参数结构体
|
|
5545
5568
|
*/
|
|
5546
5569
|
export interface CreateDSPACosMetaResourcesRequest {
|
|
5547
|
-
/**
|
|
5548
|
-
* 资源所处地域。
|
|
5549
|
-
*/
|
|
5550
|
-
ResourceRegion: string;
|
|
5551
5570
|
/**
|
|
5552
5571
|
* DSPA实例ID。
|
|
5553
5572
|
*/
|
|
5554
5573
|
DspaId: string;
|
|
5574
|
+
/**
|
|
5575
|
+
* 资源所处地域。
|
|
5576
|
+
* @deprecated
|
|
5577
|
+
*/
|
|
5578
|
+
ResourceRegion?: string;
|
|
5555
5579
|
/**
|
|
5556
5580
|
* COS桶列表
|
|
5581
|
+
* @deprecated
|
|
5557
5582
|
*/
|
|
5558
|
-
Buckets
|
|
5583
|
+
Buckets?: Array<string>;
|
|
5584
|
+
/**
|
|
5585
|
+
* 必填,COS资源列表
|
|
5586
|
+
*/
|
|
5587
|
+
CosBucketItems?: Array<CosBucketItem>;
|
|
5559
5588
|
}
|
|
5560
5589
|
/**
|
|
5561
5590
|
* DescribeDSPAAssessmentRiskSideList请求参数结构体
|
|
@@ -8051,6 +8080,19 @@ export interface ListDSPACosMetaResourcesResponse {
|
|
|
8051
8080
|
*/
|
|
8052
8081
|
RequestId?: string;
|
|
8053
8082
|
}
|
|
8083
|
+
/**
|
|
8084
|
+
* cos桶资源项
|
|
8085
|
+
*/
|
|
8086
|
+
export interface CosBucketItem {
|
|
8087
|
+
/**
|
|
8088
|
+
* 资源所处地域。
|
|
8089
|
+
*/
|
|
8090
|
+
Region: string;
|
|
8091
|
+
/**
|
|
8092
|
+
* COS桶列表。
|
|
8093
|
+
*/
|
|
8094
|
+
Buckets: Array<string>;
|
|
8095
|
+
}
|
|
8054
8096
|
/**
|
|
8055
8097
|
* cos批量操作返回结果结构体
|
|
8056
8098
|
*/
|
|
@@ -346,6 +346,19 @@ export interface OutputStructParam {
|
|
|
346
346
|
*/
|
|
347
347
|
ValueType: string;
|
|
348
348
|
}
|
|
349
|
+
/**
|
|
350
|
+
* 事件总线资源标签
|
|
351
|
+
*/
|
|
352
|
+
export interface Tag {
|
|
353
|
+
/**
|
|
354
|
+
* 标签名称
|
|
355
|
+
*/
|
|
356
|
+
Key: string;
|
|
357
|
+
/**
|
|
358
|
+
* 标签值
|
|
359
|
+
*/
|
|
360
|
+
Value: string;
|
|
361
|
+
}
|
|
349
362
|
/**
|
|
350
363
|
* GetRule请求参数结构体
|
|
351
364
|
*/
|
|
@@ -785,6 +798,22 @@ export interface Event {
|
|
|
785
798
|
time.Now().UnixNano()/1e6
|
|
786
799
|
*/
|
|
787
800
|
Time?: number;
|
|
801
|
+
/**
|
|
802
|
+
* 事件的地域信息,没有则默认是EB所在的地域信息
|
|
803
|
+
*/
|
|
804
|
+
Region?: string;
|
|
805
|
+
/**
|
|
806
|
+
* 用于描述事件状态,非必须,默认是""
|
|
807
|
+
*/
|
|
808
|
+
Status?: string;
|
|
809
|
+
/**
|
|
810
|
+
* 事件的唯一id,用户侧主动上传则需要保证风格一致
|
|
811
|
+
*/
|
|
812
|
+
Id?: string;
|
|
813
|
+
/**
|
|
814
|
+
* 标签列表
|
|
815
|
+
*/
|
|
816
|
+
TagList?: Array<Tag>;
|
|
788
817
|
}
|
|
789
818
|
/**
|
|
790
819
|
* UpdateTarget请求参数结构体
|
|
@@ -3098,7 +3098,7 @@ export interface DescribeYarnApplicationsRequest {
|
|
|
3098
3098
|
*/
|
|
3099
3099
|
EndTime: number;
|
|
3100
3100
|
/**
|
|
3101
|
-
*
|
|
3101
|
+
* 分页偏移量,Offset=0表示第一页;如果limit=100,Offset=1,则表示第二页,数据第101条开始查询,返回100条数据;如果limit=100,Offset=2,则表示第三页,数据第201条开始查询,返回100条数据。依次类推
|
|
3102
3102
|
*/
|
|
3103
3103
|
Offset: number;
|
|
3104
3104
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribePersonCertificateResponse, DescribeCancelFlowsTaskResponse, CreateSealRequest, CancelFlowResponse, DescribeExtendedServiceAuthDetailResponse, UpdateIntegrationEmployeesResponse, CreatePreparedPersonalEsignRequest, DescribeIntegrationDepartmentsResponse, DeleteExtendedServiceAuthInfosResponse, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateExtendedServiceAuthInfosRequest, CancelUserAutoSignEnableUrlRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeThirdPartyAuthCodeResponse, DisableUserAutoSignResponse, ModifyExtendedServiceRequest, CancelUserAutoSignEnableUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationEmployeesRequest, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateOrganizationAuthUrlRequest, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateFlowGroupSignReviewResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, DescribeSignFaceVideoRequest, DeleteSealPoliciesRequest, CreateFlowGroupByTemplatesResponse, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateBatchOrganizationRegistrationTasksResponse, CreateReleaseFlowResponse, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DescribeExtendedServiceAuthDetailRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, DeleteSealPoliciesResponse, DescribeUserAutoSignStatusResponse, CreateUserAutoSignSealUrlResponse, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, UnbindEmployeeUserIdWithClientOpenIdRequest, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreateUserAutoSignSealUrlRequest, ModifyFlowDeadlineRequest, CreateFlowApproversRequest, ModifyFlowDeadlineResponse, CreateFlowEvidenceReportResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, CreateIntegrationDepartmentRequest, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, DescribeOrganizationSealsResponse, CreateEmbedWebUrlRequest, DeleteIntegrationEmployeesRequest, GetTaskResultApiRequest, DescribeFlowBriefsResponse, ModifyIntegrationRoleRequest, CreateFlowGroupByFilesResponse, CreateIntegrationEmployeesResponse, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateReleaseFlowRequest, CreateIntegrationUserRolesRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeFlowEvidenceReportRequest, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, RenewAutoSignLicenseRequest, CreateUserAutoSignEnableUrlRequest, CreateOrganizationBatchSignUrlResponse, CreateBatchOrganizationRegistrationTasksRequest, CreateExtendedServiceAuthInfosResponse, CreateWebThemeConfigRequest, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, ModifyIntegrationDepartmentResponse, GetTaskResultApiResponse, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, ModifyApplicationCallbackInfoRequest, StartFlowRequest, CreateSealResponse, CreatePrepareFlowRequest, DescribeCancelFlowsTaskRequest, CreateEmbedWebUrlResponse, ModifyExtendedServiceResponse, CreateFlowGroupByTemplatesRequest, DescribeOrganizationSealsRequest, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, DescribeIntegrationRolesResponse, CreateBatchSignUrlRequest, CreateFlowRemindsRequest, UpdateIntegrationEmployeesRequest, DescribeFlowBriefsRequest, CreateSealPolicyRequest, DescribeBillUsageDetailResponse, CreateUserAutoSignEnableUrlResponse, DescribeSignFaceVideoResponse, VerifyPdfResponse, CreateFlowGroupSignReviewRequest, DescribeBillUsageDetailRequest, DescribeFlowTemplatesResponse, ModifyIntegrationRoleResponse, UploadFilesRequest, DescribePersonCertificateRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, VerifyPdfRequest, DescribeFlowInfoRequest, DeleteExtendedServiceAuthInfosRequest, DescribeIntegrationDepartmentsRequest, DescribeFlowInfoResponse, RenewAutoSignLicenseResponse, CancelMultiFlowSignQRCodeResponse, CreateFlowResponse, DescribeUserAutoSignStatusRequest, CreateBatchQuickSignUrlRequest, CreateOrganizationInfoChangeUrlRequest, DescribeOrganizationGroupOrganizationsResponse, DescribeExtendedServiceAuthInfosResponse } from "./ess_models";
|
|
3
|
+
import { DescribePersonCertificateResponse, DescribeCancelFlowsTaskResponse, CreateSealRequest, CancelFlowResponse, DescribeExtendedServiceAuthDetailResponse, UpdateIntegrationEmployeesResponse, CreatePreparedPersonalEsignRequest, DescribeIntegrationDepartmentsResponse, DeleteExtendedServiceAuthInfosResponse, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateExtendedServiceAuthInfosRequest, CancelUserAutoSignEnableUrlRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeThirdPartyAuthCodeResponse, DisableUserAutoSignResponse, ModifyExtendedServiceRequest, CancelUserAutoSignEnableUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationEmployeesRequest, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateOrganizationAuthUrlRequest, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateFlowGroupSignReviewResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, DescribeSignFaceVideoRequest, DeleteSealPoliciesRequest, CreateFlowGroupByTemplatesResponse, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateBatchOrganizationRegistrationTasksResponse, CreateReleaseFlowResponse, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DescribeExtendedServiceAuthDetailRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, DeleteSealPoliciesResponse, DescribeUserAutoSignStatusResponse, CreateUserAutoSignSealUrlResponse, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, UnbindEmployeeUserIdWithClientOpenIdRequest, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreateUserAutoSignSealUrlRequest, ModifyFlowDeadlineRequest, CreateFlowApproversRequest, ModifyFlowDeadlineResponse, CreateFlowEvidenceReportResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, CreateIntegrationDepartmentRequest, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, DescribeOrganizationSealsResponse, CreateEmbedWebUrlRequest, DeleteIntegrationEmployeesRequest, GetTaskResultApiRequest, DescribeFlowBriefsResponse, ModifyIntegrationRoleRequest, CreateFlowGroupByFilesResponse, CreateIntegrationEmployeesResponse, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateReleaseFlowRequest, CreateIntegrationUserRolesRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeFlowEvidenceReportRequest, DescribeBillUsageRequest, DescribeBillUsageResponse, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, RenewAutoSignLicenseRequest, CreateUserAutoSignEnableUrlRequest, CreateOrganizationBatchSignUrlResponse, CreateBatchOrganizationRegistrationTasksRequest, CreateExtendedServiceAuthInfosResponse, CreateWebThemeConfigRequest, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, ModifyIntegrationDepartmentResponse, GetTaskResultApiResponse, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, ModifyApplicationCallbackInfoRequest, StartFlowRequest, CreateSealResponse, CreatePrepareFlowRequest, DescribeCancelFlowsTaskRequest, CreateEmbedWebUrlResponse, ModifyExtendedServiceResponse, CreateFlowGroupByTemplatesRequest, DescribeOrganizationSealsRequest, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, DescribeIntegrationRolesResponse, CreateBatchSignUrlRequest, CreateFlowRemindsRequest, UpdateIntegrationEmployeesRequest, DescribeFlowBriefsRequest, CreateSealPolicyRequest, DescribeBillUsageDetailResponse, CreateUserAutoSignEnableUrlResponse, DescribeSignFaceVideoResponse, VerifyPdfResponse, CreateFlowGroupSignReviewRequest, DescribeBillUsageDetailRequest, DescribeFlowTemplatesResponse, ModifyIntegrationRoleResponse, UploadFilesRequest, DescribePersonCertificateRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, VerifyPdfRequest, DescribeFlowInfoRequest, DeleteExtendedServiceAuthInfosRequest, DescribeIntegrationDepartmentsRequest, DescribeFlowInfoResponse, RenewAutoSignLicenseResponse, CancelMultiFlowSignQRCodeResponse, CreateFlowResponse, DescribeUserAutoSignStatusRequest, CreateBatchQuickSignUrlRequest, CreateOrganizationInfoChangeUrlRequest, DescribeOrganizationGroupOrganizationsResponse, DescribeExtendedServiceAuthInfosResponse } from "./ess_models";
|
|
4
4
|
/**
|
|
5
5
|
* ess client
|
|
6
6
|
* @class
|
|
@@ -606,6 +606,10 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
606
606
|
注: <font color='red'>所在企业的超管、法人才有权限调用此接口</font>(Agent.ProxyOperator.OpenId 需要传递超管或者法人的OpenId)
|
|
607
607
|
*/
|
|
608
608
|
DescribeExtendedServiceAuthDetail(req: DescribeExtendedServiceAuthDetailRequest, cb?: (error: string, rep: DescribeExtendedServiceAuthDetailResponse) => void): Promise<DescribeExtendedServiceAuthDetailResponse>;
|
|
609
|
+
/**
|
|
610
|
+
* 通过此接口(DescribeBillUsage)查询该企业的套餐套餐使用情况。
|
|
611
|
+
*/
|
|
612
|
+
DescribeBillUsage(req: DescribeBillUsageRequest, cb?: (error: string, rep: DescribeBillUsageResponse) => void): Promise<DescribeBillUsageResponse>;
|
|
609
613
|
/**
|
|
610
614
|
* 此接口(ModifyIntegrationDepartment)用于更新企业的部门信息,支持更新部门名称、客户系统部门ID和部门序号等信息。
|
|
611
615
|
*/
|
|
@@ -716,6 +716,12 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
716
716
|
async DescribeExtendedServiceAuthDetail(req, cb) {
|
|
717
717
|
return this.request("DescribeExtendedServiceAuthDetail", req, cb);
|
|
718
718
|
}
|
|
719
|
+
/**
|
|
720
|
+
* 通过此接口(DescribeBillUsage)查询该企业的套餐套餐使用情况。
|
|
721
|
+
*/
|
|
722
|
+
async DescribeBillUsage(req, cb) {
|
|
723
|
+
return this.request("DescribeBillUsage", req, cb);
|
|
724
|
+
}
|
|
719
725
|
/**
|
|
720
726
|
* 此接口(ModifyIntegrationDepartment)用于更新企业的部门信息,支持更新部门名称、客户系统部门ID和部门序号等信息。
|
|
721
727
|
*/
|
|
@@ -752,6 +752,44 @@ export interface DisableUserAutoSignResponse {
|
|
|
752
752
|
*/
|
|
753
753
|
RequestId?: string;
|
|
754
754
|
}
|
|
755
|
+
/**
|
|
756
|
+
* 企业套餐余额情况
|
|
757
|
+
*/
|
|
758
|
+
export interface OrgBillSummary {
|
|
759
|
+
/**
|
|
760
|
+
* 套餐总数
|
|
761
|
+
*/
|
|
762
|
+
Total?: number;
|
|
763
|
+
/**
|
|
764
|
+
* 套餐使用数
|
|
765
|
+
*/
|
|
766
|
+
Used?: number;
|
|
767
|
+
/**
|
|
768
|
+
* 套餐剩余数
|
|
769
|
+
*/
|
|
770
|
+
Available?: number;
|
|
771
|
+
/**
|
|
772
|
+
* 套餐类型
|
|
773
|
+
对应关系如下:
|
|
774
|
+
<ul>
|
|
775
|
+
<li>**CloudEnterprise**: 企业版合同</li>
|
|
776
|
+
<li>**SingleSignature**: 单方签章</li>
|
|
777
|
+
<li>**CloudProve**: 签署报告</li>
|
|
778
|
+
<li>**CloudOnlineSign**: 腾讯会议在线签约</li>
|
|
779
|
+
<li>**ChannelWeCard**: 微工卡</li>
|
|
780
|
+
<li>**SignFlow**: 合同套餐</li>
|
|
781
|
+
<li>**SignFace**: 签署意愿(人脸识别)</li>
|
|
782
|
+
<li>**SignPassword**: 签署意愿(密码)</li>
|
|
783
|
+
<li>**SignSMS**: 签署意愿(短信)</li>
|
|
784
|
+
<li>**PersonalEssAuth**: 签署人实名(腾讯电子签认证)</li>
|
|
785
|
+
<li>**PersonalThirdAuth**: 签署人实名(信任第三方认证)</li>
|
|
786
|
+
<li>**OrgEssAuth**: 签署企业实名</li>
|
|
787
|
+
<li>**FlowNotify**: 短信通知</li>
|
|
788
|
+
<li>**AuthService**: 企业工商信息查询</li>
|
|
789
|
+
</ul>
|
|
790
|
+
*/
|
|
791
|
+
QuotaType?: string;
|
|
792
|
+
}
|
|
755
793
|
/**
|
|
756
794
|
* ModifyExtendedService请求参数结构体
|
|
757
795
|
*/
|
|
@@ -5645,6 +5683,45 @@ export interface FailedCreateRoleData {
|
|
|
5645
5683
|
*/
|
|
5646
5684
|
RoleIds?: Array<string>;
|
|
5647
5685
|
}
|
|
5686
|
+
/**
|
|
5687
|
+
* DescribeBillUsage请求参数结构体
|
|
5688
|
+
*/
|
|
5689
|
+
export interface DescribeBillUsageRequest {
|
|
5690
|
+
/**
|
|
5691
|
+
* 查询开始时间字符串,格式为yyyymmdd,时间跨度不能大于90天
|
|
5692
|
+
*/
|
|
5693
|
+
StartTime: string;
|
|
5694
|
+
/**
|
|
5695
|
+
* 查询结束时间字符串,格式为yyyymmdd,时间跨度不能大于90天
|
|
5696
|
+
*/
|
|
5697
|
+
EndTime: string;
|
|
5698
|
+
/**
|
|
5699
|
+
* 查询的套餐类型 (选填 )不传则查询所有套餐;目前支持:<ul><li>**CloudEnterprise**: 企业版合同</li><li>**SingleSignature**: 单方签章</li><li>**CloudProve**: 签署报告</li><li>**CloudOnlineSign**: 腾讯会议在线签约</li><li>**ChannelWeCard**: 微工卡</li><li>**SignFlow**: 合同套餐</li><li>**SignFace**: 签署意愿(人脸识别)</li><li>**SignPassword**: 签署意愿(密码)</li><li>**SignSMS**: 签署意愿(短信)</li><li>**PersonalEssAuth**: 签署人实名(腾讯电子签认证)</li><li>**PersonalThirdAuth**: 签署人实名(信任第三方认证)</li><li>**OrgEssAuth**: 签署企业实名</li><li>**FlowNotify**: 短信通知</li><li>**AuthService**: 企业工商信息查询</li></ul>
|
|
5700
|
+
*/
|
|
5701
|
+
QuotaType?: string;
|
|
5702
|
+
/**
|
|
5703
|
+
* 是否展示集团子企业的明细,默认否
|
|
5704
|
+
*/
|
|
5705
|
+
DisplaySubEnterprise?: boolean;
|
|
5706
|
+
}
|
|
5707
|
+
/**
|
|
5708
|
+
* DescribeBillUsage返回参数结构体
|
|
5709
|
+
*/
|
|
5710
|
+
export interface DescribeBillUsageResponse {
|
|
5711
|
+
/**
|
|
5712
|
+
* 企业套餐余额及使用情况
|
|
5713
|
+
*/
|
|
5714
|
+
Summary?: Array<OrgBillSummary>;
|
|
5715
|
+
/**
|
|
5716
|
+
* 集团子企业套餐使用情况
|
|
5717
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5718
|
+
*/
|
|
5719
|
+
SubOrgSummary?: Array<SubOrgBillSummary>;
|
|
5720
|
+
/**
|
|
5721
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5722
|
+
*/
|
|
5723
|
+
RequestId?: string;
|
|
5724
|
+
}
|
|
5648
5725
|
/**
|
|
5649
5726
|
* 合同参与者信息。
|
|
5650
5727
|
*/
|
|
@@ -6071,6 +6148,36 @@ export interface CreateExtendedServiceAuthInfosResponse {
|
|
|
6071
6148
|
*/
|
|
6072
6149
|
RequestId?: string;
|
|
6073
6150
|
}
|
|
6151
|
+
/**
|
|
6152
|
+
* 集团子企业使用集团主企业的套餐使用情况
|
|
6153
|
+
*/
|
|
6154
|
+
export interface SubOrgBillUsage {
|
|
6155
|
+
/**
|
|
6156
|
+
* 套餐使用数
|
|
6157
|
+
*/
|
|
6158
|
+
Used?: number;
|
|
6159
|
+
/**
|
|
6160
|
+
* 套餐类型
|
|
6161
|
+
对应关系如下:
|
|
6162
|
+
<ul>
|
|
6163
|
+
<li>**CloudEnterprise**: 企业版合同</li>
|
|
6164
|
+
<li>**SingleSignature**: 单方签章</li>
|
|
6165
|
+
<li>**CloudProve**: 签署报告</li>
|
|
6166
|
+
<li>**CloudOnlineSign**: 腾讯会议在线签约</li>
|
|
6167
|
+
<li>**ChannelWeCard**: 微工卡</li>
|
|
6168
|
+
<li>**SignFlow**: 合同套餐</li>
|
|
6169
|
+
<li>**SignFace**: 签署意愿(人脸识别)</li>
|
|
6170
|
+
<li>**SignPassword**: 签署意愿(密码)</li>
|
|
6171
|
+
<li>**SignSMS**: 签署意愿(短信)</li>
|
|
6172
|
+
<li>**PersonalEssAuth**: 签署人实名(腾讯电子签认证)</li>
|
|
6173
|
+
<li>**PersonalThirdAuth**: 签署人实名(信任第三方认证)</li>
|
|
6174
|
+
<li>**OrgEssAuth**: 签署企业实名</li>
|
|
6175
|
+
<li>**FlowNotify**: 短信通知</li>
|
|
6176
|
+
<li>**AuthService**: 企业工商信息查询</li>
|
|
6177
|
+
</ul>
|
|
6178
|
+
*/
|
|
6179
|
+
QuotaType?: string;
|
|
6180
|
+
}
|
|
6074
6181
|
/**
|
|
6075
6182
|
* 指定签署人限制项
|
|
6076
6183
|
*/
|
|
@@ -6281,6 +6388,19 @@ export interface GetTaskResultApiResponse {
|
|
|
6281
6388
|
*/
|
|
6282
6389
|
RequestId?: string;
|
|
6283
6390
|
}
|
|
6391
|
+
/**
|
|
6392
|
+
* 子企业套餐使用情况
|
|
6393
|
+
*/
|
|
6394
|
+
export interface SubOrgBillSummary {
|
|
6395
|
+
/**
|
|
6396
|
+
* 子企业名称
|
|
6397
|
+
*/
|
|
6398
|
+
OrganizationName?: string;
|
|
6399
|
+
/**
|
|
6400
|
+
*
|
|
6401
|
+
*/
|
|
6402
|
+
Usage?: Array<SubOrgBillUsage>;
|
|
6403
|
+
}
|
|
6284
6404
|
/**
|
|
6285
6405
|
* CancelMultiFlowSignQRCode请求参数结构体
|
|
6286
6406
|
*/
|