tencentcloud-sdk-lowcode 3.0.1053 → 3.0.1055

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: d404b33f0da97aceb0aa8102784286f49db45dbb
4
- data.tar.gz: fede22e6dc2045711893f3fddc665c711b29e1f9
3
+ metadata.gz: 74364a07100850ee54bfd03aad553a1e3fe38132
4
+ data.tar.gz: d4156f93326689c54ad138a71aa2ad4698cfb8b8
5
5
  SHA512:
6
- metadata.gz: 2040824e6ec3c3e2e97f81891cc4938e68298088d686fe02dabe263b8c1e40f83c80c50fb1158c82428a0febdd516664a95019c890617319289b302188ffdf2a
7
- data.tar.gz: 1373f08b2c23c1760a4f0c4a49d4efc582adf24a62378945e4ac51e41afadb1a2e6bbbbe69023478a3b319c62d92d5e8c913e805df6edb6dc8cdd87525617952
6
+ metadata.gz: e37831611ae700bb6ce4b8adfae30524a5e55d9778889a561cc402a576c6b28c9d57fa869f7b562e5d82ccbe067593439184e6f0ae566b9126197ea36dd0f945
7
+ data.tar.gz: 52591b732bd2628898c5678504d63dca701add2b8474e533d4962db2cd6cee00de426b2ad0997b453d34c76d21e7f8f400dead2844d2b634a6f4b0e9309650e9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1053
1
+ 3.0.1055
@@ -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, 3
172
- deprecate :PublishVersion=, :none, 2025, 3
171
+ deprecate :PublishVersion, :none, 2025, 5
172
+ deprecate :PublishVersion=, :none, 2025, 5
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
@@ -1374,14 +1374,16 @@ module TencentCloud
1374
1374
  # @type DocumentDesc: String
1375
1375
  # @param FileTitle: 文件标题
1376
1376
  # @type FileTitle: String
1377
- # @param FileMetaData: 文件元信息,为jsonstring
1377
+ # @param FileMetaData: 文件元信息,为jsonstring
1378
1378
  # @type FileMetaData: String
1379
1379
  # @param DocumentSetId: 文件id
1380
1380
  # @type DocumentSetId: String
1381
+ # @param Delimiter: 使用 regex 分割文档
1382
+ # @type Delimiter: String
1381
1383
 
1382
- attr_accessor :EnvId, :CollectionView, :FileName, :CosUrl, :DocumentType, :DocumentDesc, :FileTitle, :FileMetaData, :DocumentSetId
1384
+ attr_accessor :EnvId, :CollectionView, :FileName, :CosUrl, :DocumentType, :DocumentDesc, :FileTitle, :FileMetaData, :DocumentSetId, :Delimiter
1383
1385
 
1384
- def initialize(envid=nil, collectionview=nil, filename=nil, cosurl=nil, documenttype=nil, documentdesc=nil, filetitle=nil, filemetadata=nil, documentsetid=nil)
1386
+ def initialize(envid=nil, collectionview=nil, filename=nil, cosurl=nil, documenttype=nil, documentdesc=nil, filetitle=nil, filemetadata=nil, documentsetid=nil, delimiter=nil)
1385
1387
  @EnvId = envid
1386
1388
  @CollectionView = collectionview
1387
1389
  @FileName = filename
@@ -1391,6 +1393,7 @@ module TencentCloud
1391
1393
  @FileTitle = filetitle
1392
1394
  @FileMetaData = filemetadata
1393
1395
  @DocumentSetId = documentsetid
1396
+ @Delimiter = delimiter
1394
1397
  end
1395
1398
 
1396
1399
  def deserialize(params)
@@ -1403,6 +1406,7 @@ module TencentCloud
1403
1406
  @FileTitle = params['FileTitle']
1404
1407
  @FileMetaData = params['FileMetaData']
1405
1408
  @DocumentSetId = params['DocumentSetId']
1409
+ @Delimiter = params['Delimiter']
1406
1410
  end
1407
1411
  end
1408
1412
 
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.1053
4
+ version: 3.0.1055
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-05-07 00:00:00.000000000 Z
11
+ date: 2025-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common