tencentcloud-sdk-ocr 3.0.779 → 3.0.780

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f1790deabeca2ba2ce69d6bcfd448938a2c72be1
4
- data.tar.gz: e1cebab096c6d669119df1879e7605ed611e0c22
3
+ metadata.gz: 70e4e44ef658105dd20eb265bac6233997ea0807
4
+ data.tar.gz: b83e3e9b3c4475891a29ad4d2ca08bd788079b43
5
5
  SHA512:
6
- metadata.gz: 6044a159eed97ae6c2947453999701ff2cbb53bcb03f4e2e07ff4e1bf75b34123645c046b86ccfb9676f8aa60ddf7bf30350659d807828097d8acf2e9c25d8e9
7
- data.tar.gz: 885344e1a5aa89fd8f5806008b0c1322156942a353ad9d48ea9d76bda894491367144ae70990ccbaf4a12bda0c6e93357ec1d3323073b3d7250b8217571f1b48
6
+ metadata.gz: 2dfc423fd9352809202b2ba35e6139d30411ce7c42d51556f0128c2cf2ea7a3c87e6935dadc1250724dd788e17e6d7a4fc90cc7c4a382d6fc30e2eacd1b36127
7
+ data.tar.gz: 47601bfeb4ea9dfafa47a79bef2ae03d4ad11f2a269059803fd30eaa157295f94deab382220fad1394daf1e1a38f51a53b834dc33e4f0333af7757b90b91a292
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.779
1
+ 3.0.780
@@ -12162,10 +12162,14 @@ module TencentCloud
12162
12162
  # @type SellerTaxCode: String
12163
12163
  # @param EnableCommonElectronic: 是否开启通用机打电子发票,默认为关闭。
12164
12164
  # @type EnableCommonElectronic: Boolean
12165
+ # @param EnableTodayInvoice: 是否允许查验当日发票,默认值为false。
12165
12166
 
12166
- attr_accessor :InvoiceNo, :InvoiceDate, :InvoiceCode, :InvoiceKind, :CheckCode, :Amount, :RegionCode, :SellerTaxCode, :EnableCommonElectronic
12167
+ # 请注意,发票从开具到录入税局需要一定的时间来更新和验证发票信息,打开后仅支持查验已成功录入到税局中的发票。
12168
+ # @type EnableTodayInvoice: Boolean
12167
12169
 
12168
- def initialize(invoiceno=nil, invoicedate=nil, invoicecode=nil, invoicekind=nil, checkcode=nil, amount=nil, regioncode=nil, sellertaxcode=nil, enablecommonelectronic=nil)
12170
+ attr_accessor :InvoiceNo, :InvoiceDate, :InvoiceCode, :InvoiceKind, :CheckCode, :Amount, :RegionCode, :SellerTaxCode, :EnableCommonElectronic, :EnableTodayInvoice
12171
+
12172
+ def initialize(invoiceno=nil, invoicedate=nil, invoicecode=nil, invoicekind=nil, checkcode=nil, amount=nil, regioncode=nil, sellertaxcode=nil, enablecommonelectronic=nil, enabletodayinvoice=nil)
12169
12173
  @InvoiceNo = invoiceno
12170
12174
  @InvoiceDate = invoicedate
12171
12175
  @InvoiceCode = invoicecode
@@ -12175,6 +12179,7 @@ module TencentCloud
12175
12179
  @RegionCode = regioncode
12176
12180
  @SellerTaxCode = sellertaxcode
12177
12181
  @EnableCommonElectronic = enablecommonelectronic
12182
+ @EnableTodayInvoice = enabletodayinvoice
12178
12183
  end
12179
12184
 
12180
12185
  def deserialize(params)
@@ -12187,6 +12192,7 @@ module TencentCloud
12187
12192
  @RegionCode = params['RegionCode']
12188
12193
  @SellerTaxCode = params['SellerTaxCode']
12189
12194
  @EnableCommonElectronic = params['EnableCommonElectronic']
12195
+ @EnableTodayInvoice = params['EnableTodayInvoice']
12190
12196
  end
12191
12197
  end
12192
12198
 
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.779
4
+ version: 3.0.780
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-03-11 00:00:00.000000000 Z
11
+ date: 2024-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common