tencentcloud-sdk-ocr 3.0.477 → 3.0.478
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: 5db550b5b83d9e1a17df9631d04234a5a3ab71a1
|
|
4
|
+
data.tar.gz: a244bab1253c88a75e99a6b503e8bbc2e5de18e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0cfe073fc70596fa6cf96cb23d0abe840691f68d3592b6fa7fa332bb49357be6b5744e4c9b3e9c11cdd30e7915e2fac2717e614ac6845baa818d7bb8ee189538
|
|
7
|
+
data.tar.gz: 9e08aa5356c2f6a090212940d89defee4955419a3a27d391f433d16eaae39b014de4e85cae4a2548594f8335792e179a0f49fbe64dc5f5bfe2e687775b2d8439
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.478
|
data/lib/v20181119/models.rb
CHANGED
|
@@ -4608,12 +4608,14 @@ module TencentCloud
|
|
|
4608
4608
|
# @type Vaccination: String
|
|
4609
4609
|
# @param SpotName: 场所名称(允许返回空值)
|
|
4610
4610
|
# @type SpotName: String
|
|
4611
|
+
# @param VaccinationTime: 疫苗接种时间
|
|
4612
|
+
# @type VaccinationTime: String
|
|
4611
4613
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4612
4614
|
# @type RequestId: String
|
|
4613
4615
|
|
|
4614
|
-
attr_accessor :Name, :IDNumber, :Time, :Color, :TestingInterval, :TestingResult, :TestingTime, :Vaccination, :SpotName, :RequestId
|
|
4616
|
+
attr_accessor :Name, :IDNumber, :Time, :Color, :TestingInterval, :TestingResult, :TestingTime, :Vaccination, :SpotName, :VaccinationTime, :RequestId
|
|
4615
4617
|
|
|
4616
|
-
def initialize(name=nil, idnumber=nil, time=nil, color=nil, testinginterval=nil, testingresult=nil, testingtime=nil, vaccination=nil, spotname=nil, requestid=nil)
|
|
4618
|
+
def initialize(name=nil, idnumber=nil, time=nil, color=nil, testinginterval=nil, testingresult=nil, testingtime=nil, vaccination=nil, spotname=nil, vaccinationtime=nil, requestid=nil)
|
|
4617
4619
|
@Name = name
|
|
4618
4620
|
@IDNumber = idnumber
|
|
4619
4621
|
@Time = time
|
|
@@ -4623,6 +4625,7 @@ module TencentCloud
|
|
|
4623
4625
|
@TestingTime = testingtime
|
|
4624
4626
|
@Vaccination = vaccination
|
|
4625
4627
|
@SpotName = spotname
|
|
4628
|
+
@VaccinationTime = vaccinationtime
|
|
4626
4629
|
@RequestId = requestid
|
|
4627
4630
|
end
|
|
4628
4631
|
|
|
@@ -4636,6 +4639,7 @@ module TencentCloud
|
|
|
4636
4639
|
@TestingTime = params['TestingTime']
|
|
4637
4640
|
@Vaccination = params['Vaccination']
|
|
4638
4641
|
@SpotName = params['SpotName']
|
|
4642
|
+
@VaccinationTime = params['VaccinationTime']
|
|
4639
4643
|
@RequestId = params['RequestId']
|
|
4640
4644
|
end
|
|
4641
4645
|
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.478
|
|
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-12-
|
|
11
|
+
date: 2022-12-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|