tencentcloud-sdk-ocr 3.0.703 → 3.0.705

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 +53 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2e970346206e409b1c7e40dd240a49af706bfe89
4
- data.tar.gz: c858cd4c9770519f84a533a8e447c484c4728d81
3
+ metadata.gz: f71c4d47badb66c471622d9b0e67538b26cc716a
4
+ data.tar.gz: 3fda274ccca1890c23254974d7f58c3663ed5f85
5
5
  SHA512:
6
- metadata.gz: e135dcaaccb215c128796b61828a73b7fe5aa08bc01657734e655b435d29500d827c4027a9d198b0f8291b13a99d3ac6131973df0a96ec1932675d52bf40cb5e
7
- data.tar.gz: 2db74fcaaaa1027f357cfa74cb80bfcf4eb445bbe035048ce081351f979447988a619d82a0709991e7711db13f8b48a6e8879596a86d2f2325dbe71328dcf4e1
6
+ metadata.gz: c4559c7876aef30d42b75b29c54b8dbdd86cc643ca36227880da1686be65f27b254a4cf071f95a89f51933d229d184c6a9648600c275234b16fa4fc7761a8859
7
+ data.tar.gz: e4771681d3112cacf7d12b337396c5ce03072d0a273fdb840c63cf860aa812cfb4850e2f1c3ab1fae2a5716e466e74cd473b673f9e4d2e6bc147e4d2087f7b43
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.703
1
+ 3.0.705
@@ -4785,8 +4785,12 @@ module TencentCloud
4785
4785
  # @type FormName: String
4786
4786
  # @param Issuer: 开票人
4787
4787
  # @type Issuer: String
4788
- # @param TaxNum: 完税凭证号码
4788
+ # @param TaxNum: 进口证明书号
4789
4789
  # @type TaxNum: String
4790
+ # @param TaxPayNum: 完税凭证号码
4791
+ # @type TaxPayNum: String
4792
+ # @param TaxCode: 税控码
4793
+ # @type TaxCode: String
4790
4794
  # @param MaxPeopleNum: 限乘人数
4791
4795
  # @type MaxPeopleNum: String
4792
4796
  # @param Origin: 产地
@@ -4798,9 +4802,9 @@ module TencentCloud
4798
4802
  # @param QRCodeMark: 是否存在二维码(1:有,0:无)
4799
4803
  # @type QRCodeMark: Integer
4800
4804
 
4801
- attr_accessor :Title, :Code, :Number, :Date, :PretaxAmount, :Total, :TotalCn, :Seller, :SellerTaxID, :SellerTel, :SellerAddress, :SellerBank, :SellerBankAccount, :Buyer, :BuyerTaxID, :BuyerID, :TaxAuthorities, :TaxAuthoritiesCode, :VIN, :VehicleModel, :VehicleEngineCode, :CertificateNumber, :InspectionNumber, :MachineID, :VehicleType, :Kind, :Province, :City, :Tax, :TaxRate, :CompanySealMark, :Tonnage, :Remark, :FormType, :FormName, :Issuer, :TaxNum, :MaxPeopleNum, :Origin, :MachineCode, :MachineNumber, :QRCodeMark
4805
+ attr_accessor :Title, :Code, :Number, :Date, :PretaxAmount, :Total, :TotalCn, :Seller, :SellerTaxID, :SellerTel, :SellerAddress, :SellerBank, :SellerBankAccount, :Buyer, :BuyerTaxID, :BuyerID, :TaxAuthorities, :TaxAuthoritiesCode, :VIN, :VehicleModel, :VehicleEngineCode, :CertificateNumber, :InspectionNumber, :MachineID, :VehicleType, :Kind, :Province, :City, :Tax, :TaxRate, :CompanySealMark, :Tonnage, :Remark, :FormType, :FormName, :Issuer, :TaxNum, :TaxPayNum, :TaxCode, :MaxPeopleNum, :Origin, :MachineCode, :MachineNumber, :QRCodeMark
4802
4806
 
