tencentcloud-sdk-trp 3.0.931 → 3.0.933
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 +12 -12
- 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: 72d411565fddb6ba518aecf0b0fa3ceaf3eec0e0
|
4
|
+
data.tar.gz: 27fc88703fb8623d1dbefb55e407badf057ff691
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 436759af30dce56e443f5273c861f56b5a7b041e19b163d684460f753ea2fced26ffab8b2ca73aa968ba558b7bc5b5a5ddc7a8cfa6d03c3ab62e8f596ce24057
|
7
|
+
data.tar.gz: 8b04a39107694aa7215ce1a325a94cfce9fd0218b4a4ac16826c0c024fe6f44a31993c7db8bb98248cd17a20058101a7d6233987ae76293fc96c74fd73a5d508
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.933
|
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, 10
|
269
|
+
deprecate :Ext=, :none, 2024, 10
|
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
|
@@ -1025,7 +1025,7 @@ module TencentCloud
|
|
1025
1025
|
# @type Remark: String
|
1026
1026
|
# @param CorpId: 企业ID
|
1027
1027
|
# @type CorpId: Integer
|
1028
|
-
# @param CodeType: 码包来源 0:自建, 1
|
1028
|
+
# @param CodeType: 码包来源 0:自建, 1:第三方
|
1029
1029
|
# @type CodeType: Integer
|
1030
1030
|
# @param CodeUrl: 码包前缀地址 第三方码包时必填
|
1031
1031
|
# @type CodeUrl: String
|
@@ -1704,7 +1704,7 @@ module TencentCloud
|
|
1704
1704
|
# @type BatchType: String
|
1705
1705
|
# @param CorpId: 企业ID
|
1706
1706
|
# @type CorpId: Integer
|
1707
|
-
# @param Status: 批次状态
|
1707
|
+
# @param Status: 批次状态 0: 未激活 1: 已激活 -1: 已冻结
|
1708
1708
|
# @type Status: Integer
|
1709
1709
|
|
1710
1710
|
attr_accessor :MerchantId, :ProductId, :Keyword, :PageSize, :PageNumber, :BatchType, :CorpId, :Status
|
@@ -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, 10
|
2742
|
+
deprecate :Products=, :none, 2024, 10
|
2743
2743
|
|
2744
2744
|
def initialize(products=nil, totalcount=nil, scanlogs=nil, requestid=nil)
|
2745
2745
|
@Products = products
|
@@ -3039,7 +3039,7 @@ module TencentCloud
|
|
3039
3039
|
# @type TaskId: String
|
3040
3040
|
# @param PageNumber: 页数
|
3041
3041
|
# @type PageNumber: Integer
|
3042
|
-
# @param Code:
|
3042
|
+
# @param Code: 溯源码
|
3043
3043
|
# @type Code: String
|
3044
3044
|
# @param Phase: 溯源阶段 0:商品 1:通用 2:内部溯源 3:外部溯源
|
3045
3045
|
# @type Phase: Integer
|
@@ -3071,9 +3071,9 @@ module TencentCloud
|
|
3071
3071
|
|
3072
3072
|
# DescribeTraceDataList返回参数结构体
|
3073
3073
|
class DescribeTraceDataListResponse < TencentCloud::Common::AbstractModel
|
3074
|
-
# @param TotalCount:
|
3074
|
+
# @param TotalCount: 溯源阶段数量
|
3075
3075
|
# @type TotalCount: Integer
|
3076
|
-
# @param TraceDataList:
|
3076
|
+
# @param TraceDataList: 溯源明细
|
3077
3077
|
# @type TraceDataList: Array
|
3078
3078
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3079
3079
|
# @type RequestId: String
|
@@ -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, 10
|
3154
|
+
deprecate :Value=, :none, 2024, 10
|
3155
3155
|
|
3156
3156
|
def initialize(value=nil)
|
3157
3157
|
@Value = value
|
@@ -3457,7 +3457,7 @@ module TencentCloud
|
|
3457
3457
|
# @type Remark: String
|
3458
3458
|
# @param CorpId: 企业ID
|
3459
3459
|
# @type CorpId: Integer
|
3460
|
-
# @param CodeType: 码包来源 0:自建, 1
|
3460
|
+
# @param CodeType: 码包来源 0:自建, 1:第三方码包,暂不支持修改
|
3461
3461
|
# @type CodeType: Integer
|
3462
3462
|
# @param CodeUrl: 码包前缀地址 第三方码包时必填
|
3463
3463
|
# @type CodeUrl: String
|
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.933
|
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-10-
|
11
|
+
date: 2024-10-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|