tencentcloud-sdk-partners 3.0.1030 → 3.0.1031

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: e88ba3c0c249d71ea99960f31f41fe3449a64af4
4
- data.tar.gz: 128a8f5031a84dfb3107a6cef6795bb2e31fcbc7
3
+ metadata.gz: b6000aa548d43aebeeab142f56c1d280153eb610
4
+ data.tar.gz: c69e42545a90a6aaafb35309b167afec724727d0
5
5
  SHA512:
6
- metadata.gz: 05325c4fe60bea22968cb6fb092f7f7246c455d2b21736b9490696c873c58914e1629d74db0fb3b9e506d8e612414b1a73256d1dc975381c2fa154f56d199d4c
7
- data.tar.gz: 3f4675f18f0e4282998afb7fe0d23f66b79a5444ce853058b7414afe902b27e2d4da92817a9ebe25552cdd5f06f921d5482f4e751991928a2957649f25cc3e5d
6
+ metadata.gz: c49cf7241f9b269c5edafb6d0d11287962114009526d55a69ca3c60f711b6e203397db0719a479414dc8cb9a896b4635f6cfcbe10ef86f722442e46199ef1d71
7
+ data.tar.gz: 2c8f78d93f2fdecf00b8bd9748c9612334e38d79ee21afbc2499d4a990f9299679f406db9f92a1f151967855f022504bfae9805d87d2404cc140996b6ed7b6a2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1030
1
+ 3.0.1031
@@ -185,10 +185,12 @@ module TencentCloud
185
185
  # @type SalesName: String
186
186
  # @param ClientName: 客户名称,此字段和控制台返回一致。
187
187
  # @type ClientName: String
188
+ # @param IncreaseGoal: 增量目标金额(分)
189
+ # @type IncreaseGoal: String
188
190
 
189
- attr_accessor :Uin, :ClientUin, :ApplyTime, :ClientFlag, :Mail, :Phone, :HasOverdueBill, :Status, :SalesUin, :SalesName, :ClientName
191
+ attr_accessor :Uin, :ClientUin, :ApplyTime, :ClientFlag, :Mail, :Phone, :HasOverdueBill, :Status, :SalesUin, :SalesName, :ClientName, :IncreaseGoal
190
192
 
191
- def initialize(uin=nil, clientuin=nil, applytime=nil, clientflag=nil, mail=nil, phone=nil, hasoverduebill=nil, status=nil, salesuin=nil, salesname=nil, clientname=nil)
193
+ def initialize(uin=nil, clientuin=nil, applytime=nil, clientflag=nil, mail=nil, phone=nil, hasoverduebill=nil, status=nil, salesuin=nil, salesname=nil, clientname=nil, increasegoal=nil)
192
194
  @Uin = uin
193
195
  @ClientUin = clientuin
194
196
  @ApplyTime = applytime
@@ -200,6 +202,7 @@ module TencentCloud
200
202
  @SalesUin = salesuin
201
203
  @SalesName = salesname
202
204
  @ClientName = clientname
205
+ @IncreaseGoal = increasegoal
203
206
  end
204
207
 
205
208
  def deserialize(params)
@@ -214,6 +217,7 @@ module TencentCloud
214
217
  @SalesUin = params['SalesUin']
215
218
  @SalesName = params['SalesName']
216
219
  @ClientName = params['ClientName']
220
+ @IncreaseGoal = params['IncreaseGoal']
217
221
  end
218
222
  end
219
223
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-partners
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1030
4
+ version: 3.0.1031
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-30 00:00:00.000000000 Z
11
+ date: 2025-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,8 +34,8 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-partners.rb
37
- - lib/v20180321/models.rb
38
37
  - lib/v20180321/client.rb
38
+ - lib/v20180321/models.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: