tencentcloud-sdk-nodejs 4.0.627 → 4.0.629

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.
Files changed (90) hide show
  1. package/CHANGELOG.md +508 -0
  2. package/SERVICE_CHANGELOG.md +642 -100
  3. package/package.json +1 -1
  4. package/products.md +30 -30
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +35 -26
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +17 -13
  8. package/src/services/asr/v20190614/asr_client.ts +1 -1
  9. package/src/services/asr/v20190614/asr_models.ts +2 -2
  10. package/src/services/cdb/v20170320/cdb_models.ts +2 -2
  11. package/src/services/cdn/v20180606/cdn_client.ts +16 -0
  12. package/src/services/cdn/v20180606/cdn_models.ts +28 -0
  13. package/src/services/ckafka/v20190819/ckafka_client.ts +26 -12
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +271 -130
  15. package/src/services/cls/v20201016/cls_client.ts +1 -1
  16. package/src/services/cynosdb/v20190107/cynosdb_client.ts +13 -1
  17. package/src/services/cynosdb/v20190107/cynosdb_models.ts +42 -8
  18. package/src/services/ess/v20201111/ess_models.ts +4 -4
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +4 -36
  20. package/src/services/live/v20180801/live_models.ts +4 -4
  21. package/src/services/nlp/v20190408/nlp_client.ts +54 -5
  22. package/src/services/nlp/v20190408/nlp_models.ts +206 -32
  23. package/src/services/postgres/v20170312/postgres_models.ts +5 -5
  24. package/src/services/sqlserver/v20180328/sqlserver_client.ts +1 -0
  25. package/src/services/sqlserver/v20180328/sqlserver_models.ts +33 -2
  26. package/src/services/tbaas/v20180416/tbaas_client.ts +53 -123
  27. package/src/services/tbaas/v20180416/tbaas_models.ts +192 -516
  28. package/src/services/tdid/v20210519/tdid_client.ts +111 -518
  29. package/src/services/tdid/v20210519/tdid_models.ts +354 -1911
  30. package/src/services/tdmq/v20200217/tdmq_models.ts +2 -2
  31. package/src/services/tione/v20211111/tione_models.ts +10 -0
  32. package/src/services/tke/v20180525/tke_client.ts +1 -1
  33. package/src/services/tke/v20180525/tke_models.ts +4 -4
  34. package/src/services/trp/v20210515/trp_client.ts +1 -0
  35. package/src/services/trp/v20210515/trp_models.ts +152 -40
  36. package/src/services/tts/v20190823/tts_models.ts +3 -3
  37. package/src/services/waf/v20180125/waf_client.ts +13 -0
  38. package/src/services/waf/v20180125/waf_models.ts +170 -0
  39. package/src/services/wedata/v20210820/wedata_models.ts +76 -5
  40. package/tencentcloud/common/sdk_version.d.ts +1 -1
  41. package/tencentcloud/common/sdk_version.js +1 -1
  42. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +35 -26
  43. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +17 -13
  44. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  45. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  46. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
  47. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
  48. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +9 -1
  49. package/tencentcloud/services/cdn/v20180606/cdn_client.js +10 -0
  50. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +26 -0
  51. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +7 -3
  52. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +9 -3
  53. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +266 -129
  54. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  55. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
  56. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  57. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  58. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +40 -8
  59. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -4
  60. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -36
  61. package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -4
  62. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +17 -1
  63. package/tencentcloud/services/nlp/v20190408/nlp_client.js +24 -0
  64. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +197 -32
  65. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +5 -5
  66. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +32 -2
  67. package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +27 -47
  68. package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +27 -59
  69. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +193 -503
  70. package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +41 -197
  71. package/tencentcloud/services/tdid/v20210519/tdid_client.js +50 -266
  72. package/tencentcloud/services/tdid/v20210519/tdid_models.d.ts +353 -1839
  73. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +2 -2
  74. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +10 -0
  75. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
  76. package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
  77. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -4
  78. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +151 -40
  79. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +3 -3
  80. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  81. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  82. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +167 -0
  83. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +76 -5
  84. package/test/cdn.v20180606.test.js +10 -0
  85. package/test/ckafka.v20190819.test.js +12 -2
  86. package/test/cynosdb.v20190107.test.js +10 -0
  87. package/test/nlp.v20190408.test.js +40 -0
  88. package/test/tbaas.v20180416.test.js +2 -62
  89. package/test/tdid.v20210519.test.js +20 -320
  90. package/test/waf.v20180125.test.js +10 -0
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { QueryPolicyRequest, RegisterClaimPolicyRequest, GetDidServiceDetailResponse, CreateCredentialResponse, GetConsortiumListRequest, DownCptResponse, GetCredentialIssueTrendResponse, CreateCredentialRequest, CreateDidServiceResponse, GetConsortiumListResponse, GetCredentialCptRankRequest, GetPolicyListRequest, GetConsortiumClusterListResponse, GetCptListRequest, GetAuthoritiesListRequest, GetAgencyTDidRequest, RemoveHashRequest, GetGroupListRequest, GetDeployInfoRequest, CreateLabelResponse, GetPublicKeyRequest, GetDidServiceListResponse, DeployByNameResponse, CreateLabelRequest, CreateDidServiceRequest, GetDidClusterDetailResponse, RecognizeAuthorityIssuerResponse, EnableHashResponse, GetCredentialIssueTrendRequest, EnableHashRequest, GetDidClusterListRequest, GetCptInfoRequest, DownCptRequest, GetCptListResponse, GetCptInfoResponse, GetDidRegisterTrendRequest, AddLabelRequest, GetAuthorityIssuerResponse, CreateSelectiveCredentialResponse, VerifyCredentialResponse, CreateTDidByPrivateKeyRequest, RegisterCptResponse, SetCredentialStatusRequest, RemoveHashResponse, CheckDidDeployRequest, GetDidDocumentResponse, RegisterIssuerResponse, CancelAuthorityIssuerRequest, CancelAuthorityIssuerResponse, CreateTDidRequest, GetAuthoritiesListResponse, CreateSelectiveCredentialRequest, CreateTDidByPrivateKeyResponse, DeployByNameRequest, GetDidServiceListRequest, GetAuthorityIssuerRequest, GetDidClusterListResponse, RecognizeAuthorityIssuerRequest, GetCredentialStatusRequest, GetAgencyTDidResponse, SetCredentialStatusResponse, GetCredentialCptRankResponse, RegisterIssuerRequest, GetDidListResponse, GetDeployInfoResponse, CreateTDidByPublicKeyResponse, CheckDidDeployResponse, GetDidClusterDetailRequest, GetConsortiumClusterListRequest, GetDidDetailResponse, GetLabelListRequest, GetDataPanelResponse, QueryPolicyResponse, GetDidListRequest, CheckChainResponse, CreateTDidByPublicKeyRequest, GetDataPanelRequest, GetGroupListResponse, RegisterClaimPolicyResponse, GetDidDetailRequest, GetDidServiceDetailRequest, GetDidDocumentRequest, GetCredentialIssueRankResponse, AddLabelResponse, GetDeployListResponse, CheckChainRequest, GetPublicKeyResponse, GetDidRegisterTrendResponse, GetCredentialStatusResponse, CreateTDidResponse, VerifyCredentialRequest, RegisterCptRequest, GetLabelListResponse, GetPolicyListResponse, GetCredentialIssueRankRequest, GetDeployListRequest } from "./tdid_models";
3
+ import { CreateTDidRequest, CreateSelectiveCredentialRequest, CreateTDidByPrivateKeyResponse, CheckChainResponse, CreateTDidByPublicKeyRequest, CreateCredentialResponse, CheckChainRequest, GetAuthorityIssuerRequest, GetConsortiumListRequest, CreateCredentialRequest, GetDidDocumentRequest, GetConsortiumListResponse, GetCredentialStatusRequest, GetAgencyTDidResponse, AddLabelResponse, VerifyCredentialResponse, SetCredentialStatusResponse, GetCptInfoResponse, GetCredentialCptRankResponse, GetConsortiumClusterListResponse, AddLabelRequest, GetAuthorityIssuerResponse, GetDidDocumentResponse, CreateTDidResponse, CreateSelectiveCredentialResponse, GetAgencyTDidRequest, CreateTDidByPublicKeyResponse, GetCredentialCptRankRequest, RegisterCptRequest, VerifyCredentialRequest, GetConsortiumClusterListRequest, CreateTDidByPrivateKeyRequest, SetCredentialStatusRequest, GetCptInfoRequest, GetCredentialStatusResponse, RegisterCptResponse } from "./tdid_models";
4
4
  /**
5
5
  * tdid client
6
6
  * @class
@@ -8,217 +8,60 @@ import { QueryPolicyRequest, RegisterClaimPolicyRequest, GetDidServiceDetailResp
8
8
  export declare class Client extends AbstractClient {
9
9
  constructor(clientConfig: ClientConfig);
10
10
  /**
11
- * 创建选择性批露凭证
12
- */
13
- CreateSelectiveCredential(req: CreateSelectiveCredentialRequest, cb?: (error: string, rep: CreateSelectiveCredentialResponse) => void): Promise<CreateSelectiveCredentialResponse>;
14
- /**
15
- * 下线已有内测接口,待上线正式版本的接口
16
-
17
- 权威机构列表
18
- */
19
- GetAuthoritiesList(req: GetAuthoritiesListRequest, cb?: (error: string, rep: GetAuthoritiesListResponse) => void): Promise<GetAuthoritiesListResponse>;
20
- /**
21
- * 下线已有内测接口,待上线正式版本的接口
22
-
23
- 披露策略Policy管理列表
24
- */
25
- GetPolicyList(req: GetPolicyListRequest, cb?: (error: string, rep: GetPolicyListResponse) => void): Promise<GetPolicyListResponse>;
26
- /**
27
- * 获取凭证链上状态信息
28
- */
29
- GetCredentialStatus(req: GetCredentialStatusRequest, cb?: (error: string, rep: GetCredentialStatusResponse) => void): Promise<GetCredentialStatusResponse>;
30
- /**
31
- * 下线已有内测接口,待上线正式版本的接口
11
+ * 该接口不再使用
32
12
 
33
- 查看公钥
34
- */
35
- GetPublicKey(req: GetPublicKeyRequest, cb?: (error: string, rep: GetPublicKeyResponse) => void): Promise<GetPublicKeyResponse>;
36
- /**
37
- * 检查区块链信息
13
+ 检查区块链信息
38
14
  */
