tencentcloud-sdk-ssl 1.0.240 → 1.0.244

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: 0b6ee291e933827b38d4ca05c75f7c2bbee97944
4
- data.tar.gz: 0393c6e75632ed9f3436714a781e235dbf508730
3
+ metadata.gz: 1b446ab27f33d2962b9d78e961ee7f23c6aff81d
4
+ data.tar.gz: 77121e4b26e985777663364a82a6edc940e7ed92
5
5
  SHA512:
6
- metadata.gz: 16b3e39db1928b35ed1de07fcb7c0c8af94c17cf70be716b0b346c889528f29a68669de6d9f714c1c9d286a7cf94a046991b4781748cb8357dd795e0920d3286
7
- data.tar.gz: f08287d32fd098191db02085bb5146aa35564b5597e79cf965a7c5373e3e441b1327b88baaf79877e70e859d64cb5080c11f794ab9a5113caded3d469a822038
6
+ metadata.gz: 6b3f30323e8eaa302f7128588bf514e7c6f894d39cb3fbcf6076b0e195e05803bb81d27d9a3cb70b25c5828661b5277b9b5972ef30fd19a2c1bce98a9b75aa55
7
+ data.tar.gz: 6bd841e2973d90ed19406dccdae14793a0eb9e97b11b7ada7bc6aad2bf3a4fbe2aeb37ace9827b11fbbfc70e35bc4d433d6ca75bf9888b98571433595d952573
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.240
1
+ 1.0.244
@@ -1161,10 +1161,12 @@ module TencentCloud
1161
1161
  # @type Upload: Integer
1162
1162
  # @param Renew: 是否筛选可续期证书 1筛选 0不筛选
1163
1163
  # @type Renew: Integer
1164
+ # @param FilterSource: 筛选来源, upload:上传证书, buy:腾讯云证书, 不传默认全部
1165
+ # @type FilterSource: String
1164
1166
 
1165
- attr_accessor :Offset, :Limit, :SearchKey, :CertificateType, :ProjectId, :ExpirationSort, :CertificateStatus, :Deployable, :Upload, :Renew
1167
+ attr_accessor :Offset, :Limit, :SearchKey, :CertificateType, :ProjectId, :ExpirationSort, :CertificateStatus, :Deployable, :Upload, :Renew, :FilterSource
1166
1168
 
1167
- def initialize(offset=nil, limit=nil, searchkey=nil, certificatetype=nil, projectid=nil, expirationsort=nil, certificatestatus=nil, deployable=nil, upload=nil, renew=nil)
1169
+ def initialize(offset=nil, limit=nil, searchkey=nil, certificatetype=nil, projectid=nil, expirationsort=nil, certificatestatus=nil, deployable=nil, upload=nil, renew=nil, filtersource=nil)
1168
1170
  @Offset = offset
1169
1171
  @Limit = limit
1170
1172
  @SearchKey = searchkey
@@ -1175,6 +1177,7 @@ module TencentCloud
1175
1177
  @Deployable = deployable
1176
1178
  @Upload = upload
1177
1179
  @Renew = renew
1180
+ @FilterSource = filtersource
1178
1181
  end
1179
1182
 
1180
1183
  def deserialize(params)
@@ -1188,6 +1191,7 @@ module TencentCloud
1188
1191
  @Deployable = params['Deployable']
1189
1192
  @Upload = params['Upload']
1190
1193
  @Renew = params['Renew']
1194
+ @FilterSource = params['FilterSource']
1191
1195
  end
1192
1196
  end
1193
1197
 
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: 1.0.240
4
+ version: 1.0.244
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-01-12 00:00:00.000000000 Z
11
+ date: 2022-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common