tencentcloud-sdk-tdid 3.0.536 → 3.0.538

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210519/client.rb +68 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6a8e7c3dc49700774df4759e360f015d5e1cb77c
4
- data.tar.gz: 52b8a03f37953508c84e135a40baf0d764a4eb5a
3
+ metadata.gz: f661afc6b5bff06bc239821bf13f156caad4ba3a
4
+ data.tar.gz: 456238ae0cf47d8255370713adb8f576e647aee6
5
5
  SHA512:
6
- metadata.gz: 0d08a9db5230fc78d5481fab7798d1f84dd8a589744723e17dd50c092b32db3897176f8c9aa358bf33597b06db774c38248c3e51831901588594ebf5b6cf6e48
7
- data.tar.gz: 873fdf022516778e9eae8a3982b93ad59df2a4293e6811ec5cec126a157c506eb6ac39da33e5c6ed92803267e9a2bc5d4018006cc98796bbde621204640a5bce
6
+ metadata.gz: 42d5df1a6660ae71ed2478d9dc7d3763a0a3d339cdd15722f630c2a5c3438d4f64f20ac50e2c34446db31c13f38d9bafb193cbf28292a59856127e4fd7a8d39f
7
+ data.tar.gz: 416e8cc3976b4a6a78091826ed4094fbf8fdec386dc9053ed68dc04ed30d20032cbd3581d0c9ab79ac309c8afc6fb6265bcedce9d5e3a332728442d9c72cc0c4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.536
1
+ 3.0.538
@@ -29,6 +29,8 @@ module TencentCloud
29
29
  end
30
30
 
31
31
 
32
+ # 下线已有内测接口,待上线正式版本的接口
33
+
32
34
  # DID添加标签
33
35
 
34
36
  # @param request: Request instance for AddLabel.
@@ -53,6 +55,8 @@ module TencentCloud
53
55
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
54
56
  end
55
57
 
58
+ # 下线已有内测接口,待上线正式版本的接口
59
+
56
60
  # 撤消权威机构认证
57
61
 
58
62
  # @param request: Request instance for CancelAuthorityIssuer.
@@ -101,6 +105,8 @@ module TencentCloud
101
105
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
102
106
  end
103
107
 
108
+ # 下线已有内测接口,待上线正式版本的接口
109
+
104
110
  # 检查部署情况
105
111
 
106
112
  # @param request: Request instance for CheckDidDeploy.
@@ -149,6 +155,8 @@ module TencentCloud
149
155
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
150
156
  end
151
157
 
158
+ # 下线已有内测接口,待上线正式版本的接口
159
+
152
160
  # 创建DID服务
153
161
 
154
162
  # @param request: Request instance for CreateDidService.
@@ -173,6 +181,8 @@ module TencentCloud
173
181
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
174
182
  end
175
183
 
184
+ # 下线已有内测接口,待上线正式版本的接口
185
+
176
186
  # 新建标签
177
187
 
178
188
  # @param request: Request instance for CreateLabel.
@@ -293,6 +303,8 @@ module TencentCloud
293
303
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
294
304
  end
295
305
 
306
+ # 下线已有内测接口,待上线正式版本的接口
307
+
296
308
  # 通过Name部署TDID合约
297
309
 
298
310
  # @param request: Request instance for DeployByName.
@@ -317,6 +329,8 @@ module TencentCloud
317
329
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
318
330
  end
319
331
 
332
+ # 下线已有内测接口,待上线正式版本的接口
333
+
320
334
  # 凭证模版下载
321
335
 
322
336
  # @param request: Request instance for DownCpt.
@@ -341,6 +355,8 @@ module TencentCloud
341
355
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
342
356
  end
343
357
 
358
+ # 下线已有内测接口,待上线正式版本的接口
359
+
344
360
  # 启用合约
345
361
 
346
362
  # @param request: Request instance for EnableHash.
@@ -391,6 +407,8 @@ module TencentCloud
391
407
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
392
408
  end
393
409
 
410
+ # 下线已有内测接口,待上线正式版本的接口
411
+
394
412
  # 权威机构列表
395
413
 
396
414
  # @param request: Request instance for GetAuthoritiesList.
@@ -439,6 +457,8 @@ module TencentCloud
439
457
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
440
458
  end
441
459
 
460
+ # 下线已有内测接口,待上线正式版本的接口
461
+
442
462
  # 获取联盟bcos网络列表
443
463
 
444
464
  # @param request: Request instance for GetConsortiumClusterList.
@@ -463,6 +483,8 @@ module TencentCloud
463
483
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
464
484
  end
465
485
 
486
+ # 下线已有内测接口,待上线正式版本的接口
487
+
466
488
  # 获取联盟列表
467
489
 
468
490
  # @param request: Request instance for GetConsortiumList.
@@ -511,6 +533,8 @@ module TencentCloud
511
533
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
512
534
  end
513
535
 
536
+ # 下线已有内测接口,待上线正式版本的接口
537
+
514
538
  # 凭证模版列表
515
539
 
516
540
  # @param request: Request instance for GetCptList.
@@ -535,6 +559,8 @@ module TencentCloud
535
559
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
536
560
  end
537
561
 
562
+ # 下线已有内测接口,待上线正式版本的接口
563
+
538
564
  # 凭证颁发按机构排行
539
565
 
540
566
  # @param request: Request instance for GetCredentialCptRank.
@@ -559,6 +585,8 @@ module TencentCloud
559
585
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
560
586
  end
561
587
 
588
+ # 下线已有内测接口,待上线正式版本的接口
589
+
562
590
  # 凭证颁发按机构排行
563
591
 
564
592
  # @param request: Request instance for GetCredentialIssueRank.
@@ -583,6 +611,8 @@ module TencentCloud
583
611
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
584
612
  end
585
613
 
614
+ # 下线已有内测接口,待上线正式版本的接口
615
+
586
616
  # 凭证颁发趋势
587
617
 
588
618
  # @param request: Request instance for GetCredentialIssueTrend.
@@ -631,6 +661,8 @@ module TencentCloud
631
661
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
632
662
  end
633
663
 
664
+ # 下线已有内测接口,待上线正式版本的接口
665
+
634
666
  # 概览
635
667
 
636
668
  # @param request: Request instance for GetDataPanel.
@@ -655,6 +687,8 @@ module TencentCloud
655
687
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
656
688
  end
657
689
 
690
+ # 下线已有内测接口,待上线正式版本的接口
691
+
658
692
  # 合约部署详情
659
693
 
660
694
  # @param request: Request instance for GetDeployInfo.
@@ -679,6 +713,8 @@ module TencentCloud
679
713
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
680
714
  end
681
715
 
716
+ # 下线已有内测接口,待上线正式版本的接口
717
+
682
718
  # 合约部署列表
683
719
 
684
720
  # @param request: Request instance for GetDeployList.
@@ -703,6 +739,8 @@ module TencentCloud
703
739
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
704
740
  end
705
741
 
742
+ # 下线已有内测接口,待上线正式版本的接口
743
+
706
744
  # 获取DID区块链网络详情
707
745
 
708
746
  # @param request: Request instance for GetDidClusterDetail.
@@ -727,6 +765,8 @@ module TencentCloud
727
765
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
728
766
  end
729
767
 
768
+ # 下线已有内测接口,待上线正式版本的接口
769
+
730
770
  # 获取用户的DID网络列表
731
771
 
732
772
  # @param request: Request instance for GetDidClusterList.
@@ -751,6 +791,8 @@ module TencentCloud
751
791
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
752
792
  end
753
793
 
794
+ # 下线已有内测接口,待上线正式版本的接口
795
+
754
796
  # DID详情
755
797
 
756
798
  # @param request: Request instance for GetDidDetail.
@@ -799,6 +841,8 @@ module TencentCloud
799
841
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
800
842
  end
801
843
 
844
+ # 下线已有内测接口,待上线正式版本的接口
845
+
802
846
  # DID列表
