tencentcloud-sdk-bi 3.0.898 → 3.0.900

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0578378a1310df703ea7f495f5b67403045f2d71
4
- data.tar.gz: 0bac0cc099f6c49b94e1c08939b42b610e22bd6b
3
+ metadata.gz: 539396a7fa6abb4a1157a63b09ba38ff80ca4cca
4
+ data.tar.gz: 6f512b74bf5961bac9d3cafc3e1a32f5eb14b95f
5
5
  SHA512:
6
- metadata.gz: 43e91b9e82a724139e1c1bd3641d8fbdf5f1587f68f1aa794185207176c9e0cf0ae4e09e68abe98f208bcea50e328baa3d1c9cf1d0650a7e99b176f5f1ca28b3
7
- data.tar.gz: 5ecc56d29b13973174654fe8c3899a5bbd5d7c4af9633af9b90586180a493a10898e11828b548954d5c84f1bbb736df2dc383a87002e7cbcfc61025868c0b393
6
+ metadata.gz: 0497ce29d60b1a667780370aaf6da1f6af0542addf9a20e04fde03bff2caa6c5420c4e7bc2cd93e177e9b9bdec4386d4a030c1b9f70464ff140ddf052c78ae37
7
+ data.tar.gz: 268fc08ff6b6106bb7c62f71f7949aca5c6d1d7057a69534c072e0f23753f8e0b939a030df6df11359b26de23e3ce517c64cf4203534ba06c395caf6f7de36c6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.898
1
+ 3.0.900
@@ -2393,10 +2393,12 @@ module TencentCloud
2393
2393
  # @type AreaCode: String
2394
2394
  # @param AppUserId: 企业微信应用用户id
2395
2395
  # @type AppUserId: String
2396
+ # @param LoginSecurityStatus: 是否开启手机验证码登录(0 关闭,1 开启)
2397
+ # @type LoginSecurityStatus: Integer
2396
2398
 
2397
- attr_accessor :UserId, :RoleIdList, :Email, :UserName, :PhoneNumber, :AreaCode, :AppUserId
2399
+ attr_accessor :UserId, :RoleIdList, :Email, :UserName, :PhoneNumber, :AreaCode, :AppUserId, :LoginSecurityStatus
2398
2400
 
2399
- def initialize(userid=nil, roleidlist=nil, email=nil, username=nil, phonenumber=nil, areacode=nil, appuserid=nil)
2401
+ def initialize(userid=nil, roleidlist=nil, email=nil, username=nil, phonenumber=nil, areacode=nil, appuserid=nil, loginsecuritystatus=nil)
2400
2402
  @UserId = userid
2401
2403
  @RoleIdList = roleidlist
2402
2404
  @Email = email
@@ -2404,6 +2406,7 @@ module TencentCloud
2404
2406
  @PhoneNumber = phonenumber
2405
2407
  @AreaCode = areacode
2406
2408
  @AppUserId = appuserid
2409
+ @LoginSecurityStatus = loginsecuritystatus
2407
2410
  end
2408
2411
 
2409
2412
  def deserialize(params)
@@ -2414,6 +2417,7 @@ module TencentCloud
2414
2417
  @PhoneNumber = params['PhoneNumber']
2415
2418
  @AreaCode = params['AreaCode']
2416
2419
  @AppUserId = params['AppUserId']
2420
+ @LoginSecurityStatus = params['LoginSecurityStatus']
2417
2421
  end
2418
2422
  end
2419
2423
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-bi
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.898
4
+ version: 3.0.900
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-09-04 00:00:00.000000000 Z
11
+ date: 2024-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common