tencentcloud-sdk-cam 3.0.1123 → 3.0.1160

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: 8ea8d54d61219d2dfd3e45bef01443cbc699f439
4
- data.tar.gz: 15c8cecf50a5e47d47c1935c4c2cbde80aaf162e
3
+ metadata.gz: 00ae2a933abf51a1be93c855d3969fa796bf6a22
4
+ data.tar.gz: 3134244b9844f1f80741cf87b7ea8bd77195f9ad
5
5
  SHA512:
6
- metadata.gz: a10901ffd21c677e875be3c662c5c98d6176537515cc421e941d528476c8eb7710974d3c431968d147cec1e1e7f09c9fcdcfb2adb91c548c0cea4dd08ad5e94e
7
- data.tar.gz: 567d6658555b37c416b19128658ccbfe2c95af18e233d56c77c1534ba2d2ef601cbda4118346e550cc80d3ec34973cc9b482040823e49d8bb548afd5528e22e1
6
+ metadata.gz: 8ecbceb44772568e2a7d9e11f8a0562eb6da98d859266ff9bd3635e7e108196f7b8ecd2a44248f047283d98be08d640a384ed9b61960ab66eb895b2cb5315bf6
7
+ data.tar.gz: 1ad3113999f70f4fa33434662ceb014045c1750035d203482264a6043093b4a52f8e718c5c7e3afb49a3a45dde7e3166ef53b0d2a1df824499acb28d3db91401
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1123
1
+ 3.0.1160
@@ -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, 8
2261
- deprecate :Idps=, :none, 2025, 8
2260
+ deprecate :Idps, :none, 2025, 10
2261
+ deprecate :Idps=, :none, 2025, 10
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
 
@@ -5127,7 +5131,6 @@ module TencentCloud
5127
5131
  # UpdatePolicy返回参数结构体
5128
5132
  class UpdatePolicyResponse < TencentCloud::Common::AbstractModel
5129
5133
  # @param PolicyId: 策略id,入参是PolicyName时,才会返回
5130
- # 注意:此字段可能返回 null,表示取不到有效值。
5131
5134
  # @type PolicyId: Integer
5132
5135
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5133
5136
  # @type RequestId: String
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.1123
4
+ version: 3.0.1160
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-08-14 00:00:00.000000000 Z
11
+ date: 2025-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20190116/client.rb
37
- - lib/v20190116/models.rb
38
36
  - lib/tencentcloud-sdk-cam.rb
37
+ - lib/v20190116/models.rb
38
+ - lib/v20190116/client.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: