tencentcloud-sdk-ssl 3.0.427 → 3.0.428

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f1b99d5aa543b0b37b58523286feb4ff0b5c984d
4
- data.tar.gz: b387470d1ec6e85990a894d3854a0490977c3089
3
+ metadata.gz: ee01bf1c22f62d88d79c934268d92b9ab8cd33fa
4
+ data.tar.gz: 6244efdf25601173d2d8dae4c9b8e34c9c581344
5
5
  SHA512:
6
- metadata.gz: 58eaba1fda998b05d8860f3a39aa3e1b8c189fe861dab04bf0cbfa279497841d6783fc42d09f82da6acea63e6f06d4451997189ceac52965db87b6e490df9289
7
- data.tar.gz: 63fe857280e1092e4aefb34ee3249c7f7624e6a9227e152dba9d1ba0a72ca8251b2d70dddaca2a5f4dbbb000768600441c01ae6037055afcf19b69c5bb274368
6
+ metadata.gz: e070744182fe9be81ea7529bb359d89972cbca72dfa6562319efdfcfd01763961316d4f70a509ccffb22313644ffe51afdfaebfeec1569d97a62041c1ace5ff3
7
+ data.tar.gz: 1a07850b937d3e8134fb9f91fe3234e5fc85d9a506f2a36f6d895c238de66dd15506c13c35b43ce9acfa2acddf4979566ef0ecc4b7e84277692a808618f6c966
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.427
1
+ 3.0.428
@@ -43,10 +43,12 @@ module TencentCloud
43
43
  # @type Alias: String
44
44
  # @param OldCertificateId: 原证书 ID,用于重新申请。
45
45
  # @type OldCertificateId: String
46
+ # @param PackageId: 权益包ID,用于免费证书扩容包使用
47
+ # @type PackageId: String
46
48
 
47
- attr_accessor :DvAuthMethod, :DomainName, :ProjectId, :PackageType, :ContactEmail, :ContactPhone, :ValidityPeriod, :CsrEncryptAlgo, :CsrKeyParameter, :CsrKeyPassword, :Alias, :OldCertificateId
49
+ attr_accessor :DvAuthMethod, :DomainName, :ProjectId, :PackageType, :ContactEmail, :ContactPhone, :ValidityPeriod, :CsrEncryptAlgo, :CsrKeyParameter, :CsrKeyPassword, :Alias, :OldCertificateId, :PackageId
48
50
 
49
- def initialize(dvauthmethod=nil, domainname=nil, projectid=nil, packagetype=nil, contactemail=nil, contactphone=nil, validityperiod=nil, csrencryptalgo=nil, csrkeyparameter=nil, csrkeypassword=nil, _alias=nil, oldcertificateid=nil)
51
+ def initialize(dvauthmethod=nil, domainname=nil, projectid=nil, packagetype=nil, contactemail=nil, contactphone=nil, validityperiod=nil, csrencryptalgo=nil, csrkeyparameter=nil, csrkeypassword=nil, _alias=nil, oldcertificateid=nil, packageid=nil)
50
52
  @DvAuthMethod = dvauthmethod
51
53
  @DomainName = domainname
52
54
  @ProjectId = projectid
@@ -59,6 +61,7 @@ module TencentCloud
59
61
  @CsrKeyPassword = csrkeypassword
60
62
  @Alias = _alias
61
63
  @OldCertificateId = oldcertificateid
64
+ @PackageId = packageid
62
65
  end
63
66
 
64
67
  def deserialize(params)
@@ -74,6 +77,7 @@ module TencentCloud
74
77
  @CsrKeyPassword = params['CsrKeyPassword']
75
78
  @Alias = params['Alias']
76
79
  @OldCertificateId = params['OldCertificateId']
80
+ @PackageId = params['PackageId']
77
81
  end
78
82
  end
79
83
 
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.427
4
+ version: 3.0.428
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-13 00:00:00.000000000 Z
11
+ date: 2022-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common