4803
- def initialize(title=nil, code=nil, number=nil, date=nil, pretaxamount=nil, total=nil, totalcn=nil, seller=nil, sellertaxid=nil, sellertel=nil, selleraddress=nil, sellerbank=nil, sellerbankaccount=nil, buyer=nil, buyertaxid=nil, buyerid=nil, taxauthorities=nil, taxauthoritiescode=nil, vin=nil, vehiclemodel=nil, vehicleenginecode=nil, certificatenumber=nil, inspectionnumber=nil, machineid=nil, vehicletype=nil, kind=nil, province=nil, city=nil, tax=nil, taxrate=nil, companysealmark=nil, tonnage=nil, remark=nil, formtype=nil, formname=nil, issuer=nil, taxnum=nil, maxpeoplenum=nil, origin=nil, machinecode=nil, machinenumber=nil, qrcodemark=nil)
4807
+ def initialize(title=nil, code=nil, number=nil, date=nil, pretaxamount=nil, total=nil, totalcn=nil, seller=nil, sellertaxid=nil, sellertel=nil, selleraddress=nil, sellerbank=nil, sellerbankaccount=nil, buyer=nil, buyertaxid=nil, buyerid=nil, taxauthorities=nil, taxauthoritiescode=nil, vin=nil, vehiclemodel=nil, vehicleenginecode=nil, certificatenumber=nil, inspectionnumber=nil, machineid=nil, vehicletype=nil, kind=nil, province=nil, city=nil, tax=nil, taxrate=nil, companysealmark=nil, tonnage=nil, remark=nil, formtype=nil, formname=nil, issuer=nil, taxnum=nil, taxpaynum=nil, taxcode=nil, maxpeoplenum=nil, origin=nil, machinecode=nil, machinenumber=nil, qrcodemark=nil)
4804
4808
  @Title = title
4805
4809
  @Code = code
4806
4810
  @Number = number
@@ -4838,6 +4842,8 @@ module TencentCloud
4838
4842
  @FormName = formname
4839
4843
  @Issuer = issuer
4840
4844
  @TaxNum = taxnum
4845
+ @TaxPayNum = taxpaynum
4846
+ @TaxCode = taxcode
4841
4847
  @MaxPeopleNum = maxpeoplenum
4842
4848
  @Origin = origin
4843
4849
  @MachineCode = machinecode
@@ -4883,6 +4889,8 @@ module TencentCloud
4883
4889
  @FormName = params['FormName']
4884
4890
  @Issuer = params['Issuer']
4885
4891
  @TaxNum = params['TaxNum']
4892
+ @TaxPayNum = params['TaxPayNum']
4893
+ @TaxCode = params['TaxCode']
4886
4894
  @MaxPeopleNum = params['MaxPeopleNum']
4887
4895
  @Origin = params['Origin']
4888
4896
  @MachineCode = params['MachineCode']
@@ -9988,10 +9996,30 @@ module TencentCloud
9988
9996
  # @type FormName: String
9989
9997
  # @param CompanySealMark: 是否有公司印章(0:没有,1:有)
9990
9998
  # @type CompanySealMark: Integer
9999
+ # @param AuctionOrgName: 经营拍卖单位
10000
+ # @type AuctionOrgName: String
10001
+ # @param AuctionOrgAddress: 经营拍卖单位地址
10002
+ # @type AuctionOrgAddress: String
10003
+ # @param AuctionOrgTaxID: 经营拍卖单位纳税人识别号
10004
+ # @type AuctionOrgTaxID: String
10005
+ # @param AuctionOrgBankAccount: 经营拍卖单位开户银行账号
10006
+ # @type AuctionOrgBankAccount: String
10007
+ # @param AuctionOrgPhone: 经营拍卖单位电话
10008
+ # @type AuctionOrgPhone: String
10009
+ # @param Issuer: 开票人
10010
+ # @type Issuer: String
10011
+ # @param TaxCode: 税控码
10012
+ # @type TaxCode: String
10013
+ # @param MachineSerialNumber: 机器编号
10014
+ # @type MachineSerialNumber: String
10015
+ # @param MachineCode: 机打发票代码
10016
+ # @type MachineCode: String
10017
+ # @param MachineNumber: 机打发票号码
10018
+ # @type MachineNumber: String
9991
10019
 
