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
|
@@ -2456,48 +2456,23 @@ export interface KillMasterGroupRequest {
|
|
|
2456
2456
|
}
|
|
2457
2457
|
|
|
2458
2458
|
/**
|
|
2459
|
-
*
|
|
2459
|
+
* CloneInstances返回参数结构体
|
|
2460
2460
|
*/
|
|
2461
|
-
export interface
|
|
2462
|
-
/**
|
|
2463
|
-
* 参数名
|
|
2464
|
-
*/
|
|
2465
|
-
ParamName: string
|
|
2466
|
-
|
|
2467
|
-
/**
|
|
2468
|
-
* 参数类型:text
|
|
2469
|
-
*/
|
|
2470
|
-
ValueType: string
|
|
2471
|
-
|
|
2461
|
+
export interface CloneInstancesResponse {
|
|
2472
2462
|
/**
|
|
2473
|
-
*
|
|
2463
|
+
* 请求任务 ID。
|
|
2474
2464
|
*/
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
/**
|
|
2478
|
-
* 参数默认值
|
|
2479
|
-
*/
|
|
2480
|
-
DefaultValue: string
|
|
2481
|
-
|
|
2482
|
-
/**
|
|
2483
|
-
* 当前运行参数值
|
|
2484
|
-
*/
|
|
2485
|
-
CurrentValue: string
|
|
2486
|
-
|
|
2487
|
-
/**
|
|
2488
|
-
* 参数说明
|
|
2489
|
-
*/
|
|
2490
|
-
Tips: string
|
|
2465
|
+
DealId: string
|
|
2491
2466
|
|
|
2492
2467
|
/**
|
|
2493
|
-
*
|
|
2468
|
+
* 克隆实例的 ID。
|
|
2494
2469
|
*/
|
|
2495
|
-
|
|
2470
|
+
InstanceIds: Array<string>
|
|
2496
2471
|
|
|
2497
2472
|
/**
|
|
2498
|
-
*
|
|
2473
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2499
2474
|
*/
|
|
2500
|
-
|
|
2475
|
+
RequestId?: string
|
|
2501
2476
|
}
|
|
2502
2477
|
|
|
2503
2478
|
/**
|
|
@@ -2586,18 +2561,48 @@ export interface DescribeInstanceAccountRequest {
|
|
|
2586
2561
|
}
|
|
2587
2562
|
|
|
2588
2563
|
/**
|
|
2589
|
-
*
|
|
2564
|
+
* 实例字符型参数描述
|
|
2590
2565
|
*/
|
|
2591
|
-
export interface
|
|
2566
|
+
export interface InstanceTextParam {
|
|
2592
2567
|
/**
|
|
2593
|
-
*
|
|
2568
|
+
* 参数名
|
|
2594
2569
|
*/
|
|
2595
|
-
|
|
2570
|
+
ParamName: string
|
|
2596
2571
|
|
|
2597
2572
|
/**
|
|
2598
|
-
*
|
|
2573
|
+
* 参数类型:text
|
|
2599
2574
|
*/
|
|
2600
|
-
|
|
2575
|
+
ValueType: string
|
|
2576
|
+
|
|
2577
|
+
/**
|
|
2578
|
+
* 修改后是否需要重启:true,false
|
|
2579
|
+
*/
|
|
2580
|
+
NeedRestart: string
|
|
2581
|
+
|
|
2582
|
+
/**
|
|
2583
|
+
* 参数默认值
|
|
2584
|
+
*/
|
|
2585
|
+
DefaultValue: string
|
|
2586
|
+
|
|
2587
|
+
/**
|
|
2588
|
+
* 当前运行参数值
|
|
2589
|
+
*/
|
|
2590
|
+
CurrentValue: string
|
|
2591
|
+
|
|
2592
|
+
/**
|
|
2593
|
+
* 参数说明
|
|
2594
|
+
*/
|
|
2595
|
+
Tips: string
|
|
2596
|
+
|
|
2597
|
+
/**
|
|
2598
|
+
* 参数可取值
|
|
2599
|
+
*/
|
|
2600
|
+
TextValue: Array<string>
|
|
2601
|
+
|
|
2602
|
+
/**
|
|
2603
|
+
* 参数状态, 1: 修改中, 2:修改完成
|
|
2604
|
+
*/
|
|
2605
|
+
Status: number
|
|
2601
2606
|
}
|
|
2602
2607
|
|
|
2603
2608
|
/**
|
|
@@ -2730,6 +2735,106 @@ export interface DescribeTaskInfoRequest {
|
|
|
2730
2735
|
TaskId: number
|
|
2731
2736
|
}
|
|
2732
2737
|
|
|
2738
|
+
/**
|
|
2739
|
+
* CloneInstances请求参数结构体
|
|
2740
|
+
*/
|
|
2741
|
+
export interface CloneInstancesRequest {
|
|
2742
|
+
/**
|
|
2743
|
+
* 当前实例ID。
|
|
2744
|
+
*/
|
|
2745
|
+
InstanceId: string
|
|
2746
|
+
|
|
2747
|
+
/**
|
|
2748
|
+
* 单次克隆实例的数量。包年包月每次购买最大数量为100。按量计费每次购买最大数量为30,每个地域购买数量取值范围为[1,100]。
|
|
2749
|
+
*/
|
|
2750
|
+
GoodsNum: number
|
|
2751
|
+
|
|
2752
|
+
/**
|
|
2753
|
+
* 克隆实例所属的可用区ID。当前所支持的可用区 ID,请参见[地域和可用区](https://cloud.tencent.com/document/product/239/4106) 。
|
|
2754
|
+
*/
|
|
2755
|
+
ZoneId: number
|
|
2756
|
+
|
|
2757
|
+
/**
|
|
2758
|
+
* 付费方式。<ul><li>0:按量计费。</li><li>1:包年包月。</li></ul>
|
|
2759
|
+
*/
|
|
2760
|
+
BillingMode: number
|
|
2761
|
+
|
|
2762
|
+
/**
|
|
2763
|
+
* 购买实例时长。<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>
|
|
2764
|
+
*/
|
|
2765
|
+
Period: number
|
|
2766
|
+
|
|
2767
|
+
/**
|
|
2768
|
+
* 安全组ID。请登录控制台,在<b>安全组</b>页面获取安全组 ID 信息。
|
|
2769
|
+
*/
|
|
2770
|
+
SecurityGroupIdList: Array<string>
|
|
2771
|
+
|
|
2772
|
+
/**
|
|
2773
|
+
* 克隆实例使用的备份ID。请通过接口[DescribeInstanceBackups](https://cloud.tencent.com/document/product/239/20011)获取备份ID。
|
|
2774
|
+
*/
|
|
2775
|
+
BackupId: string
|
|
2776
|
+
|
|
2777
|
+
/**
|
|
2778
|
+
* 配置克隆实例是否支持免密访问。开启 SSL 与外网均不支持免密访问。<ul><li>true:免密实例,</li><li>false:非免密实例。默认为非免密实例。</li></ul>
|
|
2779
|
+
*/
|
|
2780
|
+
NoAuth?: boolean
|
|
2781
|
+
|
|
2782
|
+
/**
|
|
2783
|
+
* 私有网络ID。如果未配置该参数,默认选择基础网络。
|
|
2784
|
+
*/
|
|
2785
|
+
VpcId?: string
|
|
2786
|
+
|
|
2787
|
+
/**
|
|
2788
|
+
* 私有网络所属子网。基础网络时该参数无需配置。
|
|
2789
|
+
*/
|
|
2790
|
+
SubnetId?: string
|
|
2791
|
+
|
|
2792
|
+
/**
|
|
2793
|
+
* 克隆实例的名称。<br>仅支持长度小于60的中文、英文或者数字,短划线"-"、下划线"_"。</br>
|
|
2794
|
+
*/
|
|
2795
|
+
InstanceName?: string
|
|
2796
|
+
|
|
2797
|
+
/**
|
|
2798
|
+
* 克隆实例的访问密码。<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>
|
|
2799
|
+
*/
|
|
2800
|
+
Password?: string
|
|
2801
|
+
|
|
2802
|
+
/**
|
|
2803
|
+
* 自动续费标识。<ul><li>0:默认状态(手动续费)。</li><li>1:自动续费。</li><li>2:不自动续费,到期自动隔离。</li></ul>
|
|
2804
|
+
*/
|
|
2805
|
+
AutoRenew?: number
|
|
2806
|
+
|
|
2807
|
+
/**
|
|
2808
|
+
* 用户自定义的端口,默认为6379,取值范围[1024,65535]。
|
|
2809
|
+
*/
|
|
2810
|
+
VPort?: number
|
|
2811
|
+
|
|
2812
|
+
/**
|
|
2813
|
+
* 实例的节点信息。<ul><li>目前支持配置节点的类型(主节点或者副本节点),及其节点的可用区信息。具体信息,请参见[RedisNodeInfo](https://cloud.tencent.com/document/product/239/20022#RedisNodeInfo)。</li><li>单可用区部署可不配置该参数。</li></ul>
|
|
2814
|
+
*/
|
|
2815
|
+
NodeSet?: Array<RedisNodeInfo>
|
|
2816
|
+
|
|
2817
|
+
/**
|
|
2818
|
+
* 项目 ID。登录控制台,可在右上角的<b>账号中心</b> > <b>项目管理</b>中查找项目ID。
|
|
2819
|
+
*/
|
|
2820
|
+
ProjectId?: number
|
|
2821
|
+
|
|
2822
|
+
/**
|
|
2823
|
+
* 克隆实例需绑定的标签。
|
|
2824
|
+
*/
|
|
2825
|
+
ResourceTags?: Array<ResourceTag>
|
|
2826
|
+
|
|
2827
|
+
/**
|
|
2828
|
+
* 克隆实例需要应用的参数模板ID,请登录 Redis 控制台,在<b>参数模板</b>页面获取。若不配置该参数,则应用默认的参数模板。
|
|
2829
|
+
*/
|
|
2830
|
+
TemplateId?: string
|
|
2831
|
+
|
|
2832
|
+
/**
|
|
2833
|
+
* 指定克隆实例的告警策略 ID。请登录控制台,在<b>云监控</b> > <b>告警配置</b> > <b>告警策略</b>页面获取策略 ID 信息。
|
|
2834
|
+
*/
|
|
2835
|
+
AlarmPolicyList?: Array<string>
|
|
2836
|
+
}
|
|
2837
|
+
|
|
2733
2838
|
/**
|
|
2734
2839
|
* ApplyParamsTemplate返回参数结构体
|
|
2735
2840
|
*/
|
|
@@ -5170,6 +5275,21 @@ export interface DescribeParamTemplateInfoResponse {
|
|
|
5170
5275
|
RequestId?: string
|
|
5171
5276
|
}
|
|
5172
5277
|
|
|
5278
|
+
/**
|
|
5279
|
+
* SwitchProxy请求参数结构体
|
|
5280
|
+
*/
|
|
5281
|
+
export interface SwitchProxyRequest {
|
|
5282
|
+
/**
|
|
5283
|
+
* 实例ID
|
|
5284
|
+
*/
|
|
5285
|
+
InstanceId: string
|
|
5286
|
+
|
|
5287
|
+
/**
|
|
5288
|
+
* 实例ProxyID
|
|
5289
|
+
*/
|
|
5290
|
+
ProxyID?: string
|
|
5291
|
+
}
|
|
5292
|
+
|
|
5173
5293
|
/**
|
|
5174
5294
|
* DescribeProductInfo请求参数结构体
|
|
5175
5295
|
*/
|
|
@@ -156,8 +156,10 @@ export class Client extends AbstractClient {
|
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
/**
|
|
159
|
-
|
|
160
|
-
|
|
159
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
160
|
+
|
|
161
|
+
权威机构列表
|
|
162
|
+
*/
|
|
161
163
|
async GetAuthoritiesList(
|
|
162
164
|
req: GetAuthoritiesListRequest,
|
|
163
165
|
cb?: (error: string, rep: GetAuthoritiesListResponse) => void
|
|
@@ -166,8 +168,10 @@ export class Client extends AbstractClient {
|
|
|
166
168
|
}
|
|
167
169
|
|
|
168
170
|
/**
|
|
169
|
-
|
|
170
|
-
|
|
171
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
172
|
+
|
|
173
|
+
披露策略Policy管理列表
|
|
174
|
+
*/
|
|
171
175
|
async GetPolicyList(
|
|
172
176
|
req: GetPolicyListRequest,
|
|
173
177
|
cb?: (error: string, rep: GetPolicyListResponse) => void
|
|
@@ -186,8 +190,10 @@ export class Client extends AbstractClient {
|
|
|
186
190
|
}
|
|
187
191
|
|
|
188
192
|
/**
|
|
189
|
-
|
|
190
|
-
|
|
193
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
194
|
+
|
|
195
|
+
查看公钥
|
|
196
|
+
*/
|
|
191
197
|
async GetPublicKey(
|
|
192
198
|
req: GetPublicKeyRequest,
|
|
193
199
|
cb?: (error: string, rep: GetPublicKeyResponse) => void
|
|
@@ -206,8 +212,10 @@ export class Client extends AbstractClient {
|
|
|
206
212
|
}
|
|
207
213
|
|
|
208
214
|
/**
|
|
209
|
-
|
|
210
|
-
|
|
215
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
216
|
+
|
|
217
|
+
披露策略Policy查看
|
|
218
|
+
*/
|
|
211
219
|
async QueryPolicy(
|
|
212
220
|
req: QueryPolicyRequest,
|
|
213
221
|
cb?: (error: string, rep: QueryPolicyResponse) => void
|
|
@@ -216,8 +224,10 @@ export class Client extends AbstractClient {
|
|
|
216
224
|
}
|
|
217
225
|
|
|
218
226
|
/**
|
|
219
|
-
|
|
220
|
-
|
|
227
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
228
|
+
|
|
229
|
+
检查部署情况
|
|
230
|
+
*/
|
|
221
231
|
async CheckDidDeploy(
|
|
222
232
|
req: CheckDidDeployRequest,
|
|
223
233
|
cb?: (error: string, rep: CheckDidDeployResponse) => void
|
|
@@ -226,8 +236,10 @@ export class Client extends AbstractClient {
|
|
|
226
236
|
}
|
|
227
237
|
|
|
228
238
|
/**
|
|
229
|
-
|
|
230
|
-
|
|
239
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
240
|
+
|
|
241
|
+
认证权威机构
|
|
242
|
+
*/
|
|
231
243
|
async RecognizeAuthorityIssuer(
|
|
232
244
|
req: RecognizeAuthorityIssuerRequest,
|
|
233
245
|
cb?: (error: string, rep: RecognizeAuthorityIssuerResponse) => void
|
|
@@ -236,8 +248,10 @@ export class Client extends AbstractClient {
|
|
|
236
248
|
}
|
|
237
249
|
|
|
238
250
|
/**
|
|
239
|
-
|
|
240
|
-
|
|
251
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
252
|
+
|
|
253
|
+
撤消权威机构认证
|
|
254
|
+
*/
|
|
241
255
|
async CancelAuthorityIssuer(
|
|
242
256
|
req: CancelAuthorityIssuerRequest,
|
|
243
257
|
cb?: (error: string, rep: CancelAuthorityIssuerResponse) => void
|
|
@@ -246,8 +260,10 @@ export class Client extends AbstractClient {
|
|
|
246
260
|
}
|
|
247
261
|
|
|
248
262
|
/**
|
|
249
|
-
|
|
250
|
-
|
|
263
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
264
|
+
|
|
265
|
+
DID注册趋势
|
|
266
|
+
*/
|
|
251
267
|
async GetDidRegisterTrend(
|
|
252
268
|
req: GetDidRegisterTrendRequest,
|
|
253
269
|
cb?: (error: string, rep: GetDidRegisterTrendResponse) => void
|
|
@@ -256,8 +272,10 @@ export class Client extends AbstractClient {
|
|
|
256
272
|
}
|
|
257
273
|
|
|
258
274
|
/**
|
|
259
|
-
|
|
260
|
-
|
|
275
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
276
|
+
|
|
277
|
+
DID详情
|
|
278
|
+
*/
|
|
261
279
|
async GetDidDetail(
|
|
262
280
|
req: GetDidDetailRequest,
|
|
263
281
|
cb?: (error: string, rep: GetDidDetailResponse) => void
|
|
@@ -266,8 +284,10 @@ export class Client extends AbstractClient {
|
|
|
266
284
|
}
|
|
267
285
|
|
|
268
286
|
/**
|
|
269
|
-
|
|
270
|
-
|
|
287
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
288
|
+
|
|
289
|
+
删除合约
|
|
290
|
+
*/
|
|
271
291
|
async RemoveHash(
|
|
272
292
|
req: RemoveHashRequest,
|
|
273
293
|
cb?: (error: string, rep: RemoveHashResponse) => void
|
|
@@ -276,8 +296,10 @@ export class Client extends AbstractClient {
|
|
|
276
296
|
}
|
|
277
297
|
|
|
278
298
|
/**
|
|
279
|
-
|
|
280
|
-
|
|
299
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
300
|
+
|
|
301
|
+
凭证颁发按机构排行
|
|
302
|
+
*/
|
|
281
303
|
async GetCredentialIssueRank(
|
|
282
304
|
req: GetCredentialIssueRankRequest,
|
|
283
305
|
cb?: (error: string, rep: GetCredentialIssueRankResponse) => void
|
|
@@ -286,8 +308,10 @@ export class Client extends AbstractClient {
|
|
|
286
308
|
}
|
|
287
309
|
|
|
288
310
|
/**
|
|
289
|
-
|
|
290
|
-
|
|
311
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
312
|
+
|
|
313
|
+
主群组配置列表
|
|
314
|
+
*/
|
|
291
315
|
async GetGroupList(
|
|
292
316
|
req: GetGroupListRequest,
|
|
293
317
|
cb?: (error: string, rep: GetGroupListResponse) => void
|
|
@@ -296,8 +320,10 @@ export class Client extends AbstractClient {
|
|
|
296
320
|
}
|
|
297
321
|
|
|
298
322
|
/**
|
|
299
|
-
|
|
300
|
-
|
|
323
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
324
|
+
|
|
325
|
+
披露策略Policy注册
|
|
326
|
+
*/
|
|
301
327
|
async RegisterClaimPolicy(
|
|
302
328
|
req: RegisterClaimPolicyRequest,
|
|
303
329
|
cb?: (error: string, rep: RegisterClaimPolicyResponse) => void
|
|
@@ -306,8 +332,10 @@ export class Client extends AbstractClient {
|
|
|
306
332
|
}
|
|
307
333
|
|
|
308
334
|
/**
|
|
309
|
-
|
|
310
|
-
|
|
335
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
336
|
+
|
|
337
|
+
获取联盟列表
|
|
338
|
+
*/
|
|
311
339
|
async GetConsortiumList(
|
|
312
340
|
req?: GetConsortiumListRequest,
|
|
313
341
|
cb?: (error: string, rep: GetConsortiumListResponse) => void
|
|
@@ -316,8 +344,10 @@ export class Client extends AbstractClient {
|
|
|
316
344
|
}
|
|
317
345
|
|
|
318
346
|
/**
|
|
319
|
-
|
|
320
|
-
|
|
347
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
348
|
+
|
|
349
|
+
获取用户的DID网络列表
|
|
350
|
+
*/
|
|
321
351
|
async GetDidClusterList(
|
|
322
352
|
req?: GetDidClusterListRequest,
|
|
323
353
|
cb?: (error: string, rep: GetDidClusterListResponse) => void
|
|
@@ -326,8 +356,10 @@ export class Client extends AbstractClient {
|
|
|
326
356
|
}
|
|
327
357
|
|
|
328
358
|
/**
|
|
329
|
-
|
|
330
|
-
|
|
359
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
360
|
+
|
|
361
|
+
获取DID服务详情
|
|
362
|
+
*/
|
|
331
363
|
async GetDidServiceDetail(
|
|
332
364
|
req: GetDidServiceDetailRequest,
|
|
333
365
|
cb?: (error: string, rep: GetDidServiceDetailResponse) => void
|
|
@@ -336,8 +368,10 @@ export class Client extends AbstractClient {
|
|
|
336
368
|
}
|
|
337
369
|
|
|
338
370
|
/**
|
|
339
|
-
|
|
340
|
-
|
|
371
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
372
|
+
|
|
373
|
+
凭证模版列表
|
|
374
|
+
*/
|
|
341
375
|
async GetCptList(
|
|
342
376
|
req: GetCptListRequest,
|
|
343
377
|
cb?: (error: string, rep: GetCptListResponse) => void
|
|
@@ -346,8 +380,10 @@ export class Client extends AbstractClient {
|
|
|
346
380
|
}
|
|
347
381
|
|
|
348
382
|
/**
|
|
349
|
-
|
|
350
|
-
|
|
383
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
384
|
+
|
|
385
|
+
凭证颁发趋势
|
|
386
|
+
*/
|
|
351
387
|
async GetCredentialIssueTrend(
|
|
352
388
|
req: GetCredentialIssueTrendRequest,
|
|
353
389
|
cb?: (error: string, rep: GetCredentialIssueTrendResponse) => void
|
|
@@ -356,8 +392,10 @@ export class Client extends AbstractClient {
|
|
|
356
392
|
}
|
|
357
393
|
|
|
358
394
|
/**
|
|
359
|
-
|
|
360
|
-
|
|
395
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
396
|
+
|
|
397
|
+
通过Name部署TDID合约
|
|
398
|
+
*/
|
|
361
399
|
async DeployByName(
|
|
362
400
|
req: DeployByNameRequest,
|
|
363
401
|
cb?: (error: string, rep: DeployByNameResponse) => void
|
|
@@ -366,8 +404,10 @@ export class Client extends AbstractClient {
|
|
|
366
404
|
}
|
|
367
405
|
|
|
368
406
|
/**
|
|
369
|
-
|
|
370
|
-
|
|
407
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
408
|
+
|
|
409
|
+
创建DID服务
|
|
410
|
+
*/
|
|
371
411
|
async CreateDidService(
|
|
372
412
|
req: CreateDidServiceRequest,
|
|
373
413
|
cb?: (error: string, rep: CreateDidServiceResponse) => void
|
|
@@ -386,8 +426,10 @@ export class Client extends AbstractClient {
|
|
|
386
426
|
}
|
|
387
427
|
|
|
388
428
|
/**
|
|
389
|
-
|
|
390
|
-
|
|
429
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
430
|
+
|
|
431
|
+
获取DID区块链网络详情
|
|
432
|
+
*/
|
|
391
433
|
async GetDidClusterDetail(
|
|
392
434
|
req: GetDidClusterDetailRequest,
|
|
393
435
|
cb?: (error: string, rep: GetDidClusterDetailResponse) => void
|
|
@@ -406,8 +448,10 @@ export class Client extends AbstractClient {
|
|
|
406
448
|
}
|
|
407
449
|
|
|
408
450
|
/**
|
|
409
|
-
|
|
410
|
-
|
|
451
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
452
|
+
|
|
453
|
+
标签列表
|
|
454
|
+
*/
|
|
411
455
|
async GetLabelList(
|
|
412
456
|
req: GetLabelListRequest,
|
|
413
457
|
cb?: (error: string, rep: GetLabelListResponse) => void
|
|
@@ -416,8 +460,10 @@ export class Client extends AbstractClient {
|
|
|
416
460
|
}
|
|
417
461
|
|
|
418
462
|
/**
|
|
419
|
-
|
|
420
|
-
|
|
463
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
464
|
+
|
|
465
|
+
启用合约
|
|
466
|
+
*/
|
|
421
467
|
async EnableHash(
|
|
422
468
|
req: EnableHashRequest,
|
|
423
469
|
cb?: (error: string, rep: EnableHashResponse) => void
|
|
@@ -426,8 +472,10 @@ export class Client extends AbstractClient {
|
|
|
426
472
|
}
|
|
427
473
|
|
|
428
474
|
/**
|
|
429
|
-
|
|
430
|
-
|
|
475
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
476
|
+
|
|
477
|
+
合约部署列表
|
|
478
|
+
*/
|
|
431
479
|
async GetDeployList(
|
|
432
480
|
req: GetDeployListRequest,
|
|
433
481
|
cb?: (error: string, rep: GetDeployListResponse) => void
|
|
@@ -446,8 +494,10 @@ export class Client extends AbstractClient {
|
|
|
446
494
|
}
|
|
447
495
|
|
|
448
496
|
/**
|
|
449
|
-
|
|
450
|
-
|
|
497
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
498
|
+
|
|
499
|
+
注册为权威机构
|
|
500
|
+
*/
|
|
451
501
|
async RegisterIssuer(
|
|
452
502
|
req: RegisterIssuerRequest,
|
|
453
503
|
cb?: (error: string, rep: RegisterIssuerResponse) => void
|
|
@@ -456,7 +506,9 @@ export class Client extends AbstractClient {
|
|
|
456
506
|
}
|
|
457
507
|
|
|
458
508
|
/**
|
|
459
|
-
*
|
|
509
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
510
|
+
|
|
511
|
+
合约部署详情
|
|
460
512
|
|
|
461
513
|
*/
|
|
462
514
|
async GetDeployInfo(
|
|
@@ -467,8 +519,10 @@ export class Client extends AbstractClient {
|
|
|
467
519
|
}
|
|
468
520
|
|
|
469
521
|
/**
|
|
470
|
-
|
|
471
|
-
|
|
522
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
523
|
+
|
|
524
|
+
凭证颁发按机构排行
|
|
525
|
+
*/
|
|
472
526
|
async GetCredentialCptRank(
|
|
473
527
|
req: GetCredentialCptRankRequest,
|
|
474
528
|
cb?: (error: string, rep: GetCredentialCptRankResponse) => void
|
|
@@ -498,8 +552,10 @@ export class Client extends AbstractClient {
|
|
|
498
552
|
}
|
|
499
553
|
|
|
500
554
|
/**
|
|
501
|
-
|
|
502
|
-
|
|
555
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
556
|
+
|
|
557
|
+
获取DID服务列表
|
|
558
|
+
*/
|
|
503
559
|
async GetDidServiceList(
|
|
504
560
|
req: GetDidServiceListRequest,
|
|
505
561
|
cb?: (error: string, rep: GetDidServiceListResponse) => void
|
|
@@ -508,8 +564,10 @@ export class Client extends AbstractClient {
|
|
|
508
564
|
}
|
|
509
565
|
|
|
510
566
|
/**
|
|
511
|
-
|
|
512
|
-
|
|
567
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
568
|
+
|
|
569
|
+
DID列表
|
|
570
|
+
*/
|
|
513
571
|
async GetDidList(
|
|
514
572
|
req: GetDidListRequest,
|
|
515
573
|
cb?: (error: string, rep: GetDidListResponse) => void
|
|
@@ -550,7 +608,9 @@ export class Client extends AbstractClient {
|
|
|
550
608
|
}
|
|
551
609
|
|
|
552
610
|
/**
|
|
553
|
-
*
|
|
611
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
612
|
+
|
|
613
|
+
DID添加标签
|
|
554
614
|
|
|
555
615
|
*/
|
|
556
616
|
async AddLabel(
|
|
@@ -561,8 +621,10 @@ export class Client extends AbstractClient {
|
|
|
561
621
|
}
|
|
562
622
|
|
|
563
623
|
/**
|
|
564
|
-
|
|
565
|
-
|
|
624
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
625
|
+
|
|
626
|
+
凭证模版下载
|
|
627
|
+
*/
|
|
566
628
|
async DownCpt(
|
|
567
629
|
req: DownCptRequest,
|
|
568
630
|
cb?: (error: string, rep: DownCptResponse) => void
|
|
@@ -581,8 +643,10 @@ export class Client extends AbstractClient {
|
|
|
581
643
|
}
|
|
582
644
|
|
|
583
645
|
/**
|
|
584
|
-
|
|
585
|
-
|
|
646
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
647
|
+
|
|
648
|
+
获取联盟bcos网络列表
|
|
649
|
+
*/
|
|
586
650
|
async GetConsortiumClusterList(
|
|
587
651
|
req: GetConsortiumClusterListRequest,
|
|
588
652
|
cb?: (error: string, rep: GetConsortiumClusterListResponse) => void
|
|
@@ -601,7 +665,9 @@ export class Client extends AbstractClient {
|
|
|
601
665
|
}
|
|
602
666
|
|
|
603
667
|
/**
|
|
604
|
-
*
|
|
668
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
669
|
+
|
|
670
|
+
概览
|
|
605
671
|
|
|
606
672
|
*/
|
|
607
673
|
async GetDataPanel(
|
|
@@ -622,8 +688,10 @@ export class Client extends AbstractClient {
|
|
|
622
688
|
}
|
|
623
689
|
|
|
624
690
|
/**
|
|
625
|
-
|
|
626
|
-
|
|
691
|
+
* 下线已有内测接口,待上线正式版本的接口
|
|
692
|
+
|
|
693
|
+
新建标签
|
|
694
|
+
*/
|
|
627
695
|
async CreateLabel(
|
|
628
696
|
req: CreateLabelRequest,
|
|
629
697
|
cb?: (error: string, rep: CreateLabelResponse) => void
|