tencentcloud-sdk-trp 3.0.806 → 3.0.807

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: b02442fcacf57043ea7931b0bbe395c4cac28c47
4
- data.tar.gz: b829a247e6510b7b628c8cc9d738bdbed7cce7bd
3
+ metadata.gz: 36e5d2d0063a7eddb56ce3531935b9df5343f648
4
+ data.tar.gz: 94afa6d5125a759313692db86e6621adc14f36ef
5
5
  SHA512:
6
- metadata.gz: 2c13400bdc51efa7dfcbe33293dc81405075b97c84f462ba7abc3c5b469acef35b604ec77a81f776a852b8ba16608e4571112ac6151bbe38c020c3039c8cd34e
7
- data.tar.gz: 06601d9e8312b586b702d186ce44023f0ab80e48598f8f4435d23f104a556ab74b7a954dd0cedee1109bc2914d54a122406e94f81455400e6913ef247df65bf8
6
+ metadata.gz: 2fceeba00822b4e687f16c455b2c36387939ba7c5a4100626349834cd903fdf3f973094e3aa521c672827d9e77d4a55c413b75d530d23fb530fc4b9d6c1ddef8
7
+ data.tar.gz: a53f81646248b4ab6ed34b76afc4f1f3789e6424a51fa2c7a3479023ac3805db30cd53aa6d80883170fe6baedffe4494f520307b60a878464e68aecb82d87791
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.806
1
+ 3.0.807
@@ -209,8 +209,8 @@ module TencentCloud
209
209
 
210
210
  attr_accessor :BatchId, :CorpId, :BatchCode, :CodeCnt, :MerchantId, :ProductId, :BatchType, :Remark, :MpTpl, :Status, :CreateTime, :UpdateTime, :MerchantName, :ProductName, :Ext, :TplName, :Job, :ProductionDate, :ValidDate, :Attrs
211
211
  extend Gem::Deprecate
212
- deprecate :Ext, :none, 2024, 3
213
- deprecate :Ext=, :none, 2024, 3
212
+ deprecate :Ext, :none, 2024, 4
213
+ deprecate :Ext=, :none, 2024, 4
214
214
 
215
215
  def initialize(batchid=nil, corpid=nil, batchcode=nil, codecnt=nil, merchantid=nil, productid=nil, batchtype=nil, remark=nil, mptpl=nil, status=nil, createtime=nil, updatetime=nil, merchantname=nil, productname=nil, ext=nil, tplname=nil, job=nil, productiondate=nil, validdate=nil, attrs=nil)
216
216
  @BatchId = batchid
@@ -2598,8 +2598,8 @@ module TencentCloud
2598
2598
 
2599
2599
  attr_accessor :Products, :TotalCount, :ScanLogs, :RequestId
2600
2600
  extend Gem::Deprecate
2601
- deprecate :Products, :none, 2024, 3
2602
- deprecate :Products=, :none, 2024, 3
2601
+ deprecate :Products, :none, 2024, 4
2602
+ deprecate :Products=, :none, 2024, 4
2603
2603
 
2604
2604
  def initialize(products=nil, totalcount=nil, scanlogs=nil, requestid=nil)
2605
2605
  @Products = products
@@ -3010,8 +3010,8 @@ module TencentCloud
3010
3010
 
3011
3011
  attr_accessor :Value
3012
3012
  extend Gem::Deprecate
3013
- deprecate :Value, :none, 2024, 3
3014
- deprecate :Value=, :none, 2024, 3
3013
+ deprecate :Value, :none, 2024, 4
3014
+ deprecate :Value=, :none, 2024, 4
3015
3015
 
3016
3016
  def initialize(value=nil)
3017
3017
  @Value = value
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-trp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.806
4
+ version: 3.0.807
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-04-18 00:00:00.000000000 Z
11
+ date: 2024-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common