tencentcloud-sdk-ssl 3.0.1115 → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20191205/models.rb +19 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9a89af024455634c15fd4ee2b9221a0e32740f1a
4
- data.tar.gz: b8d60c6662673537cc62d7f5d2b24275c88908b5
3
+ metadata.gz: 3dec8f90a6c3fcb75d7aef53267f856b73c64daa
4
+ data.tar.gz: d37006be7287fc8d5940876c25493bc2ae639876
5
5
  SHA512:
6
- metadata.gz: 2f14a0aaa1f4c6c8b9d803cf7c8c60ceb44ac45f0f58ea7e4a8546f7d3a0064f86614544e33a40ef45b37bd70eedcbe8f262b0172af9e7554c2988fba7c372be
7
- data.tar.gz: 54b243ae23fd5e3b58a1944f785e114b9a9ef81ea37dd910a2df88b9ad308a77681c70f51ecf5e5ff4d0cfe1e1be07d8bb77a3073992a3c621fa38f5c9711a87
6
+ metadata.gz: efbf3f46b0c47e485ac736a7db8484d86e645f6a0ffaf74a11828de22246d4ad4ea811b040fbe0dc51f0f6e8b8bd454b637f6cb28e9eefd97ec077f2a4540fad
7
+ data.tar.gz: 9dd4af83ac1a3d77aacc9a9ae6a7817b6fc080e8884346f9a11c3d518d7bd918cb0b509b8c8794a5b23e698c3bdfd1654d102564b73a7e430dc1e4df49a0c67d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1115
1
+ 3.0.1122
@@ -4087,7 +4087,7 @@ module TencentCloud
4087
4087
  class DescribeDownloadCertificateUrlRequest < TencentCloud::Common::AbstractModel
4088
4088
  # @param CertificateId: 证书ID
4089
4089
  # @type CertificateId: String
4090
- # @param ServiceType: 必填选项,下载的服务类型: nginx tomcat apache iis jks other root
4090
+ # @param ServiceType: 下载的服务类型: nginx tomcat apache iis jks other root, 不传则默认下载nginx格式
4091
4091
  # @type ServiceType: String
4092
4092
 
4093
4093
  attr_accessor :CertificateId, :ServiceType
@@ -5459,15 +5459,23 @@ module TencentCloud
5459
5459
  # @type ManagerId: Integer
5460
5460
  # @param StatusInfo: 审核状态详细信息
5461
5461
  # @type StatusInfo: Array
5462
+ # @param ManagerIdType: 管理员证件类型,SFZ代表身份证,HZ代表护照
5463
+ # @type ManagerIdType: String
5464
+ # @param ManagerIdNumber: 管理员证件号码
5465
+ # @type ManagerIdNumber: String
5466
+ # @param ContactIdType: 联系人证件类型,SFZ代表身份证,HZ代表护照
5467
+ # @type ContactIdType: String
5468
+ # @param ContactIdNumber: 联系人证件号码
5469
+ # @type ContactIdNumber: String
5462
5470
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5463
5471
  # @type RequestId: String
5464
5472
 
5465
- attr_accessor :Status, :ManagerFirstName, :ManagerMail, :ContactFirstName, :ManagerLastName, :ContactPosition, :ManagerPosition, :VerifyTime, :CreateTime, :ExpireTime, :ContactLastName, :ManagerPhone, :ContactPhone, :ContactMail, :ManagerDepartment, :CompanyInfo, :CompanyId, :ManagerId, :StatusInfo, :RequestId
5473
+ attr_accessor :Status, :ManagerFirstName, :ManagerMail, :ContactFirstName, :ManagerLastName, :ContactPosition, :ManagerPosition, :VerifyTime, :CreateTime, :ExpireTime, :ContactLastName, :ManagerPhone, :ContactPhone, :ContactMail, :ManagerDepartment, :CompanyInfo, :CompanyId, :ManagerId, :StatusInfo, :ManagerIdType, :ManagerIdNumber, :ContactIdType, :ContactIdNumber, :RequestId
5466
5474
  extend Gem::Deprecate
5467
5475
  deprecate :Status, :none, 2025, 8
5468
5476
  deprecate :Status=, :none, 2025, 8
5469
5477
 
5470
- def initialize(status=nil, managerfirstname=nil, managermail=nil, contactfirstname=nil, managerlastname=nil, contactposition=nil, managerposition=nil, verifytime=nil, createtime=nil, expiretime=nil, contactlastname=nil, managerphone=nil, contactphone=nil, contactmail=nil, managerdepartment=nil, companyinfo=nil, companyid=nil, managerid=nil, statusinfo=nil, requestid=nil)
5478
+ def initialize(status=nil, managerfirstname=nil, managermail=nil, contactfirstname=nil, managerlastname=nil, contactposition=nil, managerposition=nil, verifytime=nil, createtime=nil, expiretime=nil, contactlastname=nil, managerphone=nil, contactphone=nil, contactmail=nil, managerdepartment=nil, companyinfo=nil, companyid=nil, managerid=nil, statusinfo=nil, manageridtype=nil, manageridnumber=nil, contactidtype=nil, contactidnumber=nil, requestid=nil)
5471
5479
  @Status = status
5472
5480
  @ManagerFirstName = managerfirstname
5473
5481
  @ManagerMail = managermail
@@ -5487,6 +5495,10 @@ module TencentCloud
5487
5495
  @CompanyId = companyid
5488
5496
  @ManagerId = managerid
5489
5497
  @StatusInfo = statusinfo
5498
+ @ManagerIdType = manageridtype
5499
+ @ManagerIdNumber = manageridnumber
5500
+ @ContactIdType = contactidtype
5501
+ @ContactIdNumber = contactidnumber
5490
5502
  @RequestId = requestid
5491
5503
  end
5492
5504
 
@@ -5520,6 +5532,10 @@ module TencentCloud
5520
5532
  @StatusInfo << managerstatusinfo_tmp
5521
5533
  end
5522
5534
  end
5535
+ @ManagerIdType = params['ManagerIdType']
5536
+ @ManagerIdNumber = params['ManagerIdNumber']
5537
+ @ContactIdType = params['ContactIdType']
5538
+ @ContactIdNumber = params['ContactIdNumber']
5523
5539
  @RequestId = params['RequestId']
5524
5540
  end
5525
5541
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ssl
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1115
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-08-01 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