tencentcloud-sdk-trp 3.0.900 → 3.0.901

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: fa7699d619a1ba587b6e7b911aa8e5b8da6537f7
4
- data.tar.gz: 99f4532fe8eee01c0e85daeacf74715734232aec
3
+ metadata.gz: 5022aaf7c16987c7f71c6eb392020fca9644ce35
4
+ data.tar.gz: 20573f611df630d77c93dc5804cae130f42d4cd0
5
5
  SHA512:
6
- metadata.gz: 047191202553a47d77043f6a0231aea63301c8fe0b88337f69ee854408393f36d1626af930e8cca931300580654cae18e354950a928a36ef92b61f3988f1f8aa
7
- data.tar.gz: 58cc8b82a68abe3f63c5a2107741cf46245aeded75f865eb67fc3d995e9f25133d0baf33d96243fb4e146a9220b23962dc7b2923ce6c31a7723c528221619e50
6
+ metadata.gz: e8a8a1d153a2fd8c69289e63728ec875e26916899453c2df8713f66307b598731149b06c8807ce8106ee3d0d79c045b921feb30589fa2b37de3139ebd013c66b
7
+ data.tar.gz: 78e3744c05728f9966bc980ae4ba316ff860356d8020b5e604dd43f4bc4e9eeff18cd7dd4f6d27434e1f8a9910a8e71d84b8a1d3243078f0122e4ab621d74e17
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.900
1
+ 3.0.901
@@ -265,8 +265,8 @@ module TencentCloud
265
265
 
266
266
  attr_accessor :BatchId, :CorpId, :BatchCode, :CodeCnt, :MerchantId, :ProductId, :BatchType, :Remark, :MpTpl, :Status, :CreateTime, :UpdateTime, :MerchantName, :ProductName, :Ext, :TplName, :Job, :ProductionDate, :ValidDate, :Attrs
267
267
  extend Gem::Deprecate
268
- deprecate :Ext, :none, 2024, 6
269
- deprecate :Ext=, :none, 2024, 6
268
+ deprecate :Ext, :none, 2024, 9
269
+ deprecate :Ext=, :none, 2024, 9
270
270
 
271
271
  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)
272
272
  @BatchId = batchid
@@ -2738,8 +2738,8 @@ module TencentCloud
2738
2738
 
2739
2739
  attr_accessor :Products, :TotalCount, :ScanLogs, :RequestId
2740
2740
  extend Gem::Deprecate
2741
- deprecate :Products, :none, 2024, 6
2742
- deprecate :Products=, :none, 2024, 6
2741
+ deprecate :Products, :none, 2024, 9
2742
+ deprecate :Products=, :none, 2024, 9
2743
2743
 
2744
2744
  def initialize(products=nil, totalcount=nil, scanlogs=nil, requestid=nil)
2745
2745
  @Products = products
@@ -3150,8 +3150,8 @@ module TencentCloud
3150
3150
 
3151
3151
  attr_accessor :Value
3152
3152
  extend Gem::Deprecate
3153
- deprecate :Value, :none, 2024, 6
3154
- deprecate :Value=, :none, 2024, 6
3153
+ deprecate :Value, :none, 2024, 9
3154
+ deprecate :Value=, :none, 2024, 9
3155
3155
 
3156
3156
  def initialize(value=nil)
3157
3157
  @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.900
4
+ version: 3.0.901
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-09-05 00:00:00.000000000 Z
11
+ date: 2024-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common