tencentcloud-sdk-trp 3.0.430 → 3.0.431

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: d88c550718818b66b2b2a67382cff9cea23b2cbb
4
- data.tar.gz: cd2f7f03581b61254a492ba00befd806565ffe9e
3
+ metadata.gz: 3155a3642fde2d1fe9b38737ea2d7d870c08978e
4
+ data.tar.gz: 31fa71bd3379d233d5b105c15ba9eebc63f8afb1
5
5
  SHA512:
6
- metadata.gz: 2c643485b4090e6d53fe67c901452d585f1d18d8ff2a0ee4622efa828bf448b5a4d7a51e4c7bc7ffa9ed9c0e6ed6baa1a5756653d5bd56c17d8511102b8fdf12
7
- data.tar.gz: 17e0d191c42a30a49ebc91613e32550dafd48035c9513b9998cfe930933246121d7c7a47b5ff722f4c8ac073fe44f2618b60bbea60a4ea1f40599904d53783bf
6
+ metadata.gz: 11ca0fd789720c97361227449ec38bfd7a16fde8b85d70d4597de3edf3ee5865351ca5cce049ed905ee2095847f18b38be41deadb8643c90cd7f9bdba9ae23fb
7
+ data.tar.gz: d9a71a337a194dcf90a81c25d1c88179d131f13a6a22559fd852d6c34261a683b5493a209e4a3f1484886992101482d40f3531823e363f3565b65cd742aeb4f9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.430
1
+ 3.0.431
@@ -180,10 +180,10 @@ module TencentCloud
180
180
  # @param UpdateTime: 更新时间
181
181
  # 注意:此字段可能返回 null,表示取不到有效值。
182
182
  # @type UpdateTime: String
183
- # @param Status: 状态
183
+ # @param Status: 制码状态 init: 初始化, pending: 执行中, done: 完成, error: 失败
184
184
  # 注意:此字段可能返回 null,表示取不到有效值。
185
185
  # @type Status: String
186
- # @param Log: 记录
186
+ # @param Log: 执行日志
187
187
  # 注意:此字段可能返回 null,表示取不到有效值。
188
188
  # @type Log: String
189
189
  # @param CreateUser: 创建人
@@ -201,10 +201,10 @@ module TencentCloud
201
201
  # @param Cipher: 是否暗码
202
202
  # 注意:此字段可能返回 null,表示取不到有效值。
203
203
  # @type Cipher: Integer
204
- # @param TextUrl: 文字码地址
204
+ # @param TextUrl: [弃用] 文字码地址,通过另一个接口查
205
205
  # 注意:此字段可能返回 null,表示取不到有效值。
206
206
  # @type TextUrl: String
207
- # @param PackUrl: 二维码地址
207
+ # @param PackUrl: [弃用] 二维码地址,通过另一个接口查
208
208
  # 注意:此字段可能返回 null,表示取不到有效值。
209
209
  # @type PackUrl: String
210
210
  # @param MerchantName: 商户名
@@ -2779,11 +2779,11 @@ module TencentCloud
2779
2779
 
2780
2780
  # 溯源码
2781
2781
  class TraceCode < TencentCloud::Common::AbstractModel
2782
- # @param Code:
2782
+ # @param Code: 二维码
2783
2783
  # @type Code: String
2784
2784
  # @param CorpId: 企业ID
2785
2785
  # @type CorpId: Integer
2786
- # @param PackId: ID
2786
+ # @param PackId: 码包ID
2787
2787
  # @type PackId: String
2788
2788
  # @param BatchId: 批次ID
2789
2789
  # @type BatchId: String
@@ -2791,7 +2791,7 @@ module TencentCloud
2791
2791
  # @type MerchantId: String
2792
2792
  # @param ProductId: 产品ID
2793
2793
  # @type ProductId: String
2794
- # @param Status: 状态
2794
+ # @param Status: 码状态 0: 冻结 1: 激活
2795
2795
  # @type Status: Integer
2796
2796
  # @param CreateTime: 创建时间
2797
2797
  # @type CreateTime: 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.430
4
+ version: 3.0.431
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-18 00:00:00.000000000 Z
11
+ date: 2022-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common