tencentcloud-sdk-partners 3.0.850 → 3.0.851
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/v20180321/models.rb +7 -2
- 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: 0cb223d3437c0c71a66cc829d8ac2b54d3bf8ac7
|
|
4
|
+
data.tar.gz: 33946b6f8fca5a7c6671bcfe042f5f8a637c3152
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da0491ebb0a0ea9fb951660bcf1542e320c0ec34366c28ae101c75f6239eaff1fef8c5ed99908cb036c927f49d5d235ec427e9376ad7fd807701ce01510a86b4
|
|
7
|
+
data.tar.gz: c215423fa8cd945874e638a57ab8c097a9863105f9f3769c1752ea01d6d4b7e1028c3887dd3832ca68783f84c4d33779157ea19ad86b680f30bdef92c72a2242
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.851
|
data/lib/v20180321/models.rb
CHANGED
|
@@ -54,10 +54,13 @@ module TencentCloud
|
|
|
54
54
|
# @param Mail: 代客邮箱
|
|
55
55
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
56
56
|
# @type Mail: String
|
|
57
|
+
# @param TransactionType: 交易类型:交易类型 1-原类型 2-代理型 3-代采型
|
|
58
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
59
|
+
# @type TransactionType: String
|
|
57
60
|
|
|
58
|
-
attr_accessor :Uin, :ClientUin, :AgentTime, :ClientFlag, :ClientRemark, :ClientName, :AuthType, :AppId, :LastMonthAmt, :ThisMonthAmt, :HasOverdueBill, :ClientType, :ProjectType, :SalesUin, :SalesName, :Mail
|
|
61
|
+
attr_accessor :Uin, :ClientUin, :AgentTime, :ClientFlag, :ClientRemark, :ClientName, :AuthType, :AppId, :LastMonthAmt, :ThisMonthAmt, :HasOverdueBill, :ClientType, :ProjectType, :SalesUin, :SalesName, :Mail, :TransactionType
|
|
59
62
|
|
|
60
|
-
def initialize(uin=nil, clientuin=nil, agenttime=nil, clientflag=nil, clientremark=nil, clientname=nil, authtype=nil, appid=nil, lastmonthamt=nil, thismonthamt=nil, hasoverduebill=nil, clienttype=nil, projecttype=nil, salesuin=nil, salesname=nil, mail=nil)
|
|
63
|
+
def initialize(uin=nil, clientuin=nil, agenttime=nil, clientflag=nil, clientremark=nil, clientname=nil, authtype=nil, appid=nil, lastmonthamt=nil, thismonthamt=nil, hasoverduebill=nil, clienttype=nil, projecttype=nil, salesuin=nil, salesname=nil, mail=nil, transactiontype=nil)
|
|
61
64
|
@Uin = uin
|
|
62
65
|
@ClientUin = clientuin
|
|
63
66
|
@AgentTime = agenttime
|
|
@@ -74,6 +77,7 @@ module TencentCloud
|
|
|
74
77
|
@SalesUin = salesuin
|
|
75
78
|
@SalesName = salesname
|
|
76
79
|
@Mail = mail
|
|
80
|
+
@TransactionType = transactiontype
|
|
77
81
|
end
|
|
78
82
|
|
|
79
83
|
def deserialize(params)
|
|
@@ -93,6 +97,7 @@ module TencentCloud
|
|
|
93
97
|
@SalesUin = params['SalesUin']
|
|
94
98
|
@SalesName = params['SalesName']
|
|
95
99
|
@Mail = params['Mail']
|
|
100
|
+
@TransactionType = params['TransactionType']
|
|
96
101
|
end
|
|
97
102
|
end
|
|
98
103
|
|
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.
|
|
4
|
+
version: 3.0.851
|
|
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-06-
|
|
11
|
+
date: 2024-06-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|