tencentcloud-sdk-ocr 3.0.408 → 3.0.410
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/v20181119/models.rb +6 -2
- 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: 88c5fabbe1a38cb4b7c6024c0b33b89a780e47a9
|
4
|
+
data.tar.gz: c918aa864899fc4fea392dab2c46535391dd3865
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 223412e2a50124fbfc423c75eb93f5f539cb9128fe548de809376476eca77432b8454a756206ab3325d6a736737d862a542a5cf6e68b1d0eb724ca7d6b1b50a0
|
7
|
+
data.tar.gz: 87b4bbea11ff41837f1aa656935db35e65800e435ac002a7a64a68220ca1109c61db5ee9969da5c111f8882652f7e46b85c569c854c4ce82a050689a701eb0c0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.410
|
data/lib/v20181119/models.rb
CHANGED
@@ -4453,12 +4453,14 @@ module TencentCloud
|
|
4453
4453
|
# @type TestingTime: String
|
4454
4454
|
# @param Vaccination: 疫苗接种信息,返回接种针数或接种情况(允许返回空值)
|
4455
4455
|
# @type Vaccination: String
|
4456
|
+
# @param SpotName: 场所名称(允许返回空值)
|
4457
|
+
# @type SpotName: String
|
4456
4458
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
4457
4459
|
# @type RequestId: String
|
4458
4460
|
|
4459
|
-
attr_accessor :Name, :IDNumber, :Time, :Color, :TestingInterval, :TestingResult, :TestingTime, :Vaccination, :RequestId
|
4461
|
+
attr_accessor :Name, :IDNumber, :Time, :Color, :TestingInterval, :TestingResult, :TestingTime, :Vaccination, :SpotName, :RequestId
|
4460
4462
|
|
4461
|
-
def initialize(name=nil, idnumber=nil, time=nil, color=nil, testinginterval=nil, testingresult=nil, testingtime=nil, vaccination=nil, requestid=nil)
|
4463
|
+
def initialize(name=nil, idnumber=nil, time=nil, color=nil, testinginterval=nil, testingresult=nil, testingtime=nil, vaccination=nil, spotname=nil, requestid=nil)
|
4462
4464
|
@Name = name
|
4463
4465
|
@IDNumber = idnumber
|
4464
4466
|
@Time = time
|
@@ -4467,6 +4469,7 @@ module TencentCloud
|
|
4467
4469
|
@TestingResult = testingresult
|
4468
4470
|
@TestingTime = testingtime
|
4469
4471
|
@Vaccination = vaccination
|
4472
|
+
@SpotName = spotname
|
4470
4473
|
@RequestId = requestid
|
4471
4474
|
end
|
4472
4475
|
|
@@ -4479,6 +4482,7 @@ module TencentCloud
|
|
4479
4482
|
@TestingResult = params['TestingResult']
|
4480
4483
|
@TestingTime = params['TestingTime']
|
4481
4484
|
@Vaccination = params['Vaccination']
|
4485
|
+
@SpotName = params['SpotName']
|
4482
4486
|
@RequestId = params['RequestId']
|
4483
4487
|
end
|
4484
4488
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ocr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.410
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-09-
|
11
|
+
date: 2022-09-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|