tencentcloud-sdk-ba 3.0.770 → 3.0.771
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/v20200720/models.rb +9 -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: 15bffc340744b97778258bcb70fd59ac84145937
|
|
4
|
+
data.tar.gz: 485af3afdba901bd3f45c16063e57be621b6db15
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e539ceb345eb0e2a63e4e49af7f4d37dc9adac50ee5855653638a3888288b369421190ac6b167170ecb31e2af72826ceed638befe12ea329cdd7e8fcaebcaf20
|
|
7
|
+
data.tar.gz: 69de5a96d863a7316af4a2d487b115abc0ce8266d061baca0edc5dc2d921945886067e8d826e3ae03f987eb7e78f5c95aafaf1a353d89aa2db03118565dc03f2
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.771
|
data/lib/v20200720/models.rb
CHANGED
|
@@ -72,15 +72,21 @@ module TencentCloud
|
|
|
72
72
|
# @type IsAuthenticated: String
|
|
73
73
|
# @param Type: 认证类型,个人0,企业1
|
|
74
74
|
# @type Type: String
|
|
75
|
+
# @param Level: 大客户标识:
|
|
76
|
+
# 1004、1003、1002、1001
|
|
77
|
+
|
|
78
|
+
# 其余为普通的用户
|
|
79
|
+
# @type Level: String
|
|
75
80
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
76
81
|
# @type RequestId: String
|
|
77
82
|
|
|
78
|
-
attr_accessor :IsTenPayMasked, :IsAuthenticated, :Type, :RequestId
|
|
83
|
+
attr_accessor :IsTenPayMasked, :IsAuthenticated, :Type, :Level, :RequestId
|
|
79
84
|
|
|
80
|
-
def initialize(istenpaymasked=nil, isauthenticated=nil, type=nil, requestid=nil)
|
|
85
|
+
def initialize(istenpaymasked=nil, isauthenticated=nil, type=nil, level=nil, requestid=nil)
|
|
81
86
|
@IsTenPayMasked = istenpaymasked
|
|
82
87
|
@IsAuthenticated = isauthenticated
|
|
83
88
|
@Type = type
|
|
89
|
+
@Level = level
|
|
84
90
|
@RequestId = requestid
|
|
85
91
|
end
|
|
86
92
|
|
|
@@ -88,6 +94,7 @@ module TencentCloud
|
|
|
88
94
|
@IsTenPayMasked = params['IsTenPayMasked']
|
|
89
95
|
@IsAuthenticated = params['IsAuthenticated']
|
|
90
96
|
@Type = params['Type']
|
|
97
|
+
@Level = params['Level']
|
|
91
98
|
@RequestId = params['RequestId']
|
|
92
99
|
end
|
|
93
100
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-ba
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.771
|
|
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-02-
|
|
11
|
+
date: 2024-02-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|