tencentcloud-sdk-trp 3.0.547 → 3.0.549

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 57be7d8bcad917165b9765b7a8275ca58bddb938
4
- data.tar.gz: c702183f0629984de83c7351d52941d5ad5b8e1d
3
+ metadata.gz: ef0ea867e5ba6f9cc04a21e359511fc2a5145a2e
4
+ data.tar.gz: 715c59ece3e0c3350f6e742e305ee05a9d3a960f
5
5
  SHA512:
6
- metadata.gz: 5d11e1aca469fea8d8fb9f4f3e4902671e1381c3a4d35dc50870a15ebdec6ea94cb602e431fa198bd922ecd94434d512a8c542e4371a5451a9f459c0426981aa
7
- data.tar.gz: 4373aa1f8d0a4c6f2de6048671e898dc15cb6dfd26c4aa9904c623123c106273797f4c79879c232b33660306b443192a055752bb58498b7e7205022d219c4af6
6
+ metadata.gz: 8fe933d29968426ab2cbd4763f325d6535f93d71d65ba1cec58fd06d6fc91ac0357362617e2988d62fa9a1c6b6704ea1db81f2fb0578107db1fab6f4e89bc6de
7
+ data.tar.gz: e95c287660783404a2f9eacd81c4f4a197c76ab06e9bd940eb3bd1f3c576fbb215ab63d8bd9a69f3b004decc4d8592a9d22579502d8e571d00f5ff9f1328eb29
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.547
1
+ 3.0.549
@@ -2117,16 +2117,19 @@ module TencentCloud
2117
2117
  # @type ProductId: String
2118
2118
  # @param BatchId: 批次ID
2119
2119
  # @type BatchId: String
2120
+ # @param Code: 安心码
2121
+ # @type Code: String
2120
2122
 
2121
- attr_accessor :CorpId, :PageSize, :PageNumber, :MerchantId, :ProductId, :BatchId
2123
+ attr_accessor :CorpId, :PageSize, :PageNumber, :MerchantId, :ProductId, :BatchId, :Code
2122
2124
 
2123
- def initialize(corpid=nil, pagesize=nil, pagenumber=nil, merchantid=nil, productid=nil, batchid=nil)
2125
+ def initialize(corpid=nil, pagesize=nil, pagenumber=nil, merchantid=nil, productid=nil, batchid=nil, code=nil)
2124
2126
  @CorpId = corpid
2125
2127
  @PageSize = pagesize
2126
2128
  @PageNumber = pagenumber
2127
2129
  @MerchantId = merchantid
2128
2130
  @ProductId = productid
2129
2131
  @BatchId = batchid
2132
+ @Code = code
2130
2133
  end
2131
2134
 
2132
2135
  def deserialize(params)
@@ -2136,6 +2139,7 @@ module TencentCloud
2136
2139
  @MerchantId = params['MerchantId']
2137
2140
  @ProductId = params['ProductId']
2138
2141
  @BatchId = params['BatchId']
2142
+ @Code = params['Code']
2139
2143
  end
2140
2144
  end
2141
2145
 
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.547
4
+ version: 3.0.549
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-10 00:00:00.000000000 Z
11
+ date: 2023-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common