tencentcloud-sdk-cwp 3.0.489 → 3.0.490

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: 9c11b64fa08a0fb8cebbb2cb4a342505df2ddd9b
4
- data.tar.gz: 4e0f9fa3898cda04d79df708a2ac96df4c04f86f
3
+ metadata.gz: 1fc0a0b25e5e0fb8488604d9f7e11f437e358123
4
+ data.tar.gz: 4ddfa65feceb5255d5a13a271c246c61555ebb8f
5
5
  SHA512:
6
- metadata.gz: 4947b348aaefdbfaadb446f195c5b26116f63b657736df7ffd85c8181061305bde8cf19b3ded661ea5c8206fc0b5aa554d2d3135aef322ddf45e12610c26886b
7
- data.tar.gz: 288c1332152323dcf4fcde0ab9b0cf5cd8d4cc319b802db6ee7ba3a52e4d6e812c8db302515998b030ce307a8469b53976e0d414e4ec3698c3c18cc7ce20c9d9
6
+ metadata.gz: 23a3bb43a289ffc5514f67352a183151a1bce6148e19a2809f3d69cd014c09395d0c9acbb38a1a599db927564905d424e3175ebda8682cdfbe8f3142dbf171a8
7
+ data.tar.gz: fec28a1cd3190cce260c21634f02563bd2a7d2bdae5d67feebc3b68b881e8ef745b75f1c80ea61fb5a9de1e9ab9e467f49c06884b4ac96a05edcf76c4fa702fb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.489
1
+ 3.0.490
@@ -13499,15 +13499,18 @@ module TencentCloud
13499
13499
  # @type ProVersionNum: Integer
13500
13500
  # @param UltimateVersionNum: 旗舰版数量
13501
13501
  # @type UltimateVersionNum: Integer
13502
+ # @param GeneralVersionNum: 普惠版数量
13503
+ # @type GeneralVersionNum: Integer
13502
13504
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
13503
13505
  # @type RequestId: String
13504
13506
 
13505
- attr_accessor :BasicVersionNum, :ProVersionNum, :UltimateVersionNum, :RequestId
13507
+ attr_accessor :BasicVersionNum, :ProVersionNum, :UltimateVersionNum, :GeneralVersionNum, :RequestId
13506
13508
 
13507
- def initialize(basicversionnum=nil, proversionnum=nil, ultimateversionnum=nil, requestid=nil)
13509
+ def initialize(basicversionnum=nil, proversionnum=nil, ultimateversionnum=nil, generalversionnum=nil, requestid=nil)
13508
13510
  @BasicVersionNum = basicversionnum
13509
13511
  @ProVersionNum = proversionnum
13510
13512
  @UltimateVersionNum = ultimateversionnum
13513
+ @GeneralVersionNum = generalversionnum
13511
13514
  @RequestId = requestid
13512
13515
  end
13513
13516
 
@@ -13515,6 +13518,7 @@ module TencentCloud
13515
13518
  @BasicVersionNum = params['BasicVersionNum']
13516
13519
  @ProVersionNum = params['ProVersionNum']
13517
13520
  @UltimateVersionNum = params['UltimateVersionNum']
13521
+ @GeneralVersionNum = params['GeneralVersionNum']
13518
13522
  @RequestId = params['RequestId']
13519
13523
  end
13520
13524
  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.489
4
+ version: 3.0.490
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-01-09 00:00:00.000000000 Z
11
+ date: 2023-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common