39
15
  CheckChain(req: CheckChainRequest, cb?: (error: string, rep: CheckChainResponse) => void): Promise<CheckChainResponse>;
40
16
  /**
41
- * 下线已有内测接口,待上线正式版本的接口
42
-
43
- 披露策略Policy查看
44
- */
45
- QueryPolicy(req: QueryPolicyRequest, cb?: (error: string, rep: QueryPolicyResponse) => void): Promise<QueryPolicyResponse>;
46
- /**
47
- * 下线已有内测接口,待上线正式版本的接口
48
-
49
- 检查部署情况
50
- */
51
- CheckDidDeploy(req: CheckDidDeployRequest, cb?: (error: string, rep: CheckDidDeployResponse) => void): Promise<CheckDidDeployResponse>;
52
- /**
53
- * 下线已有内测接口,待上线正式版本的接口
54
-
55
- 认证权威机构
56
- */
57
- RecognizeAuthorityIssuer(req: RecognizeAuthorityIssuerRequest, cb?: (error: string, rep: RecognizeAuthorityIssuerResponse) => void): Promise<RecognizeAuthorityIssuerResponse>;
58
- /**
59
- * 下线已有内测接口,待上线正式版本的接口
60
-
61
- 撤消权威机构认证
62
- */
63
- CancelAuthorityIssuer(req: CancelAuthorityIssuerRequest, cb?: (error: string, rep: CancelAuthorityIssuerResponse) => void): Promise<CancelAuthorityIssuerResponse>;
64
- /**
65
- * 下线已有内测接口,待上线正式版本的接口
66
-
67
- DID注册趋势
68
- */
69
- GetDidRegisterTrend(req: GetDidRegisterTrendRequest, cb?: (error: string, rep: GetDidRegisterTrendResponse) => void): Promise<GetDidRegisterTrendResponse>;
70
- /**
71
- * 下线已有内测接口,待上线正式版本的接口
72
-
73
- DID详情
74
- */
75
- GetDidDetail(req: GetDidDetailRequest, cb?: (error: string, rep: GetDidDetailResponse) => void): Promise<GetDidDetailResponse>;
76
- /**
77
- * 下线已有内测接口,待上线正式版本的接口
78
-
79
- 删除合约
80
- */
81
- RemoveHash(req: RemoveHashRequest, cb?: (error: string, rep: RemoveHashResponse) => void): Promise<RemoveHashResponse>;
82
- /**
83
- * 下线已有内测接口,待上线正式版本的接口
84
-
85
- 凭证颁发按机构排行
86
- */
87
- GetCredentialIssueRank(req: GetCredentialIssueRankRequest, cb?: (error: string, rep: GetCredentialIssueRankResponse) => void): Promise<GetCredentialIssueRankResponse>;
88
- /**
89
- * 下线已有内测接口,待上线正式版本的接口
90
-
91
- 主群组配置列表
92
- */
93
- GetGroupList(req: GetGroupListRequest, cb?: (error: string, rep: GetGroupListResponse) => void): Promise<GetGroupListResponse>;
94
- /**
95
- * 下线已有内测接口,待上线正式版本的接口
96
-
97
- 披露策略Policy注册
98
- */
99
- RegisterClaimPolicy(req: RegisterClaimPolicyRequest, cb?: (error: string, rep: RegisterClaimPolicyResponse) => void): Promise<RegisterClaimPolicyResponse>;
100
- /**
101
- * 下线已有内测接口,待上线正式版本的接口
102
-
103
- 获取联盟列表
104
- */
105
- GetConsortiumList(req?: GetConsortiumListRequest, cb?: (error: string, rep: GetConsortiumListResponse) => void): Promise<GetConsortiumListResponse>;
106
- /**
107
- * 下线已有内测接口,待上线正式版本的接口
108
-
109
- 获取用户的DID网络列表
110
- */
111
- GetDidClusterList(req?: GetDidClusterListRequest, cb?: (error: string, rep: GetDidClusterListResponse) => void): Promise<GetDidClusterListResponse>;
112
- /**
113
- * 下线已有内测接口,待上线正式版本的接口
114
-
115
- 获取DID服务详情
116
- */
117
- GetDidServiceDetail(req: GetDidServiceDetailRequest, cb?: (error: string, rep: GetDidServiceDetailResponse) => void): Promise<GetDidServiceDetailResponse>;
118
- /**
119
- * 下线已有内测接口,待上线正式版本的接口
120
-
121
- 凭证模版列表
122
- */
123
- GetCptList(req: GetCptListRequest, cb?: (error: string, rep: GetCptListResponse) => void): Promise<GetCptListResponse>;
124
- /**
125
- * 下线已有内测接口,待上线正式版本的接口
126
-
127
- 凭证颁发趋势
128
- */
129
- GetCredentialIssueTrend(req: GetCredentialIssueTrendRequest, cb?: (error: string, rep: GetCredentialIssueTrendResponse) => void): Promise<GetCredentialIssueTrendResponse>;
130
- /**
131
- * 下线已有内测接口,待上线正式版本的接口
17
+ * 该接口不再使用
132
18
 
133
- 通过Name部署TDID合约
134
- */
135
- DeployByName(req: DeployByNameRequest, cb?: (error: string, rep: DeployByNameResponse) => void): Promise<DeployByNameResponse>;
136
- /**
137
- * 下线已有内测接口,待上线正式版本的接口
138
-
139
- 创建DID服务
140
- */
141
- CreateDidService(req: CreateDidServiceRequest, cb?: (error: string, rep: CreateDidServiceResponse) => void): Promise<CreateDidServiceResponse>;
142
- /**
143
- * 创建凭证
19
+ 凭证模版详情
144
20
  */
145
- CreateCredential(req: CreateCredentialRequest, cb?: (error: string, rep: CreateCredentialResponse) => void): Promise<CreateCredentialResponse>;
21
+ GetCptInfo(req: GetCptInfoRequest, cb?: (error: string, rep: GetCptInfoResponse) => void): Promise<GetCptInfoResponse>;
146
22
  /**
147
- * 下线已有内测接口,待上线正式版本的接口
23
+ * 该接口不再使用
148
24
 
149
- 获取DID区块链网络详情
150
- */
151
- GetDidClusterDetail(req: GetDidClusterDetailRequest, cb?: (error: string, rep: GetDidClusterDetailResponse) => void): Promise<GetDidClusterDetailResponse>;
152
- /**
153
- * 设置凭证链上状态
154
- */
155
- SetCredentialStatus(req: SetCredentialStatusRequest, cb?: (error: string, rep: SetCredentialStatusResponse) => void): Promise<SetCredentialStatusResponse>;
156
- /**
157
- * 下线已有内测接口,待上线正式版本的接口
25
+ 查看DID文档
158
26
 
159
- 标签列表
160
27
  */
161
- GetLabelList(req: GetLabelListRequest, cb?: (error: string, rep: GetLabelListResponse) => void): Promise<GetLabelListResponse>;
28
+ GetDidDocument(req: GetDidDocumentRequest, cb?: (error: string, rep: GetDidDocumentResponse) => void): Promise<GetDidDocumentResponse>;
162
29
  /**
163
- * 下线已有内测接口,待上线正式版本的接口
30
+ * 该接口不再使用
164
31
 
165
- 启用合约
32
+ 创建选择性批露凭证
166
33
  */
167
- EnableHash(req: EnableHashRequest, cb?: (error: string, rep: EnableHashResponse) => void): Promise<EnableHashResponse>;
34
+ CreateSelectiveCredential(req: CreateSelectiveCredentialRequest, cb?: (error: string, rep: CreateSelectiveCredentialResponse) => void): Promise<CreateSelectiveCredentialResponse>;
168
35
  /**
169
- * 下线已有内测接口,待上线正式版本的接口
36
+ * 该接口不再使用
170
37
 
171
- 合约部署列表
172
- */
173
- GetDeployList(req: GetDeployListRequest, cb?: (error: string, rep: GetDeployListResponse) => void): Promise<GetDeployListResponse>;
174
- /**
175
- * 创建机构DID
38
+ 创建机构DID
176
39
  */
177
40
  CreateTDid(req: CreateTDidRequest, cb?: (error: string, rep: CreateTDidResponse) => void): Promise<CreateTDidResponse>;
178
41
  /**
179
42
  * 下线已有内测接口,待上线正式版本的接口
180
43
 
181
- 注册为权威机构
182
- */
183
- RegisterIssuer(req: RegisterIssuerRequest, cb?: (error: string, rep: RegisterIssuerResponse) => void): Promise<RegisterIssuerResponse>;
184
- /**
185
- * 下线已有内测接口,待上线正式版本的接口
186
-
187
- 合约部署详情
188
-
189
- */
190
- GetDeployInfo(req: GetDeployInfoRequest, cb?: (error: string, rep: GetDeployInfoResponse) => void): Promise<GetDeployInfoResponse>;
191
- /**
192
- * 下线已有内测接口,待上线正式版本的接口
193
-
194
44
  凭证颁发按机构排行
195
45
  */
