tencentcloud-sdk-trp 3.0.806 → 3.0.807
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: 36e5d2d0063a7eddb56ce3531935b9df5343f648
|
|
4
|
+
data.tar.gz: 94afa6d5125a759313692db86e6621adc14f36ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2fceeba00822b4e687f16c455b2c36387939ba7c5a4100626349834cd903fdf3f973094e3aa521c672827d9e77d4a55c413b75d530d23fb530fc4b9d6c1ddef8
|
|
7
|
+
data.tar.gz: a53f81646248b4ab6ed34b76afc4f1f3789e6424a51fa2c7a3479023ac3805db30cd53aa6d80883170fe6baedffe4494f520307b60a878464e68aecb82d87791
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.807
|
data/lib/v20210515/models.rb
CHANGED
|
@@ -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,
|
|
213
|
-
deprecate :Ext=, :none, 2024,
|
|
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,
|
|
2602
|
-
deprecate :Products=, :none, 2024,
|
|
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,
|
|
3014
|
-
deprecate :Value=, :none, 2024,
|
|
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.
|
|
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-
|
|
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
|