tencentcloud-sdk-cwp 3.0.683 → 3.0.684

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: f523235ba0b6950a063d4095b91ce1fc2a8271b4
4
- data.tar.gz: 81db3a23aa08f8c578e9a1baf10146897265e6f1
3
+ metadata.gz: d6a4b423454e47047eacecb73e2ee588a644c301
4
+ data.tar.gz: 468458d27b511b097528664a5fa022853336b551
5
5
  SHA512:
6
- metadata.gz: 31934ba7aceeb00be4bbf7a84241e8a39c163eec6377d27f49acaf37dcf0d521317ace8661dba7659b65b3d7644194398dbcf5849c179eaa2ae02fa22b7b0281
7
- data.tar.gz: 9a585e646d18cdf900544d7339fc5d746e0c55e215d3dfcdf00f8d8c59dc2f28ca8fefaf96993858b6aa4a6d56aa60cb8309b341396cb2fe9df0af00c9ea9fcd
6
+ metadata.gz: f90aa1d471605ab52bb260668cf2dde5fdbde2e7ac5ba41596b25b1215ed6777b0dd5d8792cfd5be54ce35efef0b9db2c445fa0d4eafd3a08c9bcb8811d1068a
7
+ data.tar.gz: 6f6a4d12c30532316cdc02354e497c7a01f5236e098361c0dce9ba44b73cda18c97316f8d4f204499aaa6f2326d8ed41d708256356be3ba02b950224bbee9264
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.683
1
+ 3.0.684
@@ -6577,18 +6577,21 @@ module TencentCloud
6577
6577
  # @type Deadline: Integer
6578
6578
  # @param RuleName: 规则名称,大资产中心:asset_center
6579
6579
  # @type RuleName: String
6580
+ # @param SourceType: 订单类型, 1 试用 2 赠送 3 体验 4 SSL-证书赠送 5 cvm赠送
6581
+ # @type SourceType: Integer
6580
6582
  # @param RegionId: 地域, 1 广州 9新加坡, 默认为 1. 非必要情况不要选9
6581
6583
  # @type RegionId: Integer
6582
6584
  # @param ExtraParam: 额外参数,json字符串,包含ResourceId 资源ID,LicenseType 授权类型
6583
6585
  # @type ExtraParam: String
6584
6586
 
6585
- attr_accessor :LicenseType, :LicenseNum, :Deadline, :RuleName, :RegionId, :ExtraParam
6587
+ attr_accessor :LicenseType, :LicenseNum, :Deadline, :RuleName, :SourceType, :RegionId, :ExtraParam
6586
6588
 
6587
- def initialize(licensetype=nil, licensenum=nil, deadline=nil, rulename=nil, regionid=nil, extraparam=nil)
6589
+ def initialize(licensetype=nil, licensenum=nil, deadline=nil, rulename=nil, sourcetype=nil, regionid=nil, extraparam=nil)
6588
6590
  @LicenseType = licensetype
6589
6591
  @LicenseNum = licensenum
6590
6592
  @Deadline = deadline
6591
6593
  @RuleName = rulename
6594
+ @SourceType = sourcetype
6592
6595
  @RegionId = regionid
6593
6596
  @ExtraParam = extraparam
6594
6597
  end
@@ -6598,6 +6601,7 @@ module TencentCloud
6598
6601
  @LicenseNum = params['LicenseNum']
6599
6602
  @Deadline = params['Deadline']
6600
6603
  @RuleName = params['RuleName']
6604
+ @SourceType = params['SourceType']
6601
6605
  @RegionId = params['RegionId']
6602
6606
  @ExtraParam = params['ExtraParam']
6603
6607
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cwp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.683
4
+ version: 3.0.684
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-24 00:00:00.000000000 Z
11
+ date: 2023-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/tencentcloud-sdk-cwp.rb
37
- - lib/v20180228/models.rb
38
36
  - lib/v20180228/client.rb
37
+ - lib/v20180228/models.rb
38
+ - lib/tencentcloud-sdk-cwp.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: