tencentcloud-sdk-dnspod 3.0.1108 → 3.0.1122

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: c5e7afe2f58d84f4af912ecf8c0d79f9d8451852
4
- data.tar.gz: 0f9d2fdbd29a45def95e1f13d7c0354237b37464
3
+ metadata.gz: c81bd70fcba03ded369f9efadb62ebf99aa86b9f
4
+ data.tar.gz: 265bbaec05c255a3173a0ee1808e88f2395c1c3a
5
5
  SHA512:
6
- metadata.gz: 88ff53d1143d5d54be33f76a10d183435236cd6217a402eca56aca621d7f66620b73a3847dc3fd1d58d4272d4ffdec22f1a63b771c3f73a73c37051220c20a28
7
- data.tar.gz: d63c92183eca6228646a977df996997f393f6062c487c711fd077252f05b77e0d26ca90667729c2a8a5085e5e04f653b43f1639eb25921765ab98b132db28110
6
+ metadata.gz: d0f9ce8137ebbc097e950bedc569c170cc621c3f58abb52b12a69c7b2ad7767c24343583ec5b846f08416bfee41c8fdce0b869216e511a07b926249c2612796b
7
+ data.tar.gz: 9382186525a9fabbdc2c2ed888901ae4e0ed8fe6d2d622e03c72cf917586ef287272b4d46fca66b14db53e61df4107d4a57fea024802033a6b8037e2ccb3d8dd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1108
1
+ 3.0.1122
@@ -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
@@ -7590,10 +7590,12 @@ module TencentCloud
7590
7590
  # @param Dnssec: dnssec
7591
7591
  # 注意:此字段可能返回 null,表示取不到有效值。
7592
7592
  # @type Dnssec: String
7593
+ # @param RegistrarType: 腾讯注册商资质
7594
+ # @type RegistrarType: String
7593
7595
 
7594
- attr_accessor :Contacts, :CreationDate, :ExpirationDate, :IsQcloud, :IsQcloudOwner, :NameServers, :Raw, :Registrar, :Status, :UpdatedDate, :Dnssec
7596
+ attr_accessor :Contacts, :CreationDate, :ExpirationDate, :IsQcloud, :IsQcloudOwner, :NameServers, :Raw, :Registrar, :Status, :UpdatedDate, :Dnssec, :RegistrarType
7595
7597
 
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)
7598
+ 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
7599
  @Contacts = contacts
7598
7600
  @CreationDate = creationdate
7599
7601
  @ExpirationDate = expirationdate
@@ -7605,6 +7607,7 @@ module TencentCloud
7605
7607
  @Status = status
7606
7608
  @UpdatedDate = updateddate
7607
7609
  @Dnssec = dnssec
7610
+ @RegistrarType = registrartype
7608
7611
  end
7609
7612
 
7610
7613
  def deserialize(params)
@@ -7622,6 +7625,7 @@ module TencentCloud
7622
7625
  @Status = params['Status']
7623
7626
  @UpdatedDate = params['UpdatedDate']
7624
7627
  @Dnssec = params['Dnssec']
7628
+ @RegistrarType = params['RegistrarType']
7625
7629
  end
7626
7630
  end
7627
7631
 
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.1122
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-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common