tencentcloud-sdk-ocr 3.0.965 → 3.0.966
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20181119/client.rb +2 -2
- 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: 9262903601e284cea1a366cb1f5154e12b7a6e1e
|
4
|
+
data.tar.gz: 565b41cd794bf4ed442f16a069343056df174103
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 16fbb75fd046662207612588297ebd0e820c047c3889070dc62cc7d0248aeadb1594921cacba460ee63f8ca036c13d19a175d1ad49b271a0a174d123a0501e67
|
7
|
+
data.tar.gz: 6682ddc1e5f75e9435575e8b6265d62a39d1d9b1e58107b70d21102360a091489917e27fdb61b54adbb728f0e9cc7e68976f8a8e86f29b310bc607fa3583b3ff
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.966
|
data/lib/v20181119/client.rb
CHANGED
@@ -1649,12 +1649,12 @@ module TencentCloud
|
|
1649
1649
|
# </tr>
|
1650
1650
|
# <tr>
|
1651
1651
|
# <td> ElectronicFlightTicketFull</td>
|
1652
|
-
# <td> 电子发票(机票行程单)
|
1652
|
+
# <td> 电子发票(机票行程单)</td>
|
1653
1653
|
# <td> 16 </td>
|
1654
1654
|
# </tr>
|
1655
1655
|
# <tr>
|
1656
1656
|
# <td> ElectronicTrainTicketFull</td>
|
1657
|
-
# <td> 电子发票(铁路电子客票)
|
1657
|
+
# <td> 电子发票(铁路电子客票)</td>
|
1658
1658
|
# <td> 16 </td>
|
1659
1659
|
# </tr>
|
1660
1660
|
# <tr>
|
data/lib/v20181119/models.rb
CHANGED
@@ -2291,10 +2291,12 @@ module TencentCloud
|
|
2291
2291
|
# @type BuyerTaxID: String
|
2292
2292
|
# @param FlightItems: 机票详细信息元组
|
2293
2293
|
# @type FlightItems: Array
|
2294
|
+
# @param InvoiceStatus: 机票开具状态
|
2295
|
+
# @type InvoiceStatus: String
|
2294
2296
|
|
2295
|
-
attr_accessor :UserName, :UserID, :Endorsement, :GPOrder, :Number, :Fare, :FuelSurcharge, :TaxRate, :Tax, :DevelopmentFund, :OtherTax, :Total, :ElectronicTicketNum, :VerificationCode, :PromptInformation, :Insurance, :Issuer, :Date, :DomesticInternationalTag, :Buyer, :Seller, :BuyerTaxID, :FlightItems
|
2297
|
+
attr_accessor :UserName, :UserID, :Endorsement, :GPOrder, :Number, :Fare, :FuelSurcharge, :TaxRate, :Tax, :DevelopmentFund, :OtherTax, :Total, :ElectronicTicketNum, :VerificationCode, :PromptInformation, :Insurance, :Issuer, :Date, :DomesticInternationalTag, :Buyer, :Seller, :BuyerTaxID, :FlightItems, :InvoiceStatus
|
2296
2298
|
|
2297
|
-
def initialize(username=nil, userid=nil, endorsement=nil, gporder=nil, number=nil, fare=nil, fuelsurcharge=nil, taxrate=nil, tax=nil, developmentfund=nil, othertax=nil, total=nil, electronicticketnum=nil, verificationcode=nil, promptinformation=nil, insurance=nil, issuer=nil, date=nil, domesticinternationaltag=nil, buyer=nil, seller=nil, buyertaxid=nil, flightitems=nil)
|
2299
|
+
def initialize(username=nil, userid=nil, endorsement=nil, gporder=nil, number=nil, fare=nil, fuelsurcharge=nil, taxrate=nil, tax=nil, developmentfund=nil, othertax=nil, total=nil, electronicticketnum=nil, verificationcode=nil, promptinformation=nil, insurance=nil, issuer=nil, date=nil, domesticinternationaltag=nil, buyer=nil, seller=nil, buyertaxid=nil, flightitems=nil, invoicestatus=nil)
|
2298
2300
|
@UserName = username
|
2299
2301
|
@UserID = userid
|
2300
2302
|
@Endorsement = endorsement
|
@@ -2318,6 +2320,7 @@ module TencentCloud
|
|
2318
2320
|
@Seller = seller
|
2319
2321
|
@BuyerTaxID = buyertaxid
|
2320
2322
|
@FlightItems = flightitems
|
2323
|
+
@InvoiceStatus = invoicestatus
|
2321
2324
|
end
|
2322
2325
|
|
2323
2326
|
def deserialize(params)
|
@@ -2351,6 +2354,7 @@ module TencentCloud
|
|
2351
2354
|
@FlightItems << flightiteminfo_tmp
|
2352
2355
|
end
|
2353
2356
|
end
|
2357
|
+
@InvoiceStatus = params['InvoiceStatus']
|
2354
2358
|
end
|
2355
2359
|
end
|
2356
2360
|
|
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.966
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|