tencentcloud-sdk-trp 3.0.938 → 3.0.939
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 +10 -7
- 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: ddc18a19c560402ca76a84bd1a48b602e85bce04
|
|
4
|
+
data.tar.gz: b604a1fc55e337980b0465fe424fc42f33d861dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ef6eaf20707747b79150406dd6134d56ce5ee4bedfa19eea906b4d50e81c9569e32d1872451807cc3bdcd67fb74f8d7cebf85ca2af2339398b3f816ec77e2454
|
|
7
|
+
data.tar.gz: f677a615a3a3b31e87c6dc847f4af4363fe5eb4b7cac8c858b19e9c59bd56b8cdfa67477209bd11762bfe9a28c97b8ad889133c96990bdb26a5b1885a44db411
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.939
|
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, 11
|
|
269
|
+
deprecate :Ext=, :none, 2024, 11
|
|
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, 11
|
|
2742
|
+
deprecate :Products=, :none, 2024, 11
|
|
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, 11
|
|
3154
|
+
deprecate :Value=, :none, 2024, 11
|
|
3155
3155
|
|
|
3156
3156
|
def initialize(value=nil)
|
|
3157
3157
|
@Value = value
|
|
@@ -4734,7 +4734,7 @@ module TencentCloud
|
|
|
4734
4734
|
# @param ChainCnt: 区块链上链次数
|
|
4735
4735
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4736
4736
|
# @type ChainCnt: Integer
|
|
4737
|
-
# @param RiskCnt:
|
|
4737
|
+
# @param RiskCnt: 风险检测次数
|
|
4738
4738
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4739
4739
|
# @type RiskCnt: Integer
|
|
4740
4740
|
# @param UpdateTime: 时间
|
|
@@ -4742,6 +4742,9 @@ module TencentCloud
|
|
|
4742
4742
|
# @type UpdateTime: String
|
|
4743
4743
|
|
|
4744
4744
|
attr_accessor :CorpId, :FactoryCnt, :ItemCnt, :TrackCnt, :SaleCnt, :ChainCnt, :RiskCnt, :UpdateTime
|
|
4745
|
+
extend Gem::Deprecate
|
|
4746
|
+
deprecate :RiskCnt, :none, 2024, 11
|
|
4747
|
+
deprecate :RiskCnt=, :none, 2024, 11
|
|
4745
4748
|
|
|
4746
4749
|
def initialize(corpid=nil, factorycnt=nil, itemcnt=nil, trackcnt=nil, salecnt=nil, chaincnt=nil, riskcnt=nil, updatetime=nil)
|
|
4747
4750
|
@CorpId = corpid
|
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.939
|
|
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-11-
|
|
11
|
+
date: 2024-11-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|