tencentcloud-sdk-tsf 3.0.767 → 3.0.769
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180326/models.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b6d5385dbc953917e60d85cfc68e305d9f4a81d7
|
4
|
+
data.tar.gz: 985cbb07fcc9771b875b25a1f8324f32957ea63f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31e3e4f176b1e7ed2a21ddcb019fc4181a08835b213dde4083ca1e046d8298fa31dd245ba15b3148bb1f1cf04f4bd5214a8d0130487c3b9ad9e2b91f32e7d6e0
|
7
|
+
data.tar.gz: f623702cf91990f15a2cf30cbff4c8a676dbf1e9f2553905d808ad5c35f8b94a3ba4128431e9cb7fa83689e01b283da15279d26ba0bd6e7e8038dbdee3c51057
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.769
|
data/lib/v20180326/models.rb
CHANGED
@@ -1209,8 +1209,8 @@ module TencentCloud
|
|
1209
1209
|
|
1210
1210
|
attr_accessor :ConfigId, :ConfigName, :ConfigPath, :ConfigDesc, :ConfigTags, :ConfigPipeline, :ConfigCreateTime, :ConfigUpdateTime, :ConfigSchema, :ConfigAssociatedGroups, :ConfigAssociatedGroupList
|
1211
1211
|
extend Gem::Deprecate
|
1212
|
-
deprecate :ConfigAssociatedGroups, :none, 2024,
|
1213
|
-
deprecate :ConfigAssociatedGroups=, :none, 2024,
|
1212
|
+
deprecate :ConfigAssociatedGroups, :none, 2024, 2
|
1213
|
+
deprecate :ConfigAssociatedGroups=, :none, 2024, 2
|
1214
1214
|
|
1215
1215
|
def initialize(configid=nil, configname=nil, configpath=nil, configdesc=nil, configtags=nil, configpipeline=nil, configcreatetime=nil, configupdatetime=nil, configschema=nil, configassociatedgroups=nil, configassociatedgrouplist=nil)
|
1216
1216
|
@ConfigId = configid
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tsf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.769
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-02-
|
11
|
+
date: 2024-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|