tencentcloud-sdk-ocr 3.0.476 → 3.0.478

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7ffc09e6227c9d1106f090c5cf492d1547c46202
4
- data.tar.gz: 52a242c9d44d6af1733d802c6d637dd1ba8d61fd
3
+ metadata.gz: 5db550b5b83d9e1a17df9631d04234a5a3ab71a1
4
+ data.tar.gz: a244bab1253c88a75e99a6b503e8bbc2e5de18e3
5
5
  SHA512:
6
- metadata.gz: 22fed3d6748fe4250fd32fcc162171bd748c31f161b44fd209d5f97dc19743c3cd735a322fd32e6cbbffaa3522149650968b80ac39b089fcdce7c0b64d47c426
7
- data.tar.gz: 185cec5c777fa7e93fb4e06dfff539877e20aa5f344bedbd77b45721db77d2ca2214421fc2bd212e3ec360cb01809a4cc9b4bfed176490173d86e37f4bb56a0d
6
+ metadata.gz: 0cfe073fc70596fa6cf96cb23d0abe840691f68d3592b6fa7fa332bb49357be6b5744e4c9b3e9c11cdd30e7915e2fac2717e614ac6845baa818d7bb8ee189538
7
+ data.tar.gz: 9e08aa5356c2f6a090212940d89defee4955419a3a27d391f433d16eaae39b014de4e85cae4a2548594f8335792e179a0f49fbe64dc5f5bfe2e687775b2d8439
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.476
1
+ 3.0.478
@@ -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.476
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-19 00:00:00.000000000 Z
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