tencentcloud-sdk-nodejs 4.0.566 → 4.0.567
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 +364 -0
- package/SERVICE_CHANGELOG.md +522 -120
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +18 -18
- package/src/services/cdb/v20170320/cdb_models.ts +7 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +6 -1
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +23 -0
- package/src/services/dcdb/v20180411/dcdb_client.ts +17 -3
- package/src/services/dcdb/v20180411/dcdb_models.ts +403 -26
- package/src/services/dlc/v20210125/dlc_models.ts +6 -0
- package/src/services/emr/v20190103/emr_models.ts +6 -0
- package/src/services/ess/v20201111/ess_client.ts +14 -2
- package/src/services/ess/v20201111/ess_models.ts +128 -38
- package/src/services/essbasic/v20210526/essbasic_client.ts +49 -11
- package/src/services/essbasic/v20210526/essbasic_models.ts +472 -290
- package/src/services/mariadb/v20170312/mariadb_client.ts +12 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +308 -0
- package/src/services/monitor/v20180724/monitor_client.ts +2 -2
- package/src/services/ocr/v20181119/ocr_client.ts +23 -12
- package/src/services/ocr/v20181119/ocr_models.ts +2 -2
- package/src/services/redis/v20180412/redis_client.ts +14 -2
- package/src/services/redis/v20180412/redis_models.ts +159 -39
- package/src/services/tdid/v20210519/tdid_client.ts +133 -65
- package/src/services/tiw/v20190919/tiw_client.ts +403 -91
- package/src/services/tiw/v20190919/tiw_models.ts +2181 -976
- package/src/services/vpc/v20170312/vpc_client.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +17 -16
- package/src/services/waf/v20180125/waf_client.ts +1 -1
- package/src/services/waf/v20180125/waf_models.ts +36 -6
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +18 -18
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +19 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +334 -25
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +5 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +7 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +110 -35
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +15 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +21 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +356 -201
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +252 -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/ocr/v20181119/ocr_client.d.ts +13 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +13 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -2
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +132 -34
- package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +102 -34
- package/tencentcloud/services/tdid/v20210519/tdid_client.js +102 -34
- package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +114 -13
- package/tencentcloud/services/tiw/v20190919/tiw_client.js +169 -18
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +1946 -922
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +15 -14
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +31 -6
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +32 -2
- package/test/mariadb.v20170312.test.js +10 -0
- package/test/redis.v20180412.test.js +10 -0
- package/test/tiw.v20190919.test.js +262 -12
|
@@ -2065,41 +2065,21 @@ export interface KillMasterGroupRequest {
|
|
|
2065
2065
|
ShardIds?: Array<number>;
|
|
2066
2066
|
}
|
|
2067
2067
|
/**
|
|
2068
|
-
*
|
|
2068
|
+
* CloneInstances返回参数结构体
|
|
2069
2069
|
*/
|
|
2070
|
-
export interface
|
|
2071
|
-
/**
|
|
2072
|
-
* 参数名
|
|
2073
|
-
*/
|
|
2074
|
-
ParamName: string;
|
|
2075
|
-
/**
|
|
2076
|
-
* 参数类型:text
|
|
2077
|
-
*/
|
|
2078
|
-
ValueType: string;
|
|
2070
|
+
export interface CloneInstancesResponse {
|
|
2079
2071
|
/**
|
|
2080
|
-
*
|
|
2072
|
+
* 请求任务 ID。
|
|
2081
2073
|
*/
|
|
2082
|
-
|
|
2083
|
-
/**
|
|
2084
|
-
* 参数默认值
|
|
2085
|
-
*/
|
|
2086
|
-
DefaultValue: string;
|
|
2087
|
-
/**
|
|
2088
|
-
* 当前运行参数值
|
|
2089
|
-
*/
|
|
2090
|
-
CurrentValue: string;
|
|
2091
|
-
/**
|
|
2092
|
-
* 参数说明
|
|
2093
|
-
*/
|
|
2094
|
-
Tips: string;
|
|
2074
|
+
DealId: string;
|
|
2095
2075
|
/**
|
|
2096
|
-
*
|
|
2076
|
+
* 克隆实例的 ID。
|
|
2097
2077
|
*/
|
|
2098
|
-
|
|
2078
|
+
InstanceIds: Array<string>;
|
|
2099
2079
|
/**
|
|
2100
|
-
*
|
|
2080
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2101
2081
|
*/
|
|
2102
|
-
|
|
2082
|
+
RequestId?: string;
|
|
2103
2083
|
}
|
|
2104
2084
|
/**
|
|
2105
2085
|
* 参数模板信息
|
|
@@ -2175,17 +2155,41 @@ export interface DescribeInstanceAccountRequest {
|
|
|
2175
2155
|
Offset: number;
|
|
2176
2156
|
}
|
|
2177
2157
|
/**
|
|
2178
|
-
*
|
|
2158
|
+
* 实例字符型参数描述
|
|
2179
2159
|
*/
|
|
2180
|
-
export interface
|
|
2160
|
+
export interface InstanceTextParam {
|
|
2181
2161
|
/**
|
|
2182
|
-
*
|
|
2162
|
+
* 参数名
|
|
2183
2163
|
*/
|
|
2184
|
-
|
|
2164
|
+
ParamName: string;
|
|
2185
2165
|
/**
|
|
2186
|
-
*
|
|
2166
|
+
* 参数类型:text
|
|
2187
2167
|
*/
|
|
2188
|
-
|
|
2168
|
+
ValueType: string;
|
|
2169
|
+
/**
|
|
2170
|
+
* 修改后是否需要重启:true,false
|
|
2171
|
+
*/
|
|
2172
|
+
NeedRestart: string;
|
|
2173
|
+
/**
|
|
2174
|
+
* 参数默认值
|
|
2175
|
+
*/
|
|
2176
|
+
DefaultValue: string;
|
|
2177
|
+
/**
|
|
2178
|
+
* 当前运行参数值
|
|
2179
|
+
*/
|
|
2180
|
+
CurrentValue: string;
|
|
2181
|
+
/**
|
|
2182
|
+
* 参数说明
|
|
2183
|
+
*/
|
|
2184
|
+
Tips: string;
|
|
2185
|
+
/**
|
|
2186
|
+
* 参数可取值
|
|
2187
|
+
*/
|
|
2188
|
+
TextValue: Array<string>;
|
|
2189
|
+
/**
|
|
2190
|
+
* 参数状态, 1: 修改中, 2:修改完成
|
|
2191
|
+
*/
|
|
2192
|
+
Status: number;
|
|
2189
2193
|
}
|
|
2190
2194
|
/**
|
|
2191
2195
|
* DescribeInstanceParamRecords请求参数结构体
|
|
@@ -2296,6 +2300,87 @@ export interface DescribeTaskInfoRequest {
|
|
|
2296
2300
|
*/
|
|
2297
2301
|
TaskId: number;
|
|
2298
2302
|
}
|
|
2303
|
+
/**
|
|
2304
|
+
* CloneInstances请求参数结构体
|
|
2305
|
+
*/
|
|
2306
|
+
export interface CloneInstancesRequest {
|
|
2307
|
+
/**
|
|
2308
|
+
* 当前实例ID。
|
|
2309
|
+
*/
|
|
2310
|
+
InstanceId: string;
|
|
2311
|
+
/**
|
|
2312
|
+
* 单次克隆实例的数量。包年包月每次购买最大数量为100。按量计费每次购买最大数量为30,每个地域购买数量取值范围为[1,100]。
|
|
2313
|
+
*/
|
|
2314
|
+
GoodsNum: number;
|
|
2315
|
+
/**
|
|
2316
|
+
* 克隆实例所属的可用区ID。当前所支持的可用区 ID,请参见[地域和可用区](https://cloud.tencent.com/document/product/239/4106) 。
|
|
2317
|
+
*/
|
|
2318
|
+
ZoneId: number;
|
|
2319
|
+
/**
|
|
2320
|
+
* 付费方式。<ul><li>0:按量计费。</li><li>1:包年包月。</li></ul>
|
|
2321
|
+
*/
|
|
2322
|
+
BillingMode: number;
|
|
2323
|
+
/**
|
|
2324
|
+
* 购买实例时长。<ul><li>单位:月。</li><li>付费方式选择包年包月计费时,取值范围为[1,2,3,4,5,6,7,8,9,10,11,12,24,36,48,60]。</li><li>付费方式选择按量计费时,设置为1。</li></ul>
|
|
2325
|
+
*/
|
|
2326
|
+
Period: number;
|
|
2327
|
+
/**
|
|
2328
|
+
* 安全组ID。请登录控制台,在<b>安全组</b>页面获取安全组 ID 信息。
|
|
2329
|
+
*/
|
|
2330
|
+
SecurityGroupIdList: Array<string>;
|
|
2331
|
+
/**
|
|
2332
|
+
* 克隆实例使用的备份ID。请通过接口[DescribeInstanceBackups](https://cloud.tencent.com/document/product/239/20011)获取备份ID。
|
|
2333
|
+
*/
|
|
2334
|
+
BackupId: string;
|
|
2335
|
+
/**
|
|
2336
|
+
* 配置克隆实例是否支持免密访问。开启 SSL 与外网均不支持免密访问。<ul><li>true:免密实例,</li><li>false:非免密实例。默认为非免密实例。</li></ul>
|
|
2337
|
+
*/
|
|
2338
|
+
NoAuth?: boolean;
|
|
2339
|
+
/**
|
|
2340
|
+
* 私有网络ID。如果未配置该参数,默认选择基础网络。
|
|
2341
|
+
*/
|
|
2342
|
+
VpcId?: string;
|
|
2343
|
+
/**
|
|
2344
|
+
* 私有网络所属子网。基础网络时该参数无需配置。
|
|
2345
|
+
*/
|
|
2346
|
+
SubnetId?: string;
|
|
2347
|
+
/**
|
|
2348
|
+
* 克隆实例的名称。<br>仅支持长度小于60的中文、英文或者数字,短划线"-"、下划线"_"。</br>
|
|
2349
|
+
*/
|
|
2350
|
+
InstanceName?: string;
|
|
2351
|
+
/**
|
|
2352
|
+
* 克隆实例的访问密码。<ul><li>当输入参数<b>NoAuth</b>为<b>true</b>时,可不设置该参数。</li><li>当实例为Redis2.8、4.0和5.0时,其密码格式为:8-30个字符,至少包含小写字母、大写字母、数字和字符 ()`~!@#$%^&*-+=_|{}[]:;<>,.?/ 中的2种,不能以"/"开头;</li><li>当实例为CKV 3.2时,其密码格式为:8-30个字符,必须包含字母和数字,且不包含其他字符。</li></ul>
|
|
2353
|
+
*/
|
|
2354
|
+
Password?: string;
|
|
2355
|
+
/**
|
|
2356
|
+
* 自动续费标识。<ul><li>0:默认状态(手动续费)。</li><li>1:自动续费。</li><li>2:不自动续费,到期自动隔离。</li></ul>
|
|
2357
|
+
*/
|
|
2358
|
+
AutoRenew?: number;
|
|
2359
|
+
/**
|
|
2360
|
+
* 用户自定义的端口,默认为6379,取值范围[1024,65535]。
|
|
2361
|
+
*/
|
|
2362
|
+
VPort?: number;
|
|
2363
|
+
/**
|
|
2364
|
+
* 实例的节点信息。<ul><li>目前支持配置节点的类型(主节点或者副本节点),及其节点的可用区信息。具体信息,请参见[RedisNodeInfo](https://cloud.tencent.com/document/product/239/20022#RedisNodeInfo)。</li><li>单可用区部署可不配置该参数。</li></ul>
|
|
2365
|
+
*/
|
|
2366
|
+
NodeSet?: Array<RedisNodeInfo>;
|
|
2367
|
+
/**
|
|
2368
|
+
* 项目 ID。登录控制台,可在右上角的<b>账号中心</b> > <b>项目管理</b>中查找项目ID。
|
|
2369
|
+
*/
|
|
2370
|
+
ProjectId?: number;
|
|
2371
|
+
/**
|
|
2372
|
+
* 克隆实例需绑定的标签。
|
|
2373
|
+
*/
|
|
2374
|
+
ResourceTags?: Array<ResourceTag>;
|
|
2375
|
+
/**
|
|
2376
|
+
* 克隆实例需要应用的参数模板ID,请登录 Redis 控制台,在<b>参数模板</b>页面获取。若不配置该参数,则应用默认的参数模板。
|
|
2377
|
+
*/
|
|
2378
|
+
TemplateId?: string;
|
|
2379
|
+
/**
|
|
2380
|
+
* 指定克隆实例的告警策略 ID。请登录控制台,在<b>云监控</b> > <b>告警配置</b> > <b>告警策略</b>页面获取策略 ID 信息。
|
|
2381
|
+
*/
|
|
2382
|
+
AlarmPolicyList?: Array<string>;
|
|
2383
|
+
}
|
|
2299
2384
|
/**
|
|
2300
2385
|
* ApplyParamsTemplate返回参数结构体
|
|
2301
2386
|
*/
|
|
@@ -4350,6 +4435,19 @@ export interface DescribeParamTemplateInfoResponse {
|
|
|
4350
4435
|
*/
|
|
4351
4436
|
RequestId?: string;
|
|
4352
4437
|
}
|
|
4438
|
+
/**
|
|
4439
|
+
* SwitchProxy请求参数结构体
|
|
4440
|
+
*/
|
|
4441
|
+
export interface SwitchProxyRequest {
|
|
4442
|
+
/**
|
|
4443
|
+
* 实例ID
|
|
4444
|
+
*/
|
|
4445
|
+
InstanceId: string;
|
|
4446
|
+
/**
|
|
4447
|
+
* 实例ProxyID
|
|
4448
|
+
*/
|
|
4449
|
+
ProxyID?: string;
|
|
4450
|
+
}
|
|
4353
4451
|
/**
|
|
4354
4452
|
* DescribeProductInfo请求参数结构体
|
|
4355
4453
|
*/
|
|
@@ -12,11 +12,15 @@ export declare class Client extends AbstractClient {
|
|
|
12
12
|
*/
|
|
13
13
|
CreateSelectiveCredential(req: CreateSelectiveCredentialRequest, cb?: (error: string, rep: CreateSelectiveCredentialResponse) => void): Promise<CreateSelectiveCredentialResponse>;
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
16
|
+
|
|
17
|
+
权威机构列表
|
|
16
18
|
*/
|
|
17
19
|
GetAuthoritiesList(req: GetAuthoritiesListRequest, cb?: (error: string, rep: GetAuthoritiesListResponse) => void): Promise<GetAuthoritiesListResponse>;
|
|
18
20
|
/**
|
|
19
|
-
*
|
|
21
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
22
|
+
|
|
23
|
+
披露策略Policy管理列表
|
|
20
24
|
*/
|
|
21
25
|
GetPolicyList(req: GetPolicyListRequest, cb?: (error: string, rep: GetPolicyListResponse) => void): Promise<GetPolicyListResponse>;
|
|
22
26
|
/**
|
|
@@ -24,7 +28,9 @@ export declare class Client extends AbstractClient {
|
|
|
24
28
|
*/
|
|
25
29
|
GetCredentialStatus(req: GetCredentialStatusRequest, cb?: (error: string, rep: GetCredentialStatusResponse) => void): Promise<GetCredentialStatusResponse>;
|
|
26
30
|
/**
|
|
27
|
-
*
|
|
31
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
32
|
+
|
|
33
|
+
查看公钥
|
|
28
34
|
*/
|
|
29
35
|
GetPublicKey(req: GetPublicKeyRequest, cb?: (error: string, rep: GetPublicKeyResponse) => void): Promise<GetPublicKeyResponse>;
|
|
30
36
|
/**
|
|
@@ -32,71 +38,105 @@ export declare class Client extends AbstractClient {
|
|
|
32
38
|
*/
|
|
33
39
|
CheckChain(req: CheckChainRequest, cb?: (error: string, rep: CheckChainResponse) => void): Promise<CheckChainResponse>;
|
|
34
40
|
/**
|
|
35
|
-
*
|
|
41
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
42
|
+
|
|
43
|
+
披露策略Policy查看
|
|
36
44
|
*/
|
|
37
45
|
QueryPolicy(req: QueryPolicyRequest, cb?: (error: string, rep: QueryPolicyResponse) => void): Promise<QueryPolicyResponse>;
|
|
38
46
|
/**
|
|
39
|
-
*
|
|
47
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
48
|
+
|
|
49
|
+
检查部署情况
|
|
40
50
|
*/
|
|
41
51
|
CheckDidDeploy(req: CheckDidDeployRequest, cb?: (error: string, rep: CheckDidDeployResponse) => void): Promise<CheckDidDeployResponse>;
|
|
42
52
|
/**
|
|
43
|
-
*
|
|
53
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
54
|
+
|
|
55
|
+
认证权威机构
|
|
44
56
|
*/
|
|
45
57
|
RecognizeAuthorityIssuer(req: RecognizeAuthorityIssuerRequest, cb?: (error: string, rep: RecognizeAuthorityIssuerResponse) => void): Promise<RecognizeAuthorityIssuerResponse>;
|
|
46
58
|
/**
|
|
47
|
-
*
|
|
59
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
60
|
+
|
|
61
|
+
撤消权威机构认证
|
|
48
62
|
*/
|
|
49
63
|
CancelAuthorityIssuer(req: CancelAuthorityIssuerRequest, cb?: (error: string, rep: CancelAuthorityIssuerResponse) => void): Promise<CancelAuthorityIssuerResponse>;
|
|
50
64
|
/**
|
|
51
|
-
*
|
|
65
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
66
|
+
|
|
67
|
+
DID注册趋势
|
|
52
68
|
*/
|
|
53
69
|
GetDidRegisterTrend(req: GetDidRegisterTrendRequest, cb?: (error: string, rep: GetDidRegisterTrendResponse) => void): Promise<GetDidRegisterTrendResponse>;
|
|
54
70
|
/**
|
|
55
|
-
*
|
|
71
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
72
|
+
|
|
73
|
+
DID详情
|
|
56
74
|
*/
|
|
57
75
|
GetDidDetail(req: GetDidDetailRequest, cb?: (error: string, rep: GetDidDetailResponse) => void): Promise<GetDidDetailResponse>;
|
|
58
76
|
/**
|
|
59
|
-
*
|
|
77
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
78
|
+
|
|
79
|
+
删除合约
|
|
60
80
|
*/
|
|
61
81
|
RemoveHash(req: RemoveHashRequest, cb?: (error: string, rep: RemoveHashResponse) => void): Promise<RemoveHashResponse>;
|
|
62
82
|
/**
|
|
63
|
-
*
|
|
83
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
84
|
+
|
|
85
|
+
凭证颁发按机构排行
|
|
64
86
|
*/
|
|
65
87
|
GetCredentialIssueRank(req: GetCredentialIssueRankRequest, cb?: (error: string, rep: GetCredentialIssueRankResponse) => void): Promise<GetCredentialIssueRankResponse>;
|
|
66
88
|
/**
|
|
67
|
-
*
|
|
89
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
90
|
+
|
|
91
|
+
主群组配置列表
|
|
68
92
|
*/
|
|
69
93
|
GetGroupList(req: GetGroupListRequest, cb?: (error: string, rep: GetGroupListResponse) => void): Promise<GetGroupListResponse>;
|
|
70
94
|
/**
|
|
71
|
-
*
|
|
95
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
96
|
+
|
|
97
|
+
披露策略Policy注册
|
|
72
98
|
*/
|
|
73
99
|
RegisterClaimPolicy(req: RegisterClaimPolicyRequest, cb?: (error: string, rep: RegisterClaimPolicyResponse) => void): Promise<RegisterClaimPolicyResponse>;
|
|
74
100
|
/**
|
|
75
|
-
*
|
|
101
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
102
|
+
|
|
103
|
+
获取联盟列表
|
|
76
104
|
*/
|
|
77
105
|
GetConsortiumList(req?: GetConsortiumListRequest, cb?: (error: string, rep: GetConsortiumListResponse) => void): Promise<GetConsortiumListResponse>;
|
|
78
106
|
/**
|
|
79
|
-
*
|
|
107
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
108
|
+
|
|
109
|
+
获取用户的DID网络列表
|
|
80
110
|
*/
|
|
81
111
|
GetDidClusterList(req?: GetDidClusterListRequest, cb?: (error: string, rep: GetDidClusterListResponse) => void): Promise<GetDidClusterListResponse>;
|
|
82
112
|
/**
|
|
83
|
-
*
|
|
113
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
114
|
+
|
|
115
|
+
获取DID服务详情
|
|
84
116
|
*/
|
|
85
117
|
GetDidServiceDetail(req: GetDidServiceDetailRequest, cb?: (error: string, rep: GetDidServiceDetailResponse) => void): Promise<GetDidServiceDetailResponse>;
|
|
86
118
|
/**
|
|
87
|
-
*
|
|
119
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
120
|
+
|
|
121
|
+
凭证模版列表
|
|
88
122
|
*/
|
|
89
123
|
GetCptList(req: GetCptListRequest, cb?: (error: string, rep: GetCptListResponse) => void): Promise<GetCptListResponse>;
|
|
90
124
|
/**
|
|
91
|
-
*
|
|
125
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
126
|
+
|
|
127
|
+
凭证颁发趋势
|
|
92
128
|
*/
|
|
93
129
|
GetCredentialIssueTrend(req: GetCredentialIssueTrendRequest, cb?: (error: string, rep: GetCredentialIssueTrendResponse) => void): Promise<GetCredentialIssueTrendResponse>;
|
|
94
130
|
/**
|
|
95
|
-
*
|
|
131
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
132
|
+
|
|
133
|
+
通过Name部署TDID合约
|
|
96
134
|
*/
|
|
97
135
|
DeployByName(req: DeployByNameRequest, cb?: (error: string, rep: DeployByNameResponse) => void): Promise<DeployByNameResponse>;
|
|
98
136
|
/**
|
|
99
|
-
*
|
|
137
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
138
|
+
|
|
139
|
+
创建DID服务
|
|
100
140
|
*/
|
|
101
141
|
CreateDidService(req: CreateDidServiceRequest, cb?: (error: string, rep: CreateDidServiceResponse) => void): Promise<CreateDidServiceResponse>;
|
|
102
142
|
/**
|
|
@@ -104,7 +144,9 @@ export declare class Client extends AbstractClient {
|
|
|
104
144
|
*/
|
|
105
145
|
CreateCredential(req: CreateCredentialRequest, cb?: (error: string, rep: CreateCredentialResponse) => void): Promise<CreateCredentialResponse>;
|
|
106
146
|
/**
|
|
107
|
-
*
|
|
147
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
148
|
+
|
|
149
|
+
获取DID区块链网络详情
|
|
108
150
|
*/
|
|
109
151
|
GetDidClusterDetail(req: GetDidClusterDetailRequest, cb?: (error: string, rep: GetDidClusterDetailResponse) => void): Promise<GetDidClusterDetailResponse>;
|
|
110
152
|
/**
|
|
@@ -112,15 +154,21 @@ export declare class Client extends AbstractClient {
|
|
|
112
154
|
*/
|
|
113
155
|
SetCredentialStatus(req: SetCredentialStatusRequest, cb?: (error: string, rep: SetCredentialStatusResponse) => void): Promise<SetCredentialStatusResponse>;
|
|
114
156
|
/**
|
|
115
|
-
*
|
|
157
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
158
|
+
|
|
159
|
+
标签列表
|
|
116
160
|
*/
|
|
117
161
|
GetLabelList(req: GetLabelListRequest, cb?: (error: string, rep: GetLabelListResponse) => void): Promise<GetLabelListResponse>;
|
|
118
162
|
/**
|
|
119
|
-
*
|
|
163
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
164
|
+
|
|
165
|
+
启用合约
|
|
120
166
|
*/
|
|
121
167
|
EnableHash(req: EnableHashRequest, cb?: (error: string, rep: EnableHashResponse) => void): Promise<EnableHashResponse>;
|
|
122
168
|
/**
|
|
123
|
-
*
|
|
169
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
170
|
+
|
|
171
|
+
合约部署列表
|
|
124
172
|
*/
|
|
125
173
|
GetDeployList(req: GetDeployListRequest, cb?: (error: string, rep: GetDeployListResponse) => void): Promise<GetDeployListResponse>;
|
|
126
174
|
/**
|
|
@@ -128,16 +176,22 @@ export declare class Client extends AbstractClient {
|
|
|
128
176
|
*/
|
|
129
177
|
CreateTDid(req: CreateTDidRequest, cb?: (error: string, rep: CreateTDidResponse) => void): Promise<CreateTDidResponse>;
|
|
130
178
|
/**
|
|
131
|
-
*
|
|
179
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
180
|
+
|
|
181
|
+
注册为权威机构
|
|
132
182
|
*/
|
|
133
183
|
RegisterIssuer(req: RegisterIssuerRequest, cb?: (error: string, rep: RegisterIssuerResponse) => void): Promise<RegisterIssuerResponse>;
|
|
134
184
|
/**
|
|
135
|
-
*
|
|
185
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
186
|
+
|
|
187
|
+
合约部署详情
|
|
136
188
|
|
|
137
189
|
*/
|
|
138
190
|
GetDeployInfo(req: GetDeployInfoRequest, cb?: (error: string, rep: GetDeployInfoResponse) => void): Promise<GetDeployInfoResponse>;
|
|
139
191
|
/**
|
|
140
|
-
*
|
|
192
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
193
|
+
|
|
194
|
+
凭证颁发按机构排行
|
|
141
195
|
*/
|
|
142
196
|
GetCredentialCptRank(req: GetCredentialCptRankRequest, cb?: (error: string, rep: GetCredentialCptRankResponse) => void): Promise<GetCredentialCptRankResponse>;
|
|
143
197
|
/**
|
|
@@ -150,11 +204,15 @@ export declare class Client extends AbstractClient {
|
|
|
150
204
|
*/
|
|
151
205
|
GetDidDocument(req: GetDidDocumentRequest, cb?: (error: string, rep: GetDidDocumentResponse) => void): Promise<GetDidDocumentResponse>;
|
|
152
206
|
/**
|
|
153
|
-
*
|
|
207
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
208
|
+
|
|
209
|
+
获取DID服务列表
|
|
154
210
|
*/
|
|
155
211
|
GetDidServiceList(req: GetDidServiceListRequest, cb?: (error: string, rep: GetDidServiceListResponse) => void): Promise<GetDidServiceListResponse>;
|
|
156
212
|
/**
|
|
157
|
-
*
|
|
213
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
214
|
+
|
|
215
|
+
DID列表
|
|
158
216
|
*/
|
|
159
217
|
GetDidList(req: GetDidListRequest, cb?: (error: string, rep: GetDidListResponse) => void): Promise<GetDidListResponse>;
|
|
160
218
|
/**
|
|
@@ -172,12 +230,16 @@ export declare class Client extends AbstractClient {
|
|
|
172
230
|
*/
|
|
173
231
|
CreateTDidByPrivateKey(req: CreateTDidByPrivateKeyRequest, cb?: (error: string, rep: CreateTDidByPrivateKeyResponse) => void): Promise<CreateTDidByPrivateKeyResponse>;
|
|
174
232
|
/**
|
|
175
|
-
*
|
|
233
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
234
|
+
|
|
235
|
+
DID添加标签
|
|
176
236
|
|
|
177
237
|
*/
|
|
178
238
|
AddLabel(req: AddLabelRequest, cb?: (error: string, rep: AddLabelResponse) => void): Promise<AddLabelResponse>;
|
|
179
239
|
/**
|
|
180
|
-
*
|
|
240
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
241
|
+
|
|
242
|
+
凭证模版下载
|
|
181
243
|
*/
|
|
182
244
|
DownCpt(req: DownCptRequest, cb?: (error: string, rep: DownCptResponse) => void): Promise<DownCptResponse>;
|
|
183
245
|
/**
|
|
@@ -185,7 +247,9 @@ export declare class Client extends AbstractClient {
|
|
|
185
247
|
*/
|
|
186
248
|
RegisterCpt(req: RegisterCptRequest, cb?: (error: string, rep: RegisterCptResponse) => void): Promise<RegisterCptResponse>;
|
|
187
249
|
/**
|
|
188
|
-
*
|
|
250
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
251
|
+
|
|
252
|
+
获取联盟bcos网络列表
|
|
189
253
|
*/
|
|
190
254
|
GetConsortiumClusterList(req: GetConsortiumClusterListRequest, cb?: (error: string, rep: GetConsortiumClusterListResponse) => void): Promise<GetConsortiumClusterListResponse>;
|
|
191
255
|
/**
|
|
@@ -193,7 +257,9 @@ export declare class Client extends AbstractClient {
|
|
|
193
257
|
*/
|
|
194
258
|
VerifyCredential(req: VerifyCredentialRequest, cb?: (error: string, rep: VerifyCredentialResponse) => void): Promise<VerifyCredentialResponse>;
|
|
195
259
|
/**
|
|
196
|
-
*
|
|
260
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
261
|
+
|
|
262
|
+
概览
|
|
197
263
|
|
|
198
264
|
*/
|
|
199
265
|
GetDataPanel(req: GetDataPanelRequest, cb?: (error: string, rep: GetDataPanelResponse) => void): Promise<GetDataPanelResponse>;
|
|
@@ -202,7 +268,9 @@ export declare class Client extends AbstractClient {
|
|
|
202
268
|
*/
|
|
203
269
|
GetAuthorityIssuer(req: GetAuthorityIssuerRequest, cb?: (error: string, rep: GetAuthorityIssuerResponse) => void): Promise<GetAuthorityIssuerResponse>;
|
|
204
270
|
/**
|
|
205
|
-
*
|
|
271
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
272
|
+
|
|
273
|
+
新建标签
|
|
206
274
|
*/
|
|
207
275
|
CreateLabel(req: CreateLabelRequest, cb?: (error: string, rep: CreateLabelResponse) => void): Promise<CreateLabelResponse>;
|
|
208
276
|
}
|