tencentcloud-sdk-dsgc 3.0.651 → 3.0.652

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: 0067697341d1277621f7076e472aa8c27e68f85b
4
- data.tar.gz: c82eb5c7fb8781695089ad31b64b76aa3de05914
3
+ metadata.gz: 504989b454f3828f6a6aa9d33bca084af2cecf3b
4
+ data.tar.gz: df36f011d79f531392b83d4fddf07efb266aee64
5
5
  SHA512:
6
- metadata.gz: d6065fd38639297f332bd92606f417076e60aff7d22abacea8d5ea5a044979bd3a255309459a57ed6cd78d4c0484822f2d42c3de5e11cb8f74101cd3be446a53
7
- data.tar.gz: 2446000b038d010c9e59c3a09de9d5872320d0f508beafbce96c8115374d19d591393c9240311af7f629496fdf6d2281dd397cf5a245f272ee43e290e533cff3
6
+ metadata.gz: 76ad8e5e3bb971341c29728584a7096b0059fdade7c4a39b01a5cab1fe1b19b8187e232627e518fd5dd275ac57e3aac13d0d62353cfc8e616d3dc76f605cae43
7
+ data.tar.gz: c5963d1c5e2a96e13aee337d5eaec62f3700c9849ca9b8126cc11006aeff3460fba2a2d8e71019108449b678ad68776330191c6f9347bb1e3f8a46e5beb33321
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.651
1
+ 3.0.652
@@ -1385,12 +1385,12 @@ module TencentCloud
1385
1385
 
1386
1386
  attr_accessor :DspaId, :Name, :TemplateId, :BusinessName, :BusinessDept, :BusinessOwner, :ComplianceId, :DiscoveryCondition, :Description
1387
1387
  extend Gem::Deprecate
1388
- deprecate :BusinessName, :none, 2023, 8
1389
- deprecate :BusinessName=, :none, 2023, 8
1390
- deprecate :BusinessDept, :none, 2023, 8
1391
- deprecate :BusinessDept=, :none, 2023, 8
1392
- deprecate :BusinessOwner, :none, 2023, 8
1393
- deprecate :BusinessOwner=, :none, 2023, 8
1388
+ deprecate :BusinessName, :none, 2023, 9
1389
+ deprecate :BusinessName=, :none, 2023, 9
1390
+ deprecate :BusinessDept, :none, 2023, 9
1391
+ deprecate :BusinessDept=, :none, 2023, 9
1392
+ deprecate :BusinessOwner, :none, 2023, 9
1393
+ deprecate :BusinessOwner=, :none, 2023, 9
1394
1394
 
1395
1395
  def initialize(dspaid=nil, name=nil, templateid=nil, businessname=nil, businessdept=nil, businessowner=nil, complianceid=nil, discoverycondition=nil, description=nil)
1396
1396
  @DspaId = dspaid
@@ -10577,8 +10577,8 @@ module TencentCloud
10577
10577
 
10578
10578
  attr_accessor :DspaId, :RiskLatestTableId, :Status, :Note, :ProcessPeople, :BathRiskIdList
10579
10579
  extend Gem::Deprecate
10580
- deprecate :RiskLatestTableId, :none, 2023, 8
10581
- deprecate :RiskLatestTableId=, :none, 2023, 8
10580
+ deprecate :RiskLatestTableId, :none, 2023, 9
10581
+ deprecate :RiskLatestTableId=, :none, 2023, 9
10582
10582
 
10583
10583
  def initialize(dspaid=nil, risklatesttableid=nil, status=nil, note=nil, processpeople=nil, bathriskidlist=nil)
10584
10584
  @DspaId = dspaid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dsgc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.651
4
+ version: 3.0.652
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-09-01 00:00:00.000000000 Z
11
+ date: 2023-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common