tencentcloud-sdk-lowcode 3.0.1114 → 3.0.1137
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/v20210108/models.rb +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca2442eb99128c1a7928979de7feb31d48893e9b
|
4
|
+
data.tar.gz: 6e561b7eae796fb01c1423eb9ad5594ee18c289b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4e66426ea6a8aa6c00ef808c917b8baf5db85f5cd4c200030be1423dd088496e45327b7b4dfb74e83002471c2f7cdc87e024a9a0686f98fc7df15bca0bd2102
|
7
|
+
data.tar.gz: bc6abe5f1b9528eb431debba45883a6c7687fd18bb97798449c4ac493321fa96489d8d4043eb1d32d112d3528132f579dd8f4c82ea9c7a1ee81a6ae1b93bcb49
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1137
|
data/lib/v20210108/models.rb
CHANGED
@@ -212,8 +212,8 @@ module TencentCloud
|
|
212
212
|
|
213
213
|
attr_accessor :Id, :Title, :Name, :Type, :Description, :Schema, :CmsProject, :PkgId, :SchemaVersion, :CreatorId, :CreatedAt, :UpdatedAt, :EnvId, :DataSourceVersion, :AppUsageList, :PublishedAt, :ChildDataSourceIds, :Fun, :ScfStatus, :Methods, :ChildDataSourceNames, :IsNewDataSource, :ViewId, :Configuration, :TemplateCode, :Source, :PublishVersion, :PublishViewId, :SubType, :AuthStatus, :AuthInfo, :PublishStatus, :UpdateVersion, :RelationFieldList, :DbInstanceType, :PreviewTableName, :PublishedTableName, :DbSourceType
|
214
214
|
extend Gem::Deprecate
|
215
|
-
deprecate :PublishVersion, :none, 2025,
|
216
|
-
deprecate :PublishVersion=, :none, 2025,
|
215
|
+
deprecate :PublishVersion, :none, 2025, 9
|
216
|
+
deprecate :PublishVersion=, :none, 2025, 9
|
217
217
|
|
218
218
|
def initialize(id=nil, title=nil, name=nil, type=nil, description=nil, schema=nil, cmsproject=nil, pkgid=nil, schemaversion=nil, creatorid=nil, createdat=nil, updatedat=nil, envid=nil, datasourceversion=nil, appusagelist=nil, publishedat=nil, childdatasourceids=nil, fun=nil, scfstatus=nil, methods=nil, childdatasourcenames=nil, isnewdatasource=nil, viewid=nil, configuration=nil, templatecode=nil, source=nil, publishversion=nil, publishviewid=nil, subtype=nil, authstatus=nil, authinfo=nil, publishstatus=nil, updateversion=nil, relationfieldlist=nil, dbinstancetype=nil, previewtablename=nil, publishedtablename=nil, dbsourcetype=nil)
|
219
219
|
@Id = id
|
@@ -1657,8 +1657,8 @@ module TencentCloud
|
|
1657
1657
|
|
1658
1658
|
attr_accessor :DocumentSetId, :DocumentSetName, :FileTitle, :FileMetaData, :FileId
|
1659
1659
|
extend Gem::Deprecate
|
1660
|
-
deprecate :DocumentSetId, :none, 2025,
|
1661
|
-
deprecate :DocumentSetId=, :none, 2025,
|
1660
|
+
deprecate :DocumentSetId, :none, 2025, 9
|
1661
|
+
deprecate :DocumentSetId=, :none, 2025, 9
|
1662
1662
|
|
1663
1663
|
def initialize(documentsetid=nil, documentsetname=nil, filetitle=nil, filemetadata=nil, fileid=nil)
|
1664
1664
|
@DocumentSetId = documentsetid
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-lowcode
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1137
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-07
|
11
|
+
date: 2025-09-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,8 +33,8 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20210108/client.rb
|
37
36
|
- lib/v20210108/models.rb
|
37
|
+
- lib/v20210108/client.rb
|
38
38
|
- lib/tencentcloud-sdk-lowcode.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|