tencentcloud-sdk-lowcode 3.0.1169 → 3.0.1184
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 +10 -6
- 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: 762c265266dbc67bc918c686c2a8e1233c46d1ba
|
|
4
|
+
data.tar.gz: bdc0eb966908af76a79a858122f4cad5c803f4e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 383a023b426c5148eb800402e4d70cface622407244d038996af146fa496c8a2324212ed4eaabb426c39281d1c4d25be969cd03cdd6ad75bf5d9e45797ce22f8
|
|
7
|
+
data.tar.gz: a1e2357c0e1f0fa7c3c8a5e9ac96f3e0a8cbe364bb542a3a914971c9a29485884b725f173f8cd30a991e198142d6bc739613f33ca423114f08a2f2f83e301ffa
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1184
|
data/lib/v20210108/models.rb
CHANGED
|
@@ -249,13 +249,15 @@ module TencentCloud
|
|
|
249
249
|
# @param DbSourceType: DB来源类型
|
|
250
250
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
251
251
|
# @type DbSourceType: String
|
|
252
|
+
# @param StagingSwitch: 模型预览状态开关
|
|
253
|
+
# @type StagingSwitch: Boolean
|
|
252
254
|
|
|
253
|
-
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
|
|
255
|
+
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, :StagingSwitch
|
|
254
256
|
extend Gem::Deprecate
|
|
255
|
-
deprecate :PublishVersion, :none, 2025,
|
|
256
|
-
deprecate :PublishVersion=, :none, 2025,
|
|
257
|
+
deprecate :PublishVersion, :none, 2025, 12
|
|
258
|
+
deprecate :PublishVersion=, :none, 2025, 12
|
|
257
259
|
|
|
258
|
-
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)
|
|
260
|
+
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, stagingswitch=nil)
|
|
259
261
|
@Id = id
|
|
260
262
|
@Title = title
|
|
261
263
|
@Name = name
|
|
@@ -294,6 +296,7 @@ module TencentCloud
|
|
|
294
296
|
@PreviewTableName = previewtablename
|
|
295
297
|
@PublishedTableName = publishedtablename
|
|
296
298
|
@DbSourceType = dbsourcetype
|
|
299
|
+
@StagingSwitch = stagingswitch
|
|
297
300
|
end
|
|
298
301
|
|
|
299
302
|
def deserialize(params)
|
|
@@ -352,6 +355,7 @@ module TencentCloud
|
|
|
352
355
|
@PreviewTableName = params['PreviewTableName']
|
|
353
356
|
@PublishedTableName = params['PublishedTableName']
|
|
354
357
|
@DbSourceType = params['DbSourceType']
|
|
358
|
+
@StagingSwitch = params['StagingSwitch']
|
|
355
359
|
end
|
|
356
360
|
end
|
|
357
361
|
|
|
@@ -2011,8 +2015,8 @@ module TencentCloud
|
|
|
2011
2015
|
|
|
2012
2016
|
attr_accessor :DocumentSetId, :DocumentSetName, :FileTitle, :FileMetaData, :FileId
|
|
2013
2017
|
extend Gem::Deprecate
|
|
2014
|
-
deprecate :DocumentSetId, :none, 2025,
|
|
2015
|
-
deprecate :DocumentSetId=, :none, 2025,
|
|
2018
|
+
deprecate :DocumentSetId, :none, 2025, 12
|
|
2019
|
+
deprecate :DocumentSetId=, :none, 2025, 12
|
|
2016
2020
|
|
|
2017
2021
|
def initialize(documentsetid=nil, documentsetname=nil, filetitle=nil, filemetadata=nil, fileid=nil)
|
|
2018
2022
|
@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.1184
|
|
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-
|
|
11
|
+
date: 2025-12-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -34,8 +34,8 @@ extensions: []
|
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
36
|
- lib/tencentcloud-sdk-lowcode.rb
|
|
37
|
-
- lib/v20210108/client.rb
|
|
38
37
|
- lib/v20210108/models.rb
|
|
38
|
+
- lib/v20210108/client.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|