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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1a5ae7bf62cc56aa3cf70eb9638be7c285f5be74
4
- data.tar.gz: eb3f70f33a6aaccfbc4280924fc434c7469209ea
3
+ metadata.gz: 15bffc340744b97778258bcb70fd59ac84145937
4
+ data.tar.gz: 485af3afdba901bd3f45c16063e57be621b6db15
5
5
  SHA512:
6
- metadata.gz: 5621bf198ea540711aa40d23b61b478e993faf16876e7e12bcc253f8f7665646b7d64df0c0f53c8dfa0e90736d1013ac5296024f6775c8d4bfbacdb47ff84bea
7
- data.tar.gz: 6fc1b2cb9a1372d6606f4cf0d63d9b83e80ed1574ab7d84ee3fd7770997235f47ade0a36bfbdf1ef88f595bf65b99329c5fe236ff69fe4782f439ed3f8ed7c71
6
+ metadata.gz: e539ceb345eb0e2a63e4e49af7f4d37dc9adac50ee5855653638a3888288b369421190ac6b167170ecb31e2af72826ceed638befe12ea329cdd7e8fcaebcaf20
7
+ data.tar.gz: 69de5a96d863a7316af4a2d487b115abc0ce8266d061baca0edc5dc2d921945886067e8d826e3ae03f987eb7e78f5c95aafaf1a353d89aa2db03118565dc03f2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.770
1
+ 3.0.771
@@ -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.770
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-27 00:00:00.000000000 Z
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