tencentcloud-sdk-dnspod 3.0.1108 → 3.0.1138

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210323/models.rb +13 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c5e7afe2f58d84f4af912ecf8c0d79f9d8451852
4
- data.tar.gz: 0f9d2fdbd29a45def95e1f13d7c0354237b37464
3
+ metadata.gz: 8e69da17707200f84119eed7cbf04a5c7b763a59
4
+ data.tar.gz: 5faaba466223181b6ae65222866893b21b8dd9b7
5
5
  SHA512:
6
- metadata.gz: 88ff53d1143d5d54be33f76a10d183435236cd6217a402eca56aca621d7f66620b73a3847dc3fd1d58d4272d4ffdec22f1a63b771c3f73a73c37051220c20a28
7
- data.tar.gz: d63c92183eca6228646a977df996997f393f6062c487c711fd077252f05b77e0d26ca90667729c2a8a5085e5e04f653b43f1639eb25921765ab98b132db28110
6
+ metadata.gz: 55c0480405437318e8e1df79561d92ace0c1aeacd4967be903e409acb5b2cfcec80aa4861bae462c8855a071d463ac6d75b4a65812146995cfc2ccc0d259375a
7
+ data.tar.gz: 2850daa98b3689fff09f66421cd04b6f04eb6877b1650c280f397cba8d3a68166d32d370dc4641c6e9621c93e9da8ebac44f65d4ffa35f28f14870e43798335b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1108
1
+ 3.0.1138
@@ -5362,7 +5362,7 @@ module TencentCloud
5362
5362
  class ModifyDomainOwnerRequest < TencentCloud::Common::AbstractModel
5363
5363
  # @param Domain: 域名
5364
5364
  # @type Domain: String
5365
- # @param Account: 域名需要转入的账号,支持Uin或者邮箱格式
5365
+ # @param Account: 域名需要转入的账号Uin
5366
5366
  # @type Account: String
5367
5367
  # @param DomainId: 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
5368
5368
  # @type DomainId: Integer
@@ -7321,10 +7321,12 @@ module TencentCloud
7321
7321
  # @type Uin: Integer
7322
7322
  # @param FreeNs: 所属 DNS 服务器
7323
7323
  # @type FreeNs: Array
7324
+ # @param AllowTransferIn: 用户是否允许任何人转移域名到本账号
7325
+ # @type AllowTransferIn: Boolean
7324
7326
 
7325
- attr_accessor :Nick, :Id, :Email, :Status, :Telephone, :EmailVerified, :TelephoneVerified, :UserGrade, :RealName, :WechatBinded, :Uin, :FreeNs
7327
+ attr_accessor :Nick, :Id, :Email, :Status, :Telephone, :EmailVerified, :TelephoneVerified, :UserGrade, :RealName, :WechatBinded, :Uin, :FreeNs, :AllowTransferIn
7326
7328
 
7327
- def initialize(nick=nil, id=nil, email=nil, status=nil, telephone=nil, emailverified=nil, telephoneverified=nil, usergrade=nil, realname=nil, wechatbinded=nil, uin=nil, freens=nil)
7329
+ def initialize(nick=nil, id=nil, email=nil, status=nil, telephone=nil, emailverified=nil, telephoneverified=nil, usergrade=nil, realname=nil, wechatbinded=nil, uin=nil, freens=nil, allowtransferin=nil)
7328
7330
  @Nick = nick
7329
7331
  @Id = id
7330
7332
  @Email = email
@@ -7337,6 +7339,7 @@ module TencentCloud
7337
7339
  @WechatBinded = wechatbinded
7338
7340
  @Uin = uin
7339
7341
  @FreeNs = freens
7342
+ @AllowTransferIn = allowtransferin
7340
7343
  end
7341
7344
 
7342
7345
  def deserialize(params)
@@ -7352,6 +7355,7 @@ module TencentCloud
7352
7355
  @WechatBinded = params['WechatBinded']
7353
7356
  @Uin = params['Uin']
7354
7357
  @FreeNs = params['FreeNs']
7358
+ @AllowTransferIn = params['AllowTransferIn']
7355
7359
  end
7356
7360
  end
7357
7361
 
@@ -7590,10 +7594,12 @@ module TencentCloud
7590
7594
  # @param Dnssec: dnssec
7591
7595
  # 注意:此字段可能返回 null,表示取不到有效值。
7592
7596
  # @type Dnssec: String
7597
+ # @param RegistrarType: 腾讯注册商资质
7598
+ # @type RegistrarType: String
7593
7599
 
7594
- attr_accessor :Contacts, :CreationDate, :ExpirationDate, :IsQcloud, :IsQcloudOwner, :NameServers, :Raw, :Registrar, :Status, :UpdatedDate, :Dnssec
7600
+ attr_accessor :Contacts, :CreationDate, :ExpirationDate, :IsQcloud, :IsQcloudOwner, :NameServers, :Raw, :Registrar, :Status, :UpdatedDate, :Dnssec, :RegistrarType
7595
7601
 
7596
- def initialize(contacts=nil, creationdate=nil, expirationdate=nil, isqcloud=nil, isqcloudowner=nil, nameservers=nil, raw=nil, registrar=nil, status=nil, updateddate=nil, dnssec=nil)
7602
+ def initialize(contacts=nil, creationdate=nil, expirationdate=nil, isqcloud=nil, isqcloudowner=nil, nameservers=nil, raw=nil, registrar=nil, status=nil, updateddate=nil, dnssec=nil, registrartype=nil)
7597
7603
  @Contacts = contacts
7598
7604
  @CreationDate = creationdate
7599
7605
  @ExpirationDate = expirationdate
@@ -7605,6 +7611,7 @@ module TencentCloud
7605
7611
  @Status = status
7606
7612
  @UpdatedDate = updateddate
7607
7613
  @Dnssec = dnssec
7614
+ @RegistrarType = registrartype
7608
7615
  end
7609
7616
 
7610
7617
  def deserialize(params)
@@ -7622,6 +7629,7 @@ module TencentCloud
7622
7629
  @Status = params['Status']
7623
7630
  @UpdatedDate = params['UpdatedDate']
7624
7631
  @Dnssec = params['Dnssec']
7632
+ @RegistrarType = params['RegistrarType']
7625
7633
  end
7626
7634
  end
7627
7635
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dnspod
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1108
4
+ version: 3.0.1138
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-24 00:00:00.000000000 Z
11
+ date: 2025-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common