tencentcloud-sdk-tdid 3.0.484 → 3.0.485
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210519/client.rb +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 710c24d282bf45356ed7a0835424a9d2ccdae5f2
|
4
|
+
data.tar.gz: 25d59baeea9d7f2315626bb28678e172154b855f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f3e5e0e2c0719798b06b47699a136a86edd7486733832d1038530f6ed7d18af7755b771843a87b39392c28c9269731e82a8fc34f3d26fcbbc23102c3957aad4
|
7
|
+
data.tar.gz: 2e7192b922b11822713dbe3712806f17721433794d5cc23f485b3594cd37a24e2680a3a83380684382638af2c696204a30f722552f0505994362aa7d26aeded4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.485
|
data/lib/v20210519/client.rb
CHANGED
@@ -365,6 +365,8 @@ module TencentCloud
|
|
365
365
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
366
366
|
end
|
367
367
|
|
368
|
+
# 该接口已废弃
|
369
|
+
|
368
370
|
# 本机构DID详情
|
369
371
|
|
370
372
|
# @param request: Request instance for GetAgencyTDid.
|
@@ -1181,6 +1183,8 @@ module TencentCloud
|
|
1181
1183
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1182
1184
|
end
|
1183
1185
|
|
1186
|
+
# 该接口已废弃
|
1187
|
+
|
1184
1188
|
# 验证购买
|
1185
1189
|
|
1186
1190
|
# @param request: Request instance for VerifyPurchase.
|
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.
|
4
|
+
version: 3.0.485
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-01-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|