tencentcloud-sdk-trp 3.0.492 → 3.0.494

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210515/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cd97d65cb53abed36499b5673849c008a8effd31
4
- data.tar.gz: 91a8a94e4ed63b68d47f3f8854d48313bb653d80
3
+ metadata.gz: 6c1534d6fe8ea95ea06dd41fe7cfe316bcf2ec52
4
+ data.tar.gz: aa7437b5ef70ae5da8f2611933e3e0eeb3b95735
5
5
  SHA512:
6
- metadata.gz: 0a05c085b65aa1b7beb2cf21c8bf920b75efd4774c87ee24a2256b30cc39a5efae139ffccb887c4f2c42e6d523b606cf1bf4eaed7fbcfec12ae508d8cca48e70
7
- data.tar.gz: 72cc37c7b4bdde619ce659282d6c949a87df53f8700bc6d8bbc91f5ba6ee0e6473f212c5519f1c30a057c45a387266244d7238b80cb06447662b614cf090664e
6
+ metadata.gz: 80c1019ac938503933cf4c39a49070971273e6007a2cf2b0c02939b151a39cc4625d57797079f23daf92a978d6ed0c5e2e17133d8486bf35c98de8787283c74d
7
+ data.tar.gz: 4ac2941b67bdafa0ee0368cc38362439cf886b3c2797fe75152291279fe9354c3731d6e2438553c29cb1406e8471de7375703fdfb8be197f07882610e73fb44e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.492
1
+ 3.0.494
@@ -3126,10 +3126,14 @@ module TencentCloud
3126
3126
  # @type MerchantName: String
3127
3127
  # @param ProductName: 产品名称
3128
3128
  # @type ProductName: String
3129
+ # @param AgentId: 渠道商ID
3130
+ # @type AgentId: Integer
3131
+ # @param Level: 码层级 0: 最小级, 1: 一级, 2: 二级
3132
+ # @type Level: Integer
3129
3133
 
3130
- attr_accessor :Code, :CorpId, :PackId, :BatchId, :MerchantId, :ProductId, :Status, :CreateTime, :UpdateTime, :MerchantName, :ProductName
3134
+ attr_accessor :Code, :CorpId, :PackId, :BatchId, :MerchantId, :ProductId, :Status, :CreateTime, :UpdateTime, :MerchantName, :ProductName, :AgentId, :Level
3131
3135
 
3132
- def initialize(code=nil, corpid=nil, packid=nil, batchid=nil, merchantid=nil, productid=nil, status=nil, createtime=nil, updatetime=nil, merchantname=nil, productname=nil)
3136
+ def initialize(code=nil, corpid=nil, packid=nil, batchid=nil, merchantid=nil, productid=nil, status=nil, createtime=nil, updatetime=nil, merchantname=nil, productname=nil, agentid=nil, level=nil)
3133
3137
  @Code = code
3134
3138
  @CorpId = corpid
3135
3139
  @PackId = packid
@@ -3141,6 +3145,8 @@ module TencentCloud
3141
3145
  @UpdateTime = updatetime
3142
3146
  @MerchantName = merchantname
3143
3147
  @ProductName = productname
3148
+ @AgentId = agentid
3149
+ @Level = level
3144
3150
  end
3145
3151
 
3146
3152
  def deserialize(params)
@@ -3155,6 +3161,8 @@ module TencentCloud
3155
3161
  @UpdateTime = params['UpdateTime']
3156
3162
  @MerchantName = params['MerchantName']
3157
3163
  @ProductName = params['ProductName']
3164
+ @AgentId = params['AgentId']
3165
+ @Level = params['Level']
3158
3166
  end
3159
3167
  end
3160
3168
 
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.492
4
+ version: 3.0.494
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-01-12 00:00:00.000000000 Z
11
+ date: 2023-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common