9992
- attr_accessor :Title, :QRCodeMark, :Code, :Number, :Date, :Total, :TotalCn, :Seller, :SellerTel, :SellerTaxID, :SellerAddress, :Buyer, :BuyerID, :BuyerAddress, :BuyerTel, :CompanyName, :CompanyTaxID, :CompanyBankAccount, :CompanyTel, :CompanyAddress, :TransferAdministrationName, :LicensePlate, :RegistrationNumber, :VIN, :VehicleModel, :Kind, :Province, :City, :VehicleType, :Remark, :FormType, :FormName, :CompanySealMark
10020
+ attr_accessor :Title, :QRCodeMark, :Code, :Number, :Date, :Total, :TotalCn, :Seller, :SellerTel, :SellerTaxID, :SellerAddress, :Buyer, :BuyerID, :BuyerAddress, :BuyerTel, :CompanyName, :CompanyTaxID, :CompanyBankAccount, :CompanyTel, :CompanyAddress, :TransferAdministrationName, :LicensePlate, :RegistrationNumber, :VIN, :VehicleModel, :Kind, :Province, :City, :VehicleType, :Remark, :FormType, :FormName, :CompanySealMark, :AuctionOrgName, :AuctionOrgAddress, :AuctionOrgTaxID, :AuctionOrgBankAccount, :AuctionOrgPhone, :Issuer, :TaxCode, :MachineSerialNumber, :MachineCode, :MachineNumber
9993
10021
 
9994
- def initialize(title=nil, qrcodemark=nil, code=nil, number=nil, date=nil, total=nil, totalcn=nil, seller=nil, sellertel=nil, sellertaxid=nil, selleraddress=nil, buyer=nil, buyerid=nil, buyeraddress=nil, buyertel=nil, companyname=nil, companytaxid=nil, companybankaccount=nil, companytel=nil, companyaddress=nil, transferadministrationname=nil, licenseplate=nil, registrationnumber=nil, vin=nil, vehiclemodel=nil, kind=nil, province=nil, city=nil, vehicletype=nil, remark=nil, formtype=nil, formname=nil, companysealmark=nil)
10022
+ def initialize(title=nil, qrcodemark=nil, code=nil, number=nil, date=nil, total=nil, totalcn=nil, seller=nil, sellertel=nil, sellertaxid=nil, selleraddress=nil, buyer=nil, buyerid=nil, buyeraddress=nil, buyertel=nil, companyname=nil, companytaxid=nil, companybankaccount=nil, companytel=nil, companyaddress=nil, transferadministrationname=nil, licenseplate=nil, registrationnumber=nil, vin=nil, vehiclemodel=nil, kind=nil, province=nil, city=nil, vehicletype=nil, remark=nil, formtype=nil, formname=nil, companysealmark=nil, auctionorgname=nil, auctionorgaddress=nil, auctionorgtaxid=nil, auctionorgbankaccount=nil, auctionorgphone=nil, issuer=nil, taxcode=nil, machineserialnumber=nil, machinecode=nil, machinenumber=nil)
9995
10023
  @Title = title
9996
10024
  @QRCodeMark = qrcodemark
9997
10025
  @Code = code
@@ -10025,6 +10053,16 @@ module TencentCloud
10025
10053
  @FormType = formtype
10026
10054
  @FormName = formname
10027
10055
  @CompanySealMark = companysealmark
10056
+ @AuctionOrgName = auctionorgname
10057
+ @AuctionOrgAddress = auctionorgaddress
10058
+ @AuctionOrgTaxID = auctionorgtaxid
10059
+ @AuctionOrgBankAccount = auctionorgbankaccount
10060
+ @AuctionOrgPhone = auctionorgphone
10061
+ @Issuer = issuer
10062
+ @TaxCode = taxcode
10063
+ @MachineSerialNumber = machineserialnumber
10064
+ @MachineCode = machinecode
10065
+ @MachineNumber = machinenumber
10028
10066
  end
10029
10067
 
10030
10068
  def deserialize(params)
@@ -10061,6 +10099,16 @@ module TencentCloud
10061
10099
  @FormType = params['FormType']
10062
10100
  @FormName = params['FormName']
10063
10101
  @CompanySealMark = params['CompanySealMark']
10102
+ @AuctionOrgName = params['AuctionOrgName']
10103
+ @AuctionOrgAddress = params['AuctionOrgAddress']
10104
+ @AuctionOrgTaxID = params['AuctionOrgTaxID']
10105
+ @AuctionOrgBankAccount = params['AuctionOrgBankAccount']
10106
+ @AuctionOrgPhone = params['AuctionOrgPhone']
10107
+ @Issuer = params['Issuer']
10108
+ @TaxCode = params['TaxCode']
10109
+ @MachineSerialNumber = params['MachineSerialNumber']
10110
+ @MachineCode = params['MachineCode']
10111
+ @MachineNumber = params['MachineNumber']
10064
10112
  end
10065
10113
  end
10066
10114
 
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.703
4
+ version: 3.0.705
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-15 00:00:00.000000000 Z
11
+ date: 2023-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common