tencentcloud-sdk-trp 3.0.900 → 3.0.901
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210515/models.rb +6 -6
- 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: 5022aaf7c16987c7f71c6eb392020fca9644ce35
|
|
4
|
+
data.tar.gz: 20573f611df630d77c93dc5804cae130f42d4cd0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8a8a1d153a2fd8c69289e63728ec875e26916899453c2df8713f66307b598731149b06c8807ce8106ee3d0d79c045b921feb30589fa2b37de3139ebd013c66b
|
|
7
|
+
data.tar.gz: 78e3744c05728f9966bc980ae4ba316ff860356d8020b5e604dd43f4bc4e9eeff18cd7dd4f6d27434e1f8a9910a8e71d84b8a1d3243078f0122e4ab621d74e17
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.901
|
data/lib/v20210515/models.rb
CHANGED
|
@@ -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,
|
|
269
|
-
deprecate :Ext=, :none, 2024,
|
|
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,
|
|
2742
|
-
deprecate :Products=, :none, 2024,
|
|
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,
|
|
3154
|
-
deprecate :Value=, :none, 2024,
|
|
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.
|
|
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-
|
|
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
|