803
847
 
804
848
  # @param request: Request instance for GetDidList.
@@ -823,6 +867,8 @@ module TencentCloud
823
867
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
824
868
  end
825
869
 
870
+ # 下线已有内测接口,待上线正式版本的接口
871
+
826
872
  # DID注册趋势
827
873
 
828
874
  # @param request: Request instance for GetDidRegisterTrend.
@@ -847,6 +893,8 @@ module TencentCloud
847
893
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
848
894
  end
849
895
 
896
+ # 下线已有内测接口,待上线正式版本的接口
897
+
850
898
  # 获取DID服务详情
851
899
 
852
900
  # @param request: Request instance for GetDidServiceDetail.
@@ -871,6 +919,8 @@ module TencentCloud
871
919
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
872
920
  end
873
921
 
922
+ # 下线已有内测接口,待上线正式版本的接口
923
+
874
924
  # 获取DID服务列表
875
925
 
876
926
  # @param request: Request instance for GetDidServiceList.
@@ -895,6 +945,8 @@ module TencentCloud
895
945
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
896
946
  end
897
947
 
948
+ # 下线已有内测接口,待上线正式版本的接口
949
+
898
950
  # 主群组配置列表
899
951
 
900
952
  # @param request: Request instance for GetGroupList.
@@ -919,6 +971,8 @@ module TencentCloud
919
971
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
920
972
  end
921
973
 
974
+ # 下线已有内测接口,待上线正式版本的接口
975
+
922
976
  # 标签列表
923
977
 
924
978
  # @param request: Request instance for GetLabelList.
@@ -943,6 +997,8 @@ module TencentCloud
943
997
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
944
998
  end
945
999
 
1000
+ # 下线已有内测接口,待上线正式版本的接口
1001
+
946
1002
  # 披露策略Policy管理列表
947
1003
 
948
1004
  # @param request: Request instance for GetPolicyList.
@@ -967,6 +1023,8 @@ module TencentCloud
967
1023
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
968
1024
  end
969
1025
 
1026
+ # 下线已有内测接口,待上线正式版本的接口
1027
+
970
1028
  # 查看公钥
971
1029
 
972
1030
  # @param request: Request instance for GetPublicKey.
@@ -991,6 +1049,8 @@ module TencentCloud
991
1049
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
992
1050
  end
993
1051
 
1052
+ # 下线已有内测接口,待上线正式版本的接口
1053
+
994
1054
  # 披露策略Policy查看
995
1055
 
996
1056
  # @param request: Request instance for QueryPolicy.
@@ -1015,6 +1075,8 @@ module TencentCloud
1015
1075
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1016
1076
  end
1017
1077
 
1078
+ # 下线已有内测接口,待上线正式版本的接口
1079
+
1018
1080
  # 认证权威机构
1019
1081
 
1020
1082
  # @param request: Request instance for RecognizeAuthorityIssuer.
@@ -1039,6 +1101,8 @@ module TencentCloud
1039
1101
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1040
1102
  end
1041
1103
 
1104
+ # 下线已有内测接口,待上线正式版本的接口
1105
+
1042
1106
  # 披露策略Policy注册
1043
1107
 
1044
1108
  # @param request: Request instance for RegisterClaimPolicy.
@@ -1087,6 +1151,8 @@ module TencentCloud
1087
1151
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1088
1152
  end
1089
1153
 
1154
+ # 下线已有内测接口,待上线正式版本的接口
1155
+
1090
1156
  # 注册为权威机构
1091
1157
 
1092
1158
  # @param request: Request instance for RegisterIssuer.
@@ -1111,6 +1177,8 @@ module TencentCloud
1111
1177
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1112
1178
  end
1113
1179
 
1180
+ # 下线已有内测接口,待上线正式版本的接口
1181
+
1114
1182
  # 删除合约
1115
1183
 
1116
1184
  # @param request: Request instance for RemoveHash.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tdid
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.536
4
+ version: 3.0.538
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-23 00:00:00.000000000 Z
11
+ date: 2023-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common