tencentcloud-sdk-partners 3.0.389 → 3.0.390
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180321/models.rb +3 -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: e58a6396beb1e4e038753e67183e3ee984fe156b
|
4
|
+
data.tar.gz: 04296b3ac54a70ad0ce55ce58e715ac97e09a13f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3e2c5b9603db484bb22b777db24866d39de4440fdf9799880f9fef558095d0b10057b51e7cf91811aed0f4b1c0dceed98def9c3a62729f3aaa137fc0ed4a0de
|
7
|
+
data.tar.gz: 34e2297ba74d5da7084f3fa7617e5b35519f964204cf24f1e5b623a0851097ce5a7a61fc33b6fb7dfa57aad32b1c614201f737963c6d3b47e365503c43cc0d1f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.390
|
data/lib/v20180321/models.rb
CHANGED
@@ -31,7 +31,7 @@ module TencentCloud
|
|
31
31
|
# @type ClientRemark: String
|
32
32
|
# @param ClientName: 代客名称(首选实名认证名称)
|
33
33
|
# @type ClientName: String
|
34
|
-
# @param AuthType: 认证类型, 0:个人,1
|
34
|
+
# @param AuthType: 认证类型, 0:个人,1:企业;其他:未认证或无效值
|
35
35
|
# @type AuthType: String
|
36
36
|
# @param AppId: 代客APPID
|
37
37
|
# @type AppId: String
|
@@ -675,6 +675,7 @@ module TencentCloud
|
|
675
675
|
# @param AuditResult: 审核结果,包括accept/reject/qcloudaudit(腾讯云审核)
|
676
676
|
# @type AuditResult: String
|
677
677
|
# @param AgentTime: 关联时间对应的时间戳
|
678
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
678
679
|
# @type AgentTime: Integer
|
679
680
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
680
681
|
# @type RequestId: String
|
@@ -1587,7 +1588,7 @@ module TencentCloud
|
|
1587
1588
|
|
1588
1589
|
# DescribeClientBalance返回参数结构体
|
1589
1590
|
class DescribeClientBalanceResponse < TencentCloud::Common::AbstractModel
|
1590
|
-
# @param Balance: 账户可用余额,单位分 (可用余额 = 现金余额 - 冻结金额)
|
1591
|
+
# @param Balance: 账户可用余额,单位分 (可用余额 = 现金余额 - 冻结金额) 【注:该数据准确性存疑,请切换至DescribeClientBalanceNew取值】
|
1591
1592
|
# @type Balance: Integer
|
1592
1593
|
# @param Cash: 账户现金余额,单位分
|
1593
1594
|
# @type Cash: Integer
|
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.390
|
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-08-
|
11
|
+
date: 2022-08-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|