196
46
  GetCredentialCptRank(req: GetCredentialCptRankRequest, cb?: (error: string, rep: GetCredentialCptRankResponse) => void): Promise<GetCredentialCptRankResponse>;
197
47
  /**
198
- * 凭证模版详情
199
- */
200
- GetCptInfo(req: GetCptInfoRequest, cb?: (error: string, rep: GetCptInfoResponse) => void): Promise<GetCptInfoResponse>;
201
- /**
202
- * 查看DID文档
48
+ * 该接口不再使用
203
49
 
50
+ 创建凭证
204
51
  */
205
- GetDidDocument(req: GetDidDocumentRequest, cb?: (error: string, rep: GetDidDocumentResponse) => void): Promise<GetDidDocumentResponse>;
52
+ CreateCredential(req: CreateCredentialRequest, cb?: (error: string, rep: CreateCredentialResponse) => void): Promise<CreateCredentialResponse>;
206
53
  /**
207
- * 下线已有内测接口,待上线正式版本的接口
54
+ * 该接口不再使用
208
55
 
209
- 获取DID服务列表
56
+ 新建DID根据公钥生成Tdid
210
57
  */
211
- GetDidServiceList(req: GetDidServiceListRequest, cb?: (error: string, rep: GetDidServiceListResponse) => void): Promise<GetDidServiceListResponse>;
58
+ CreateTDidByPublicKey(req: CreateTDidByPublicKeyRequest, cb?: (error: string, rep: CreateTDidByPublicKeyResponse) => void): Promise<CreateTDidByPublicKeyResponse>;
212
59
  /**
213
60
  * 下线已有内测接口,待上线正式版本的接口
214
61
 
215
- DID列表
216
- */
217
- GetDidList(req: GetDidListRequest, cb?: (error: string, rep: GetDidListResponse) => void): Promise<GetDidListResponse>;
218
- /**
219
- * 新建DID根据公钥生成Tdid
62
+ 获取联盟列表
220
63
  */
221
- CreateTDidByPublicKey(req: CreateTDidByPublicKeyRequest, cb?: (error: string, rep: CreateTDidByPublicKeyResponse) => void): Promise<CreateTDidByPublicKeyResponse>;
64
+ GetConsortiumList(req?: GetConsortiumListRequest, cb?: (error: string, rep: GetConsortiumListResponse) => void): Promise<GetConsortiumListResponse>;
222
65
  /**
223
66
  * 该接口已废弃
224
67
 
@@ -226,7 +69,9 @@ DID列表
226
69
  */
227
70
  GetAgencyTDid(req: GetAgencyTDidRequest, cb?: (error: string, rep: GetAgencyTDidResponse) => void): Promise<GetAgencyTDidResponse>;
228
71
  /**
229
- * 新建DID根据私钥生成Tdid
72
+ * 该接口不再使用
73
+
74
+ 新建DID根据私钥生成Tdid
230
75
  */
231
76
  CreateTDidByPrivateKey(req: CreateTDidByPrivateKeyRequest, cb?: (error: string, rep: CreateTDidByPrivateKeyResponse) => void): Promise<CreateTDidByPrivateKeyResponse>;
232
77
  /**
@@ -237,15 +82,11 @@ DID添加标签
237
82
  */
238
83
  AddLabel(req: AddLabelRequest, cb?: (error: string, rep: AddLabelResponse) => void): Promise<AddLabelResponse>;
239
84
  /**
240
- * 下线已有内测接口,待上线正式版本的接口
85
+ * 该接口不再使用
241
86
 
242
- 凭证模版下载
87
+ 获取凭证链上状态信息
243
88
  */
244
- DownCpt(req: DownCptRequest, cb?: (error: string, rep: DownCptResponse) => void): Promise<DownCptResponse>;
245
- /**
246
- * 凭证模版新建
247
- */
248
- RegisterCpt(req: RegisterCptRequest, cb?: (error: string, rep: RegisterCptResponse) => void): Promise<RegisterCptResponse>;
89
+ GetCredentialStatus(req: GetCredentialStatusRequest, cb?: (error: string, rep: GetCredentialStatusResponse) => void): Promise<GetCredentialStatusResponse>;
249
90
  /**
250
91
  * 下线已有内测接口,待上线正式版本的接口
251
92
 
@@ -253,24 +94,27 @@ DID添加标签
253
94
  */
254
95
  GetConsortiumClusterList(req: GetConsortiumClusterListRequest, cb?: (error: string, rep: GetConsortiumClusterListResponse) => void): Promise<GetConsortiumClusterListResponse>;
255
96
  /**
256
- * 验证凭证
97
+ * 该接口不再使用
98
+
99
+ 验证凭证
257
100
  */
258
101
  VerifyCredential(req: VerifyCredentialRequest, cb?: (error: string, rep: VerifyCredentialResponse) => void): Promise<VerifyCredentialResponse>;
259
102
  /**
260
- * 下线已有内测接口,待上线正式版本的接口
261
-
262
- 概览
103
+ * 该接口不再使用
263
104
 
105
+ 获取权威机构信息
264
106
  */
265
- GetDataPanel(req: GetDataPanelRequest, cb?: (error: string, rep: GetDataPanelResponse) => void): Promise<GetDataPanelResponse>;
107
+ GetAuthorityIssuer(req: GetAuthorityIssuerRequest, cb?: (error: string, rep: GetAuthorityIssuerResponse) => void): Promise<GetAuthorityIssuerResponse>;
266
108
  /**
267
- * 获取权威机构信息
109
+ * 该接口不再使用
110
+
111
+ 设置凭证链上状态
268
112
  */
269
- GetAuthorityIssuer(req: GetAuthorityIssuerRequest, cb?: (error: string, rep: GetAuthorityIssuerResponse) => void): Promise<GetAuthorityIssuerResponse>;
113
+ SetCredentialStatus(req: SetCredentialStatusRequest, cb?: (error: string, rep: SetCredentialStatusResponse) => void): Promise<SetCredentialStatusResponse>;
270
114
  /**
271
- * 下线已有内测接口,待上线正式版本的接口
115
+ * 该接口不再使用
272
116
 
273
- 新建标签
117
+ 凭证模版新建
274
118
  */
275
- CreateLabel(req: CreateLabelRequest, cb?: (error: string, rep: CreateLabelResponse) => void): Promise<CreateLabelResponse>;
119
+ RegisterCpt(req: RegisterCptRequest, cb?: (error: string, rep: RegisterCptResponse) => void): Promise<RegisterCptResponse>;
276
120
  }