tencentcloud-sdk-ocr 3.0.477 → 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: 5654055698e81de8a9d32f7444782eca74e5ffce
4
- data.tar.gz: 32494c1e3872f3c7f07c6e2953cadf54e547f4bd
3
+ metadata.gz: 5db550b5b83d9e1a17df9631d04234a5a3ab71a1
4
+ data.tar.gz: a244bab1253c88a75e99a6b503e8bbc2e5de18e3
5
5
  SHA512:
6
- metadata.gz: b4858ce5ff5fb7d4053396802a8b3dc007c6194640a18dbd1a2d7b70010a269954fd84ce19fb4d2562e9385e55b5d435815b7bd71f813fe06db826d22ca0f12b
7
- data.tar.gz: aa236a85b4c0c1c45d7102d3686303e57cebbcb36451a1b0ef430e95aff67dcc9f927d84c63e1bdde6859c845fd29f6d51600757c392af2141988040647687ca
6
+ metadata.gz: 0cfe073fc70596fa6cf96cb23d0abe840691f68d3592b6fa7fa332bb49357be6b5744e4c9b3e9c11cdd30e7915e2fac2717e614ac6845baa818d7bb8ee189538
7
+ data.tar.gz: 9e08aa5356c2f6a090212940d89defee4955419a3a27d391f433d16eaae39b014de4e85cae4a2548594f8335792e179a0f49fbe64dc5f5bfe2e687775b2d8439
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.477
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.477
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-21 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