tencentcloud-sdk-python-lowcode 3.0.1372__py2.py3-none-any.whl → 3.0.1376__py2.py3-none-any.whl

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.

Potentially problematic release.


This version of tencentcloud-sdk-python-lowcode might be problematic. Click here for more details.

tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1372'
17
+ __version__ = '3.0.1376'
@@ -3752,10 +3752,12 @@ class UploadKnowledgeDocumentSetRequest(AbstractModel):
3752
3752
  :type DocumentDesc: str
3753
3753
  :param _FileTitle: 文件标题
3754
3754
  :type FileTitle: str
3755
- :param _FileMetaData: 文件元信息,为jsonstring
3755
+ :param _FileMetaData: 文件元信息,为jsonstring
3756
3756
  :type FileMetaData: str
3757
3757
  :param _DocumentSetId: 文件id
3758
3758
  :type DocumentSetId: str
3759
+ :param _Delimiter: 使用 regex 分割文档
3760
+ :type Delimiter: str
3759
3761
  """
3760
3762
  self._EnvId = None
3761
3763
  self._CollectionView = None
@@ -3766,6 +3768,7 @@ class UploadKnowledgeDocumentSetRequest(AbstractModel):
3766
3768
  self._FileTitle = None
3767
3769
  self._FileMetaData = None
3768
3770
  self._DocumentSetId = None
3771
+ self._Delimiter = None
3769
3772
 
3770
3773
  @property
3771
3774
  def EnvId(self):
@@ -3846,7 +3849,7 @@ class UploadKnowledgeDocumentSetRequest(AbstractModel):
3846
3849
 
3847
3850
  @property
3848
3851
  def FileMetaData(self):
3849
- """ 文件元信息,为jsonstring
3852
+ """文件元信息,为jsonstring
3850
3853
  :rtype: str
3851
3854
  """
3852
3855
  return self._FileMetaData
@@ -3866,6 +3869,17 @@ class UploadKnowledgeDocumentSetRequest(AbstractModel):
3866
3869
  def DocumentSetId(self, DocumentSetId):
3867
3870
  self._DocumentSetId = DocumentSetId
3868
3871
 
3872
+ @property
3873
+ def Delimiter(self):
3874
+ """使用 regex 分割文档
3875
+ :rtype: str
3876
+ """
3877
+ return self._Delimiter
3878
+
3879
+ @Delimiter.setter
3880
+ def Delimiter(self, Delimiter):
3881
+ self._Delimiter = Delimiter
3882
+
3869
3883
 
3870
3884
  def _deserialize(self, params):
3871
3885
  self._EnvId = params.get("EnvId")
@@ -3877,6 +3891,7 @@ class UploadKnowledgeDocumentSetRequest(AbstractModel):
3877
3891
  self._FileTitle = params.get("FileTitle")
3878
3892
  self._FileMetaData = params.get("FileMetaData")
3879
3893
  self._DocumentSetId = params.get("DocumentSetId")
3894
+ self._Delimiter = params.get("Delimiter")
3880
3895
  memeber_set = set(params.keys())
3881
3896
  for name, value in vars(self).items():
3882
3897
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-lowcode
3
- Version: 3.0.1372
3
+ Version: 3.0.1376
4
4
  Summary: Tencent Cloud Lowcode SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common (==3.0.1372)
18
+ Requires-Dist: tencentcloud-sdk-python-common (==3.0.1376)
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -1,10 +1,10 @@
1
- tencentcloud/__init__.py,sha256=hFV6pIva-F4GreH-VdHKwuO4vcd-60vThtFOdTnNv2E,631
1
+ tencentcloud/__init__.py,sha256=RWHcg70bXJMLCvRm-IYCy0U-bEd0lSg93uM0LteNT1E,631
2
2
  tencentcloud/lowcode/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  tencentcloud/lowcode/v20210108/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  tencentcloud/lowcode/v20210108/errorcodes.py,sha256=2HT3Z7kspeu_yCwdFKFIsRDSDH3_w2cDN68PFsYNK60,1109
5
5
  tencentcloud/lowcode/v20210108/lowcode_client.py,sha256=3H-Se6Ye-r2gtQaz-5GPgNtaHmhgqRpPR53nQaZXTxk,10182
6
- tencentcloud/lowcode/v20210108/models.py,sha256=mjGhDGPy1LfxtxZGcze2ZJfri_7HZqtOyp25JVISkHI,115446
7
- tencentcloud_sdk_python_lowcode-3.0.1372.dist-info/METADATA,sha256=mqYn6fmEVstFP472X3Mwb1J9etfaSSne7Js26XP9khM,1516
8
- tencentcloud_sdk_python_lowcode-3.0.1372.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
- tencentcloud_sdk_python_lowcode-3.0.1372.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
- tencentcloud_sdk_python_lowcode-3.0.1372.dist-info/RECORD,,
6
+ tencentcloud/lowcode/v20210108/models.py,sha256=vQ8NOhTUOzGPZCsR7u3fkJtbZ3uCFBlObDLFg22TRNw,115842
7
+ tencentcloud_sdk_python_lowcode-3.0.1376.dist-info/METADATA,sha256=op_3LDb9eLUzaZYRNvZYktZkmZS6S5X4Qb7DW4qrvy0,1516
8
+ tencentcloud_sdk_python_lowcode-3.0.1376.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
+ tencentcloud_sdk_python_lowcode-3.0.1376.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
+ tencentcloud_sdk_python_lowcode-3.0.1376.dist-info/RECORD,,