tencentcloud-sdk-ocr 1.0.357 → 1.0.360

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20181119/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1f3ff726b03b5ee5adbf57545270b76190fc9b3c
4
- data.tar.gz: 7e210b69f7e2b130b4119249bfffd7a7c70bccc5
3
+ metadata.gz: 7ce3746021a05a2c752ed2a5baee101b37e686ac
4
+ data.tar.gz: b50a9ed440c7817553c9bce9f87f1b067b7475bc
5
5
  SHA512:
6
- metadata.gz: 6b0dd9eacc282bc2e6cf8cdf4c860b86782db941c289a8ab2a99b91ab868a74c78b8bf4a5a4f4e1f81dabc59acf406cee622457063a5ae28c17e51a0b54a0be8
7
- data.tar.gz: 523402430969de5a162e9af2dc7d9a6d60049512e2b926031d745775cfdd30933f30e603597fad26752cd21118bf40b67654b572b9a0c68b7773a28efe90b697
6
+ metadata.gz: 1a7f3faeb87ae8fe4c1b877491e78554803cb69059ab76bf0438327bef352e0a2a852bbd673a9ad2f11f49aa111ceaefa51faeb4203277960ae842f270ab54eb
7
+ data.tar.gz: 54122f26ffd272c36e15ffbc9a1dc726a5ad703bec8dff847e346c3c1ad72070c5e91f278c79d09b238d48bfdd27f66204cc5442b51f65dd03887a2dd28a4fbb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.357
1
+ 1.0.360
@@ -7514,10 +7514,14 @@ module TencentCloud
7514
7514
  # @type MotorBankName: String
7515
7515
  # @param MotorBankAccount: 账号
7516
7516
  # @type MotorBankAccount: String
7517
+ # @param SellerAddress: 销售地址
7518
+ # @type SellerAddress: String
7519
+ # @param SellerTel: 销售电话
7520
+ # @type SellerTel: String
7517
7521
 
7518
- attr_accessor :CarType, :PlateModel, :ProduceAddress, :CertificateNo, :ImportNo, :VinNo, :PayTaxesNo, :Tonnage, :LimitCount, :EngineNo, :BizCheckFormNo, :TaxtationOrgCode, :TaxtationOrgName, :MotorTaxRate, :MotorBankName, :MotorBankAccount
7522
+ attr_accessor :CarType, :PlateModel, :ProduceAddress, :CertificateNo, :ImportNo, :VinNo, :PayTaxesNo, :Tonnage, :LimitCount, :EngineNo, :BizCheckFormNo, :TaxtationOrgCode, :TaxtationOrgName, :MotorTaxRate, :MotorBankName, :MotorBankAccount, :SellerAddress, :SellerTel
7519
7523
 
7520
- def initialize(cartype=nil, platemodel=nil, produceaddress=nil, certificateno=nil, importno=nil, vinno=nil, paytaxesno=nil, tonnage=nil, limitcount=nil, engineno=nil, bizcheckformno=nil, taxtationorgcode=nil, taxtationorgname=nil, motortaxrate=nil, motorbankname=nil, motorbankaccount=nil)
7524
+ def initialize(cartype=nil, platemodel=nil, produceaddress=nil, certificateno=nil, importno=nil, vinno=nil, paytaxesno=nil, tonnage=nil, limitcount=nil, engineno=nil, bizcheckformno=nil, taxtationorgcode=nil, taxtationorgname=nil, motortaxrate=nil, motorbankname=nil, motorbankaccount=nil, selleraddress=nil, sellertel=nil)
7521
7525
  @CarType = cartype
7522
7526
  @PlateModel = platemodel
7523
7527
  @ProduceAddress = produceaddress
@@ -7534,6 +7538,8 @@ module TencentCloud
7534
7538
  @MotorTaxRate = motortaxrate
7535
7539
  @MotorBankName = motorbankname
7536
7540
  @MotorBankAccount = motorbankaccount
7541
+ @SellerAddress = selleraddress
7542
+ @SellerTel = sellertel
7537
7543
  end
7538
7544
 
7539
7545
  def deserialize(params)
@@ -7553,6 +7559,8 @@ module TencentCloud
7553
7559
  @MotorTaxRate = params['MotorTaxRate']
7554
7560
  @MotorBankName = params['MotorBankName']
7555
7561
  @MotorBankAccount = params['MotorBankAccount']
7562
+ @SellerAddress = params['SellerAddress']
7563
+ @SellerTel = params['SellerTel']
7556
7564
  end
7557
7565
  end
7558
7566
 
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: 1.0.357
4
+ version: 1.0.360
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-07-17 00:00:00.000000000 Z
11
+ date: 2022-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common