tencentcloud-sdk-cam 3.0.1114 → 3.0.1140

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: 98be3cc2f398312cdc3ad16d8344c38e84f46226
4
- data.tar.gz: f66bacf5cb811834a1fcf4a9722e8bdbdb0e6880
3
+ metadata.gz: fef6831ea22ad1ed9558e5bf09369ff2ec302de4
4
+ data.tar.gz: dc5fa3974db7ecb3d232f87151b3d8ae8b4541b9
5
5
  SHA512:
6
- metadata.gz: 5c1467268c63de323898a6a07aa03239260d87d39c54bcdba2caf71f4ffad8e3f9d59ec8200bc8cd80c21421d64b36aaec57952d3235be830dd7f57d24a7082b
7
- data.tar.gz: f69d7aca0565ab1ae0912dccf2a58d1aa820c215b6fdaab84c8b7b95fd2fc3d3ea326263791826913e618a33d08fa173a165ca961ab506becc2ecf688faace36
6
+ metadata.gz: e423a5713ce1590dbcbbf2adcb5f27741afc98dc2a64c336c7777962b6e669a88c4b410b3dcb1fd162fdf1f4a0c8210dcd5235471b28fc3ddeb96a44d535ec44
7
+ data.tar.gz: 6bed9550d0b039d380dd54ca2390c7634853f68315229dee575192b4a145a9f4932cb666059ffbca64e480d958e1c0252e4ca6319afb0901c1061397ff829c86
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1114
1
+ 3.0.1140
@@ -2257,8 +2257,8 @@ module TencentCloud
2257
2257
 
2258
2258
  attr_accessor :Policies, :Roles, :Idps, :User, :Group, :Member, :IdentityProviders, :RequestId
2259
2259
  extend Gem::Deprecate
2260
- deprecate :Idps, :none, 2025, 7
2261
- deprecate :Idps=, :none, 2025, 7
2260
+ deprecate :Idps, :none, 2025, 9
2261
+ deprecate :Idps=, :none, 2025, 9
2262
2262
 
2263
2263
  def initialize(policies=nil, roles=nil, idps=nil, user=nil, group=nil, member=nil, identityproviders=nil, requestid=nil)
2264
2264
  @Policies = policies
@@ -4360,10 +4360,12 @@ module TencentCloud
4360
4360
  # @type WechatFlag: Integer
4361
4361
  # @param Uin: 账号uin
4362
4362
  # @type Uin: Integer
4363
+ # @param CountryCode: 国家代码
4364
+ # @type CountryCode: String
4363
4365
 
4364
- attr_accessor :Uid, :Name, :Remark, :PhoneNumber, :PhoneFlag, :Email, :EmailFlag, :IsReceiverOwner, :WechatFlag, :Uin
4366
+ attr_accessor :Uid, :Name, :Remark, :PhoneNumber, :PhoneFlag, :Email, :EmailFlag, :IsReceiverOwner, :WechatFlag, :Uin, :CountryCode
4365
4367
 
4366
- def initialize(uid=nil, name=nil, remark=nil, phonenumber=nil, phoneflag=nil, email=nil, emailflag=nil, isreceiverowner=nil, wechatflag=nil, uin=nil)
4368
+ def initialize(uid=nil, name=nil, remark=nil, phonenumber=nil, phoneflag=nil, email=nil, emailflag=nil, isreceiverowner=nil, wechatflag=nil, uin=nil, countrycode=nil)
4367
4369
  @Uid = uid
4368
4370
  @Name = name
4369
4371
  @Remark = remark
@@ -4374,6 +4376,7 @@ module TencentCloud
4374
4376
  @IsReceiverOwner = isreceiverowner
4375
4377
  @WechatFlag = wechatflag
4376
4378
  @Uin = uin
4379
+ @CountryCode = countrycode
4377
4380
  end
4378
4381
 
4379
4382
  def deserialize(params)
@@ -4387,6 +4390,7 @@ module TencentCloud
4387
4390
  @IsReceiverOwner = params['IsReceiverOwner']
4388
4391
  @WechatFlag = params['WechatFlag']
4389
4392
  @Uin = params['Uin']
4393
+ @CountryCode = params['CountryCode']
4390
4394
  end
4391
4395
  end
4392
4396
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cam
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1114
4
+ version: 3.0.1140
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-30 00:00:00.000000000 Z
11
+ date: 2025-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common