tencentcloud-sdk-lowcode 3.0.1094 → 3.0.1107
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 +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51b83138b2280d6341583462b3be93c2596e14b3
|
4
|
+
data.tar.gz: c602b66834725fa7ec4130803821bcf3436168a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bed7e859307cfef0b6079a7ba91640da14b6799f7cb834d4cce278b5e65ac695117680b625b40a3650dd82d59adb4893c6f49b1fd5068e0560aa8aad626e67c2
|
7
|
+
data.tar.gz: 6ed9348265c43d4b7c11a4b1b64e48faa5f8abca47a7fd9759d6323bd1454854e91ea81be30181255fe3ef5372dbd80f5d9b84b0cb3963265749155211380dc4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1107
|
data/lib/v20210108/models.rb
CHANGED
@@ -168,8 +168,8 @@ module TencentCloud
|
|
168
168
|
|
169
169
|
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
|
170
170
|
extend Gem::Deprecate
|
171
|
-
deprecate :PublishVersion, :none, 2025,
|
172
|
-
deprecate :PublishVersion=, :none, 2025,
|
171
|
+
deprecate :PublishVersion, :none, 2025, 7
|
172
|
+
deprecate :PublishVersion=, :none, 2025, 7
|
173
173
|
|
174
174
|
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)
|
175
175
|
@Id = id
|
@@ -1484,8 +1484,8 @@ module TencentCloud
|
|
1484
1484
|
|
1485
1485
|
attr_accessor :DocumentSetId, :DocumentSetName, :FileTitle, :FileMetaData, :FileId
|
1486
1486
|
extend Gem::Deprecate
|
1487
|
-
deprecate :DocumentSetId, :none, 2025,
|
1488
|
-
deprecate :DocumentSetId=, :none, 2025,
|
1487
|
+
deprecate :DocumentSetId, :none, 2025, 7
|
1488
|
+
deprecate :DocumentSetId=, :none, 2025, 7
|
1489
1489
|
|
1490
1490
|
def initialize(documentsetid=nil, documentsetname=nil, filetitle=nil, filemetadata=nil, fileid=nil)
|
1491
1491
|
@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.1107
|
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-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|